]> code.delx.au - gnu-emacs/commit
Restore leading space in movemail pop output
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Mar 2016 19:30:51 +0000 (11:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Mar 2016 19:31:22 +0000 (11:31 -0800)
commitb1abce1a30c66a22766e3d4b8b4ff9ae852f150c
tree33733dce482e31136e249708269e6d665412340d
parent98b8d4489241f79c200a8b68330ba4b2dbd16cdb
Restore leading space in movemail pop output

* lib-src/movemail.c (movemail_strftime) [WINDOWSNT]: New function.
(strftime) [WINDOWSNT]: New macro.
(mbx_delimit_begin): Go back to previous version of this code,
now that there’s a special-purpose WINDOWSNT implementation
that should do the right thing.  That way, the output continues
to use leading space rather than leading zero for day of month.
lib-src/movemail.c