aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* test: Expand multipart test to cover part output in all formats.Gravatar Jameson Graef Rollins2011-05-24
* emacs: update notmuch-show.el to use new part outputGravatar Jameson Graef Rollins2011-05-24
* Fix handling of message/rfc822 partsGravatar Jameson Graef Rollins2011-05-24
* notmuch show: Update documentation for default --format=raw for --partGravatar Carl Worth2011-05-24
* use format=raw by default when requesting part with --part=Gravatar Jameson Graef Rollins2011-05-24
* throw error if mbox format specified with --partGravatar Jameson Graef Rollins2011-05-24
* notmuch: Support "notmuch part" as an alias for "notmuch show --format=raw"Gravatar Carl Worth2011-05-24
* New part output handling as option to notmuch-show.Gravatar Jameson Graef Rollins2011-05-23
* Normalize part counting and formatting in show_message_part function.Gravatar Jameson Graef Rollins2011-05-23
* rename do_show_raw to do_show_single, and create params.raw for raw message o...Gravatar Jameson Graef Rollins2011-05-23
* add part_sep formatter to replace "first" argument to part format functionsGravatar Jameson Graef Rollins2011-05-23
* create notmuch_show_params_t structure for holding parameters passed to show ...Gravatar Jameson Graef Rollins2011-05-23
* test: force deletion of test remnantsGravatar Jameson Graef Rollins2011-05-23
* test: allow specifying tests to run with NOTMUCH_TESTS env varGravatar Jameson Graef Rollins2011-05-23
* TODO: Add note for bug with message with References but no In-Reply-ToGravatar Carl Worth2011-05-23
* notmuch part: Fix part numbering to match what's reported by "notmuch show"Gravatar Carl Worth2011-05-23
* pass entire format structure to various show_message functionsGravatar Jameson Graef Rollins2011-05-20
* test: remove hard-coded paths from multipart testGravatar Jameson Graef Rollins2011-05-20
* Add a .dir-locals.el file for the benefit of emacs usersGravatar Daniel Kahn Gillmor2011-05-18
* emacs: Show cleaner `From:' addresses in the summary line.Gravatar David Edmondson2011-05-18