From: Carl Worth Date: Tue, 28 Jun 2011 19:49:31 +0000 (-0700) Subject: TODO: Clarify note about changing the way the emacs '*' command works. X-Git-Tag: 0.7_rc1~52 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=6b17da10e4c5ef774f1fdecdb972951c6dfd60c5 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 --- 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.