mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
TODO: cleanup stuff that has been done
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
This commit is contained in:
parent
c8cb2beda7
commit
b12b81bbb5
1 changed files with 0 additions and 10 deletions
10
devel/TODO
10
devel/TODO
|
@ -57,11 +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.
|
||||||
|
|
||||||
Add a binding to open all closed messages.
|
|
||||||
|
|
||||||
Change the 'a'rchive command in the thread view to only archive open
|
|
||||||
messages.
|
|
||||||
|
|
||||||
Completion
|
Completion
|
||||||
----------
|
----------
|
||||||
Fix bash completion to complete multiple search options (both --first
|
Fix bash completion to complete multiple search options (both --first
|
||||||
|
@ -75,11 +70,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 ?
|
||||||
|
|
||||||
Add a -0 option to "notmuch search" so that one can safely deal with
|
|
||||||
any filename with:
|
|
||||||
|
|
||||||
notmuch search --output=files -0 <terms> | xargs -0 <command>
|
|
||||||
|
|
||||||
"notmuch setup" should use realpath() before replacing the
|
"notmuch setup" should use realpath() before replacing the
|
||||||
configuration file. The ensures that the final target file of any
|
configuration file. The ensures that the final target file of any
|
||||||
intermediate symbolic links is what is actually replaced, (rather than
|
intermediate symbolic links is what is actually replaced, (rather than
|
||||||
|
|
Loading…
Reference in a new issue