dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e36b037f1168923a4de91373627f354cba029c5c
parent e7f05cd31e08bc44833be4496804c73ec724c033
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 25 Feb 2016 13:19:28 -0800

use account-specific sent-mail folders

Diffstat:
M.mutt/muttrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -42,18 +42,22 @@ set mbox_type=Maildir # Send mail settings folder-hook riseup 'set \ from=$my_riseup_email\ + record=+riseup/Sent\ sendmail = "msmtp -a riseup"' folder-hook geomail 'set \ from=$my_nfit_email\ + record=+riseup/Sent\ sendmail = "msmtp -a geomail"' folder-hook ucsd 'set \ from=$my_ucsd_email\ + record=+ucsd/Sent\ Items\ sendmail = "msmtp -a ucsd"' folder-hook gmail 'set \ from=$my_gmail_email\ + record=+gmail/Sent\ Mail\ sendmail = "msmtp -a gmail"' # Cache files