aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-hello.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-10-22 12:12:22 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-10-22 12:12:22 -0700
commitca956552bd1602cfe0b1c579cf188ba921f54dc8 (patch)
tree67ec10348fab54e415fa7d9f6d4ec1728e032ed3 /emacs/notmuch-hello.el
parent1375d71ff41de7c189f9c3ac4f72a8a617d4a5a7 (diff)
emacs: Remove the joke from the first line of the notmuch-hello view.
Overuse just makes the joke unfunny.
Diffstat (limited to 'emacs/notmuch-hello.el')
-rw-r--r--emacs/notmuch-hello.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index 161d6e30..5970e3e5 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -381,7 +381,7 @@ Complete list of currently available key bindings:
:help-echo "Refresh"
(notmuch-hello-nice-number
(string-to-number (car (process-lines notmuch-command "count")))))
- (widget-insert " messages (that's not much mail).\n"))
+ (widget-insert " messages.\n"))
(let ((found-target-pos nil)
(final-target-pos nil))