]> git.cworth.org Git - notmuch/commit
test/cli: Add known broken test for (missing) quoting in From
authorDavid Bremner <david@tethera.net>
Sun, 26 May 2024 12:52:32 +0000 (09:52 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 15 Jun 2024 17:46:12 +0000 (14:46 -0300)
commit0d2a964ea3d0c466d6284dd0b693285941c28440
tree7dcff8921069330605b044c36b8e7ed92b6c077d
parentb02a53a5cc9b5c0c397fec9f8289fcec834f9992
test/cli: Add known broken test for (missing) quoting in From

In [1], Jakub Wilk observes that the current behaviour is confusing
since it looks like there are two mailboxes in From, while in fact
there is only one.  It seems to me that notmuch should at least quote
the display-name part of a mailbox if it has "funny" characters in it,
and perhaps always quote it. Either way will require changing the
indexing code, since the structure is lost when writing the headers to
the database.

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021614
test/T520-show.sh