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")
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to