Ticket #2014: quoted-addr

File quoted-addr, 448 bytes (added by vinc17, 3 months ago)

mbox file showing missing quotes in the "To:" header in the pager

Line 
1From a@b.invalid Sat Jul  5 10:00:00 2008
2To: "foo <foo@domain.invalid>, bar" <bar@domain.invalid>
3
4The patch fixing Mutt bug #2014 <http://dev.mutt.org/trac/ticket/2014>
5yields the following problem. In the pager, the "To:" header is shown
6as:
7
8  To: foo <foo@domain.invalid>, bar <bar@domain.invalid>
9
10instead of:
11
12  To: "foo <foo@domain.invalid>, bar" <bar@domain.invalid>
13
14(This problem was mentioned in Mutt bug #2943, now closed as invalid.)