Re: how to make Group not show "nnimap+$server:INBOX.$mailbox", just $mailbox"

2018-02-19 Thread Bob Newell
You're pretty much right. Will you allow me to blame an attack of sciatica for posting incomplete code? (Okay, it was worth at try.) Here's my whole setup: (setq gnus-group-line-format "%M%S%5y: %uM %D\n") (defun gnus-user-format-function-M (arg) (let ((mapped-name (assoc gnus-tmp-group

Re: how to make Group not show "nnimap+$server:INBOX.$mailbox", just $mailbox"

2018-02-19 Thread Rud1ger Sch1erz
I settled down to a group buffer like this: ;; ;; Group Buffer ;; ;; ; Gruppen sollen hierarchisch sortiert werden können (topic-mode) (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) ; Formatierung der group-line ; zunächst soll sich Gnus merken, wann eine

Re: how to make Group not show "nnimap+$server:INBOX.$mailbox", just $mailbox"

2018-02-19 Thread Loris Bennett
"Loris Bennett" writes: > Bob Newell writes: > >> Like this: >> >> (setq group-name-map >>'(("nnimap+imap.gmail.com:INBOX" . "Inbox") >> ("nnimap+imap.gmail.com:[Gmail]/All Mail" . "All Mail") >> etc. >> )) > > This had no effect

Re: how to make Group not show "nnimap+$server:INBOX.$mailbox", just $mailbox"

2018-02-19 Thread Loris Bennett
Bob Newell writes: > Like this: > > (setq group-name-map >'(("nnimap+imap.gmail.com:INBOX" . "Inbox") > ("nnimap+imap.gmail.com:[Gmail]/All Mail" . "All Mail") > etc. > )) This had no effect for me. However, here

Re: how to make Group not show "nnimap+$server:INBOX.$mailbox", just $mailbox"

2018-02-18 Thread Bob Newell
Like this: (setq group-name-map '(("nnimap+imap.gmail.com:INBOX" . "Inbox") ("nnimap+imap.gmail.com:[Gmail]/All Mail" . "All Mail") etc. )) -- Bob Newell Honolulu, Hawai`i * Via Gnus/BBDB/Org/Emacs/Linux * ___ info-gnus-english mailing list