On Sun, 30 Mar 2014, Jan Kundrát wrote:
On Sunday, 30 March 2014 12:10:38 CEST, James Harkins wrote:
- Multiple addresses on one line
Thunderbird is smart enough to notice that you've used a comma and it
automatically splits the list into multiple fields on a focus change, right.
Patches welcome, but they're hard -- this more or less requires implementing
a RFC5322 parser. In the meanwhile, is it really a blocker to just split them
by hand?
for a couple messages, no. But if you are talking about a large group (for a
class of people, think 30+), then yes.
While ideally it would be a full blown RFC5322 parser, 'good enough' would
probably be just a csv parser that ignored commas inside quotes and split on
other commas.
David Lang
- Reading pane doesn't update when a message is deselected/deleted
What is the real use case behind this? I can think of some, but I prefer to
receive input from real users.
think of deleting a 'not safe for work' message and having the contents continue
to be visible.
David Lang