On June 24, 2025, Daniel Barrett wrote:
>After upgrading to the latest VM (8.3.x), I've found that the following
>vm-pcrisis variables don't seem to work...

Solved the problem. In this code:

  (setq vmpc-newmail-rules '(
    (t "[email protected]")
  ))

the variable should have been vmpc-mail-rules, not vmpc-newmail-rules.

I think the problem occurred because the variable used to be named
vmpc-newmail-alist, and at some point, its functionality was split
into two variables, vmpc-newmail-rules and vmpc-mail-rules, that do
different things.

--
Dan Barrett
[email protected]


Reply via email to