diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-02 18:20:44 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-02 18:24:28 +0530 |
commit | 700a566c0b4d77cdbf9123e423c50c286d4fb802 (patch) | |
tree | 2140a9f8979b37ce8a1e0080736ddaf6efe36281 /.config/neomutt/neomuttrc | |
parent | 94c4dc812ddf7b4c1a97da74ac3ed4e65018e07d (diff) |
neomuttrc: adding listout.xyz account
- Make suse.de second account
- listout.xyz is primary account from now
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Diffstat (limited to '.config/neomutt/neomuttrc')
-rw-r--r-- | .config/neomutt/neomuttrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 55a6d5a..1df4169 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -70,11 +70,12 @@ folder-hook $folder 'source ~/.config/neomutt/suse_de' folder-hook $folder 'source ~/.config/neomutt/gmail_main' ## ACCOUNT 1 -source "~/.config/neomutt/suse_de" +source "~/.config/neomutt/listout" ## ACCOUNT 2 # source "~/.config/neomutt/gmail_main" ## Shortcuts -macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.config/neomutt/suse_de<enter><change-folder>!<enter>' -macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.config/neomutt/gmail_main<enter><change-folder>!<enter>' +macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.config/neomutt/listout<enter><change-folder>!<enter>' +macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.config/neomutt/suse_de<enter><change-folder>!<enter>' +macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.config/neomutt/gmail_main<enter><change-folder>!<enter>' |