diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-04 00:00:41 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-04 00:00:41 +0800 |
commit | aa1e12d7a92b1491919319b57fdf9d1f1b8d1c33 (patch) | |
tree | d807479285d5513bd79858314f562ebee1fe3147 /mutt/muttrc.topo | |
parent | 189d8fa832b8ea4f8902349afd36bd82b3da648a (diff) |
Update
Diffstat (limited to 'mutt/muttrc.topo')
-rw-r--r-- | mutt/muttrc.topo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index d9dbd80..d0da89c 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo | |||
@@ -24,8 +24,15 @@ set trash = "+Trash" | |||
24 | set postponed = "+Drafts" | 24 | set postponed = "+Drafts" |
25 | 25 | ||
26 | # Sidebar | 26 | # Sidebar |
27 | unmailboxes * | ||
27 | mailboxes =INBOX =mbox "+------ Watch ------" =pay =osm =keep "+---- Processed ----" =Sent =Trash =Drafts | 28 | mailboxes =INBOX =mbox "+------ Watch ------" =pay =osm =keep "+---- Processed ----" =Sent =Trash =Drafts |
28 | 29 | ||
29 | # Keybinding | 30 | # Keybinding |
31 | macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.topo<enter><change-folder>!<enter>' | ||
30 | macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.gmail<enter><change-folder>!<enter>' | 32 | macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.gmail<enter><change-folder>!<enter>' |
31 | macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.b97602041<enter><change-folder>!<enter>' | 33 | macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.b97602041<enter><change-folder>!<enter>' |
34 | |||
35 | ## ACCOUNT1 | ||
36 | folder-hook imaps://imap.gmail.com/ 'source ~/.config/mutt/muttrc.gmail' | ||
37 | ### ACCOUNT2 | ||
38 | folder-hook ~/Maildir 'source ~/.config/mutt/muttrc.b97602041' | ||