index
:
notmuch
master
thread-based email index, search and tagging
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
notmuch-tag.c
Commit message (
Expand
)
Author
Age
*
tag-util: move out 'tag' command-line check
Peter Wang
2013-06-29
*
cli: add --remove-all option to "notmuch tag"
Jani Nikula
2013-03-30
*
cli: make caller check tag count in parse_tag_command_line
Jani Nikula
2013-03-30
*
cli: move config open/close to main() from subcommands
Jani Nikula
2013-03-08
*
cli: config: make notmuch_config_open() "is new" parameter input only
Jani Nikula
2013-03-07
*
notmuch-tag: initialize with enum instead of 0
David Bremner
2013-01-19
*
cli: propagate batch tagging warnings to exit value
Tomi Ollila
2013-01-14
*
cli: bail out and propagate tagging errors in notmuch tag
Jani Nikula
2013-01-09
*
cli: add support for batch tagging operations to "notmuch tag"
Jani Nikula
2013-01-07
*
notmuch-tag.c: convert to use tag-util
David Bremner
2013-01-07
*
util: Factor out boolean term quoting routine
Austin Clements
2013-01-06
*
notmuch-tag: tidy formatting
David Bremner
2012-11-16
*
tag: Disallow adding malformed tags to messages
Austin Clements
2012-10-27
*
lib/cli: Make notmuch_database_open return a status code
Austin Clements
2012-05-05
*
Use notmuch_database_destroy instead of notmuch_database_close
Justus Winter
2012-04-28
*
cli: refactor "notmuch tag" query tagging into a separate function
Jani Nikula
2012-03-30
*
cli: refactor "notmuch tag" data structures for tagging operations
Jani Nikula
2012-03-30
*
tag: remove unused attribute from notmuch_tag_command() arguments
Dmitry Kurochkin
2012-02-08
*
Silence buildbot warnings about unused results
Austin Clements
2012-01-21
*
notmuch: Quiet buildbot warnings.
David Edmondson
2011-12-21
*
tag: Automatically limit to messages whose tags will actually change.
Austin Clements
2011-11-28
*
cli: change argument parsing convention for subcommands
David Bremner
2011-10-22
*
Remove some variables which were set but not used.
Carl Worth
2011-05-11
*
lib: Rework interface for maildir_flags synchronization
Carl Worth
2010-11-11
*
Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flags
Carl Worth
2010-11-11
*
Make maildir synchronization configurable
Michal Sojka
2010-11-10
*
notmuch-tag: don't sort messages before applying tag changes
Sebastian Spaeth
2010-04-21
*
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2010-03-09
*
Avoid compiler warnings due to ignored write return values
Dirk-Jan C. Binnema
2009-12-01
*
lib/query: Drop the first and max_messages arguments from search_messages.
Carl Worth
2009-11-23
*
Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITE
Carl Worth
2009-11-21
*
Permit opening the notmuch database in read-only mode.
Chris Wilson
2009-11-21
*
Make reply/show/tag all require at least one search term
Keith Packard
2009-11-18
*
notmuch new/tag: Flush all changes to database when interrupted.
Keith Packard
2009-11-13
*
libnotmuch: Underlying support for doing partial-results searches.
Carl Worth
2009-11-12
*
Unbreak several notmuch commands after the addition of configuration.
Carl Worth
2009-11-11
*
notmuch: Break notmuch.c up into several smaller files.
Carl Worth
2009-11-10