Theodore Ts'o 4aae81e8d8 Add the asychronous IMAP patch to the debian patch list. há 21 anos atrás
..
patches 4aae81e8d8 Add the asychronous IMAP patch to the debian patch list. há 21 anos atrás
po 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás
.cvsignore eca605d105 new stuff há 21 anos atrás
NEWS 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás
README.Debian 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás
changelog 50aa8dfc96 Update changes from debian isync package 0.9.1-4: há 21 anos atrás
compat b3838ade09 debian packaging update há 22 anos atrás
config 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás
control 4d5a957e20 Add uploaders field so that Theodore Ts'o can be added as a há 21 anos atrás
copyright 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás
dirs b3838ade09 debian packaging update há 22 anos atrás
docs 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás
generate-deb c95d90bf58 Shell script which generates an official debian package from a há 21 anos atrás
preinst 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás
rules 089f7c01b8 Touch configure.in, aclocal.m4, and configure to defeat the há 21 anos atrás
templates 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás
watch 0dc9106dfa Update Debian files to the debian directory from isync 0.9.1-3. há 21 anos atrás

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