branch: scratch/org-contacts-rebased
commit b78a119f7a5e51e8c120b3adc727e610053212d8
Author: Michael Markert <markert.mich...@googlemail.com>
Commit: Carsten Dominik <carsten.domi...@gmail.com>

    Add docstring for `wl-get-from-header-content'.
    TINYCHANGE
---
 org-contacts.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/org-contacts.el b/org-contacts.el
index 3f4d97c..f0cf131 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -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

Reply via email to