aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2013-01-22 21:23:16 +0200
committerGravatar David Bremner <bremner@debian.org>2013-01-24 07:32:16 -0400
commitb12b81bbb572079ac0f5089fa7eb38f71c7874d1 (patch)
treea86f98a3ff4891bae42e0400e114b9c826af78e2 /devel
parentc8cb2beda711df8352680402a0df263fb8f31954 (diff)
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
Diffstat (limited to 'devel')
-rw-r--r--devel/TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/TODO b/devel/TODO
index 3741f0ef..e31805ef 100644
--- a/devel/TODO
+++ b/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.
-Add a binding to open all closed messages.
-
-Change the 'a'rchive command in the thread view to only archive open
-messages.
-
Completion
----------
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
--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
configuration file. The ensures that the final target file of any
intermediate symbolic links is what is actually replaced, (rather than