Selling cookie info to third-parties is a classic example of you can make money without doing evil.
RSS

Vim is your friend

2005/04/26 filed under /linux

I've switched from PINE to mutt a couple of months ago and got used to it well except for the strip-from-sigdashes-on-reply. I really miss that in mutt, so I went to search for some solution again, when I stumbled on "Using email efficiently". This website could (should?) have been written by me (except for the but HTML is fine part)

After applauding the author, I noted his strip signature solution in Vim:

  map _qs G?^><CR>?^> -- $<CR>d} 

Works like a charm. But there's more. The author also wrote a nice Vim plugin (mainly for MUAs), called uri-ref. This oh-so-handy plugin helps you manage your references in emails. Nice!

Posted by: B10m | permanent link | comments (2)

Comments

Brian wrote at 2005-04-28 18:17:

Have you actually gotten the uri-ref plugin to work? I can't seem to get it to do anything usefull.

I agree though, that is a nice page with good tips.

B10m wrote at 2005-04-28 19:59:

Actually, yes, the uri-ref plugin works pretty neat. Just drop it in $HOME/.vim/plugin/ and launch vim to compose your email.

Then, in insert mode, hit F5 and you can add your reference. It does look for a sig-dash, so that'd better be in your file ;)

Comments are closed for this story.
Trackbacks are closed for this story.
return-member