mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
TODO: remove some completed todo items from the list
Bash completion has been rewritten. Configuration file saves follow symlinks. There is --config=FILE top level option to specify configuration file.
This commit is contained in:
parent
58ed67992d
commit
566e8f1eba
1 changed files with 0 additions and 14 deletions
14
devel/TODO
14
devel/TODO
|
@ -57,12 +57,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.
|
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
|
notmuch command-line tool
|
||||||
-------------------------
|
-------------------------
|
||||||
Add support to "notmuch search" and "notmuch show" to allow for
|
Add support to "notmuch search" and "notmuch show" to allow for
|
||||||
|
@ -70,11 +64,6 @@ listing of duplicate messages, (distinct filenames with the same
|
||||||
Message-ID). I'm not sure what the option should be named. Perhaps
|
Message-ID). I'm not sure what the option should be named. Perhaps
|
||||||
--with-duplicates ?
|
--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 <search-terms>".
|
Replace "notmuch reply" with "notmuch compose --reply <search-terms>".
|
||||||
This would enable a plain "notmuch compose" to be used to construct an
|
This would enable a plain "notmuch compose" to be used to construct an
|
||||||
initial message, (which would then have the properly configured name
|
initial message, (which would then have the properly configured name
|
||||||
|
@ -102,9 +91,6 @@ Fix "notmuch restore" to operate in a single pass much like "notmuch
|
||||||
dump" does, rather than doing N searches into the database, each
|
dump" does, rather than doing N searches into the database, each
|
||||||
matching 1/N messages.
|
matching 1/N messages.
|
||||||
|
|
||||||
Add a "-f <filename>" option to select an alternate configuration
|
|
||||||
file.
|
|
||||||
|
|
||||||
Allow configuration for filename patterns that should be ignored when
|
Allow configuration for filename patterns that should be ignored when
|
||||||
indexing.
|
indexing.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue