From 3618913522ab582c77d864e43ef977806fcdd880 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 14 Jun 2025 23:18:52 -0700 Subject: change neomutt hotkey for change mail server, because old hotkey I cannot remember --- home/xyz/.config/neomutt/neomuttrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/xyz/.config/neomutt/neomuttrc b/home/xyz/.config/neomutt/neomuttrc index 8d81f2bb..afd5aa75 100644 --- a/home/xyz/.config/neomutt/neomuttrc +++ b/home/xyz/.config/neomutt/neomuttrc @@ -172,8 +172,11 @@ macro index,pager Mj ";=Junk" "move mail to junk" macro index,pager Ms ";=Sent" "move mail to sent" macro index,pager Mt ";=Trash" "move mail to trash" # here must specify full path of the file to source, else it will souce in the dir where neomutt is execute at -macro index,pager ia 'source "$XDG_CONFIG_HOME/neomutt/mail"!' -macro index,pager ib 'source "$XDG_CONFIG_HOME/neomutt/mail2"!' +# use vim-like uppercase marks +# Ca mail server +macro index,pager \'C 'source "$XDG_CONFIG_HOME/neomutt/mail"!' +# Ib mail server +macro index,pager \'I 'source "$XDG_CONFIG_HOME/neomutt/mail2"!' # maybe useful for multiple accounts #macro index c "?^K=" -- cgit v1.2.3-70-g09d2