X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=howto.mdwn;h=1b143a91d22958de328f5b9f7b9607e7c1541263;hb=136a463fa93da077573f8a1ebd50d8d9824fb7f2;hp=c71212477748d327dba4a081a928905fb0fa5737;hpb=8dd999485b28111a872ca56371eae9a0face3944;p=notmuch-wiki diff --git a/howto.mdwn b/howto.mdwn index c712124..1b143a9 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,22 @@ 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]]. + + +## **Index all your gpg-encrypted email** + +If you don't mind replacing your encrypted emails with cleartext versions and +re-indexing them, there are some scripts that do that at +[github](https://github.com/mmehnert/maildir-decrypt) . That would make sense +in a scenario where you have encrypted your hard disk anyway and are +comfortable with the security implications (and until notmuch can index +encrypted email itself). +