diff options
| author | Joe <bousset.rudy@gmail.com> | 2022-10-04 10:57:46 +0200 | 
|---|---|---|
| committer | Joe <bousset.rudy@gmail.com> | 2022-10-04 10:57:46 +0200 | 
| commit | e8eceab8927743a53b64a7e1eda83fb5d18ded61 (patch) | |
| tree | c272d28ba58110d7b860132ddeedaad2128e750b /.config/mutt/accounts | |
| parent | test (diff) | |
| download | dotfiles-bsd-e8eceab8927743a53b64a7e1eda83fb5d18ded61.tar.gz dotfiles-bsd-e8eceab8927743a53b64a7e1eda83fb5d18ded61.tar.bz2 dotfiles-bsd-e8eceab8927743a53b64a7e1eda83fb5d18ded61.tar.xz dotfiles-bsd-e8eceab8927743a53b64a7e1eda83fb5d18ded61.tar.zst dotfiles-bsd-e8eceab8927743a53b64a7e1eda83fb5d18ded61.zip  | |
WIP
Diffstat (limited to '')
| -rw-r--r-- | .config/mutt/accounts/4-gmail_tos.muttrc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mutt/accounts/4-gmail_tos.muttrc b/.config/mutt/accounts/4-gmail_tos.muttrc index f802dd2..0c41107 100644 --- a/.config/mutt/accounts/4-gmail_tos.muttrc +++ b/.config/mutt/accounts/4-gmail_tos.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 gmail_tos<enter>" "run mbsync to sync towerofsilence777@gmail.com"  unmailboxes * -mailboxes "=INBOX" "=[Gmail]/Drafts" "=[Gmail]/Sent Mail" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" +mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep"  macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox"  macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox"  | 
