diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-09-23 22:18:54 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-09-23 22:18:54 -0400 |
commit | bd0075898ae441bb5e59f83d8b34df68b55aafb3 (patch) | |
tree | 10bd450917bfcc02e0a46f8d5e1d8903fb898919 /share/switch.muttrc | |
parent | b6f0bd44267ea5a5f46ab27d4786ca72ae3511cd (diff) |
hardcode mailbox names. don't remake shortcuts.
Diffstat (limited to 'share/switch.muttrc')
-rw-r--r-- | share/switch.muttrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/switch.muttrc b/share/switch.muttrc new file mode 100644 index 0000000..c808c99 --- /dev/null +++ b/share/switch.muttrc @@ -0,0 +1,10 @@ +# vim: filetype=neomuttrc + +# This is an embarrassing and hacky file that unbinds a bunch of binds between +# switching accounts. It is called each time an account is changed. + +unset hostname +unmy_hdr Organization +unmailboxes * +unalternates * +unset signature |