summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-02-23 11:27:43 -0800
committerCarl Worth <cworth@cworth.org>2010-02-23 11:27:43 -0800
commit3ca7a4fbcc9cd72330bce1b1670150af1e250006 (patch)
treed9ada8ff335034f1da7ae1173eb7974562f2ce85 /TODO
parent6365f156c8a282840ab2482d00f4677ad148962b (diff)
TODO: Rename the proposed --for option to --output
We've been using --output in IRC and on the mailing list for a while, (someone had the good sense to point out that --for would defeat command-line completion since it's a prefix of the proposed --format).
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index a5f579e..36e2299 100644
--- a/TODO
+++ b/TODO
@@ -64,11 +64,11 @@ option (or similar) to "notmuch show".)
Teach "notmuch search" to return many different kinds of results. Some
ideas:
- notmuch search --for threads # Default if no --for is given
- notmuch search --for messages
- notmuch search --for tags
- notmuch search --for addresses
- notmuch search --for terms
+ notmuch search --output=threads # Default if no --output is given
+ notmuch search --output=messages
+ notmuch search --output=tags
+ notmuch search --output=addresses
+ notmuch search --output=terms
Add a "--format" option to "notmuch search", (something printf-like
for selecting what gets printed).