summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-06 16:57:01 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-06 16:57:01 +0200
commit2b844e8461ff2e68e945fdc41fe6b0aa506e598d (patch)
treeb00bfdfacfd58e5a8fa52d7ea2782d685034ad5a
parent8b5bfd125901ec41f16f4581f36deeec589c584e (diff)
emacstips: add links to notmuchsync and a patch to achieve maildir flag synchronization
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r--emacstips.mdwn19
1 files changed, 16 insertions, 3 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index fc9e9dd..24e67de 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -153,7 +153,20 @@ As its name implies, notmuch isn't really doing that much (which is part of its
for the domains you want to send out using specific SMTP servers and
the rest will go to the default account.
-* <span id="sync_maildir_flags">how to sync notmuch tags and maildir flags]</span>
+* <span id="sync_maildir_flags">how to sync notmuch tags and maildir
+ flags]</span>
- __[TODO: This is a wiki. write me!]__
- [mention patches that exist to honor maildir tags and notmuchsync.] \ No newline at end of file
+ There is no built-in support for sunchronizing your notmuch tags
+ with your imap maildir flags (seen, replied, trashed, etc). However
+ there are currently 2 ways in which you can achieve
+ synchronization. In order to sync new notmuch tags to maildir flags,
+ there is a python tool called
+ [notmuchsync](http://spaetz.github.com/notmuchsync/) that allows
+ synchronization in either direction or pruning of deleted files.
+
+ The second solution allows for fast maildir flag to notmuch tag
+ synchronization (and only in that direction) requires patching the
+ notmuch source code. The patch has been posted in this mail
+ *id:1267450136-31749-1-git-send-email-Sebastian@SSpaeth.de* and can
+ be viewed as a [source diff in this git
+ repository](http://github.com/spaetz/notmuch-all-feature/commit/df3b087cefb85e9d16fd17540e348bcb854dd7ee).