X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/b666e73235d73dd16c09fd8952c83c0fd7511fef..73c09bc56e79605cf421a31c7e36958422055a20:/debian/patches/features/trash-folder diff --git a/debian/patches/features/trash-folder b/debian/patches/features/trash-folder index 1167afc..632541c 100644 --- a/debian/patches/features/trash-folder +++ b/debian/patches/features/trash-folder @@ -46,11 +46,9 @@ To sum up, it's more integrated and transparent to the user. - Fixed indentation of "appended" in mutt.h. == END PATCH -Index: debian-mutt/commands.c -=================================================================== ---- debian-mutt.orig/commands.c 2007-04-12 19:06:45.000000000 +0200 -+++ debian-mutt/commands.c 2007-05-16 23:09:20.000000000 +0200 -@@ -688,6 +688,7 @@ int _mutt_save_message (HEADER *h, CONTE +--- a/commands.c ++++ b/commands.c +@@ -717,6 +717,7 @@ if (option (OPTDELETEUNTAG)) mutt_set_flag (Context, h, M_TAG, 0); } @@ -58,11 +56,9 @@ Index: debian-mutt/commands.c return 0; } -Index: debian-mutt/flags.c -=================================================================== ---- debian-mutt.orig/flags.c 2007-05-16 23:08:46.000000000 +0200 -+++ debian-mutt/flags.c 2007-05-16 23:43:45.000000000 +0200 -@@ -69,7 +69,13 @@ void _mutt_set_flag (CONTEXT *ctx, HEADE +--- a/flags.c ++++ b/flags.c +@@ -65,7 +65,13 @@ { h->deleted = 0; update = 1; @@ -77,7 +73,7 @@ Index: debian-mutt/flags.c #ifdef USE_IMAP /* see my comment above */ if (ctx->magic == M_IMAP) -@@ -91,6 +97,17 @@ void _mutt_set_flag (CONTEXT *ctx, HEADE +@@ -87,6 +93,17 @@ } break; @@ -95,11 +91,9 @@ Index: debian-mutt/flags.c case M_NEW: if (!mutt_bit_isset(ctx->rights,M_ACL_SEEN)) -Index: debian-mutt/globals.h -=================================================================== ---- debian-mutt.orig/globals.h 2007-05-16 23:09:10.000000000 +0200 -+++ debian-mutt/globals.h 2007-05-16 23:09:20.000000000 +0200 -@@ -142,6 +142,7 @@ WHERE char *StChars; +--- a/globals.h ++++ b/globals.h +@@ -139,6 +139,7 @@ WHERE char *Status; WHERE char *Tempdir; WHERE char *Tochars; @@ -107,11 +101,9 @@ Index: debian-mutt/globals.h WHERE char *Username; WHERE char *Visual; WHERE char *XtermTitle; -Index: debian-mutt/imap/message.c -=================================================================== ---- debian-mutt.orig/imap/message.c 2007-05-16 23:08:46.000000000 +0200 -+++ debian-mutt/imap/message.c 2007-05-16 23:09:20.000000000 +0200 -@@ -816,6 +816,7 @@ int imap_copy_messages (CONTEXT* ctx, HE +--- a/imap/message.c ++++ b/imap/message.c +@@ -876,6 +876,7 @@ if (ctx->hdrs[n]->tagged) { mutt_set_flag (ctx, ctx->hdrs[n], M_DELETE, 1); @@ -119,7 +111,7 @@ Index: debian-mutt/imap/message.c if (option (OPTDELETEUNTAG)) mutt_set_flag (ctx, ctx->hdrs[n], M_TAG, 0); } -@@ -823,6 +824,7 @@ int imap_copy_messages (CONTEXT* ctx, HE +@@ -883,6 +884,7 @@ else { mutt_set_flag (ctx, h, M_DELETE, 1); @@ -127,13 +119,11 @@ Index: debian-mutt/imap/message.c if (option (OPTDELETEUNTAG)) mutt_set_flag (ctx, h, M_TAG, 0); } -Index: debian-mutt/init.h -=================================================================== ---- debian-mutt.orig/init.h 2007-05-16 23:09:10.000000000 +0200 -+++ debian-mutt/init.h 2007-05-16 23:09:20.000000000 +0200 -@@ -2873,6 +2873,16 @@ struct option_t MuttVars[] = { +--- a/init.h ++++ b/init.h +@@ -3195,6 +3195,16 @@ ** by \fIyou\fP. The sixth character is used to indicate when a mail - ** was sent to a mailing-list you subscribe to (default: L). + ** was sent to a mailing-list you subscribe to. */ + { "trash", DT_PATH, R_NONE, UL &TrashPath, 0 }, + /* @@ -148,11 +138,9 @@ Index: debian-mutt/init.h #ifdef USE_SOCKET { "tunnel", DT_STR, R_NONE, UL &Tunnel, UL 0 }, /* -Index: debian-mutt/mutt.h -=================================================================== ---- debian-mutt.orig/mutt.h 2007-05-16 23:09:10.000000000 +0200 -+++ debian-mutt/mutt.h 2007-05-16 23:09:20.000000000 +0200 -@@ -206,6 +206,7 @@ enum +--- a/mutt.h ++++ b/mutt.h +@@ -187,6 +187,7 @@ M_DELETE, M_UNDELETE, M_DELETED, @@ -160,7 +148,7 @@ Index: debian-mutt/mutt.h M_FLAG, M_TAG, M_UNTAG, -@@ -718,6 +719,7 @@ typedef struct header +@@ -707,6 +708,7 @@ unsigned int mime : 1; /* has a MIME-Version header? */ unsigned int flagged : 1; /* marked important? */ unsigned int tagged : 1; @@ -168,7 +156,7 @@ Index: debian-mutt/mutt.h unsigned int deleted : 1; unsigned int changed : 1; unsigned int attach_del : 1; /* has an attachment marked for deletion */ -@@ -889,6 +891,7 @@ typedef struct _context +@@ -879,6 +881,7 @@ int new; /* how many new messages? */ int unread; /* how many unread messages? */ int deleted; /* how many deleted messages */ @@ -176,11 +164,9 @@ Index: debian-mutt/mutt.h int flagged; /* how many flagged messages */ int msgnotreadyet; /* which msg "new" in pager, -1 if none */ -Index: debian-mutt/muttlib.c -=================================================================== ---- debian-mutt.orig/muttlib.c 2007-05-16 23:08:47.000000000 +0200 -+++ debian-mutt/muttlib.c 2007-05-16 23:09:20.000000000 +0200 -@@ -1384,7 +1384,9 @@ int mutt_save_confirm (const char *s, st +--- a/muttlib.c ++++ b/muttlib.c +@@ -1515,7 +1515,9 @@ if (magic > 0 && !mx_access (s, W_OK)) { @@ -191,11 +177,9 @@ Index: debian-mutt/muttlib.c { snprintf (tmp, sizeof (tmp), _("Append messages to %s?"), s); if ((rc = mutt_yesorno (tmp, M_YES)) == M_NO) -Index: debian-mutt/mx.c -=================================================================== ---- debian-mutt.orig/mx.c 2007-05-16 23:09:10.000000000 +0200 -+++ debian-mutt/mx.c 2007-05-16 23:09:20.000000000 +0200 -@@ -838,6 +838,53 @@ static int sync_mailbox (CONTEXT *ctx, i +--- a/mx.c ++++ b/mx.c +@@ -776,6 +776,53 @@ return rc; } @@ -249,7 +233,7 @@ Index: debian-mutt/mx.c /* save changes and close mailbox */ int mx_close_mailbox (CONTEXT *ctx, int *index_hint) { -@@ -973,6 +1020,7 @@ int mx_close_mailbox (CONTEXT *ctx, int +@@ -912,6 +959,7 @@ if (mutt_append_message (&f, ctx, ctx->hdrs[i], 0, CH_UPDATE_LEN) == 0) { mutt_set_flag (ctx, ctx->hdrs[i], M_DELETE, 1); @@ -257,12 +241,12 @@ Index: debian-mutt/mx.c } else { -@@ -994,6 +1042,14 @@ int mx_close_mailbox (CONTEXT *ctx, int +@@ -936,6 +984,14 @@ return 0; } + /* copy mails to the trash before expunging */ -+ if (purge && ctx->deleted) ++ if (purge && ctx->deleted && mutt_strcmp(ctx->path, TrashPath)) + if (trash_append (ctx) != 0) + { + ctx->closing = 0; @@ -272,24 +256,22 @@ Index: debian-mutt/mx.c #ifdef USE_IMAP /* allow IMAP to preserve the deleted flag across sessions */ if (ctx->magic == M_IMAP) -@@ -1194,6 +1250,12 @@ int mx_sync_mailbox (CONTEXT *ctx, int * +@@ -1133,6 +1189,12 @@ msgcount = ctx->msgcount; deleted = ctx->deleted; -+ if (purge && ctx->deleted) ++ if (purge && ctx->deleted && mutt_strcmp(ctx->path, TrashPath)) + { + if (trash_append (ctx) == -1) + return -1; -+ } ++ } + #ifdef USE_IMAP if (ctx->magic == M_IMAP) rc = imap_sync_mailbox (ctx, purge, index_hint); -Index: debian-mutt/postpone.c -=================================================================== ---- debian-mutt.orig/postpone.c 2007-04-12 19:06:45.000000000 +0200 -+++ debian-mutt/postpone.c 2007-05-16 23:09:20.000000000 +0200 -@@ -279,6 +279,9 @@ int mutt_get_postponed (CONTEXT *ctx, HE +--- a/postpone.c ++++ b/postpone.c +@@ -277,6 +277,9 @@ /* finished with this message, so delete it. */ mutt_set_flag (PostContext, h, M_DELETE, 1); @@ -299,12 +281,3 @@ Index: debian-mutt/postpone.c /* update the count for the status display */ PostCount = PostContext->msgcount - PostContext->deleted; -Index: debian-mutt/PATCHES -=================================================================== ---- debian-mutt.orig/PATCHES 2007-05-16 23:09:10.000000000 +0200 -+++ debian-mutt/PATCHES 2007-05-16 23:09:20.000000000 +0200 -@@ -1,3 +1,4 @@ -+patch-1.5.13.cd.trash_folder.3.4 - patch-1.5.13.nt+ab.xtitles.4 - patch-1.5.6.dw.maildir-mtime.1 - patch-1.5.13.cd.ifdef.2