aboutsummaryrefslogtreecommitdiff
path: root/devel/TODO
AgeCommit message (Collapse)Author
2015-03-13lib: make notmuch_query_count_messages explicitely exactJani Nikula
The default is actually exact if no checkatleast parameter is specified. This change makes that explicit, mainly for documentation, but also to be safe in the unlikely event of a change of default. [ commit message rewritten by db based on id:87lho0nlkk.fsf@nikula.org ]
2013-11-08emacs: Fix search tagging racesAustin Clements
This fixes races in thread-local and global tagging in notmuch-search (e.g., "+", "-", "a", "*", etc.). Previously, these would modify tags of new messages that arrived after the search. Now they only operate on the messages that were in the threads when the search was performed. This prevents surprises like archiving messages that arrived in a thread after the search results were shown. This eliminates `notmuch-search-find-thread-id-region(-search)' because these functions strongly encouraged racy usage. This fixes the two broken tests added by the previous patch.
2013-11-08Add TODO about more efficient stable thread queriesAustin Clements
2013-05-31TODO: keybindings for next/previous thread doneJani Nikula
2013-04-14TODO: remove some completed todo items from the listJani Nikula
Bash completion has been rewritten. Configuration file saves follow symlinks. There is --config=FILE top level option to specify configuration file.
2013-01-24TODO: update entry on date range queriesJani Nikula
2013-01-24TODO: cleanup stuff that has been doneJani Nikula
M-RET notmuch-show-open-or-close-all opens all closed messages. The archiving change is mentioned twice, remove dupe. "notmuch search" supports --format=text0 to work with xargs -0
2013-01-22CLI: remove alias machinery, and "part", "search-tags" commandsDavid Bremner
The commands are long deprecated, so removal is probably overdue. The real motivation is to simplify argument handling for notmuch so that we can migrate to the common argument parsing framework.
2012-06-29Update devel/schemata for --entire-thread=falseMark Walters
Also remove the Json --entire-thread item from devel/TODO.
2012-03-19TODO: Add replying to multiple messagesAdam Wolfe Gordon
2012-01-17Start devel directory for developer tools and documentation.David Bremner
We had a lot of back and forth about the name of this directory, but nothing very conclusive. In the end, I just chose "devel" just to move on.