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 <jul...@danjou.info> > X-Patchwork-Id: 480 > Message-Id: <1292337138-14321-1-git-send-email-jul...@danjou.info> > To: emacs-orgmode@gnu.org > Cc: Julien Danjou <jul...@danjou.info> > > * org-gnus.el (org-gnus-store-link): Trim date. > > Signed-off-by: Julien Danjou <jul...@danjou.info> > > --- > 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 > _______________________________________________ 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