summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-01-26 14:24:50 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-03 21:35:17 +0100
commitbd7badfdf16ef975af4af3dfd3829319bcd567dd (patch)
tree3d0acd73af3086752e33d482b806a3c0cd27fe0a /CONTRIBUTING
parent2b0b48b0acb2a18a640123117f330f5cae8ccba0 (diff)
CONTRIBUTING: neomutt(1) can now be used to sign patches
Link: <https://github.com/neomutt/neomutt/issues/1471> Link: <https://github.com/neomutt/neomutt/pull/4134> Link: <https://neomutt.org/feature/cli-crypto> Cc: "G. Branden Robinson" <branden@debian.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING14
1 files changed, 4 insertions, 10 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 803f9c542..c113803fb 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -57,18 +57,12 @@ Description
<https://www.gnupg.org/faq/gnupg-faq.html#use_pgpmime>
There are many ways you can sign your patches, and it depends on
- your preferred tools. You can use git-send-email(1) in
- combination with mutt(1). For that, do the following.
-
- In <~/.gitconfig>, add the following section:
+ your preferred tools. You can use neomutt(1) (>= 20240201) as a
+ driver for git-send-email(1). In <~/.gitconfig>, add the
+ following section:
[sendemail]
- sendmailcmd = mutt -H - && true
-
- And then, patch mutt(1) to enable encryption in batch and mailx
- modes, which is disabled in upstream mutt(1). You can find a
- patch here:
- <https://gitlab.com/muttmua/mutt/-/merge_requests/173>.
+ sendmailcmd = neomutt -C -H - && true
Patches
If you know how to fix a problem in a manual page (if not, see