Ticket #2943 (closed defect: invalid)

Opened 1 year ago

Last modified 3 weeks ago

Mutt does not show quote characters in address header fields (pager)

Reported by: vinc17 Assigned to: mutt-dev
Priority: major Milestone:
Component: mutt Version: 1.5.16
Keywords: Cc:

Description

Some users put a comma in their names, but the corresponding (necessary) quote characters are not shown by Mutt in the pager. This gives the Mutt user incorrect/ambiguous information. This also prevents the user from correctly copy-pasting header fields.

For instance, I've sent a message to myself, using:

To: "foo <foo@domain.invalid>, bar" <vincent@vinc17.org>

but Mutt shows it in the pager as:

To: foo <foo@domain.invalid>, bar <vincent@vinc17.org>

which is really confusing.

Change History

2008-07-03 15:43:25 changed by Aron Griffis

I've tested this on 1.5.16 and 1.5.18+ (changeset f72fce68ca19).
In both cases it worked correctly, i.e. the lines show up
properly quoted in the pager.

2008-07-05 03:17:01 changed by vinc17

  • status changed from new to closed.
  • resolution set to invalid.

Yes, the problem is due to the patch that fixes bug 2014.

So, I'm closing this bug and will mention the problem in bug 2014.