Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: davidandrewrogers@gmail.com
To: info-gnus-english@gnu.org
Cc: info-gnus-english@gnu.org
Subject: Re: group-line-format and Gmail - stop displaying [Gmail]
Date: Mon, 24 Sep 2012 15:14:15 -0700 (PDT)	[thread overview]
Message-ID: <14eb04b1-ce9d-458a-b4c8-b13124d371c0@googlegroups.com> (raw)
In-Reply-To: <d055b9e6-48ae-4248-a4b7-8970a90421e1@googlegroups.com>

Actually, the following is even nicer for me; it prepends the initial letter of the server name onto each mailbox name, thus visually identifying which INBOX of several is listed (rashly assuming that each server's name begins with a different letter). The result is something like g_INBOX.


    (defun gnus-user-format-function-G (arg)
      (replace-regexp-in-string
      "^.*[+]\\(.\\).*[:/]"
      "\\1_"
       gnus-tmp-group))
    (setq gnus-group-line-format "%M%S%p%P%5y: %(%uG%)%l %6,6~(cut 2)d\n")

      reply	other threads:[~2012-09-24 22:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24 14:55 davidandrewrogers
2012-09-24 18:48 ` Kevin Brubeck Unhammer
     [not found] ` <mailman.9667.1348512549.855.info-gnus-english@gnu.org>
2012-09-24 20:25   ` davidandrewrogers
2012-09-24 22:14     ` davidandrewrogers [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=14eb04b1-ce9d-458a-b4c8-b13124d371c0@googlegroups.com \
    --to=davidandrewrogers@gmail.com \
    --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).