diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-02-20 01:51:16 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-02-20 01:51:16 -0800 |
commit | 400a393abf161092fbf903c836898b68652ba727 (patch) | |
tree | 7169b86e808da852f135fdb9099b7a3ccfbfc006 /home | |
parent | 5405684c78678bcc66c3892864ba7437fd00461d (diff) |
check-stats is performance intensive, see `man neomuttrc` mail_check_stats, so I choose not to use
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/neomutt/neomuttrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/xyz/.config/neomutt/neomuttrc b/home/xyz/.config/neomutt/neomuttrc index 461f24e6..8d81f2bb 100644 --- a/home/xyz/.config/neomutt/neomuttrc +++ b/home/xyz/.config/neomutt/neomuttrc @@ -171,9 +171,7 @@ macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox" macro index,pager Mj ";<save-message>=Junk<enter>" "move mail to junk" macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent" macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash" -# not sure about what <check-stats> is for and if it is useful or not # 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 '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/neomutt/mail"<enter><change-folder>!<enter>;<check-stats>' macro index,pager ia '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/neomutt/mail"<enter><change-folder>!<enter>' macro index,pager ib '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/neomutt/mail2"<enter><change-folder>!<enter>' # maybe useful for multiple accounts |