mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
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).
This commit is contained in:
parent
6365f156c8
commit
3ca7a4fbcc
1 changed files with 5 additions and 5 deletions
10
TODO
10
TODO
|
@ -64,11 +64,11 @@ option (or similar) to "notmuch show".)
|
||||||
Teach "notmuch search" to return many different kinds of results. Some
|
Teach "notmuch search" to return many different kinds of results. Some
|
||||||
ideas:
|
ideas:
|
||||||
|
|
||||||
notmuch search --for threads # Default if no --for is given
|
notmuch search --output=threads # Default if no --output is given
|
||||||
notmuch search --for messages
|
notmuch search --output=messages
|
||||||
notmuch search --for tags
|
notmuch search --output=tags
|
||||||
notmuch search --for addresses
|
notmuch search --output=addresses
|
||||||
notmuch search --for terms
|
notmuch search --output=terms
|
||||||
|
|
||||||
Add a "--format" option to "notmuch search", (something printf-like
|
Add a "--format" option to "notmuch search", (something printf-like
|
||||||
for selecting what gets printed).
|
for selecting what gets printed).
|
||||||
|
|
Loading…
Add table
Reference in a new issue