diff options
author | listout <listout@protonmail.com> | 2021-05-01 16:52:39 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-01 16:52:39 +0530 |
commit | 091a1718e3e2d0c3ef624b89ae8f1ec53be35ded (patch) | |
tree | 607340152dde7400bb97348233113344ba07e4f7 /.config/neomutt/neomuttrc | |
parent | f3bb1434164dcee86de5bc0bc56544fa08812b45 (diff) |
removed work account
Diffstat (limited to '.config/neomutt/neomuttrc')
-rw-r--r-- | .config/neomutt/neomuttrc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 71cbdbf..353185d 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -32,11 +32,3 @@ set mailcap_path=~/.config/neomutt/mailcap ## ACCOUNT 1 source "~/.config/neomutt/gmail_main" folder-hook $folder 'source ~/.config/neomutt/gmail_main' - -## ACCOUNT 2 -source "~/.config/neomutt/gmail_work" -folder-hook $folder 'source ~/.config/neomutt/gmail_work' - -## Shortcuts -macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.config/neomutt/gmail_main<enter><change-folder>!<enter>' -macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.config/neomutt/gmail_work<enter><change-folder>!<enter>' |