Add docstring for `wl-get-from-header-content'.
TINYCHANGE
This commit is contained in:
parent
4a36f4a598
commit
b78a119f7a
1 changed files with 3 additions and 0 deletions
|
@ -404,6 +404,9 @@ This adds `org-contacts-gnus-check-mail-address' and
|
|||
(add-hook 'gnus-article-prepare-hook 'org-contacts-gnus-store-last-mail))
|
||||
|
||||
(defun wl-get-from-header-content ()
|
||||
"Retrieve the content of the `From' header of an email.
|
||||
Works from wl-summary-mode and mime-view-mode - that is while viewing email.
|
||||
Depends on Wanderlust been loaded."
|
||||
(save-excursion
|
||||
(set-buffer (org-capture-get :original-buffer))
|
||||
(cond
|
||||
|
|
Loading…
Reference in a new issue