Re: how could gnus display the Gmail Labels X-GM-LABELS?

2021-01-23 Thread physiculus
Clemens Schüller via info-gnus-english 
writes:
Hello,
thanks for the quick post.
But here are no labels visible...
after pressing t.

I insert the X-GM-LABELS to gnus-visible-headers.

Regards
Poul

> Hello!
>
>
>> i want to view the labels from gmail. A while ago, someone explains that
>> they are known as X-GM-LABELS.
>> But how could i display them in gnus summary or article buffer?
>> here is my relevant config, as far as i know.
>>
>> (setq gnus-extra-headers '(To Cc Keywords Gcc Newsgroups X-GM-LABELS))
>> (setq nnmail-extra-headers gnus-extra-headers)
>
> #+begin_src emacs-lisp
> (setq gnus-visible-headers
>   '( "^From:"
>  "^Newsgroups:"
>  "^Subject:"
>  "^Date:"
>  "^Message-ID:"
>  "^Supersedes:"
>  "^Followup-To:"
>  "^Reply-To:"
> ;;   "^Summary:"
> ;;   "^Keywords:"
> ;;   "^Importance:"
>  "^To:"
>  "^Cc:"
>  "^Bcc:"
> ;;   "^Gnus-Warning:"
>  "^X-Face-Img:"
>  "^User-Agent:"
>  "^X-Mailer:"
>  "^X-Mailreader:"
>  "^X-Newsreader:"
>  "^X-User-Agent:"
> ;;   "^X-Now-Playing:"
> ;;   "^Content-Type:"
>  "^X-Spam-Status:"))
> #+end_src
>
> All Headers are shown, when you press t

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: how could gnus display the Gmail Labels X-GM-LABELS?

2021-01-23 Thread Clemens Schüller via info-gnus-english
Hello!


> i want to view the labels from gmail. A while ago, someone explains that
> they are known as X-GM-LABELS.
> But how could i display them in gnus summary or article buffer?
> here is my relevant config, as far as i know.
>
> (setq gnus-extra-headers '(To Cc Keywords Gcc Newsgroups X-GM-LABELS))
> (setq nnmail-extra-headers gnus-extra-headers)

#+begin_src emacs-lisp
(setq gnus-visible-headers
  '( "^From:"
 "^Newsgroups:"
 "^Subject:"
 "^Date:"
 "^Message-ID:"
 "^Supersedes:"
 "^Followup-To:"
 "^Reply-To:"
;;   "^Summary:"
;;   "^Keywords:"
;;   "^Importance:"
 "^To:"
 "^Cc:"
 "^Bcc:"
;;   "^Gnus-Warning:"
 "^X-Face-Img:"
 "^User-Agent:"
 "^X-Mailer:"
 "^X-Mailreader:"
 "^X-Newsreader:"
 "^X-User-Agent:"
;;   "^X-Now-Playing:"
;;   "^Content-Type:"
 "^X-Spam-Status:"))
#+end_src

All Headers are shown, when you press t


-- 
Best Regards, Clemens Schüller

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


how could gnus display the Gmail Labels X-GM-LABELS?

2021-01-23 Thread physiculus
Hello,
i want to view the labels from gmail. A while ago, someone explains that
they are known as X-GM-LABELS.
But how could i display them in gnus summary or article buffer?
here is my relevant config, as far as i know.

(setq gnus-extra-headers '(To Cc Keywords Gcc Newsgroups X-GM-LABELS))
(setq nnmail-extra-headers gnus-extra-headers)

Regards
Poul

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english