compile and run!
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.
 
 
 
 
 
 
Nicolas Boullis 851d12411d The 30-async-imap patch is out of sync; disable it. 21 years ago
..
patches The 30-async-imap patch is out of sync; disable it. 21 years ago
po Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago
.cvsignore new stuff 21 years ago
NEWS Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago
README.Debian Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago
changelog The debian package should be uploaded as a CVS snapshot, and packaged as a 21 years ago
compat debian packaging update 22 years ago
config Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago
control Add uploaders field so that Theodore Ts'o can be added as a 21 years ago
copyright Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago
dirs debian packaging update 22 years ago
docs Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago
generate-deb The debian package should be uploaded as a CVS snapshot, and packaged as a 21 years ago
preinst Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago
rules Use the new --disable-maintainer-mode option to configure rather than try 21 years ago
templates Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago
watch Update Debian files to the debian directory from isync 0.9.1-3. 21 years ago

README.Debian

A note from isync's web site:

To use this command effectively, you need a mail client that sets the T
(trashed) flag when it deletes a message from a maildir mailbox, instead of
just removing it altogether. Currently, only Mutt 1.3.27 supports this. Without
such a client, isync will refetch the locally deleted messages from the server
since they will never get expunged. Be sure to put

set maildir_trash

in your ~/.muttrc when using Mutt.

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).