aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel/TODO
Commit message (Collapse)AuthorAge
* emacs: Fix search tagging racesGravatar Austin Clements2013-11-08
| | | | | | | | | | | | | | 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.
* Add TODO about more efficient stable thread queriesGravatar Austin Clements2013-11-08
|
* TODO: keybindings for next/previous thread doneGravatar Jani Nikula2013-05-31
|
* TODO: remove some completed todo items from the listGravatar Jani Nikula2013-04-14
| | | | | | Bash completion has been rewritten. Configuration file saves follow symlinks. There is --config=FILE top level option to specify configuration file.
* TODO: update entry on date range queriesGravatar Jani Nikula2013-01-24
|
* TODO: cleanup stuff that has been doneGravatar Jani Nikula2013-01-24
| | | | | | | | 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
* CLI: remove alias machinery, and "part", "search-tags" commandsGravatar David Bremner2013-01-22
| | | | | | 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.
* Update devel/schemata for --entire-thread=falseGravatar Mark Walters2012-06-29
| | | | Also remove the Json --entire-thread item from devel/TODO.
* TODO: Add replying to multiple messagesGravatar Adam Wolfe Gordon2012-03-19
|
* Start devel directory for developer tools and documentation.Gravatar David Bremner2012-01-17
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.