X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=bugs.mdwn;h=d2b743fa4f6d01acb1696bc1ca2ce12bb2c89c27;hp=87948d61c1c565df6be9247410aeb138e98b6f56;hb=HEAD;hpb=2150fa4cca9ce334d009f028f256326035bb0baa diff --git a/bugs.mdwn b/bugs.mdwn index 87948d6..d2b743f 100644 --- a/bugs.mdwn +++ b/bugs.mdwn @@ -11,6 +11,14 @@ search" or "notmuch show"; it's easier for us to debug if the problem is there, and it's useful to know if the problem is introduced by a front end. +## Understanding the structure of a problematic message + +The script +[print-mime-structure](https://git.spwhitton.name/mailscripts/plain/email-print-mime-structure) +prints out the mime structure of an email message as a (text) +tree. This is usually safe to share and can help people understand +your problem. + ## Troubleshooting the Emacs interface It's very easy for Emacs packages to interfere with each other. For @@ -53,3 +61,8 @@ For example: Xapian::Query() Final query is: Xapian::Query((Tmail AND Zbig:(pos=1) AND Zbrown:(pos=2) AND Zfox:(pos=3))) + +## Rescuing your tags. + +If you're database is corrupt and you don't have a backup, a modified version of [xapian-check](https://git.xapian.org/?p=xapian;a=blob;f=README.notmuch;hb=refs/heads/notmuch-tag-rescue-hack) might still save your tags. +