all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 1/3] Add docstring for `wl-get-from-header-content'.
@ 2011-05-06  8:43 Michael Markert
  2011-05-06  8:58 ` [PATCH 2/3] Add name-email function for to unificate template interface Michael Markert
  2011-05-06  9:24 ` [PATCH 3/3] Adjust wl-contact functions to overall conventions Michael Markert
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Markert @ 2011-05-06  8:43 UTC (permalink / raw
  To: emacs-orgmode

---
 contrib/lisp/org-contacts.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-06 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06  8:43 [PATCH 1/3] Add docstring for `wl-get-from-header-content' Michael Markert
2011-05-06  8:58 ` [PATCH 2/3] Add name-email function for to unificate template interface Michael Markert
2011-05-06  9:24 ` [PATCH 3/3] Adjust wl-contact functions to overall conventions Michael Markert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.