diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-12 14:18:19 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-12 14:18:19 +0200 |
commit | 11076c620bfa526a23befd1649873871495f4162 (patch) | |
tree | 76c2316dc69fd2edb560b6c72e603e48210d68d9 /.config/mutt/accounts/5-rbousset@secuserve.com.muttrc | |
parent | Merge branch 'master' of gitjoe.xyz:dotfiles-bsd (diff) | |
download | dotfiles-bsd-11076c620bfa526a23befd1649873871495f4162.tar.gz dotfiles-bsd-11076c620bfa526a23befd1649873871495f4162.tar.bz2 dotfiles-bsd-11076c620bfa526a23befd1649873871495f4162.tar.xz dotfiles-bsd-11076c620bfa526a23befd1649873871495f4162.tar.zst dotfiles-bsd-11076c620bfa526a23befd1649873871495f4162.zip |
update
Diffstat (limited to '.config/mutt/accounts/5-rbousset@secuserve.com.muttrc')
-rw-r--r-- | .config/mutt/accounts/5-rbousset@secuserve.com.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc b/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc index 6772013..f1df17f 100644 --- a/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc +++ b/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc @@ -14,7 +14,7 @@ bind index,pager g noop bind index,pager M noop bind index,pager C noop bind index gg first-entry -macro index o "<shell-escape>mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc rbousset@secuserve.com<enter>" "run mbsync to sync rbousset@secuserve.com" +macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc rbousset@secuserve.com<enter>" "run mbsync to sync rbousset@secuserve.com" unmailboxes * mailboxes "=INBOX" "=Sent" "=Drafts" "=Trash" "=Calendrier" "=NEWS" |