Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: Re: A small suggestion for Gnus
Date: Fri, 10 Aug 2001 16:06:56 -0400	[thread overview]
Message-ID: <vxk3d6zllwf.fsf@cinnamon.vanillaknot.com> (raw)
In-Reply-To: <200108101957.PAA09453@europa.research.att.com> (Andrew Koenig's message of "Fri, 10 Aug 2001 15:57:17 -0400 (EDT)")

I just detect the patterns which matter to me, and use the full name
in those cases.  Normally, it bugs me when ephemeral nnir search
groups get their names reduced to nearly ntohing.

(setq gnus-select-group-hook
      (function
       (lambda ()
	 ;; Put full newsgroup name in summary mode line for nnir.
	 (setq gnus-summary-mode-line-format
	       (if (string-match "^\\(nnir:\\|archive\\)" gnus-newsgroup-name)
		   "%V: %G [%A:%z] %Z [?%d] [x%E]"
                   "%V: %g [%A:%z] %Z [?%d] [x%E]")))))

                         ^


      reply	other threads:[~2001-08-10 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-10 19:57 Andrew Koenig
2001-08-10 20:06 ` Karl Kleinpaste [this message]

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=vxk3d6zllwf.fsf@cinnamon.vanillaknot.com \
    --to=karl@charcoal.com \
    /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).