Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/alot/files: 0.3.2-subject-fix.patch
Date: Wed, 01 Aug 2012 10:33:45
Message-Id: 20120801103336.4819A2004C@flycatcher.gentoo.org
1 aidecoe 12/08/01 10:33:36
2
3 Added: 0.3.2-subject-fix.patch
4 Log:
5 Version bump.
6
7 NEWS
8 ~~~~
9 * fix bad GPG signatures for mails with attachments
10 * new theme-files + tags section syntax
11 * re-introduce "highlighting" of thread lines in search mode
12 * new global command "call" to directly call and bind python commands
13 * add new buffers to direct neighbourhood of current one
14 * fix sanitize --spawn for X11-less use
15 * add new hook 'touch_external_cmdlist'
16 * make statusline configurable
17 * fix update result count after tag operations in search mode
18 * add config options and hooks for reply/forward subject generation
19 * add config options and hook for quoting messages in replies/forwards
20 * allow True/False/None values for boolean command parameters
21 * new config option "attachment_prefix"
22 * various small fixes for libmagic, header encoding and decoding
23
24 (Portage version: 2.1.11.9/cvs/Linux x86_64)
25
26 Revision Changes Path
27 1.1 mail-client/alot/files/0.3.2-subject-fix.patch
28
29 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/files/0.3.2-subject-fix.patch?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/files/0.3.2-subject-fix.patch?rev=1.1&content-type=text/plain
31
32 Index: 0.3.2-subject-fix.patch
33 ===================================================================
34 diff -Naur pazz-alot-34f4a7d/alot/defaults/default.theme pazz-alot-34f4a7d.new/alot/defaults/default.theme
35 --- pazz-alot-34f4a7d/alot/defaults/default.theme 2012-07-22 23:01:59.000000000 +0200
36 +++ pazz-alot-34f4a7d.new/alot/defaults/default.theme 2012-08-01 10:24:05.359838188 +0200
37 @@ -62,7 +62,7 @@
38 [[[subject]]]
39 normal = 'default','','light gray','default','g66','default'
40 focus = 'standout','','yellow','light gray','yellow','g58'
41 - #width = 'weight', 1
42 + width = 'weight', 1
43 [[[content]]]
44 normal = 'default','','light gray','default','dark gray','default'
45 focus = 'standout','','yellow','light gray','yellow','g58'