[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-contacts b78a119f7a 005/154: Add docstring for `wl-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-contacts b78a119f7a 005/154: Add docstring for `wl-get-from-header-content'. |
Date: |
Fri, 9 Sep 2022 15:58:22 -0400 (EDT) |
branch: externals/org-contacts
commit b78a119f7a5e51e8c120b3adc727e610053212d8
Author: Michael Markert <markert.michael@googlemail.com>
Commit: Carsten Dominik <carsten.dominik@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 3f4d97cf55..f0cf131621 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
- [elpa] branch externals/org-contacts created (now 919511eb86), ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts 4a36f4a598 004/154: Merge org-contacts-wl in org-contacts, ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts 6e66e4a769 003/154: org-contacts: added custom org-contacts-birthday-format, ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts 2f0d7e94dd 002/154: org-contacts: make Gnus usage optional, ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts b78a119f7a 005/154: Add docstring for `wl-get-from-header-content'.,
ELPA Syncer <=
- [elpa] externals/org-contacts 6c12101c8c 010/154: org-contacts: Use `with-current-buffer' instead of `save-excursion'+`with-current-buffer'., ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts ef5cb2484b 016/154: Copyright year fixes for contrib/., ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts 7cae69fce6 011/154: org-contacts: Require cl on compilation., ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts f71963d38a 036/154: Merge branch 'maint', ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts c0f4677a74 024/154: contrib/lisp/org-contacts.el: Require 'org-agenda., ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts 1313bd7bb0 040/154: org-contacts.el: Let the users decide if they want to use `org-contacts' to complete mail addresses, ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts 8e9ac123b1 034/154: Do not complete when it's not necessary, ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts e516efacb6 037/154: Merge branch 'maint', ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts 93f982e3ba 030/154: Merge branch 'maint', ELPA Syncer, 2022/09/09
- [elpa] externals/org-contacts 23af13f11a 049/154: contrib/lisp/org-contacts.el: Silence byte-compiler, ELPA Syncer, 2022/09/09