Add missing word to org-contacts y-or-n-p question
* org-contacts.el (org-contacts-check-mail-address): Add missing word to y-or-n-p question.
This commit is contained in:
parent
2e77024e89
commit
938ca34558
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ This function should be called from `gnus-article-prepare-hook'."
|
||||||
(let ((mails (org-entry-get (point) org-contacts-email-property)))
|
(let ((mails (org-entry-get (point) org-contacts-email-property)))
|
||||||
(unless (member mail (split-string mails))
|
(unless (member mail (split-string mails))
|
||||||
(when (yes-or-no-p
|
(when (yes-or-no-p
|
||||||
(format "Do you want to this address to %s?" (org-get-heading t)))
|
(format "Do you want to add this address to %s?" (org-get-heading t)))
|
||||||
(org-set-property org-contacts-email-property (concat mails " " mail))))))
|
(org-set-property org-contacts-email-property (concat mails " " mail))))))
|
||||||
|
|
||||||
(defun org-contacts-gnus-check-mail-address ()
|
(defun org-contacts-gnus-check-mail-address ()
|
||||||
|
|
Loading…
Reference in a new issue