From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 1/2] org-gnus: trim date Date: Thu, 16 Dec 2010 14:22:10 +0100 Message-ID: References: <1292337138-14321-1-git-send-email-julien@danjou.info> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=32971 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTDmh-0002Wk-4l for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 08:22:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTDmf-0006xh-Nf for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 08:22:15 -0500 Received: from mail-ew0-f43.google.com ([209.85.215.43]:43129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTDmf-0006xb-JK for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 08:22:13 -0500 Received: by ewy22 with SMTP id 22so1897182ewy.30 for ; Thu, 16 Dec 2010 05:22:12 -0800 (PST) In-Reply-To: <1292337138-14321-1-git-send-email-julien@danjou.info> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julien Danjou Cc: emacs-orgmode@gnu.org 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 > --- > 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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode