From f2426f01a0fe0db214369af7e751fdfdb801e603 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 13 Sep 2023 21:59:06 -0400 Subject: Keep original message Date in Gnus It's neat seeing people's differing timezones. :-) --- .emacs.d/lisp/bandali-gnus.el | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 75ecab6..b771b78 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -246,20 +246,7 @@ "^Gnus-Warning:") gnus-visible-headers (mapconcat #'identity gnus-sorted-header-list - "\\|") - ;; local-lapsed article dates - ;; from https://www.emacswiki.org/emacs/GnusFormatting#toc11 - gnus-article-date-headers '(user-defined) - gnus-article-time-format - (lambda (time) - (let* ((date (format-time-string "%a, %d %b %Y %T %z" time)) - (local (article-make-date-line date 'local)) - (combined-lapsed (article-make-date-line date - 'combined-lapsed)) - (lapsed (progn - (string-match " (.+" combined-lapsed) - (match-string 0 combined-lapsed)))) - (concat local lapsed)))) + "\\|")) ;; local key bindings (declare-function org-store-link "ol" (arg &optional interactive?)) (define-key gnus-article-mode-map (kbd "M-L") #'org-store-link)) -- cgit v1.2.3-60-g2f50