X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=devel%2FTODO;h=116194d82ad1b9c4f119b3a91bc283ce9dba544a;hp=e4f36c2cb8530fc0621b48fe9d05147432aae293;hb=8492298a613e8e666d0f3054dadcb98b72a65ae4;hpb=aa48b23f3823606905cf99edfddc3ff62593cdd8 diff --git a/devel/TODO b/devel/TODO index e4f36c2c..116194d8 100644 --- a/devel/TODO +++ b/devel/TODO @@ -14,11 +14,6 @@ sender's name containing ';' which causes emacs to drop a search result.) This may require removing the outer array from the current "notmuch search --format=json" results. -Fix '*' to work by simply calling '+' or '-' on a region consisting of -the entire buffer, (this would avoid one race condition---while still -leaving other race conditions---but could also potentially make '*' a -very expensive operation). - Add a global keybinding table for notmuch, and then view-specific tables that add to it. @@ -34,8 +29,6 @@ current message/thread and make searches not return deleted messages by default, (unless the user asks explicitly for deleted messages in the search query). -Add keybindings for next/previous thread. - Add support to "mute" a thread (add a "muted" tag and then don't display threads in searches by default where any message of the thread has the "muted" tag). @@ -57,12 +50,6 @@ Automatically open a message when navigating to it with N or P. Change 'a' command in thread-view mode to only archive open messages. -Completion ----------- -Fix bash completion to complete multiple search options (both --first -and *then* --max-threads), and also complete value for --sort= -(oldest-first or newest-first). - notmuch command-line tool ------------------------- Add support to "notmuch search" and "notmuch show" to allow for @@ -70,11 +57,6 @@ listing of duplicate messages, (distinct filenames with the same Message-ID). I'm not sure what the option should be named. Perhaps --with-duplicates ? -"notmuch setup" should use realpath() before replacing the -configuration file. The ensures that the final target file of any -intermediate symbolic links is what is actually replaced, (rather than -any symbolic link). - Replace "notmuch reply" with "notmuch compose --reply ". This would enable a plain "notmuch compose" to be used to construct an initial message, (which would then have the properly configured name @@ -102,9 +84,6 @@ Fix "notmuch restore" to operate in a single pass much like "notmuch dump" does, rather than doing N searches into the database, each matching 1/N messages. -Add a "-f " option to select an alternate configuration -file. - Allow configuration for filename patterns that should be ignored when indexing. @@ -130,6 +109,12 @@ are multiple ideas that might make sense. Some consensus needs to be reached on this issue, and then both reply formats should be updated to be consistent. +Return docid-based queries in thread search results, instead of +message-id-based queries. These are much more compact and much faster +to later query. This will require support from the library, both for +retrieving docids (probably as an opaque "get a query that identifies +this message") and for docid queries. + notmuch library --------------- Add support for custom flag<->tag mappings. In the notmuch @@ -203,11 +188,6 @@ into the shared-library interface. Audit all libnotmuch entry points to ensure that all Xapian calls are wrapped in a try/catch block. -Fix the "count" functionality to be exact as Olly explained in IRC: - - ojwb> cworth: if you set the check_at_least parameter to the - database size, get_matches_estimated() will be exact - Fix the threading of a message that has a References: header but no In-Reply-To: header (see id:"87lixxnxpb.fsf@yoom.home.cworth.org").