emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [Accepted] [Orgmode,1/2] org-gnus: trim date


From: Carsten Dominik
Subject: [Orgmode] [Accepted] [Orgmode,1/2] org-gnus: trim date
Date: Thu, 16 Dec 2010 14:21:38 +0100 (CET)

Patch 480 (http://patchwork.newartisans.com/patch/480/) is now "Accepted".

Maintainer comment: No comment

This relates to the following submission:

http://mid.gmane.org/%3C1292337138-14321-1-git-send-email-julien%40danjou.info%3E

Here is the original message containing the patch:

> Content-Type: text/plain; charset="utf-8"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: [Orgmode,1/2] org-gnus: trim date
> Date: Tue, 14 Dec 2010 19:32:17 -0000
> From: Julien Danjou <address@hidden>
> X-Patchwork-Id: 480
> Message-Id: <address@hidden>
> To: address@hidden
> Cc: Julien Danjou <address@hidden>
> 
> * 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
> 



reply via email to

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