~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002101854

« back to all changes in this revision

Viewing changes to debian/extra/rc/colors.rc

Tags: 1.5.18-6
* Grab from upstream:
  + Guard idata->mailbox read in imap_mailbox_state.
    The bug happens when a user has more than a imap mailbox, when
    he/she browses through them mutt will segfault.
    (Closes: #462266, #513230, #514309. Mutt: #3057)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# colors
 
2
color normal    white black
 
3
color attachment brightyellow black
 
4
color hdrdefault cyan black
 
5
color indicator black cyan
 
6
color markers   brightred black
 
7
color quoted    green black
 
8
color signature cyan black
 
9
color status    brightgreen blue
 
10
color tilde     blue black
 
11
color tree      red black
 
12
#color header   brightgreen black ^From:
 
13
#color header   brightcyan black ^To:
 
14
#color header   brightcyan black ^Reply-To:
 
15
#color header   brightcyan black ^Cc:
 
16
#color header   brightblue black ^Subject:
 
17
#color body     brightred black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
 
18
#color body     brightblue black (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
 
19