X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/fc83c7648c73765a72c74175b6952a0fda80dd00..37fb58899039ce6c07953442d461e9e80553e2a3:/debian/patches/mutt-patched/sidebar-dotted diff --git a/debian/patches/mutt-patched/sidebar-dotted b/debian/patches/mutt-patched/sidebar-dotted index b5e3bc0..2c07d0b 100644 --- a/debian/patches/mutt-patched/sidebar-dotted +++ b/debian/patches/mutt-patched/sidebar-dotted @@ -9,8 +9,10 @@ This patch enables mutt to find these dots and I hope, it's usefull for someone ;) ---- a/sidebar.c -+++ b/sidebar.c +Index: mutt/sidebar.c +=================================================================== +--- mutt.orig/sidebar.c 2009-06-25 12:36:53.000000000 +0200 ++++ mutt/sidebar.c 2009-06-25 12:36:59.000000000 +0200 @@ -255,14 +255,23 @@ int i; tmp_folder_name = tmp->path + strlen(Maildir); @@ -38,9 +40,11 @@ I hope, it's usefull for someone ;) } } printw( "%.*s", SidebarWidth - delim_len + 1, ---- a/init.h -+++ b/init.h -@@ -1979,6 +1979,11 @@ +Index: mutt/init.h +=================================================================== +--- mutt.orig/init.h 2009-06-25 12:36:53.000000000 +0200 ++++ mutt/init.h 2009-06-25 12:36:59.000000000 +0200 +@@ -1969,6 +1969,11 @@ ** .pp ** The width of the sidebar. */ @@ -52,9 +56,11 @@ I hope, it's usefull for someone ;) { "pgp_use_gpg_agent", DT_BOOL, R_NONE, OPTUSEGPGAGENT, 0}, /* ** .pp ---- a/mutt.h -+++ b/mutt.h -@@ -427,6 +427,7 @@ +Index: mutt/mutt.h +=================================================================== +--- mutt.orig/mutt.h 2009-06-25 12:36:53.000000000 +0200 ++++ mutt/mutt.h 2009-06-25 12:36:59.000000000 +0200 +@@ -426,6 +426,7 @@ OPTSAVENAME, OPTSCORE, OPTSIDEBAR,