开发者

How to delete messages from .maildir/new/ with custom subject? [closed]

开发者 https://www.devze.com 2023-03-09 17:52 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

开发者_Python百科 Improve this question

I have new messages in my .maildir/new/. There are a lot of bug reports I would like to remove.

I would like to remove messages with subject that contains Webkit. How can I do it?

Thanks for any help.


Each email is simply a file. Removing the file deletes the email.

grep -l -r Webkit .maildir/new | xargs rm
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号