kujiu (@uberwald)
8ca6287fb1
-> Passwords in KeePassXC (access by keyring) -> Neomutt + Aerc (mail) -> vdirsyncer + khal + khard (calendar and contacts) zsh -> fish -> poezio (XMPP) -> newsboat (RSS with FreshRSS) -> toot (Mastodon client) vim -> neovim (with lunarvim) -> nvimpager (pager based on neovim) -> konsole With Nightfox theme.
9 lines
452 B
Text
9 lines
452 B
Text
[Example]
|
|
source = imap://template%40example.com@imap.example.com
|
|
outgoing = smtp://template%40example.com@smtp.example.com
|
|
default = INBOX
|
|
from = Template Example <template@example.com>
|
|
copy-to = Sent
|
|
source-cred-cmd = keyring get "mail:template@example.com" "template@example.com"
|
|
outgoing-cred-cmd = keyring get "mail:template@example.com" "template@example.com"
|
|
signature-file = "~/.config/aerc/accounts/template@example.com/signature.txt"
|