]> git.cworth.org Git - notmuch-wiki/commitdiff
emacstips: add links to notmuchsync and a patch to achieve maildir flag synchronization
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 6 Apr 2010 14:57:01 +0000 (16:57 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 6 Apr 2010 14:57:01 +0000 (16:57 +0200)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
emacstips.mdwn

index fc9e9ddf424944f8ddfac113f2a7ff5688a26a57..24e67ded39f624ccd49cbc51401ccee62430430e 100644 (file)
@@ -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>
-
-  __[TODO: This is a wiki. write me!]__
-  [mention patches that exist to honor maildir tags and notmuchsync.]
\ No newline at end of file
+* <span id="sync_maildir_flags">how to sync notmuch tags and maildir
+  flags]</span>
+
+  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).