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

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

Re: group-line-format and Gmail - stop displaying [Gmail]


From: davidandrewrogers
Subject: Re: group-line-format and Gmail - stop displaying [Gmail]
Date: Mon, 24 Sep 2012 15:14:15 -0700 (PDT)
User-agent: G2/1.0

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 via email to

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