wangp / bower

A curses terminal client for the Notmuch email system
Other
119 stars 11 forks source link

Import mbox directly into bower #98

Closed jgarte closed 2 years ago

jgarte commented 2 years ago

Hi,

Someone sent an attachment to our public inbox.

Does anyone happen to know if there is a convenient way to import this into bower? Should it be imported with notmuch instead?

Any advice is much appreciated.

wangp commented 2 years ago

Normally you would split out a mbox into separate Maildir messages, then run notmuch new. But that attachment looks like a single message only, so you should be able to add it to your Maildir with notmuch insert.

jgarte commented 2 years ago

Thank you very much! that's exactly what I needed :)