X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=faq.mdwn;h=d6112132148a0c9682c702b73c2ff4c3c9669a7b;hb=20f029ccd9d29a7cd9b7414488f9c278fba8eb30;hp=3ea8d37fd9067e1556f7e867a5271c5915cc3f6c;hpb=2ecf58b26559d76e6fac76cb92093b1b4e394b77;p=notmuch-wiki diff --git a/faq.mdwn b/faq.mdwn index 3ea8d37..d611213 100644 --- a/faq.mdwn +++ b/faq.mdwn @@ -1,3 +1,4 @@ +[[!img notmuch-logo.png alt="Notmuch logo" class="left"]] # Frequently Asked Questions [[!toc levels=2]] @@ -14,3 +15,14 @@ with the same message (i.e. the files have identical Message-ID). A ## Shouldn't notmuch support inline PGP? [Why it might not be a good idea](https://dkg.fifthhorseman.net/notes/inline-pgp-harmful/) + +## How do I delete messages + +See [[excluding]]. + +## How do I configure the citation line when replying in Emacs? + + (setq message-citation-line-format "On %a, %d %b %Y, %f wrote:") + (setq message-citation-line-function 'message-insert-formatted-citation-line) + +See help for `message-citation-line-format` for details.