summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-31 22:16:49 +0200
committerAlejandro Colomar <alx@kernel.org>2024-03-31 22:16:49 +0200
commit907db53f6ab95e3bca8a15143b2e7ecf4ab92059 (patch)
tree9a113bba287afc6332f60e6b94abe8f2f868a87b
parent59de9d35ad681a05207b1a43f62fccdeaf9985ba (diff)
mutt: Changing accounts from Compose is a bad idea
It messes the message, and easily results in a bad signature. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--home/.config/mutt/accounts.muttrc26
1 files changed, 13 insertions, 13 deletions
diff --git a/home/.config/mutt/accounts.muttrc b/home/.config/mutt/accounts.muttrc
index a4b9afb..aaa0f06 100644
--- a/home/.config/mutt/accounts.muttrc
+++ b/home/.config/mutt/accounts.muttrc
@@ -12,16 +12,16 @@ source ~/.config/mutt/account/gmail/alx/account.muttrc
source ~/.config/mutt/account/migadu/foss/account.muttrc
-bind index,compose,pager <F2> noop
-macro index,compose,pager <F2>0 '<enter-command>source ~/.config/mutt/account/migadu/admin/account.muttrc<enter>'
-macro index,compose,pager <F2>1 '<enter-command>source ~/.config/mutt/account/migadu/alx/account.muttrc<enter>'
-macro index,compose,pager <F2>2 '<enter-command>source ~/.config/mutt/account/migadu/edu/account.muttrc<enter>'
-macro index,compose,pager <F2>3 '<enter-command>source ~/.config/mutt/account/migadu/foss/account.muttrc<enter>'
-macro index,compose,pager <F2>4 '<enter-command>source ~/.config/mutt/account/migadu/gov/account.muttrc<enter>'
-macro index,compose,pager <F2>5 '<enter-command>source ~/.config/mutt/account/migadu/legal/account.muttrc<enter>'
-macro index,compose,pager <F2>6 '<enter-command>source ~/.config/mutt/account/migadu/llum/account.muttrc<enter>'
-macro index,compose,pager <F2>7 '<enter-command>source ~/.config/mutt/account/migadu/spam/account.muttrc<enter>'
-macro index,compose,pager <F2>8 '<enter-command>source ~/.config/mutt/account/migadu/tlf/account.muttrc<enter>'
-macro index,compose,pager <F2>9 '<enter-command>source ~/.config/mutt/account/migadu/travel/account.muttrc<enter>'
-bind index,compose,pager <F3> noop
-macro index,compose,pager <F3>2 '<enter-command>source ~/.config/mutt/account/gmail/alx/account.muttrc<enter>'
+bind index,pager <F2> noop
+macro index,pager <F2>0 '<enter-command>source ~/.config/mutt/account/migadu/admin/account.muttrc<enter>'
+macro index,pager <F2>1 '<enter-command>source ~/.config/mutt/account/migadu/alx/account.muttrc<enter>'
+macro index,pager <F2>2 '<enter-command>source ~/.config/mutt/account/migadu/edu/account.muttrc<enter>'
+macro index,pager <F2>3 '<enter-command>source ~/.config/mutt/account/migadu/foss/account.muttrc<enter>'
+macro index,pager <F2>4 '<enter-command>source ~/.config/mutt/account/migadu/gov/account.muttrc<enter>'
+macro index,pager <F2>5 '<enter-command>source ~/.config/mutt/account/migadu/legal/account.muttrc<enter>'
+macro index,pager <F2>6 '<enter-command>source ~/.config/mutt/account/migadu/llum/account.muttrc<enter>'
+macro index,pager <F2>7 '<enter-command>source ~/.config/mutt/account/migadu/spam/account.muttrc<enter>'
+macro index,pager <F2>8 '<enter-command>source ~/.config/mutt/account/migadu/tlf/account.muttrc<enter>'
+macro index,pager <F2>9 '<enter-command>source ~/.config/mutt/account/migadu/travel/account.muttrc<enter>'
+bind index,pager <F3> noop
+macro index,pager <F3>2 '<enter-command>source ~/.config/mutt/account/gmail/alx/account.muttrc<enter>'