* Config.c: fixed a warning.
1 lines of code changed in 1 file:
* mui/WriteWindow.c, Config.c: excluded the "before sending" wrapping mode from the list of possible settings. Too long lines in the generated mail file will be encoded as quoted-printable not exceeded 998 characters anyway already. Resizing the write window more narrow than the wrap column will do a dynamic wrapping anyway, no matter if soft line wrapping (while typing) is active or not. All in all this makes it possible to continue editing a draft mail and being able to insert new text in the middle of a paragraph without being forced to rewrap the paragraph manually. This finally closes #529.
18 lines of code changed in 3 files:
* YAM_WR.c: respect the maximum allow line length of 998 chars when wrapping the quoted text.
2 lines of code changed in 1 file:
* YAM_UT.c: don't set the folder index state to "flushed" if clearing the mail list was skipped, i.e. due to active draft mails. This finally closes #578.
4 lines of code changed in 2 files:
* mui/YAMApplication.c: exclude the Drafts folder when deleting old mails. Draft mails should never be deleted automatically.
6 lines of code changed in 1 file:
* YAM.c: don't load the index of archive folders on startup. This saves memory and is not really required since the archive folders are accessed quite seldom.
3 lines of code changed in 1 file:
* YAM_UT.c: don't flush the index of the Drafts folder if there are currently active drafts mails. This refs #578.
28 lines of code changed in 1 file:
* YAM_MA.c: don't try to continue to rename not existing mail files.
6 lines of code changed in 1 file:
* mui/ThemeListGroup.c: fixed a warning.
1 lines of code changed in 1 file:
* mui/TCPIPConfigPage.c: added a workaround for a bug in MUI 3.8 which causes virtual groups to be not refreshed correctly when objects are dynamically added or removed. Thanks to Frank Busse for the hint.
60 lines of code changed in 1 file: