[packages/mutt] - updated patches, release 2

qboosh qboosh at pld-linux.org
Wed Oct 30 21:55:45 CET 2024


commit 56dcc42c2a3ea6a3af23bb56c0f621aa510cfb5d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Oct 30 21:48:58 2024 +0100

    - updated patches, release 2

 mutt-crypt-autoselectkey.patch | 2 +-
 mutt-vvv.quote.patch           | 4 ++--
 mutt.spec                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mutt.spec b/mutt.spec
index da7c472..ed2b629 100644
--- a/mutt.spec
+++ b/mutt.spec
@@ -32,7 +32,7 @@ Summary(tr.UTF-8):	Mutt elektronik posta programı
 Summary(uk.UTF-8):	Поштова клієнтська програма Mutt
 Name:		mutt
 Version:	2.2.13
-Release:	1
+Release:	2
 Epoch:		6
 License:	GPL v2+
 Group:		Applications/Mail
diff --git a/mutt-crypt-autoselectkey.patch b/mutt-crypt-autoselectkey.patch
index 61e56e9..b34bd3c 100644
--- a/mutt-crypt-autoselectkey.patch
+++ b/mutt-crypt-autoselectkey.patch
@@ -15,7 +15,7 @@ diff -urNp -x '*.orig' mutt-2.0.6.org/init.h mutt-2.0.6/init.h
 +  
 +
 +  { "pgp_autoselectkey",	DT_SYN,  R_NONE, {.p="crypt_autoselectkey"}, {.l=0} },
-+  { "crypt_autoselectkey",	DT_BOOL, R_NONE, OPTCRYPTAUTOSELECT, 0 },
++  { "crypt_autoselectkey",	DT_BOOL, R_NONE, {.l=OPTCRYPTAUTOSELECT}, {.l=0} },
 +  /*
 +  ** .pp
 +  ** If set, then a list of keys is not presented for selection when only
diff --git a/mutt-vvv.quote.patch b/mutt-vvv.quote.patch
index c6fc3ab..99369ca 100644
--- a/mutt-vvv.quote.patch
+++ b/mutt-vvv.quote.patch
@@ -55,13 +55,13 @@ diff -urNp -x '*.orig' mutt-2.0.6.org/init.h mutt-2.0.6/init.h
    ** have no effect, and if it is set to \fIask-yes\fP or \fIask-no\fP, you are
    ** prompted for confirmation when you try to quit.
    */
-+  { "quote_empty",     DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
++  { "quote_empty",     DT_BOOL, R_NONE, {.l=OPTQUOTEEMPTY}, {.l=1} },
 +  /*
 +  ** .pp
 +  ** Controls whether or not empty lines will be quoted using
 +  ** ``$indent_string''.
 +  */
-+  { "quote_quoted",    DT_BOOL, R_NONE, OPTQUOTEQUOTED, 0 },
++  { "quote_quoted",    DT_BOOL, R_NONE, {.l=OPTQUOTEQUOTED}, {.l=0} },
 +  /*
 +  ** .pp
 +  ** Controls how quoted lines will be quoted. If set, one quote
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mutt.git/commitdiff/56dcc42c2a3ea6a3af23bb56c0f621aa510cfb5d



More information about the pld-cvs-commit mailing list