X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=howto.mdwn;fp=howto.mdwn;h=d39dab30ea98a3218bc574957dd4492395daed47;hp=f741408f5bee7a9b22e8e3c9d9497877c30fcd59;hb=10d30ea8b2ccdfa129c8a5d3adcacf72fda279b8;hpb=f3a5b59635d751347badc4bfceb181c794313a3e diff --git a/howto.mdwn b/howto.mdwn index f741408..d39dab3 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -92,15 +92,15 @@ 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 --output=~/out.nm + $ notmuch dump --output=$HOME/out.nm $ mv ~/Mail/.notmuch ~/.notmuch.bak $ notmuch new $ notmuch tag -inbox -unread '*' - $ notmuch restore --accumulate --input=~/out.nm + $ notmuch restore --accumulate --input=$HOME/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 -~/out.nm. +$HOME/out.nm. ## **Dealing with mbox and other formats**