diff options
| author | David Bremner <bremner@debian.org> | 2012-02-15 19:17:36 -0400 |
|---|---|---|
| committer | David Bremner <bremner@debian.org> | 2012-02-15 19:17:36 -0400 |
| commit | 242beef7fb76fb780479cbfe84df0def935c322c (patch) | |
| tree | 2ecb242ae0c3f1575253f3cba306513d587b2103 /test | |
| parent | 3cde7cf7cf3e01312992cc1aece7306e68b09b5d (diff) | |
| parent | f38bc44653ad910abb95add6b09321da11f50581 (diff) | |
Merge tag 'debian/0.11.1-1' into squeeze-backports
notmuch Debian 0.11.1-1 upload (same as 0.11.1)
Conflicts:
debian/changelog
Diffstat (limited to 'test')
| -rwxr-xr-x | test/emacs | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -273,6 +273,26 @@ On 01 Jan 2000 12:00:00 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> w EOF test_expect_equal_file OUTPUT EXPECTED +test_begin_subtest "Quote MML tags in reply" +message_id='test-emacs-mml-quoting@message.id' +add_message [id]="$message_id" \ + "[subject]='$test_subtest_name'" \ + '[body]="<#part disposition=inline>"' +test_emacs "(notmuch-show \"id:$message_id\") + (notmuch-show-reply) + (test-output)" +cat <<EOF >EXPECTED +From: Notmuch Test Suite <test_suite@notmuchmail.org> +To: +Subject: Re: Quote MML tags in reply +In-Reply-To: <test-emacs-mml-quoting@message.id> +Fcc: ${MAIL_DIR}/sent +--text follows this line-- +On Tue, 05 Jan 2001 15:43:57 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> wrote: +> <#!part disposition=inline> +EOF +test_expect_equal_file OUTPUT EXPECTED + test_begin_subtest "Save attachment from within emacs using notmuch-show-save-attachments" # save as archive to test that Emacs does not re-compress .gz test_emacs '(let ((standard-input "\"attachment1.gz\"")) |
