====== aerc ======
[[https://aerc-mail.org/#__do_not_save__|aerc]]
* [[https://drewdevault.com/2021/05/17/aerc-with-mbsync-postfix.html|aerc, mbsync, and postfix for maximum comfy offline email]]
* [[https://news.ycombinator.com/item?id=41321981]]
* [[https://wilw.dev/blog/2024/10/22/aerc/|Using aerc as my daily email client]]
* [[https://www.benburwell.com/posts/aerc/|Contributing to the aerc email client]]
* [[https://lwn.net/Articles/993498/|A look at the aerc mail client]]
* [[https://www.julioloayzam.com/guides/email-with-aerc/|Email with aerc]]
* [[https://wilw.dev/notes/aerc|Email client (aerc)]]
* [[https://wiki.archlinux.org/title/Aerc|Wiki ArchLinux]]
* [[https://www.acarg.ch/posts/aerc-email-setup/|My email setup with Aerc and Git]]
* [[https://outerrealm.net/posts/isync-setup/|Isync - Mailbox Syncing]]
* [[https://wiredspace.de/blog/mbsync/|Setting up mbsync]]
* [[https://drewdevault.com/2020/04/20/Configuring-aerc-for-git.html|Configuring aerc for git via email]]
* [[https://www.acarg.ch/posts/aerc-email-setup/|My email setup with Aerc and Git]]
* [[https://blog.sergeantbiggs.net/posts/aerc-a-well-crafted-tui-for-email/|Aerc: a Well-Crafted Tui for Email]]
==== Exemples de configurations ====
* https://github.com/happy-dude/dotfiles/blob/main/aerc
* https://github.com/rafo/aerc-vim/
* https://github.com/lbrayner/aerc_config/
* https://github.com/hahuang65/aerc-config/
==== Thème ====
* [[https://github.com/catppuccin/aerc]]
==== Carnet d'adresses ====
* https://git.sr.ht/~benburwell/cdc
* [[https://github.com/ferdinandyb/maildir-rank-addr]]
Indexer les adresses mails :
go install github.com/ferdinandyb/maildir-rank-addr@latest
/Users/philippe/go/bin/maildir-rank-addr --config ~/Mac/mail/config/maildir-rank-addr.conf
Contenu du fichier de configuration :
maildir = "/chemin/vers/maildir"
addresses = [
"adresses.depuis@lequelles.on.envoie"
]
filters = [ # exclure ces regex :
"root@",
"daemon@",
"gitlab-incoming",
]
Ajouter dans la configuration de aerc :
address-book-cmd="grep -i '%s' /Users/philippe/Library/Caches/maildir-rank-addr/addressbook.tsv"
==== mbsync ====
* [[https://bostonenginerd.com/posts/notmuch-of-a-mail-setup-part-1-mbsync-msmtp-and-systemd/|Notmuch of a mail setup Part 1- mbsync, msmtp and systemd]]