Accepting request 145844 from home:aginies:branches:server:mail

- update sidebar to version 20120829
- fix nion sidebar patch

OBS-URL: https://build.opensuse.org/request/show/145844
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=82
This commit is contained in:
Dr. Werner Fink 2012-12-19 11:07:46 +00:00 committed by Git OBS Bridge
parent b29a645bb3
commit 9db7d7a444
6 changed files with 2407 additions and 1539 deletions

View File

@ -6,7 +6,7 @@ Index: mutt-1.5.21/PATCHES
+++ mutt-1.5.21/PATCHES 2012-06-21 11:48:50.352837436 +0200
@@ -1,3 +1,4 @@
+patch-1.5.9.aw.listreply.1
patch-1.5.20.sidebar.20090619.txt
patch-1.5.21.sidebar.20120829.txt
patch-1.5.19.rr.compressed.1
patch-1.5.5.1.nt.xtitles.3.ab.1
Index: mutt-1.5.21/init.h

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 18 16:26:45 UTC 2012 - aginies@suse.com
- update sidebar to version 20120829
-------------------------------------------------------------------
Tue Sep 18 15:47:45 UTC 2012 - vmiklos@suse.cz

View File

@ -61,7 +61,7 @@ Requires(postun): shared-mime-info
# desktop selections.
#Requires: desktop-data-SuSE
Version: 1.5.21
Release: 0
Release: 33.2
Summary: Mail Program
License: GPL-2.0+
Group: Productivity/Networking/Email/Clients
@ -83,7 +83,7 @@ Patch3: %name-1.5.20-sendgroupreplyto.diff
Patch4: %name-1.5.15-wrapcolumn.diff
Patch5: patch-1.5.5.1.nt.xtitles.3.ab.1
# http://lunar-linux.org/index.php?page=mutt-sidebar
Patch6: mutt-1.5.21.sidebar.20090619.patch
Patch6: mutt-1.5.21.sidebar.20120829.patch
Patch7: mutt-1.5.21-opennfs.dif
Patch8: mutt-1.5.20-gpgme_set_locale.patch
Patch9: bug-676388-largefile.patch

View File

@ -34,7 +34,7 @@ diff --git a/sidebar.c b/sidebar.c
index 9e12319..4b37b76 100644
--- a/sidebar.c
+++ b/sidebar.c
@@ -195,22 +195,26 @@ int draw_sidebar(int menu) {
@@ -250,13 +250,14 @@
}
/* get attributes for divider */
@ -45,12 +45,14 @@ index 9e12319..4b37b76 100644
#else
color_pair = attr_get();
#endif
- SETCOLOR(MT_COLOR_NORMAL);
SETCOLOR(MT_COLOR_NORMAL);
+ /* SETCOLOR(MT_COLOR_SIDEBAR); */
/* draw the divider */
for ( ; lines < LINES-1-(menu != MENU_PAGER || option(OPTSTATUSONTOP)); lines++ ) {
@@ -266,10 +267,14 @@
for ( ; lines < SidebarHeight; lines++ ) {
move(lines, SidebarWidth - delim_len);
- addstr(NONULL(SidebarDelim));
-#ifndef USE_SLANG_CURSES
@ -67,3 +69,4 @@ index 9e12319..4b37b76 100644
}
if ( Incoming == 0 ) return 0;