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

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

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


From: Clemens Schüller
Subject: Re: how could gnus display the Gmail Labels X-GM-LABELS?
Date: Sat, 23 Jan 2021 19:33:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

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



reply via email to

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