~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to debian/patches/mutt-patched/sidebar-dotted

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2010-12-17 14:28:28 UTC
  • mfrom: (16.2.3 experimental)
  • Revision ID: package-import@ubuntu.com-20101217142828-ve8yy0xf1zomtnx9
Tags: 1.5.21-1ubuntu1
* Merge with Debian experimental (LP: #691512), remaining changes:
  + debian/control, debian/patches/debian-specific/build_doc_adjustments.diff:
    Use w3m (main) instead of elinks (universe) for generating documentation.
  + Drop libtokyocabinet-dev (universe) from Build-Depends, use always
    libgdbm-dev and also use gdbm for the header cache backend. (lp: #607448)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
I hope, it's usefull for someone ;)
11
11
 
12
 
Index: mutt/sidebar.c
13
 
===================================================================
14
 
--- mutt.orig/sidebar.c 2009-06-25 12:36:53.000000000 +0200
15
 
+++ mutt/sidebar.c      2009-06-25 12:36:59.000000000 +0200
 
12
--- a/sidebar.c
 
13
+++ b/sidebar.c
16
14
@@ -255,14 +255,23 @@
17
15
                        int i;
18
16
                        tmp_folder_name = tmp->path + strlen(Maildir);
40
38
                        }
41
39
                }
42
40
                printw( "%.*s", SidebarWidth - delim_len + 1,
43
 
Index: mutt/init.h
44
 
===================================================================
45
 
--- mutt.orig/init.h    2009-06-25 12:36:53.000000000 +0200
46
 
+++ mutt/init.h 2009-06-25 12:36:59.000000000 +0200
47
 
@@ -1969,6 +1969,11 @@
 
41
--- a/init.h
 
42
+++ b/init.h
 
43
@@ -1981,6 +1981,11 @@
48
44
   ** .pp
49
45
   ** The width of the sidebar.
50
46
   */
56
52
   { "pgp_use_gpg_agent", DT_BOOL, R_NONE, OPTUSEGPGAGENT, 0},
57
53
   /*
58
54
   ** .pp
59
 
Index: mutt/mutt.h
60
 
===================================================================
61
 
--- mutt.orig/mutt.h    2009-06-25 12:36:53.000000000 +0200
62
 
+++ mutt/mutt.h 2009-06-25 12:36:59.000000000 +0200
63
 
@@ -426,6 +426,7 @@
 
55
--- a/mutt.h
 
56
+++ b/mutt.h
 
57
@@ -432,6 +432,7 @@
64
58
   OPTSAVENAME,
65
59
   OPTSCORE,
66
60
   OPTSIDEBAR,