summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-07-31 20:12:06 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-07-31 20:12:06 -0500
commit360da64c5adc580c46aa8a877688e8d5d0e36b72 (patch)
tree89d075b8558f61a5a1761702809be43aea6cddd3
parent15359e4a060c2a854284c3bc833136619fa92e78 (diff)
feat: update mail setupHEADmain
-rw-r--r--src/install/mail.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/install/mail.md b/src/install/mail.md
index 3485db3..8df888c 100644
--- a/src/install/mail.md
+++ b/src/install/mail.md
@@ -22,11 +22,11 @@ goimapnotify to only run mbsync when new mail is available,
pacman -S isync goimapnotify
```
-Create the local maildir and enable the service.
+Create the local maildir and enable the services.
```console
-mkdir -p $XDG_DATA_HOME/mail/gmail
-systemctl --user enable --now goimapnotify@gmail.service
+mkdir -p $XDG_DATA_HOME/mail/{porkbun,gmail}
+systemctl --user enable --now goimapnotify@{porkbun,gmail}.service
```
It's probably a good idea to run the mbsync service once manually, as the
@@ -37,6 +37,20 @@ of the remote mailbox.
systemctl --user start mbsync.service
```
+### Address book
+
+A list of address can be generated from the mailboxes using `maildir-rank-addr`
+(available in the AUR), and can be run with the services provided in my
+dotfiles.
+
+```console
+paru -S maildir-rank-addr-git
+```
+
+```console
+systemctl --user enable --now maildir-rank-addr@{porkbun,gmail}.timer
+```
+
### Notifications
The `maildir-notify` script can provide notification for new mail and can be