Wed, 25 Sep 2024 15:03:13 -0500
No LSP autostart when read-only
I think nvim actually threw out 'view' argc detection, I just use -R and alias
view to it.
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" |
720
adc91288d03c
make sure this is set between profiles
Meredith Howard <mhoward@roomag.org>
parents:
584
diff
changeset
|
10 | set copy = yes |
289
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
11 | set record = "+Sent" |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
12 | set postponed = "+Drafts" |
290 | 13 | set trash = "+Trash" |
287 | 14 | |
435 | 15 | 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
|
16 | set realname = "Meredith Howard" |
25049eee0d50
add sent/drafts and smtp
Meredith Howard <mhoward@roomag.org>
parents:
287
diff
changeset
|
17 | set from = "mhoward@roomag.org" |
317
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
18 | |
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
19 | # leave to gpg.conf default |
a92b2323fc6f
make sure to unset pgp_sign_as
Meredith Howard <mhoward@roomag.org>
parents:
303
diff
changeset
|
20 | unset pgp_sign_as |