aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vim: add delete commandsGravatar Felipe Contreras2011-05-31
* vim: add support for delete in search viewGravatar Felipe Contreras2011-05-31
* vim: add support to mark as read in search viewGravatar Felipe Contreras2011-05-31
* vim: add support to mark as read in show viewGravatar Felipe Contreras2011-05-31
* Rename signerstatustostring to signer_status_to_stringGravatar Carl Worth2011-05-31
* Reduce some excessive indentation.Gravatar Carl Worth2011-05-31
* show: Remove some dead code from show_text_part_contentGravatar Carl Worth2011-05-31
* notmuch show: Don't do text conversions for non-text partsGravatar Carl Worth2011-05-31
* test: Add test showing notmuch corrupts a part with a CRLF pair in itGravatar Carl Worth2011-05-31
* test: Fix a misspelling in one of our test cases.Gravatar Carl Worth2011-05-31
* test: add test for saving attachments using notmuch-show-save-partGravatar Dmitry Kurochkin2011-05-31
* test: copy files in test_expect_equal_file instead of moving themGravatar Dmitry Kurochkin2011-05-31
* Don't re-compress .gz & al. in notmuch-show-save-part.Gravatar Dmitry Kurochkin2011-05-31
* emacs: Give mutlipart/{signed, encrypted} their own part handler.Gravatar Jameson Graef Rollins2011-05-27
* emacs: Do not attempt to render arbitrary application parts.Gravatar Jameson Graef Rollins2011-05-27
* Render all parts of multipart/encrypted when decrypting.Gravatar Jameson Graef Rollins2011-05-27
* Do not replace multipart/signed part with content part when doing verification.Gravatar Jameson Graef Rollins2011-05-27
* tag signed/encrypted during notmuch newGravatar Jameson Graef Rollins2011-05-27
* emacs: Add support for PGP/MIME verification/decryptionGravatar Jameson Graef Rollins2011-05-27
* Add decryption of PGP/MIME-encrypted parts with --decrypt.Gravatar Jameson Graef Rollins2011-05-27
* Add signature verification of PGP/MIME-signed parts with --verify.Gravatar Jameson Graef Rollins2011-05-27
* test: add crypto tests for signature verification and decryptionGravatar Jameson Graef Rollins2011-05-27
* test: add notmuch_show_sanitize_all function that is a little more aggressive.Gravatar Jameson Graef Rollins2011-05-27
* test: new test-lib function to test for equality between filesGravatar Jameson Graef Rollins2011-05-27
* Break up format->part function into part_start and part_content functions.Gravatar Jameson Graef Rollins2011-05-27
* Use empty strings instead of NULL in format_reply structure.Gravatar Jameson Graef Rollins2011-05-27
* Integrate reply_part_content function into reply_part function.Gravatar Jameson Graef Rollins2011-05-27
* Simplify reply_part function to eliminate redundant code paths.Gravatar Jameson Graef Rollins2011-05-27
* test: use `princ' instead of `message' calls in emacs testsGravatar Dmitry Kurochkin2011-05-27
* Update some more recent tests to use /usr/bin/env to find bashGravatar Carl Worth2011-05-27
* test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portabilityGravatar Joel Borggrén-Franck2011-05-27
* Fix check of sysconf return in get_name/username_from_passwd_fileGravatar Matthias Guedemann2011-05-26
* emacs: Make the queries used in the all-tags section configurableGravatar Daniel Schoepe2011-05-26
* test: add test-lib.el file with `visible-buffer-string' functionGravatar Dmitry Kurochkin2011-05-26
* emacs: Add a customization allowing to always prompt for the "From" address w...Gravatar Thomas Jost2011-05-26
* emacs: Allow the user to choose the "From" address when replying to a messageGravatar Thomas Jost2011-05-26
* emacs: Allow the user to choose the "From" address when forwarding a messageGravatar Thomas Jost2011-05-26
* emacs: Allow the user to choose the "From" address when composing a new messageGravatar Thomas Jost2011-05-26
* emacs: Helpers needed for the user to be able to choose the "From" address wh...Gravatar Thomas Jost2011-05-26
* Carefully manage save/restore of point in `notmuch-wash-toggle-invisible-acti...Gravatar Dmitry Kurochkin2011-05-24
* test: add test for hiding/showing signature in notmuch-show viewGravatar Dmitry Kurochkin2011-05-24
* test: fix expected output for emacs tests after the wash button label changesGravatar Dmitry Kurochkin2011-05-24
* Use different labels for wash buttons when text is visible or hidden.Gravatar Dmitry Kurochkin2011-05-24
* emacs: Add an accessor function for emacs code to get at user.other_emailGravatar Carl Worth2011-05-24
* emacs: add notmuch-before- and notmuch-after-tag-hookGravatar Daniel Schoepe2011-05-24
* python: Update README to talkabout notmuch, not cnotmuchGravatar Carl Worth2011-05-24
* man page: Eliminate two warningsGravatar Carl Worth2011-05-24
* notmuch: Implement search-tags as an alias for "search --output=tags *"Gravatar Carl Worth2011-05-24
* test: Expand multipart test to cover "notmuch reply" as wellGravatar Carl Worth2011-05-24
* notmuch reply: Avoid segmentation fault when printing multiple partsGravatar Carl Worth2011-05-24