aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-05-23rename do_show_raw to do_show_single, and create params.raw for raw message outputJameson Graef Rollins
2011-05-23add part_sep formatter to replace "first" argument to part format functionsJameson Graef Rollins
2011-05-23create notmuch_show_params_t structure for holding parameters passed to show functions.Jameson Graef Rollins
2011-05-23test: force deletion of test remnantsJameson Graef Rollins
2011-05-23test: allow specifying tests to run with NOTMUCH_TESTS env varJameson Graef Rollins
2011-05-23TODO: Add note for bug with message with References but no In-Reply-ToCarl Worth
2011-05-23notmuch part: Fix part numbering to match what's reported by "notmuch show"Carl Worth
2011-05-20pass entire format structure to various show_message functionsJameson Graef Rollins
2011-05-20test: remove hard-coded paths from multipart testJameson Graef Rollins
2011-05-18Add a .dir-locals.el file for the benefit of emacs usersDaniel Kahn Gillmor
2011-05-18emacs: Show cleaner `From:' addresses in the summary line.David Edmondson
2011-05-18emacs: Add custom `notmuch-show-elide-same-subject'David Edmondson
2011-05-18emacs: Add `notmuch-show-always-show-subject', allowing control overDavid Edmondson
2011-05-18emacs: Allow renderer of multipart/related parts access to non-primary parts.David Edmondson
2011-05-18emacs: Optionally show all parts in multipart/alternative.David Edmondson
2011-05-18notmuch: Add the content-id of a part to the JSON output if it is known.David Edmondson