Mutt: Remove own e-mail from group-reply

master
Pierre Neidhardt 2015-07-11 13:14:21 +02:00
parent 7e147ae9a7
commit 028fa5e180
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Mutt -- Personal account
set imap_user=user@gmail.com
set imap_pass=$my_pw_personal
set from=user@gmail.com
set from=$imap_user
set hostname="gmail.com"
set folder = imaps://user@imap.gmail.com/
@ -26,6 +26,9 @@ mailboxes "+A-- User -----------"
## Hooks
account-hook $folder "set imap_user=user@gmail.com imap_pass=$my_pw_personal"
## Remove your e-mail from group-reply.
alternates $imap_user
## Gmail-specific macros
## Prevent Gmail from deleting to 'All Mail', move it to Trash instead.
# macro index d ";s+[Google Mail]/Trash<enter><enter>" "Move to Gmail's Trash"