1
0
forked from pool/mutt

Accepting request 1002755 from server:mail

- Refresh offsets of patches
  * aw.listreply.diff
  * mutt-1.10.1-imap.patch
  * mutt-1.5.15-wrapcolumn.diff
  * mutt-1.5.20-sendgroupreplyto.diff
  * mutt-1.6.1-opennfs.dif
  * patch-1.5.24.vk.pgp_verbose_mime

- enable optional verbose debugging at run-time (boo#1203184)

OBS-URL: https://build.opensuse.org/request/show/1002755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=110
This commit is contained in:
Dominique Leuenberger 2022-09-12 17:08:40 +00:00 committed by Git OBS Bridge
commit e7b5cf88e3
8 changed files with 27 additions and 10 deletions

View File

@ -8,7 +8,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
--- init.h
+++ init.h 2022-04-19 10:39:30.991318589 +0000
@@ -2004,6 +2004,13 @@ struct option_t MuttVars[] = {
@@ -2005,6 +2005,13 @@ struct option_t MuttVars[] = {
** your local timezone. If unset a UTC date will be used instead to avoid
** leaking information about your current location.
*/

View File

@ -4,7 +4,7 @@
--- browser.c
+++ browser.c 2020-01-14 14:51:44.927127369 +0000
@@ -1089,6 +1089,16 @@ void _mutt_buffer_select_file (BUFFER *f
@@ -1096,6 +1096,16 @@ void _mutt_buffer_select_file (BUFFER *f
mutt_buffer_strcpy (f, state.entry[menu->current].full_path);

View File

@ -6,7 +6,7 @@ Index: init.h
--- init.h
+++ init.h 2020-01-14 13:28:27.408149074 +0000
@@ -4830,6 +4830,7 @@ struct option_t MuttVars[] = {
@@ -4845,6 +4845,7 @@ struct option_t MuttVars[] = {
** Also see $$copy_decode_weed, $$pipe_decode_weed, $$print_decode_weed.
*/
{ "wrap", DT_NUM, R_PAGER_FLOW, {.p=&Wrap}, {.l=0} },

View File

@ -6,7 +6,7 @@
--- init.h
+++ init.h 2020-01-14 13:12:26.725982952 +0000
@@ -3474,6 +3474,13 @@ struct option_t MuttVars[] = {
@@ -3482,6 +3482,13 @@ struct option_t MuttVars[] = {
** .pp
** Also see the $$force_name variable.
*/
@ -22,7 +22,7 @@
** .pp
--- mutt.h
+++ mutt.h 2020-01-14 13:07:33.727426389 +0000
@@ -535,6 +535,7 @@ enum
@@ -540,6 +540,7 @@ enum
OPTSAVEADDRESS,
OPTSAVEEMPTY,
OPTSAVENAME,

View File

@ -73,7 +73,7 @@
{
--- mutt.h
+++ mutt.h 2020-01-14 13:28:45.787807571 +0000
@@ -1217,4 +1217,7 @@ typedef struct
@@ -1222,4 +1222,7 @@ typedef struct
#include "lib.h"
#include "globals.h"
@ -83,7 +83,7 @@
#endif /*MUTT_H*/
--- muttlib.c
+++ muttlib.c 2020-01-14 13:28:45.787807571 +0000
@@ -2542,6 +2542,10 @@ int safe_open (const char *path, int fla
@@ -2562,6 +2562,10 @@ int safe_open (const char *path, int fla
BUFFER *safe_file = NULL;
BUFFER *safe_dir = NULL;
@ -94,7 +94,7 @@
if (flags & O_EXCL)
{
safe_file = mutt_buffer_pool_get ();
@@ -2570,7 +2574,7 @@ int safe_open (const char *path, int fla
@@ -2590,7 +2594,7 @@ int safe_open (const char *path, int fla
if ((fd = open (path, flags & ~O_EXCL, 0600)) < 0)
goto cleanup;
@ -230,7 +230,7 @@
+}
--- sendlib.c
+++ sendlib.c 2020-01-14 13:28:45.787807571 +0000
@@ -2565,7 +2565,11 @@ send_msg (const char *path, char **args,
@@ -2580,7 +2580,11 @@ send_msg (const char *path, char **args,
if (SendmailWait >= 0 && tempfile && *tempfile)
{
/* *tempfile will be opened as stdout */

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Sep 12 08:50:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Refresh offsets of patches
* aw.listreply.diff
* mutt-1.10.1-imap.patch
* mutt-1.5.15-wrapcolumn.diff
* mutt-1.5.20-sendgroupreplyto.diff
* mutt-1.6.1-opennfs.dif
* patch-1.5.24.vk.pgp_verbose_mime
-------------------------------------------------------------------
Wed Sep 7 15:52:06 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- enable optional verbose debugging at run-time (boo#1203184)
-------------------------------------------------------------------
Tue Aug 9 19:05:21 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -244,6 +244,7 @@ $KRB5CFGPATH --version
--with-curses=%{_prefix} \
--enable-smtp \
--enable-hcache \
--enable-debug \
%if 0%{?suse_version} > 1315
--with-idn2
%else

View File

@ -17,7 +17,7 @@
WHERE char *PgpVerifyCommand;
--- init.h
+++ init.h 2020-01-14 13:41:15.145875625 +0000
@@ -3857,9 +3857,18 @@ struct option_t MuttVars[] = {
@@ -3872,9 +3872,18 @@ struct option_t MuttVars[] = {
** a line quoted text if it also matches $$smileys. This mostly
** happens at the beginning of a line.
*/