Sandra Snan <[email protected]> writes: > This didn't decrypt: > > notmuch show --format=mbox --entire-thread=true --decrypt=true > > The default text format to notmuch show does decrypt the parts just > fine. I wanted the mbox format so I could use it with b4 to extract > patches.
Hmm. The code (format_part_mbox in notmuch-show.c) is pretty simple, it basically reads the raw messages (up to gunzip and '^From ' escaping. I guess we could add a second code path that parsed and decrypted the messages before re-serializing them again. At the moment I don't have a clear idea how much code that would be. _______________________________________________ notmuch mailing list -- [email protected] To unsubscribe send an email to [email protected]
