diff options
author | Tharre <tharre3@gmail.com> | 2017-03-09 16:14:04 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-03-09 16:14:04 +0100 |
commit | 9ea9200f95af98a2f4b5d363e3e3439d9ed861bc (patch) | |
tree | 81113fa52b6f9142581a90cde5a8304fada632ee /.mutt | |
parent | 105c686f460ca012d3768e65cb49f411f5107b10 (diff) | |
download | dotfiles-9ea9200f95af98a2f4b5d363e3e3439d9ed861bc.tar.gz dotfiles-9ea9200f95af98a2f4b5d363e3e3439d9ed861bc.tar.xz dotfiles-9ea9200f95af98a2f4b5d363e3e3439d9ed861bc.zip |
mutt: sync mail with isync, not offlineimap
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/muttrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index 4e693b3..92d5e7d 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -75,8 +75,7 @@ bind index <space> collapse-thread macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" # Sync email -macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail" -macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inbox" +macro index o "<shell-escape>mbsync -a<enter>" "run mbsync to sync mail" # Saner copy/move dialogs macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox" |