Fix *newmail* (oops, ",$s//" no-no-no, "%s//" yes!)..
commit58017a86076fc1ffffb4c4b684ba7d2eee860ce7
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Wed, 17 Sep 2014 19:15:40 +0000 (17 21:15 +0200)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Wed, 17 Sep 2014 19:33:32 +0000 (17 21:33 +0200)
tree2225d5f71b5a6a490bf750cc84c67dacd5c9e9c4
parentaacc8217f6de558a418e65d4ff5af04eec48b81f
Fix *newmail* (oops, ",$s//" no-no-no, "%s//" yes!)..

[f2a45b4] (Add enum fedit_mode and use it for setfile()s,
2014-07-07) turned a plain "int newmail" argument into a bit
carrier in order to be able to implement the `File' command (open
given mailbox readonly).  Unfortunately one caller wasn't updated,
which resulted in buggy *newmail* behaviour (manual `newmail'
works all the time).
lex.c