Theodore Ts'o 2a9f38f1c1 Checked in changes suggested by Nicolas. hace 21 años
..
patches 3d0d729ea9 Improve IMAP error handling to print the command which caused the error; hace 21 años
po 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años
.cvsignore eca605d105 new stuff hace 21 años
NEWS 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años
README.Debian 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años
changelog 9e8e31c1c2 Fix whitespace bug which caused debian build to break. hace 21 años
compat b3838ade09 debian packaging update hace 22 años
config 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años
control 4d5a957e20 Add uploaders field so that Theodore Ts'o can be added as a hace 21 años
copyright 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años
dirs b3838ade09 debian packaging update hace 22 años
docs 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años
generate-deb 2a9f38f1c1 Checked in changes suggested by Nicolas. hace 21 años
preinst 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años
rules f63dfbd301 Touch Makefile.am and Makefile.in in debia/rules, to avoid timeskew problems. hace 21 años
templates 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años
watch 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. hace 21 años

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 $
folder-hook +maildir 'macro index $ "!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).