Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2016-02-18 11:07:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mutt (Old)
 and      /work/SRC/openSUSE:Factory/.mutt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mutt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mutt/mutt.changes        2016-01-07 
00:24:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2016-02-18 
12:35:53.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 12 08:46:42 UTC 2016 - [email protected]
+
+- Fix patch-1.5.24.sidebar.20151111.patch to shorten
+  imaps://imap.example.com/INBOX correctly to INBOX, not to NBOX. (boo#961470)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mutt.spec ++++++
--- /var/tmp/diff_new_pack.Ch2JdY/_old  2016-02-18 12:35:55.000000000 +0100
+++ /var/tmp/diff_new_pack.Ch2JdY/_new  2016-02-18 12:35:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mutt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed



++++++ patch-1.5.24.sidebar.20151111.patch ++++++
--- /var/tmp/diff_new_pack.Ch2JdY/_old  2016-02-18 12:35:55.000000000 +0100
+++ /var/tmp/diff_new_pack.Ch2JdY/_new  2016-02-18 12:35:55.000000000 +0100
@@ -1892,7 +1892,7 @@
 +              /* calculate depth of current folder and generate its display 
name with indented spaces */
 +              int sidebar_folder_depth = 0;
 +              char *sidebar_folder_name;
-+              sidebar_folder_name = option(OPTSIDEBARSHORTPATH) ? 
mutt_basename(tmp->path) : tmp->path + maildir_is_prefix*(strlen(Maildir) + 1);
++              sidebar_folder_name = option(OPTSIDEBARSHORTPATH) ? 
mutt_basename(tmp->path) : tmp->path + maildir_is_prefix*(strlen(Maildir));
 +              if ( maildir_is_prefix && option(OPTSIDEBARFOLDERINDENT) ) {
 +                      char *tmp_folder_name;
 +                      int i;


Reply via email to