* [PATCH] CONTRIBUTING: neomutt(1) can now be used to sign patches
@ 2024-01-26 13:27 Alejandro Colomar
0 siblings, 0 replies; only message in thread
From: Alejandro Colomar @ 2024-01-26 13:27 UTC (permalink / raw)
To: linux-man; +Cc: Alejandro Colomar, G. Branden Robinson
[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]
Link: <https://github.com/neomutt/neomutt/issues/1471>
Link: <https://github.com/neomutt/neomutt/pull/4134>
Cc: "G. Branden Robinson" <branden@debian.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
CONTRIBUTING | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 803f9c542..de7ec595b 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -58,17 +58,14 @@ Description
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.
+ combination with neomutt(1). For that, do the following.
In <~/.gitconfig>, add the following section:
[sendemail]
- sendmailcmd = mutt -H - && true
+ sendmailcmd = neomutt -C -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>.
+ For now, you'll need to build neomutt(1) from source to do this.
Patches
If you know how to fix a problem in a manual page (if not, see
--
2.43.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-26 13:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 13:27 [PATCH] CONTRIBUTING: neomutt(1) can now be used to sign patches Alejandro Colomar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.