info-gnus-english
[Top][All Lists]
Advanced

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

Re: time in summary line


From: Peter Münster
Subject: Re: time in summary line
Date: Sun, 23 Mar 2014 17:35:27 +0100
User-agent: Gnus/5.13001 (真 Gnus v0.10) Emacs/24.3.50 (gnu/linux)

On Sun, Mar 23 2014, Sharon Kimble wrote:

> but I can't see how to add '&user-date;' in the middle of a list?

What list?

You could try this:

--8<---------------cut here---------------start------------->8---
(setq 
 gnus-summary-line-format     "%U%R%3P %-10&user-date; %-17,17f(%4k)%* %B%s\n"
 gnus-user-date-format-alist  '((t . "%H:%M")))
--8<---------------cut here---------------end--------------->8---

These setups are a bit related to the summary line, perhaps they are
useful to you too:

--8<---------------cut here---------------start------------->8---
(setq
 gnus-sum-thread-tree-false-root        nil
 gnus-sum-thread-tree-indent            " "
 gnus-sum-thread-tree-leaf-with-other   "├► "
 gnus-sum-thread-tree-root              ""
 gnus-sum-thread-tree-single-indent     ""
 gnus-sum-thread-tree-single-leaf       "└► "   ;; or "╰► " perhaps...
 gnus-sum-thread-tree-vertical          "│"
 gnus-summary-dummy-line-format         "              %S\n"
 gnus-summary-highlight                 nil
 gnus-summary-make-false-root           'dummy
 gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references
 gnus-thread-operation-ignore-subject   nil
 gnus-thread-sort-functions
     '(gnus-thread-sort-by-number (not gnus-thread-sort-by-most-recent-date)))
--8<---------------cut here---------------end--------------->8---


> Perhaps I'm being dim?

I don't know. But probably you just don't read the documentation.

-- 
           Peter




reply via email to

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