Fri, 27 May 2016 18:02:00 -0400
cheaply color diffs, disable nested quote colors
287 | 1 | # vim: ft=muttrc |
2 | ||
303 | 3 | source "gpg2 -d ~/.mutt/roomag/passwords.gpg |" |
300
774a66f904a6
support local config and extra accts, store pwd
Meredith Howard <mhoward@roomag.org>
parents:
290
diff
changeset
|
4 | |
289
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
5 | set folder = imaps://mhoward@ramdas.roomag.org/ |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
6 | set spoolfile = "+INBOX" |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
7 | set record = "+Sent" |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
8 | set postponed = "+Drafts" |
290 | 9 | set trash = "+Trash" |
287 | 10 | |
289
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
11 | set smtp_url = smtps://mhoward@ramdas.roomag.org/ |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
12 | set realname = "Meredith Howard" |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
13 | set from = "mhoward@roomag.org" |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
14 | set signature = ~/.mutt/roomag/signature |
317
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
15 | |
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
16 | # leave to gpg.conf default |
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
17 | unset pgp_sign_as |