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

Reply via email to