aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-lib.el
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-06-23 21:54:50 -0300
committerGravatar David Bremner <bremner@debian.org>2011-06-23 21:54:50 -0300
commit68a2c7a8b0f749cb33a8ce7cfa2aa7781d2529bb (patch)
tree321c591bd62e32d315ae6430958b416c54620c75 /emacs/notmuch-lib.el
parentd6f05fde23c7d4180a69176a685022fb81a293cf (diff)
parent8bf0c1c3deb49d54e86c04826a05f0217a81cf47 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'emacs/notmuch-lib.el')
-rw-r--r--emacs/notmuch-lib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el
index a21dc145..f93c957d 100644
--- a/emacs/notmuch-lib.el
+++ b/emacs/notmuch-lib.el
@@ -88,7 +88,7 @@ the user hasn't set this variable with the old or new value."
(notmuch-config-get "user.primary_email"))
(defun notmuch-user-other-email ()
- "Return the user.primary_email value (as a list) from the notmuch configuration."
+ "Return the user.other_email value (as a list) from the notmuch configuration."
(split-string (notmuch-config-get "user.other_email") "\n"))
(defun notmuch-kill-this-buffer ()