X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=howto.mdwn;h=416d8f1eae2ed6db12b131677277aee60e0dc073;hb=49f5b974cd18f68679ccdae374875edcb76c64fd;hp=82cc7e2add4bc04a42e91909dfcca8aac4a988a8;hpb=c16051b9c2fc179a9bc2c6a8d096aa549d443095;p=obsolete%2Fnotmuch-wiki diff --git a/howto.mdwn b/howto.mdwn index 82cc7e2..416d8f1 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -25,7 +25,7 @@ mbox mail store formats is not supported, but fortunately it is very easy to [[convert mbox to maildir|howto/#mbox]] . The following utilities support these formats: -* [offlineimap](https://github.com/nicolas33/offlineimap/) - +* [offlineimap](http://offlineimap.org/) - quite useful and widely tested, it also offers a handy hook that will come in useful a bit later in our setup. Also supports "presynchook" and "postsynchook" command that will get run @@ -136,11 +136,11 @@ However, for users running with databases created in older versions of notmuch, these tags are missing in pre-existing messages and need to be added. One way to do this is as follows: - $ notmuch dump ~/out.nm + $ notmuch dump --output=~/out.nm $ mv ~/Mail/.notmuch ~/.notmuch.bak $ notmuch new $ notmuch tag -inbox -unread '*' - $ notmuch restore --accumulate ~/out.nm + $ notmuch restore --accumulate --input=~/out.nm At this point, one should run a sanity check on the tags, and if everything has merged correctly, the ~/.notmuch.bak directory is expendable, as is