mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
TODO: Add proposal for a saved-search interface.
Adding this to our TODO list so that it doesn't get forgotten.
This commit is contained in:
parent
a7f03d9f7c
commit
c375f7a407
1 changed files with 33 additions and 0 deletions
33
TODO
33
TODO
|
@ -33,6 +33,39 @@ has the "muted" tag).
|
||||||
|
|
||||||
Fix i-search to open up invisible citations as necessary.
|
Fix i-search to open up invisible citations as necessary.
|
||||||
|
|
||||||
|
Emacs saved-search interface
|
||||||
|
----------------------------
|
||||||
|
Here's a proposal Carl wrote (id:87einafy4u.fsf@yoom.home.cworth.org):
|
||||||
|
|
||||||
|
So what I'm imagining for the default notmuch view is something like
|
||||||
|
this:
|
||||||
|
|
||||||
|
Welcome to notmuch.
|
||||||
|
|
||||||
|
Notmuch search: _________________________________________
|
||||||
|
|
||||||
|
Saved searches:
|
||||||
|
|
||||||
|
55,342 All messages
|
||||||
|
22 Inbox
|
||||||
|
|
||||||
|
Recent searches:
|
||||||
|
|
||||||
|
1 from:"someone special" and tag:unread
|
||||||
|
34 tag:notmuch and tag:todo
|
||||||
|
|
||||||
|
Click (or press Enter) on any search to see the results.
|
||||||
|
Right-click (or press Space) on any recent search to save it.
|
||||||
|
|
||||||
|
So the "saved searches" portion of the view is basically just what
|
||||||
|
notmuch-folder displays now. Above that there's an obvious place to
|
||||||
|
start a new search, (in a slightly more "web-browser-like" way than the
|
||||||
|
typical mini-buffer approach).
|
||||||
|
|
||||||
|
All recent searches appear in the list at the bottom automatically, and
|
||||||
|
there's the documented mechanism for saving a search, (giving it a name
|
||||||
|
and having it appear above).
|
||||||
|
|
||||||
Portability
|
Portability
|
||||||
-----------
|
-----------
|
||||||
Fix configure script to test each compiler warning we want to use.
|
Fix configure script to test each compiler warning we want to use.
|
||||||
|
|
Loading…
Reference in a new issue