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

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

Re: How to define this summary-line-format?


From: Frank Schmitt
Subject: Re: How to define this summary-line-format?
Date: Mon, 07 Nov 2005 15:40:17 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

leon <sdl.web@gmail.com> writes:

> I started using gnus hours ago so please forgive my ignorance. 
>
> This screenshot (http://my.gnus.org/node/316) is absolutely amazing.
> I'm trying to mimic one but have some difficulties.
>
> 1. vertical dashed separation line (`|' doesn't look dashed)
> 2. abbreviated date (i.e. "Mo 13")

Does %&user-date; do what you want?

> 3. very nice threading format

Something like this?

(unless (eq window-system nil)
  (setq gnus-sum-thread-tree-root "►")
  (setq gnus-sum-thread-tree-leaf-with-other "├─►")
  (setq gnus-sum-thread-tree-single-leaf "└─►")
  (setq gnus-sum-thread-tree-vertical "│"))
(setq gnus-sum-thread-tree-single-indent " ")

and then including %B in gnus-summary-line-format like in
(setq gnus-summary-line-format ":%U%R%B %s %-79= │%4L │%-21,21f 
│%&user-date;\n")

(If you write the unicode characters verbatim in .gnus, remember to put
the lines

;; -*- emacs-lisp -*-
;;coding: mule-utf-8-unix

at the top of .gnus so Emacs knows it's Unicode.)

-- 
Did you ever realize how much text fits in eighty columns? If you now consider
that a signature usually consists of up to four lines, this gives you enough
space to spread a tremendous amount of information with your messages. So seize
this opportunity and don't waste your signature with bullshit nobody will read.


reply via email to

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