summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-05-18test: Link to compat files when building program during "make test"Carl Worth
2011-05-17emacs: Render text/x-vcalendar parts.David Edmondson
2011-05-17emacs: Allow indentation of multipart children.David Edmondson
2011-05-17emacs: Add `notmuch-show-multipart/alternative-discouraged'.David Edmondson
2011-05-17emacs: add more part handling functionsDavid Edmondson
2011-05-17notmuch show: Properly nest MIME parts within mulipart partsCarl Worth
2011-05-17notmuch show: Include output for the enclosing multipart part of a MIME mailCarl Worth
2011-05-16test: Add a test of "notmuch show" with a multipart messageCarl Worth
2011-05-11Mark some structures in the library interface with visibility=default attribute.Carl Worth
2011-05-11Remove some variables which were set but not used.Carl Worth
2011-05-11emacs: Only compile replacement functions for emacs < emacs-23Carl Worth
2011-05-04vim: parse 'from' addressFelipe Contreras
2011-05-04vim: use sendmail directlyFelipe Contreras
2011-05-04vim: add myself (Felipe Contreras) as contributorFelipe Contreras
2011-05-04vim: implement archive in show viewFelipe Contreras
2011-05-04vim: refactor tagging stuffFelipe Contreras
2011-04-25TODO: Add item for remembing files detected as not email.Carl Worth
2011-04-25test: Mark the search-insufficient-from-quoting tests to expect successCarl Worth
2011-04-25Merge remote-tracking branch 'amdragon/eager-metadata-v4'Carl Worth
2011-04-25use custom-face-edit value-type in notmuch-search-line-facesJameson Graef Rollins
2011-03-21Fixup string list authorAustin Clements
2011-03-21Add the tag list to the unified message metadata pass.Austin Clements
2011-03-21Add the file name list to the unified message metadata pass.Austin Clements
2011-03-21Add a generic function to get a list of terms with some prefix.Austin Clements
2011-03-21Implement an internal generic string list and use it.Austin Clements
2011-03-21Use a single unified pass to fetch scalar message metadata.Austin Clements