# HG changeset patch # User Oleksandr Gavenko # Date 1319397431 -10800 # Node ID d3fc2caa549863312e6937348f48f6107ca4d130 # Parent 234a9934b95730afe9b8f39bf5170c148e5c76f0 Setup own time format (ISO 8601 + day of week) for GNUS article. diff -r 234a9934b957 -r d3fc2caa5498 .emacs-my --- a/.emacs-my Sun Oct 23 22:05:48 2011 +0300 +++ b/.emacs-my Sun Oct 23 22:17:11 2011 +0300 @@ -1171,6 +1171,12 @@ ) ) +(setq gnus-article-time-format "%Y-%m-%d %T%z %a") +(defun my-gnus-open-article-hook () + (gnus-article-date-user) + ) +(add-hook 'gnus-article-prepare-hook 'my-gnus-open-article-hook) + ;; (setq mail-user-agent 'mh-e-user-agent) ;; (add-hook 'message-sent-hook 'gnus-score-followup-thread)