Tue, 30 May 2017 16:51:55 -0400
use ltag over lselect
287 | 1 | # vim: ft=muttrc |
2 | ||
334 | 3 | unalternates * |
410
7f1e71910dc6
rename passwords.gpg to private.gpg
Meredith Howard <mhoward@roomag.org>
parents:
334
diff
changeset
|
4 | unlists * |
334 | 5 | |
569
0190a692645c
tweak for cygwin again
Meredith Howard <mhoward@roomag.org>
parents:
560
diff
changeset
|
6 | source "cd ~/.mutt/roomag && gpg2 -d private.gpg |" |
300
774a66f904a6
support local config and extra accts, store pwd
Meredith Howard <mhoward@roomag.org>
parents:
290
diff
changeset
|
7 | |
289
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
8 | set folder = imaps://mhoward@ramdas.roomag.org/ |
457
b073ffe860c0
Lets try opening right to the combined box
Meredith Howard <mhoward@roomag.org>
parents:
435
diff
changeset
|
9 | set spoolfile = "+Virtual.Mailbox" |
289
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
10 | set record = "+Sent" |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
11 | set postponed = "+Drafts" |
290 | 12 | set trash = "+Trash" |
287 | 13 | |
435 | 14 | set smtp_url = smtp://mhoward@ramdas.roomag.org:587/ |
289
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
15 | set realname = "Meredith Howard" |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
16 | set from = "mhoward@roomag.org" |
317
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
17 | |
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
18 | # leave to gpg.conf default |
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
19 | unset pgp_sign_as |