aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* emacs: Allow the user to choose the "From" address when replying to a messageThomas Jost2011-05-26
* emacs: Allow the user to choose the "From" address when forwarding a messageThomas Jost2011-05-26
* emacs: Allow the user to choose the "From" address when composing a new messageThomas Jost2011-05-26
* emacs: Helpers needed for the user to be able to choose the "From" address wh...Thomas Jost2011-05-26
* Carefully manage save/restore of point in `notmuch-wash-toggle-invisible-acti...Dmitry Kurochkin2011-05-24
* test: add test for hiding/showing signature in notmuch-show viewDmitry Kurochkin2011-05-24
* test: fix expected output for emacs tests after the wash button label changesDmitry Kurochkin2011-05-24
* Use different labels for wash buttons when text is visible or hidden.Dmitry Kurochkin2011-05-24
* emacs: Add an accessor function for emacs code to get at user.other_emailCarl Worth2011-05-24
* emacs: add notmuch-before- and notmuch-after-tag-hookDaniel Schoepe2011-05-24
* python: Update README to talkabout notmuch, not cnotmuchCarl Worth2011-05-24
* man page: Eliminate two warningsCarl Worth2011-05-24
* notmuch: Implement search-tags as an alias for "search --output=tags *"Carl Worth2011-05-24
* test: Expand multipart test to cover "notmuch reply" as wellCarl Worth2011-05-24
* notmuch reply: Avoid segmentation fault when printing multiple partsCarl Worth2011-05-24
* test: Expand multipart test to cover part output in all formats.Jameson Graef Rollins2011-05-24
* emacs: update notmuch-show.el to use new part outputJameson Graef Rollins2011-05-24
* Fix handling of message/rfc822 partsJameson Graef Rollins2011-05-24
* notmuch show: Update documentation for default --format=raw for --partCarl Worth2011-05-24
* use format=raw by default when requesting part with --part=Jameson Graef Rollins2011-05-24
* throw error if mbox format specified with --partJameson Graef Rollins2011-05-24
* notmuch: Support "notmuch part" as an alias for "notmuch show --format=raw"Carl Worth2011-05-24
* New part output handling as option to notmuch-show.Jameson Graef Rollins2011-05-23
* Normalize part counting and formatting in show_message_part function.Jameson Graef Rollins2011-05-23
* rename do_show_raw to do_show_single, and create params.raw for raw message o...Jameson Graef Rollins2011-05-23
* add part_sep formatter to replace "first" argument to part format functionsJameson Graef Rollins2011-05-23
* create notmuch_show_params_t structure for holding parameters passed to show ...Jameson Graef Rollins2011-05-23
* test: force deletion of test remnantsJameson Graef Rollins2011-05-23
* test: allow specifying tests to run with NOTMUCH_TESTS env varJameson Graef Rollins2011-05-23
* TODO: Add note for bug with message with References but no In-Reply-ToCarl Worth2011-05-23
* notmuch part: Fix part numbering to match what's reported by "notmuch show"Carl Worth2011-05-23
* pass entire format structure to various show_message functionsJameson Graef Rollins2011-05-20
* test: remove hard-coded paths from multipart testJameson Graef Rollins2011-05-20
* Add a .dir-locals.el file for the benefit of emacs usersDaniel Kahn Gillmor2011-05-18
* emacs: Show cleaner `From:' addresses in the summary line.David Edmondson2011-05-18
* emacs: Add custom `notmuch-show-elide-same-subject'David Edmondson2011-05-18
* emacs: Add `notmuch-show-always-show-subject', allowing control overDavid Edmondson2011-05-18
* emacs: Allow renderer of multipart/related parts access to non-primary parts.David Edmondson2011-05-18
* emacs: Optionally show all parts in multipart/alternative.David Edmondson2011-05-18
* notmuch: Add the content-id of a part to the JSON output if it is known.David Edmondson2011-05-18
* test: Link to compat files when building program during "make test"Carl Worth2011-05-18
* emacs: Render text/x-vcalendar parts.David Edmondson2011-05-17
* emacs: Allow indentation of multipart children.David Edmondson2011-05-17
* emacs: Add `notmuch-show-multipart/alternative-discouraged'.David Edmondson2011-05-17
* emacs: add more part handling functionsDavid Edmondson2011-05-17
* notmuch show: Properly nest MIME parts within mulipart partsCarl Worth2011-05-17
* notmuch show: Include output for the enclosing multipart part of a MIME mailCarl Worth2011-05-17
* test: Add a test of "notmuch show" with a multipart messageCarl Worth2011-05-16
* Mark some structures in the library interface with visibility=default attribute.Carl Worth2011-05-11
* Remove some variables which were set but not used.Carl Worth2011-05-11