]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
CONTRIBUTING: neomutt(1) can now be used to sign patches
authorAlejandro Colomar <alx@kernel.org>
Fri, 26 Jan 2024 13:24:50 +0000 (14:24 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 3 Feb 2024 20:35:17 +0000 (21:35 +0100)
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>
CONTRIBUTING

index 803f9c5426132d82d8f1ab6dc98a504613e0d2be..c113803fb2c68ca1f401339256de77e8173b05f4 100644 (file)
@@ -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