Re: Accessing hidden headers

2019-04-09 Thread Damien Collard
Apologies for the duplicate e-mails. ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: Accessing hidden headers

2019-04-09 Thread Damien Collard
Hello Byung-Hee, Thank you, but this doesn't show how to access the value of the headers programmatically. See Eric Abrahamsen's answer for a nice solution. ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listi

Re: Accessing hidden headers

2019-04-09 Thread Damien Collard
Hello Byung-Hee, Thank you, but this doesn't show how to access the value of the headers programmatically. See Eric Abrahamsen's answer for a nice solution. ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listi

Re: Accessing hidden headers

2019-04-09 Thread Damien Collard
On Mar, avr 09 2019, Eric Abrahamsen wrote: > You can get it with: > > (mail-header-message-id > (gnus-data-header > (gnus-data-find >(gnus-summary-article-number))) Perfect, thank you! I need it as part of a treatment, for which point is in the article buffer, so I'll be using it as fo

Re: Accessing hidden headers

2019-04-09 Thread 황병희
On Tue, Apr 09 2019, Damien Collard wrote: > Hello, > > I want to access the value of header 'Message-ID' but it seems not to be > possible when it's hidden, which is the case by default as it's > classified as a "boring" header. > > Is there a way I can access the hidden headers without changing t

Re: Accessing hidden headers

2019-04-09 Thread Eric Abrahamsen
Damien Collard writes: > On Mar, avr 09 2019, Alberto Luaces wrote: > >> You can press "t" (gnus-summary-toggle-header). > > Sorry, I meant programmatically. You can get it with: (mail-header-message-id (gnus-data-header (gnus-data-find (gnus-summary-article-number))) While point is o

Re: Accessing hidden headers

2019-04-09 Thread Damien Collard
On Mar, avr 09 2019, Alberto Luaces wrote: > You can press "t" (gnus-summary-toggle-header). Sorry, I meant programmatically. ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: Accessing hidden headers

2019-04-09 Thread Alberto Luaces
Damien Collard writes: > Hello, > > I want to access the value of header 'Message-ID' but it seems not to be > possible when it's hidden, which is the case by default as it's > classified as a "boring" header. > > Is there a way I can access the hidden headers without changing the > headers shown?

Accessing hidden headers

2019-04-09 Thread Damien Collard
Hello, I want to access the value of header 'Message-ID' but it seems not to be possible when it's hidden, which is the case by default as it's classified as a "boring" header. Is there a way I can access the hidden headers without changing the headers shown? Damien