summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-31test: Fix a misspelling in one of our test cases.Carl Worth
2011-05-31test: add test for saving attachments using notmuch-show-save-partDmitry Kurochkin
2011-05-31test: copy files in test_expect_equal_file instead of moving themDmitry Kurochkin
2011-05-31Don't re-compress .gz & al. in notmuch-show-save-part.Dmitry Kurochkin
2011-05-27emacs: Give mutlipart/{signed, encrypted} their own part handler.Jameson Graef Rollins
2011-05-27emacs: Do not attempt to render arbitrary application parts.Jameson Graef Rollins
2011-05-27Render all parts of multipart/encrypted when decrypting.Jameson Graef Rollins
2011-05-27Do not replace multipart/signed part with content part when doing verification.Jameson Graef Rollins
2011-05-27tag signed/encrypted during notmuch newJameson Graef Rollins
2011-05-27emacs: Add support for PGP/MIME verification/decryptionJameson Graef Rollins
2011-05-27Add decryption of PGP/MIME-encrypted parts with --decrypt.Jameson Graef Rollins
2011-05-27Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins
2011-05-27test: add crypto tests for signature verification and decryptionJameson Graef Rollins
2011-05-27test: add notmuch_show_sanitize_all function that is a little more aggressive.Jameson Graef Rollins
2011-05-27test: new test-lib function to test for equality between filesJameson Graef Rollins
2011-05-27Break up format->part function into part_start and part_content functions.Jameson Graef Rollins
2011-05-27Use empty strings instead of NULL in format_reply structure.Jameson Graef Rollins
2011-05-27Integrate reply_part_content function into reply_part function.Jameson Graef Rollins
2011-05-27Simplify reply_part function to eliminate redundant code paths.Jameson Graef Rollins
2011-05-27test: use `princ' instead of `message' calls in emacs testsDmitry Kurochkin
2011-05-27Update some more recent tests to use /usr/bin/env to find bashCarl Worth
2011-05-27test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portabilityJoel Borggrén-Franck
2011-05-26Fix check of sysconf return in get_name/username_from_passwd_fileMatthias Guedemann
2011-05-26emacs: Make the queries used in the all-tags section configurableDaniel Schoepe
2011-05-26test: add test-lib.el file with `visible-buffer-string' functionDmitry Kurochkin
2011-05-26emacs: Add a customization allowing to always prompt for the "From" address when composing a new messageThomas Jost
2011-05-26emacs: Allow the user to choose the "From" address when replying to a messageThomas Jost
2011-05-26emacs: Allow the user to choose the "From" address when forwarding a messageThomas Jost
2011-05-26emacs: Allow the user to choose the "From" address when composing a new messageThomas Jost
2011-05-26emacs: Helpers needed for the user to be able to choose the "From" address when composing a new messageThomas Jost
2011-05-24Carefully manage save/restore of point in `notmuch-wash-toggle-invisible-action'.Dmitry Kurochkin
2011-05-24test: add test for hiding/showing signature in notmuch-show viewDmitry Kurochkin
2011-05-24test: fix expected output for emacs tests after the wash button label changesDmitry Kurochkin
2011-05-24Use different labels for wash buttons when text is visible or hidden.Dmitry Kurochkin
2011-05-24emacs: Add an accessor function for emacs code to get at user.other_emailCarl Worth
2011-05-24emacs: add notmuch-before- and notmuch-after-tag-hookDaniel Schoepe
2011-05-24python: Update README to talkabout notmuch, not cnotmuchCarl Worth
2011-05-24man page: Eliminate two warningsCarl Worth
2011-05-24notmuch: Implement search-tags as an alias for "search --output=tags *"Carl Worth
2011-05-24test: Expand multipart test to cover "notmuch reply" as wellCarl Worth
2011-05-24notmuch reply: Avoid segmentation fault when printing multiple partsCarl Worth
2011-05-24test: Expand multipart test to cover part output in all formats.Jameson Graef Rollins
2011-05-24emacs: update notmuch-show.el to use new part outputJameson Graef Rollins
2011-05-24Fix handling of message/rfc822 partsJameson Graef Rollins
2011-05-24notmuch show: Update documentation for default --format=raw for --partCarl Worth
2011-05-24use format=raw by default when requesting part with --part=Jameson Graef Rollins
2011-05-24throw error if mbox format specified with --partJameson Graef Rollins
2011-05-24notmuch: Support "notmuch part" as an alias for "notmuch show --format=raw"Carl Worth
2011-05-23New part output handling as option to notmuch-show.Jameson Graef Rollins
2011-05-23Normalize part counting and formatting in show_message_part function.Jameson Graef Rollins