v0.54 #43
andy5995
announced in
Announcements
v0.54
#43
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
HOME, so the reader used the directory it was started from -- for the Start
Menu shortcut that is the install folder, which is not writable, and the
settings file could not be saved ("Error writing config file"). (Windows 64 issue refuses to load #38)
%APPDATA%\ncmail, so a portable copy keeps working, and so does an older
installation that has always kept ncmail.rc beside ncmail.exe.
could name itself in a way that ran a command.
packet could overflow a buffer.
are well formed. A long or malformed line could overflow a buffer or crash.
of the lines are kept, and the file is only touched when its keywords differ
from the program's, so a new version alone no longer rewrites it and prompts
you. (Update .ncmailrc in place instead of rewriting it #34)
were being compiled out. The build now asks curses for them, and the macOS
build uses a Homebrew ncurses if one is installed.
library, and whether the build and your terminal can show Unicode characters,
which is worth including in a bug report.
instead of the substitutes used when a terminal has no such characters. The
character set setting no longer changes how the art looks there.
to run on into the next one, which sheared the picture.
running. The animator ignored the resize instead of passing it on.
viewing animated ANSI does the job better.
man page and the example color schemes. See README-macos.txt inside it.
on any Linux distribution, including musl-based and very old ones.
holds NCMAIL.EXE and the documentation as text files. Every name inside fits
the 8.3 rule, so you can copy it to a DOS computer and use it as it is. The
old download had a long name that DOS could not keep.
or the address book, and when writing a header to a file.
It used to stay on the screen and be partly overwritten as you moved
through the list.
was cut off.
Each use leaked about 6 KB.
read. Nothing used it once the check above stopped depending on it. An
existing line is ignored, and commented out if the file is ever updated.
This discussion was created from the release v0.54.
All reactions