aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-tag.c
Commit message (Expand)AuthorAge
* cli: clean up exit status code returned by the cli commandsGravatar Jani Nikula2014-01-18
* tag-util: move out 'tag' command-line checkGravatar Peter Wang2013-06-29
* cli: add --remove-all option to "notmuch tag"Gravatar Jani Nikula2013-03-30
* cli: make caller check tag count in parse_tag_command_lineGravatar Jani Nikula2013-03-30
* cli: move config open/close to main() from subcommandsGravatar Jani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyGravatar Jani Nikula2013-03-07
* notmuch-tag: initialize with enum instead of 0Gravatar David Bremner2013-01-19
* cli: propagate batch tagging warnings to exit valueGravatar Tomi Ollila2013-01-14
* cli: bail out and propagate tagging errors in notmuch tagGravatar Jani Nikula2013-01-09
* cli: add support for batch tagging operations to "notmuch tag"Gravatar Jani Nikula2013-01-07
* notmuch-tag.c: convert to use tag-utilGravatar David Bremner2013-01-07
* util: Factor out boolean term quoting routineGravatar Austin Clements2013-01-06
* notmuch-tag: tidy formattingGravatar David Bremner2012-11-16
* tag: Disallow adding malformed tags to messagesGravatar Austin Clements2012-10-27
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeGravatar Justus Winter2012-04-28
* cli: refactor "notmuch tag" query tagging into a separate functionGravatar Jani Nikula2012-03-30
* cli: refactor "notmuch tag" data structures for tagging operationsGravatar Jani Nikula2012-03-30
* tag: remove unused attribute from notmuch_tag_command() argumentsGravatar Dmitry Kurochkin2012-02-08
* Silence buildbot warnings about unused resultsGravatar Austin Clements2012-01-21
* notmuch: Quiet buildbot warnings.Gravatar David Edmondson2011-12-21
* tag: Automatically limit to messages whose tags will actually change.Gravatar Austin Clements2011-11-28
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* Remove some variables which were set but not used.Gravatar Carl Worth2011-05-11
* lib: Rework interface for maildir_flags synchronizationGravatar Carl Worth2010-11-11
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsGravatar Carl Worth2010-11-11
* Make maildir synchronization configurableGravatar Michal Sojka2010-11-10
* notmuch-tag: don't sort messages before applying tag changesGravatar Sebastian Spaeth2010-04-21
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* Avoid compiler warnings due to ignored write return valuesGravatar Dirk-Jan C. Binnema2009-12-01
* lib/query: Drop the first and max_messages arguments from search_messages.Gravatar Carl Worth2009-11-23
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITEGravatar Carl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Gravatar Chris Wilson2009-11-21
* Make reply/show/tag all require at least one search termGravatar Keith Packard2009-11-18
* notmuch new/tag: Flush all changes to database when interrupted.Gravatar Keith Packard2009-11-13
* libnotmuch: Underlying support for doing partial-results searches.Gravatar Carl Worth2009-11-12
* Unbreak several notmuch commands after the addition of configuration.Gravatar Carl Worth2009-11-11
* notmuch: Break notmuch.c up into several smaller files.Gravatar Carl Worth2009-11-10