On (21/05/13 01:23), Dave Woodfall <d...@dawoodfall.net> put forth the
proposition:
On (08/02/13 17:19), Marco <net...@lavabit.com> put forth the proposition:
On 2013–02–08 Suvayu Ali wrote:
I use a combination of ignore and unignore to choose which headers I see
Ignore and unignore control the headers displayed in the pager and
not the ones shown in the editor, if I'm not mistaken. Does this
work for you?
Marco
Hi, did you ever find a way to do this? I would also like to get rid
Well, after some messing around I came up with adding a sed command to
editor:
set editor="vim +startinsert +'set spell spelllang=en_gb' +':set foldcolumn=0'
+':set tw=70' +':set wrap' +\`sed -i '/Reply-To:/d' %s\` +\`awk '/^$/ {print i+2; exit}
{i++}' %s\` %s"
We'll see if it works...
D.