~ubuntu-branches/ubuntu/natty/mutt/natty

« back to all changes in this revision

Viewing changes to debian/patches/upstream/545316-header-color.patch

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2011-01-05 09:03:40 UTC
  • mfrom: (16.2.4 experimental)
  • Revision ID: package-import@ubuntu.com-20110105090340-rf5so52p12hfw7yi
Tags: 1.5.21-2ubuntu1
* Merge with Debian experimental (LP: #697529), remaining changes:
  + 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:
1
 
Do not store the header color into hcache, see http://bugs.mutt.org/3376 and
2
 
http://dev.mutt.org/trac/changeset/b7d2cb7c7ce1 for more info
3
 
 
4
 
--- a/hcache.c
5
 
+++ b/hcache.c
6
 
@@ -623,6 +623,7 @@
7
 
   nh.limited = 0;
8
 
   nh.num_hidden = 0;
9
 
   nh.recipient = 0;
10
 
+  nh.pair = 0;
11
 
   nh.attach_valid = 0;
12
 
   nh.path = NULL;
13
 
   nh.tree = NULL;