On Tue, Mar 22, 2011 at 10:37:35AM +0900, Dan Drake wrote:
> One idea: write a script (shell, Python, etc) that parses the temp file,
> adds the hashcash stuff, and then spawns vim. Then in Mutt, you set your
> editor to be that script:
>
>set editor = my_hashcash_script
>
> The nice thin
On Mon, 21 Mar 2011 at 09:19AM -0600, Aaron Toponce wrote:
> I've set "edit_headers=yes" in my ~/.muttrc so I can edit the headers
> with Vim, my preferred editor. I can select a new line, then from
> command mode, run "! hashcash -m resource -X -Z 2" to add the line to
> the header, as I've done w
On Thu, Mar 03, 2011 at 05:23:43PM -0700, Aaron Toponce wrote:
> I'm curious if anyone has gotten hashcash working with Mutt.
> http://hashcash.org/mail/mua/mutt/ seems to explain a background process
> and a foreground process.
>
> The hashcash-sendmail script page (the background process) is dow