diff options
author | Joe <bousset.rudy@gmail.com> | 2022-10-10 17:42:49 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-10-10 17:42:49 +0200 |
commit | ddcbf85ff63219ebf6ded4b9ce0962ac6f52f8b8 (patch) | |
tree | 19bfc32cfc091d92989656efb1cbfd309bfe3485 /.config/mutt | |
parent | fix (diff) | |
download | dotfiles-bsd-ddcbf85ff63219ebf6ded4b9ce0962ac6f52f8b8.tar.gz dotfiles-bsd-ddcbf85ff63219ebf6ded4b9ce0962ac6f52f8b8.tar.bz2 dotfiles-bsd-ddcbf85ff63219ebf6ded4b9ce0962ac6f52f8b8.tar.xz dotfiles-bsd-ddcbf85ff63219ebf6ded4b9ce0962ac6f52f8b8.tar.zst dotfiles-bsd-ddcbf85ff63219ebf6ded4b9ce0962ac6f52f8b8.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/accounts/1-main.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mutt/accounts/1-main.muttrc b/.config/mutt/accounts/1-main.muttrc index d1104f9..aaa4977 100644 --- a/.config/mutt/accounts/1-main.muttrc +++ b/.config/mutt/accounts/1-main.muttrc @@ -21,7 +21,7 @@ bind pager G bottom macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc main<enter>" "run mbsync to sync rrbo@proton.me" unmailboxes * -mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" "=All Mail" "=Folders/Keep" "=Folders/Work" "=Folders/Tower" +mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" "=All Mail" "=Folders/Keep" "=Folders/Work" "=Folders/Tower" "=Folders/Circle" macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox" |