]> git.notmuchmail.org Git - notmuch/blob - TODO
notmuch: Add a new "notmuch config" command for querying configuration.
[notmuch] / TODO
1 Fix the things that are causing the most pain to new users
2 ----------------------------------------------------------
3 1. A new import is tagging all messages as "inbox" -- total pain
4
5 2. Allow an easy way to get tags from directory names (if the user has them)
6
7 Emacs interface (notmuch.el)
8 ----------------------------
9 Switch the notmuch-search view to use "notmuch search --format=json"
10 to fix large classes of bugs regarding poorly-escaped output and lame
11 regular expressions. (The most recently found, unfixed example is the
12 sender's name containing ';' which causes emacs to drop a search
13 result.) This may require removing the outer array from the current
14 "notmuch search --format=json" results.
15
16 Enhance '+' and '-' in the search view to operate on an entire region
17 if set.
18
19 Fix '*' to work by simply calling '+' or '-' on a region consisting of
20 the entire buffer.
21
22 Add a global keybinding table for notmuch, and then view-specific
23 tables that add to it.
24         
25 Add a '|' binding from the search view.
26
27 Add support for choosing from one of the user's configured email
28 addresses for the From line.
29
30 Make 'notmuch-show-pipe-message have a private history.
31
32 Add support for a delete keybinding that adds a "deleted" tag to the
33 current message/thread and make searches not return deleted messages
34 by default, (unless the user asks explicitly for deleted messags in
35 the search query).
36
37 Add support to "mute" a thread (add a "muted" tag and then don't
38 display threads in searches by default where any message of the thread
39 has the "muted" tag).
40
41 Fix i-search to open up invisible citations as necessary.
42
43 Make '=' count from the end rather than from the beginning if more
44 than half-way through the buffer.
45
46 Fix to automatically wrap long headers (for RFC compliance) before
47 sending. This should probably just be fixed in message-mode itself,
48 (but perhaps we can have a notmuch-message-mode that layers this on
49 top).
50
51 Implement Fcc and use it for all messages, (whether a new composition,
52 a reply, or a forward). This again may require a notmuch-message-mode
53 that extends message-mode.
54
55 Stop hiding the headers so much in the thread-view mode.
56
57 Allow opening a message in thread-view mode by clicking on either
58 line.
59
60 Automatically open a message when navigating to it with N or P.
61
62 Change 'a' command in thread-view mode to only archive open messages.
63
64 Add a binding to open all closed messages.
65
66 Make all authors and subjects available to isearch, (hidden by default
67 but with magic expansion while isearching).
68
69 Fix notmuch-hello as follows:
70
71         1. Change the "notmuch" and message count in the welcome sentence to
72            not be buttons.
73
74         2. Put the saved searches (if any) before the search bar.
75
76         3. When `notmuch-hello' (or even `notmuch' when it gets its new name)
77            is invoked directly, move to the first button, (go to point-min and
78            then call widget-forward). That is, if the user has any saved
79            searches, then point will be on the first one. If the user has no
80            saved searches, then point will be on the search bar.
81
82         4. Fix refresh of notmuch-hello to leave point in the same logical
83            place, (the same saved-search widget at least).
84
85 Change the 'a'rchive command in the thread view to only archive open
86 messages.
87
88 Emacs saved-search interface
89 ----------------------------
90 Here's a proposal Carl wrote (id:87einafy4u.fsf@yoom.home.cworth.org):
91
92   So what I'm imagining for the default notmuch view is something like
93   this:
94
95           Welcome to notmuch.
96
97               Notmuch search: _________________________________________
98
99           Saved searches:
100
101               55,342      All messages
102                   22      Inbox
103
104           Recent searches:
105
106                    1      from:"someone special" and tag:unread
107                   34      tag:notmuch and tag:todo
108
109           Click (or press Enter) on any search to see the results.
110           Right-click (or press Space) on any recent search to save it.
111
112   So the "saved searches" portion of the view is basically just what
113   notmuch-folder displays now. Above that there's an obvious place to
114   start a new search, (in a slightly more "web-browser-like" way than the
115   typical mini-buffer approach).
116
117   All recent searches appear in the list at the bottom automatically, and
118   there's the documented mechanism for saving a search, (giving it a name
119   and having it appear above).
120
121 Portability
122 -----------
123 Fix configure script to test each compiler warning we want to use.
124
125 Completion
126 ----------
127 Fix bash completion to complete multiple search options (both --first
128 and *then* --max-threads), and also complete value for --sort=
129 (oldest-first or newest-first).
130
131 notmuch command-line tool
132 -------------------------
133 Replace "notmuch reply" with "notmuch compose --reply <search-terms>".
134 This would enable a plain "notmuch compose" to be used to construct an
135 initial message, (which would then have the properly configured name
136 and email address in the From: line. We could also then easily support
137 "notmuch compose --from <something>" to support getting at alternate
138 email addresses.
139
140 Fix the --format=json option to not imply --entire-thread.
141
142 Implement "notmuch search --exclude-threads=<search-terms>" to allow
143 for excluding muted threads, (and any other negative, thread-based
144 filtering that the user wants to do).
145
146 Fix "notmuch show" so that the UI doesn't fail to show a thread that
147 is visible in a search buffer, but happens to no longer match the
148 current search. (Perhaps add a --matching=<secondary-search-terms>
149 option (or similar) to "notmuch show".) For now, this is being worked
150 around in the emacs interface by noticing that "notmuch show" returns
151 nothing and re-rerunning the command without the extra arguments.
152
153 Teach "notmuch search" to return many different kinds of results. Some
154 ideas:
155
156         notmuch search --output=threads # Default if no --output is given
157         notmuch search --output=messages
158         notmuch search --output=tags
159         notmuch search --output=addresses
160         notmuch search --output=terms
161
162 Add a "--format" option to "notmuch search", (something printf-like
163 for selecting what gets printed).
164
165 Add a "--count-only" (or so?) option to "notmuch search" for returning
166 the count of search results.
167
168 Give "notmuch restore" some progress indicator.
169
170 Fix "notmuch restore" to operate in a single pass much like "notmuch
171 dump" does, rather than doing N searches into the database, each
172 matching 1/N messages.
173
174 Add a "-f <filename>" option to select an alternate configuration
175 file.
176
177 Allow configuration for filename patterns that should be ignored when
178 indexing.
179
180 Replace the "notmuch part --part=id" command with "notmuch show
181 --part=id", (David Edmonson wants to rewrite some of "notmuch show" to
182 provide more MIME-structure information in its output first).
183
184 Replace the "notmuch search-tags" command with "notmuch search
185 --output=tags".
186
187 Fix to avoid this ugly message:
188
189         (process:17197): gmime-CRITICAL **: g_mime_message_get_mime_part: assertion `GMIME_IS_MESSAGE (message)' failed
190         Warning: Not indexing empty mime part.
191
192   This probably means adding a test case to generate that message,
193   filing an upstream bug against GMime, and then silencing the
194   notmuch-generated portion of the warning (so that once GMime is
195   fixed, this is all silent).
196
197 Simplify notmuch-reply to simply print the headers (we have the
198 original values) rather than calling GMime (which encodes) and adding
199 the confusing gmime-filter-headers.c code (which decodes).
200
201 notmuch library
202 ---------------
203 Add an interface to accept a "key" and a byte stream, rather than a
204 filename.
205
206 Provide a sane syntax for date ranges. First, we don't want to require
207 both endpoints to be specified. For example it would be nice to be
208 able to say things like "since:2009-01-1" or "until:2009-01-1" and
209 have the other endpoint be implicit. Second we'd like to support
210 relative specifications of time such as "since:'2 months ago'". To do
211 any of this we're probably going to need to break down an write our
212 own parser for the query string rather than using Xapian's QueryParser
213 class.
214
215 Make failure to read a file (such as a permissions problem) a warning
216 rather than an error (should be similar to the existing warning for a
217 non-mail file).
218
219 Actually compile and install a libnotmuch shared library.
220
221 Fix to use the *last* Message-ID header if multiple such headers are
222 encountered, (I noticed this is one thing that kept me from seeing the
223 same message-ID values as sup).
224
225 Add support for configuring "virtual tags" which are a tuple of
226 (tag-name, search-specification). The database is responsible for
227 ensuring that the virtual tag is always consistent.
228
229 Indicate to the user if two files with the same message ID have
230 content that is actually different in some interesting way. Perhaps
231 notmuch initially sees all changes as interesting, and quickly learns
232 from the user which changes are not interesting (such as the very
233 common mailing-list footer).
234
235 Fix notmuch_query_count_messages to share code with
236 notmuch_query_search_messages rather than duplicating code. (And
237 consider renaming it as well.)
238
239 Provide a mechanism for doing automatic address completion based on
240 notmuch searches. Here was one proposal made in IRC:
241
242         <cworth> I guess all it would really have to be would be a way
243                  to configure a series of searches to try in turn,
244                  (presenting ambiguities at a given single level, and
245                  advancing to the next level only if one level
246                  returned no matches).
247         <cworth> So then I might have a series that looks like this:
248         <cworth> notmuch search --output=address_from tag:address_book_alias
249         <cworth> notmuch search --output=address_to tag:sent
250         <cworth> notmuch search --output=address_from
251         <cworth> I think I might like that quite a bit.
252         <cworth> And then we have a story for an address book for
253                  non-emacs users.
254
255 Provide a ~me Xapian synonym for all of the user's configured email
256 addresses.
257
258 Add symbol hiding so that we don't risk leaking any private symbols
259 into the shared-library interface.
260
261 Audit all libnotmuch entry points to ensure that all Xapian calls are
262 wrapped in a try/catch block.
263
264 Fix the "count" functionality to be exact as Olly explained in IRC:
265
266         ojwb> cworth: if you set the check_at_least parameter to the
267         database size, get_matches_estimated() will be exact
268
269 Search syntax
270 -------------
271 Implement support for "tag:*" to expand to all tags.
272
273 Fix "notmuch search to:" to be less confusing. Many users expect this
274 to search for all messages with a To: header, but it instead searches
275 for all messages with the word "to". If we don't provide the first
276 behavior, perhaps we should exit on an error when a configured prefix
277 is provided with no value?
278
279 Support "*" in all cases and not just as a special case. That is, "* "
280 should also work, as well as "* and tag:inbox".
281
282 Implement a syntax for requesting set-theoertic operations on results
283 of multiple searches. For example, I would like to do:
284
285         "tag:inbox" SET-SUBTRACT "tag:muted"
286
287     as well as:
288
289         "tag:notmuch and <date-range>" SET-INTERSECT
290         "tag:notmuch and not (tag:merged or tag:postponed)"
291
292     See id:3wdpr282yz2.fsf@testarossa.amd.com for more details on the
293     use cases of the above.
294
295 Database changes
296 ----------------
297 Store a reference term for every message-id that appears in
298 References. We just started doing this for newly-added documents, but
299 at the next convenient database-schema upgrade, we should go back and
300 fix old messages to be consistent.
301
302 Start indexing the List-Id header, (and re-index this header for
303 existing messages at the next database upgrade).
304
305 Start indexing the message file's directory ana make it available for
306 search as "folder:" (and re-index this value for existing messages at
307 the next database upgrade).
308
309 Add support for the user to specify custom headers to be indexed (and
310 re-index these for existing messages at the next database upgrade).
311
312 Test suite
313 ----------
314 Start testing --format=json.
315
316 Achieve 100% test coverage with the test suite.
317
318 Modularize test suite (to be able to run individual tests).
319
320 Summarize test results at the end.
321
322 Fix the insane quoting nightmare of the test suite, (and once we do
323 that we can actually test the implicit-phrase search feature such as
324 "notmuch search 'body search (phrase)'"
325
326 Test "notmuch reply" choosing the correct email address from the
327 Received header when no configured email address appears in To or Cc.
328
329 General
330 -------
331 Audit everything for dealing with out-of-memory (and drop xutil.c).
332
333 Investigate why the notmuch database is slightly larger than the sup
334 database for the same corpus of email.
335
336 Makefile should print message teaching user about LD_LIBRARY_PATH (or
337 similar) if libdir is not set to a directory examined by ldconfig.
338
339 Fix notmuch build system to work with gold, (apt-get
340 binutils-gold). Need the notmuch binary to explicitly link againsts
341 libraries it depends on, (rather than just getting them via
342 libnotmuch).