aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-06-28 12:49:31 -0700
committerGravatar Carl Worth <cworth@cworth.org>2011-06-28 12:49:31 -0700
commit6b17da10e4c5ef774f1fdecdb972951c6dfd60c5 (patch)
tree16342393b5845ed9074a7885ecd1c288e24f121f /TODO
parente0f8d4c7ab1b627571995eabc064bb7dff949db1 (diff)
TODO: Clarify note about changing the way the emacs '*' command works.
Additional detail is available in this mail message: id:8739itagad.fsf@yoom.home.cworth.org
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 14dfa556..facbda13 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,9 @@ result.) This may require removing the outer array from the current
"notmuch search --format=json" results.
Fix '*' to work by simply calling '+' or '-' on a region consisting of
-the entire buffer.
+the entire buffer, (this would avoid one race condition---while still
+leaving other race conditions---but could also potentially make '*' a
+very expensive operation).
Add a global keybinding table for notmuch, and then view-specific
tables that add to it.