emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [PATCH 1/2] org-gnus: trim date


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH 1/2] org-gnus: trim date
Date: Thu, 16 Dec 2010 14:22:10 +0100

Applied, thanks.

- Carsten

On Dec 14, 2010, at 3:32 PM, Julien Danjou wrote:

* org-gnus.el (org-gnus-store-link): Trim date.

Signed-off-by: Julien Danjou <address@hidden>
---
lisp/org-gnus.el |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index fccd3e9..32641bf 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -151,7 +151,7 @@ If `org-store-link' was called with a prefix arg the meaning of
                     (gnus-summary-article-header)))
           (from (mail-header-from header))
           (message-id (org-remove-angle-brackets (mail-header-id header)))
-          (date (mail-header-date header))
+          (date (org-trim (mail-header-date header)))
           (date-ts (and date (format-time-string
                               (org-time-stamp-format t) (date-to-time date))))
           (date-ts-ia (and date (format-time-string
--
1.7.2.3


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]