mirror of https://git.code.sf.net/p/isync/isync
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
581 B
13 lines
581 B
7 years ago
|
A note from isync's web site:
|
||
|
|
||
|
isync can be integrated into Mutt fairly easily with a few hooks:
|
||
|
|
||
|
folder-hook ~A bind index $ <sync-mailbox>
|
||
|
folder-hook +maildir 'macro index $ "<sync-mailbox>!isync -e maildir\n"'
|
||
|
|
||
|
where maildir is the name of the local mailbox (or its alias). This works well
|
||
|
so long as you are not modifying the IMAP mailbox outside of Mutt. However, if
|
||
|
you are using another mail program simultaneously Mutt will have the wrong idea
|
||
|
of the local mailbox flags and messages will start disappearing from its index
|
||
|
display (don't worry, they are still on disk).
|