summaryrefslogtreecommitdiffstats
path: root/notmuch-tag.c
AgeCommit message (Expand)Author
2021-09-04CLI/tag: enable sexp queriesDavid Bremner
2021-09-04CLI: make variable n_requested_db_uuid file scope.David Bremner
2021-05-14CLI: make static message strings constDavid Bremner
2021-04-06CLI: drop notmuch_config_t from subcommand interface.David Bremner
2021-03-13cli: run uncrustifyuncrustify
2021-02-06cli/tag: convert to new config framework.David Bremner
2021-02-06CLI: add (unused) database argument to subcommands.David Bremner
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-04cli: use designated initializers for opt descJani Nikula
2017-08-30cppcheck: close files during shutdownDavid Bremner
2017-03-22lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2015-11-19cli: Allow combining --remove-all and --batchDaniel Schoepe
2015-09-23cli: convert remainder of CLI to n_q_search_{messages,threads}_stDavid Bremner
2015-08-14cli: add global option "--uuid"David Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2015-05-31cli: change "setup" to "set up" where used as a verbJ. Lewis Muir
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
2013-06-29tag-util: move out 'tag' command-line checkPeter Wang
2013-03-30cli: add --remove-all option to "notmuch tag"Jani Nikula
2013-03-30cli: make caller check tag count in parse_tag_command_lineJani Nikula
2013-03-08cli: move config open/close to main() from subcommandsJani Nikula
2013-03-07cli: config: make notmuch_config_open() "is new" parameter input onlyJani Nikula
2013-01-19notmuch-tag: initialize with enum instead of 0David Bremner
2013-01-14cli: propagate batch tagging warnings to exit valueTomi Ollila
2013-01-09cli: bail out and propagate tagging errors in notmuch tagJani Nikula
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-06util: Factor out boolean term quoting routineAustin Clements
2012-11-16notmuch-tag: tidy formattingDavid Bremner
2012-10-27tag: Disallow adding malformed tags to messagesAustin Clements
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-04-28Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2012-03-30cli: refactor "notmuch tag" query tagging into a separate functionJani Nikula
2012-03-30cli: refactor "notmuch tag" data structures for tagging operationsJani Nikula
2012-02-08tag: remove unused attribute from notmuch_tag_command() argumentsDmitry Kurochkin
2012-01-21Silence buildbot warnings about unused resultsAustin Clements
2011-12-21notmuch: Quiet buildbot warnings.David Edmondson
2011-11-28tag: Automatically limit to messages whose tags will actually change.Austin Clements
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-05-11Remove some variables which were set but not used.Carl Worth
2010-11-11lib: Rework interface for maildir_flags synchronizationCarl Worth
2010-11-11Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-04-21notmuch-tag: don't sort messages before applying tag changesSebastian Spaeth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2009-12-01Avoid compiler warnings due to ignored write return valuesDirk-Jan C. Binnema
2009-11-23lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson