TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Maildir-utils: index, search and manage Maildir mailboxes

65 点作者 zanchey超过 1 年前

4 条评论

goku12超过 1 年前
Mu stores its metadata in the maildir. The index is there just for speed and can be regenerated from the maildir. Meanwhile notmuch - a similar tool - has support for message tagging. I wish at least one of them supported both features.
sausagefeet超过 1 年前
I use this as my daily driving for email and find it works great. I like that I can still use other apps to look at mail (my phone) and mu works still.
safety1st超过 1 年前
As someone who&#x27;s very un-savvy when it comes to managing email servers and mailboxes: what is the unixy solution for moving a mailbox from one IMAP server to another? Ideally is there such a solution that doesn&#x27;t require me to have ssh access to both of the servers?<p>Like - can I download and back up an entire mailbox with mu? And restore it to a different server? Or can I do that with some other tool? If I had ssh access to both servers, and they both used Maildir. could I do it with mu?<p>I know what Maildir is but I don&#x27;t know how to determine if my IMAP server is using it, or something that looks like Maildir but isn&#x27;t. My mail server runs dovecot and I&#x27;m pretty sure stores mail as Maildir, it looks like Maildir in the file system, but I wouldn&#x27;t know how to positively verify that.<p>I know these are very random questions, just trying to figure out how to have more control of my mail...!
评论 #38786475 未加载
tmtvl超过 1 年前
Good old mu, I use a combination of isync, mu, and mu4e for downloading, indexing, and reading&#x2F;wrangling my mail. It works like a charm, though I did have to set <i>mu4e-change-filenames-when-moving</i> to avoid isync getting hung up on duplicate mail IDs.