X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=howto.mdwn;h=f7db40354e41876f090eb24a9535a9c2fc65ba2e;hb=376c1406879f6e03202eec0366f70d1bb60ae451;hp=c71212477748d327dba4a081a928905fb0fa5737;hpb=8dd999485b28111a872ca56371eae9a0face3944;p=notmuch-wiki diff --git a/howto.mdwn b/howto.mdwn index c712124..f7db403 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -40,6 +40,9 @@ utilities support these formats: * [fetchmail](http://fetchmail.berlios.de/) +* [muchsync](http://www.muchsync.org/) - replicate and synchronize + your notmuch database (mail and tags) across machines + See the [[initial_tagging]] page for more info on initial tagging of messages. @@ -126,6 +129,11 @@ output. Using the instructions from [Gmane's site](http://gmane.org/export.php), we can download an mbox file, which we can then convert to maildir using mb2md or other utility. +Please note that mail delivered by Postfix will have envelope headers +that may cause notmuch to complain about "single-message mbox files". +Removing the first line from the message or passing it through +reformail will solve the problem. + ## **Take advantage of tags that are special to notmuch** See [[tags special to notmuch|special-tags]].