Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Rud1ger Sch1erz <nospam_tigre@yahoo.es>
To: info-gnus-english@gnu.org
Subject: Re: how to make Group not show "nnimap+$server:INBOX.$mailbox", just $mailbox"
Date: Mon, 19 Feb 2018 20:07:40 +0100	[thread overview]
Message-ID: <82r2pgyf0j.fsf@news.individual.de> (raw)
In-Reply-To: <mailman.9398.1519036661.27995.info-gnus-english@gnu.org>

I settled down to a group buffer like this:

;;;;;;;;;;;;;;;;;;
;; Group Buffer ;;
;;;;;;;;;;;;;;;;;;

; Gruppen sollen hierarchisch sortiert werden können (topic-mode)
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)

; Formatierung der group-line
; zunächst soll sich Gnus merken, wann eine Gruppe zuletzt besucht
; wurde
(add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
; jetzt die eigentliche group-line
;; (setq gnus-group-line-format
;;       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
(setq gnus-group-line-format
      "%M\%S\%p\%P\%5y: %(%-40,40G%) %ud\n")
; und die Zeitausgabe formitieren
(defun gnus-user-format-function-d (headers)
  (let ((time (gnus-group-timestamp gnus-tmp-group)))
    (if time
	(format-time-string "%b %d  %H:%M" time)
;	(format-time-string "%d  %H:%M" time)
      "")))


-- 
HTH
Rüdiger

  parent reply	other threads:[~2018-02-19 19:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.9363.1518975840.27995.info-gnus-english@gnu.org>
2018-02-19  9:53 ` Loris Bennett
2018-02-19 10:36   ` Loris Bennett
2018-02-20  6:12     ` Bob Newell
     [not found]   ` <mailman.9398.1519036661.27995.info-gnus-english@gnu.org>
2018-02-19 19:07     ` Rud1ger Sch1erz [this message]
2018-02-18 17:43 Bob Newell
  -- strict thread matches above, loose matches on Subject: below --
2018-02-18  8:29 Gijs Hillenius

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=82r2pgyf0j.fsf@news.individual.de \
    --to=nospam_tigre@yahoo.es \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).