dotfiles/mutt/account.frank

25 lines
867 B
Plaintext
Raw Normal View History

2013-10-06 17:57:02 +00:00
set from="Frank Villaro-Dixon <frank@villaro-dixon.eu>"
set realname="Frank Villaro-Dixon"
set hostname="villaro-dixon.eu"
set folder="imaps://frank_mail@villaro-dixon.eu:993"
#set imap_user="frank_mail"
set postponed="+Drafts"
set spoolfile="+INBOX"
set record = "+Sent"
set signature="~/.signature"
set smtp_url="smtp://frank_mail@villaro-dixon.eu:587"
2013-10-14 09:22:08 +00:00
my_hdr X-URL: http://frank.villaro-dixon.eu
2013-10-15 18:59:15 +00:00
my_hdr X-Message-Flag: This message violates the USA PATRIOT Act (HR 3162), section 811(c). Intercepted by CARNIVORE/3.0
2014-07-07 10:24:37 +00:00
#Fuck with the NSA a bit
my_hdr X-NS.A-Flood: Could you buy some gallons of Amonium Nitrate ? Be discrete, and buy-it in small lots.
2013-10-14 09:22:08 +00:00
2013-10-06 17:57:02 +00:00
set smtp_pass = $my_frank_smtp_pass
set imap_pass = $my_frank_imap_pass
2013-12-28 22:17:56 +00:00
folder-hook . 'macro index d "<save-message>=Trash<enter>y"'
folder-hook =Trash 'macro index d <delete-message>'
2013-12-27 22:01:52 +00:00
2013-10-06 17:57:02 +00:00
# vim: filetype=muttrc