summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-03-17 11:32:43 +0100
committerRobin Jarry <robin@jarry.cc>2022-03-17 11:34:25 +0100
commitdf9dabb9aa332011c7ed49518736f4d1871afb99 (patch)
tree144f6d167248fbab702d6114eaca5cf4a7a10dc0
parent350be4dd568bd6678419183ce0c311b051b259f5 (diff)
downloadaerc-df9dabb9aa332011c7ed49518736f4d1871afb99.tar.gz
aerc-df9dabb9aa332011c7ed49518736f4d1871afb99.zip
formatting
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--configurations/index.md6
-rw-r--r--index.md5
-rw-r--r--integrations/index.md16
3 files changed, 16 insertions, 11 deletions
diff --git a/configurations/index.md b/configurations/index.md
index 8d7faf9a..d0870aeb 100644
--- a/configurations/index.md
+++ b/configurations/index.md
@@ -1,6 +1,8 @@
-# Configurations
+---
+title: "aerc-wiki: Configurations"
+---
-## Custom plain text filter colours
+# Custom plain text filter colours
To configure the
[colorize](https://git.sr.ht/~rjarry/aerc/tree/master/item/filters/colorize)
diff --git a/index.md b/index.md
index 9c8c063b..a8b5af38 100644
--- a/index.md
+++ b/index.md
@@ -1,4 +1,7 @@
-# aerc-wiki
+---
+title: aerc-wiki
+toc: false
+---
This is the place where aerc users can share their tip, tricks, and solutions
to common problems. If you want to contribute, please send your patches to
diff --git a/integrations/index.md b/integrations/index.md
index 1f4f8da9..d7403149 100644
--- a/integrations/index.md
+++ b/integrations/index.md
@@ -1,15 +1,17 @@
-# Integrations
+---
+title: "aerc-wiki: Integrations"
+---
-## abook
+# abook
To use abook with aerc, you can simply add the following line to your
`aerc.conf`.
```ini
-address-book-cmd=abook --mutt-query "%s"
+address-book-cmd = abook --mutt-query "%s"
```
-## Get Password from your Password manager
+# Get Password from your Password manager
Requires:
- a password-manager supporting Freedesktop.org Secret Service integration
@@ -19,7 +21,6 @@ Tested with:
- KeePassXC
1. create the following script:
-
```shell
#!/bin/sh
@@ -32,15 +33,14 @@ done
2. Edit your `accounts.conf` to use `source-cred-cmd` and `outgoing-cred-cmd`
to point to the script.
-
-```
+```ini
source-cred-cmd = ~/.config/aerc/scripts/wait-for-creds.sh Title "Mailaccount (Work)"
```
aerc will now wait for the credentials to become available (for you to unlock
you password manager) when starting.
-## PGP
+# PGP
> At the moment PGP Support is still in it's early stages and will likely
> change as time goes on. Tickets relating to this can be found in