mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Remove the joke from the first line of the notmuch-hello view.
Overuse just makes the joke unfunny.
This commit is contained in:
parent
1375d71ff4
commit
ca956552bd
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -6,7 +6,7 @@ add_email_corpus
|
|||
|
||||
test_begin_subtest "Test emacs-hello interface"
|
||||
output=$(test_emacs '(notmuch-hello) (message (buffer-string))' 2>&1)
|
||||
test_expect_equal "$output" " Welcome to notmuch. You have 50 messages (that's not much mail).
|
||||
test_expect_equal "$output" " Welcome to notmuch. You have 50 messages.
|
||||
|
||||
Saved searches: [edit]
|
||||
|
||||
|
|
Loading…
Reference in a new issue