X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=7232d06e9a09a2db371a7cd38ed404dab547f3a5;hb=ac0ae6f035cb1c8067a83b774f8c141f9a586966;hp=fc9e9ddf424944f8ddfac113f2a7ff5688a26a57;hpb=8b5bfd125901ec41f16f4581f36deeec589c584e;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index fc9e9dd..7232d06 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -88,6 +88,11 @@ As its name implies, notmuch isn't really doing that much (which is part of its Of course, you can have any number of folders, each configured with any supported search terms (see "notmuch help search-terms"). + Personally, I find it fairly useful to add "not tag:delete" to those + views as I use that tag to mark messages as deleted and it + automatically removes them from my standard views. Use whatever + seems most useful to you. + * Viewing HTML messages with an external viewer The emacs client can often display an HTML message inline, but it @@ -153,7 +158,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. -* how to sync notmuch tags and maildir flags] - - __[TODO: This is a wiki. write me!]__ - [mention patches that exist to honor maildir tags and notmuchsync.] \ No newline at end of file +* how to sync notmuch tags and maildir + flags] + + 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).