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 51e7ee4d89f9e2354b5dbb62172a6559ad7331e2
parent 1f5e4e8bccd369fe9a7b2e1e8eda6867a93bee1c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 28 Feb 2016 11:16:01 -0800

ignore own email aliases from group-reply

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

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -33,6 +33,9 @@ folder-hook gmail 'set \ postponed=+gmail/[Gmail].Drafts\ sendmail = "msmtp -a gmail"' +# ignore own e-mail addresses from group-reply +alternates adamsgaard@ucsd.edu|adamsgaard@mail.ucsd.edu|andersd@risuep.net|andersdc@gmail.com|adc@geo.au.dk|anders.damsgaard@geo.au.dk + # Cache files set header_cache=~/.mutt/cache/headers set message_cachedir=~/.mutt/cache/bodies