aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-07test/tagging: add test for exotic message-ids and batch taggingDavid Bremner
2013-01-07test/tagging: add tests for exotic tagsDavid Bremner
2013-01-07test/tagging: add basic tests for batch tagging functionalityDavid Bremner
2013-01-07test/tagging: add test for error messages of tag --batchDavid Bremner
2013-01-07cli: add support for batch tagging operations to "notmuch tag"Jani Nikula
2013-01-07notmuch-tag.c: convert to use tag-utilDavid Bremner
2013-01-06tag-util: factor out rules for illegal tags, use in parse_tag_lineDavid Bremner
2013-01-06fix line breaks in one comment paragraph in generated .notmuch-config fileTomi Ollila
2013-01-06emacs: Use the minibuffer for CLI error reportingAustin Clements
2013-01-06man: Update notmuch-dump(1) and notmuch-restore(1)Austin Clements
2013-01-06dump/restore: Use Xapian queries for batch-tag formatAustin Clements
2013-01-06dump: Disallow \n in message IDsAustin Clements
2013-01-06util: Function to parse boolean term queriesAustin Clements
2013-01-06util: Factor out boolean term quoting routineAustin Clements
2013-01-06restore: Make missing messages non-fatal (again)Austin Clements
2013-01-06notmuch-restore: handle empty input file, leading blank lines and comments.David Bremner
2013-01-06test/dump-restore: new tests for empty files and leading comments/whitespace.David Bremner
2012-12-30perf-test: initial support for talloc leak report in memory testsDavid Bremner
2012-12-30notmuch-restore: use debug version of talloc_strndupDavid Bremner
2012-12-30util: add talloc-extra.[ch]David Bremner
2012-12-30CLI: add talloc leak report, controlled by an environment variable.David Bremner
2012-12-26notmuch-tag.1: tidy synopsis formatting, referenceDavid Bremner
2012-12-26parse_tag_line: use enum for return value.David Bremner
2012-12-25contrib: pick: close message pane when quitting from show in the message paneMark Walters
2012-12-25NEWS for emacs part visibility changeMark Walters
2012-12-25perf-test: add memory leak test for dump restoreDavid Bremner
2012-12-25perf-test: initial version of memory test infrastructure.David Bremner
2012-12-25perf-test: rename current tests as "time tests"David Bremner
2012-12-25perf-test: remove redundant "initial notmuch new"David Bremner
2012-12-24contrib: pick: slightly tweak running search and pick from pick bufferMark Walters
2012-12-24_notmuch_message_index_file: unref (free) address lists from gmime.David Bremner
2012-12-24lib/message-file.c: use g_malloc () & g_free () in hash table valuesTomi Ollila
2012-12-22NEWS: emacs: hello point placement, tagging customization, thread id stashingJani Nikula
2012-12-22NEWS: notmuch search --format=text0Jani Nikula
2012-12-22notmuch-restore: allocate a temporary talloc context for each line parsed.David Bremner
2012-12-22tag-utils: use the tag_opt_list_t as talloc context, if possible.David Bremner
2012-12-22notmuch-restore: fix return value propagationDavid Bremner
2012-12-21emacs: show: set default show-all-multipart/alternatives to nilMark Walters
2012-12-21emacs: show: add invisibility button actionMark Walters
2012-12-21emacs: show: add overlays for each partMark Walters
2012-12-21emacs: show: modify insert-part-header to save the button textMark Walters
2012-12-21emacs: Eliminate buffer invisibility specs from show and washAustin Clements
2012-12-21news: Promote some things to a general sectionAustin Clements
2012-12-21News for changes from Austin ClementsAustin Clements
2012-12-21python: remove now unused import of module sysJustus Winter
2012-12-21python: remove functions that have been marked as deprecated in 0.14Justus Winter
2012-12-21python: remove Database.db_pJustus Winter
2012-12-18man: document notmuch search --format=text0Jani Nikula
2012-12-18test: notmuch search --format=text0Jani Nikula
2012-12-18cli: add --format=text0 to notmuch searchJani Nikula