Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.maildir /new/に新しいメッセージがあります。削除したいバグレポートがたくさんあります。
Webkitを含む件名のメッセージを削除したいのですが。どうすればいいですか?
助けてくれてありがとう。
各メールは単なるファイルです。ファイルを削除すると、電子メールが削除されます。
grep -l -r Webkit .maildir/new | xargs rm