Daniel Barrett:
> which ignores any number of "Re:" prefixes. I want it to ignore "Fwd:"
> and "FW:" as well, so I changed it to:
> 
>   "^\(re: *\|fwd: *\|fw: *\)+"
> 
> My change had no effect. Has anyone had more luck customizing this variable?

I have this in my .vm

  (setq vm-subject-ignored-prefix "^\\(\\(re\\|sv\\|aw\\): *\\)+")

I don't often use commands that are affected by this. But I tested to
mark by subject, and it found both those having SV: and those having
RE: before the subject proper.

Just a thought: you haven't forgotten to double the backslashes when
setting it in the lisp code?

Reply via email to