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


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to