Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@justresearch.com>
Subject: Re: Suppress group name abbreviation for certain groups?
Date: 26 Mar 1999 20:16:52 -0500	[thread overview]
Message-ID: <vxkr9qbivej.fsf@beaver.jprc.com> (raw)
In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "27 Mar 1999 01:21:17 +0100"

Kai.Grossjohann@CS.Uni-Dortmund.DE writes:
> Can I turn off this `gnu.emacs.gnus becomes g.e.gnus' abbreviating of
> group names (for the modeline) for certain groups?

Sure, Kai, I told you about this one months ago.  It's %g /vs/ %G.

(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:" gnus-newsgroup-name)
                   "Gnus: %G [%A] %Z" "Gnus: %g [%A] %Z")))))


      reply	other threads:[~1999-03-27  1:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-27  0:21 Kai.Grossjohann
1999-03-27  1:16 ` 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=vxkr9qbivej.fsf@beaver.jprc.com \
    --to=karl@justresearch.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).