On Thu, Jan 7, 2016 at 3:55 PM, Craig L Russell <craig.russ...@oracle.com> wrote: > I don't have that one. >> On Jan 7, 2016, at 12:45 PM, Sam Ruby <ru...@intertwingly.net> wrote: >> >> On Thu, Jan 7, 2016 at 3:39 PM, Craig L Russell >> <craig.russ...@oracle.com> wrote: >>> >>> Meanwhile, I've succeeded in installing imagemagick convert via port >>> install. I'm looking for some test messages to test drag/drop. No luck. > > Well, now I've messed things up. I ctrl-c out of rake fetch and now I get a > permanent error. > > How can I delete the messed up local file and re-sync with the mail server?
"rake clean" will remove all of the parsed files (and undo all local operations, like burst, rotate, etc). "rm -rf officers_secretary" will remove everything. > Craig P.S. 1) I've now merged secmail onto master. 2) I've pushed a fix for displaying the attachment for 2015-12-06T01:28:49Z 3) burst will retrieve an attachment as PDF (using ImageMagick, as necessary), and split that PDF into pages. A jpeg would represent one page. An alternative would be for the conversion to be done as a part of the commit. I like the latter alternative better as that means that you need to do less mouse clicks.