X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=mutt-cd.signatures_menu.patch;h=2267d31e06c22d852e3d288956ed0762ff6315be;hb=37de898;hp=880004e770fca5efda7417c418a09354f8f4f6cc;hpb=0dd9f701ef3511012988bf244d3ea8626d5aba4e;p=packages%2Fmutt.git diff --git a/mutt-cd.signatures_menu.patch b/mutt-cd.signatures_menu.patch index 880004e..2267d31 100644 --- a/mutt-cd.signatures_menu.patch +++ b/mutt-cd.signatures_menu.patch @@ -28,7 +28,7 @@ diff -pruN2 mutt-1.3.27.orig/OPS mutt-1.3.27/OPS OP_PREV_PAGE "move to the previous page" +OP_PREV_SIG "move to the previous signature" OP_PRINT "print the current entry" - OP_PURGE_MESSAGE "really delete the current entry, bypassing the trash folder" + OP_PURGE_MESSAGE "delete the current entry, bypassing the trash folder" OP_QUERY "query external program for addresses" OP_QUERY_APPEND "append new query results to current results" OP_QUIT "save changes to mailbox and quit" @@ -44,12 +44,11 @@ diff -pruN2 mutt-1.3.27.orig/OPS mutt-1.3.27/OPS diff -pruN2 mutt-1.3.27.orig/compose.c mutt-1.3.27/compose.c --- mutt-1.3.27.orig/compose.c Mon Dec 3 11:17:57 2001 +++ mutt-1.3.27/compose.c Wed Jan 23 22:35:32 2002 -@@ -1103,4 +1103,10 @@ int mutt_compose_menu (HEADER *msg, /* +@@ -1103,4 +1103,9 @@ int mutt_compose_menu (HEADER *msg, /* break; + case OP_COMPOSE_SIG: + mutt_signature(msg->content->filename); -+ MAYBE_REDRAW (menu->redraw); + mutt_update_encoding (msg->content); + break; + @@ -179,7 +178,7 @@ diff -pruN2 mutt-1.3.27.orig/protos.h mutt-1.3.27/protos.h diff -pruN2 mutt-1.3.27.orig/signature.c mutt-1.3.27/signature.c --- mutt-1.3.27.orig/signature.c Thu Jan 1 01:00:00 1970 +++ mutt-1.3.27/signature.c Wed Jan 23 22:35:32 2002 -@@ -0,0 +1,505 @@ +@@ -0,0 +1,499 @@ +/* + * Copyright (C) 2001 Cedric Duval + * @@ -352,11 +351,10 @@ diff -pruN2 mutt-1.3.27.orig/signature.c mutt-1.3.27/signature.c + + SETCOLOR (MT_COLOR_STATUS); + mvaddstr (SIG_DISPLAY_LINES + 1, 0, _("-- Signature")); -+ BKGDSET (MT_COLOR_STATUS); ++ SETCOLOR (MT_COLOR_STATUS); + clrtoeol (); + -+ BKGDSET (MT_COLOR_NORMAL); -+ SETCOLOR (MT_COLOR_NORMAL); ++ NORMAL_COLOR; +} + +static void free_sig_list (SIG_LIST **sigs) @@ -452,7 +450,6 @@ diff -pruN2 mutt-1.3.27.orig/signature.c mutt-1.3.27/signature.c + break; + + case OP_EXIT: -+ set_option (OPTNEEDREDRAW); + done = 1; + break; + } @@ -476,7 +473,7 @@ diff -pruN2 mutt-1.3.27.orig/signature.c mutt-1.3.27/signature.c + + snprintf (buf, sizeof(buf), searchBuf ? searchBuf : ""); + if (mutt_get_field (_("Search for: "), buf, -+ sizeof (buf), M_CLEAR) != 0 || !buf[0]) ++ sizeof (buf), MUTT_CLEAR) != 0 || !buf[0]) + return (NULL); + if (menu->menu >= 0 && menu->menu < MENU_MAX) + { @@ -630,7 +627,6 @@ diff -pruN2 mutt-1.3.27.orig/signature.c mutt-1.3.27/signature.c + done = 1; + } + -+ MAYBE_REDRAW (menu->redraw); + free_sig_list (&sigl); + } + break; @@ -649,7 +645,6 @@ diff -pruN2 mutt-1.3.27.orig/signature.c mutt-1.3.27/signature.c + done = 1; + } + -+ MAYBE_REDRAW (menu->redraw); + free_sig_list (&sigl); + } + break; @@ -682,18 +677,16 @@ diff -pruN2 mutt-1.3.27.orig/signature.c mutt-1.3.27/signature.c + + if (sig_dir_menu (SigDirectory, msg_file) == -1) + mutt_error (_("%s: no files in this directory"), SigDirectory); -+ else -+ set_option (OPTNEEDREDRAW); +} diff -pruN mutt-1.3.27.orig/PATCHES mutt-1.3.27/PATCHES --- mutt-1.3.27.orig/PATCHES Mon Nov 26 20:16:52 2001 +++ mutt-1.3.27/PATCHES Thu Dec 6 16:27:55 2001 -@@ -1,0 +1 @@ +@@ -1,0 +2 @@ +patch-1.3.27.cd.signatures_menu.2.1 diff --git a/menu.c b/menu.c --- a/menu.c +++ b/menu.c -@@ -642,7 +640,7 @@ +@@ -642,7 +642,7 @@ mutt_error _("No entries."); } @@ -702,7 +695,7 @@ diff --git a/menu.c b/menu.c { if (menu->current < menu->max - 1) { -@@ -653,7 +651,7 @@ +@@ -653,7 +653,7 @@ mutt_error _("You are on the last entry."); }