24 lines
775 B
Plaintext
24 lines
775 B
Plaintext
# [accounts] is intentionally a placeholder: this file is a TEMPLATE, seeded
|
|
# (copied, not symlinked) into ~/.config/alot/config by shell-setup.sh. Real
|
|
# account details are written into that local copy by mail-notmuch.sh, never
|
|
# back into this tracked file — so a fresh clone never ships (or auto-uses)
|
|
# anyone's real mail identity.
|
|
[accounts]
|
|
[[main]]
|
|
realname = Your Name
|
|
address = you@example.com
|
|
sendmail_command = msmtp -a main
|
|
sent_box = maildir:///home/you/Mail/Sent
|
|
draft_box = maildir:///home/you/Mail/Drafts
|
|
|
|
[bindings]
|
|
[[search]]
|
|
esc = exit
|
|
/ = refineprompt
|
|
[[thread]]
|
|
esc = exit
|
|
[[taglist]]
|
|
esc = exit
|
|
[[bufferlist]]
|
|
esc = exit
|