diff options
| author | Jani Nikula <jani@nikula.org> | 2015-09-26 12:35:21 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-11-19 07:47:29 -0400 |
| commit | 506b81679a883d2a96bcd17e7c826a3166bdf82e (patch) | |
| tree | b3609455f8ff1c4da5f65693bfc613f685fcffb4 /test/T190-multipart.sh | |
| parent | c1c955786ae1a828f09fd49d7b996dce624ee682 (diff) | |
lib: content disposition values are not case-sensitive
Per RFC 2183, the values for Content-Disposition values are not
case-sensitive. While at it, use the gmime function for getting at the
disposition string instead of referencing the field directly.
This fixes "attachment" tagging and filename term generation for
attachments while indexing.
Diffstat (limited to 'test/T190-multipart.sh')
| -rwxr-xr-x | test/T190-multipart.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T190-multipart.sh b/test/T190-multipart.sh index 1caf6831..35678909 100755 --- a/test/T190-multipart.sh +++ b/test/T190-multipart.sh @@ -764,7 +764,6 @@ output=$(notmuch search from:todd and mimetype:multipart/alternative | notmuch_s test_expect_equal "$output" "thread:XXX 2014-01-12 [1/1] Todd; odd content types (inbox unread)" test_begin_subtest "case of Content-Disposition doesn't matter for indexing" -test_subtest_known_broken cat <<EOF > ${MAIL_DIR}/content-disposition Return-path: <david@tethera.net> Envelope-to: david@tethera.net |
