> For the complete documentation index, see [llms.txt](https://richardweiyang-2.gitbook.io/kernel-exploring/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://richardweiyang-2.gitbook.io/kernel-exploring/00-reference/02-mail.md).

# 下载社区邮件

虽然gmail够大，但架不住社区邮件太多。突然发现两年前自己写过相关的一组patch，但是没有被接受。 也不知道发生了什么。。。

自己的邮箱里已经删了，但是web页面查邮件还是不太友好，想要下载到本地用mutt来看。搜了一下果然可以。

## 找到Message-ID

通过google找到邮件，可以用title。找网址是<https://lore.kernel.org的。> 点进去，里面有个raw选项。再点进去

## 找到Message-ID的邮件

lkml提供了根据Message-ID[列出邮件的功能](https://lore.kernel.org/lkml/_/text/help/)。

用刚才找到的Message-ID拼接出url

<http://lore.kernel.org/lkml//>

## 下载整个会话

找到 Thread overview: 这一行，有一个mbox.gz按钮。 ok，这样就可以将整个会话下载到本地了～


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://richardweiyang-2.gitbook.io/kernel-exploring/00-reference/02-mail.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
