popup gadget of the translation table support scrollbar now
1 lines of code changed in 1 file:
- YAM_RE.c: fixed tiny flaws within the test parsing routines
that caused YAM not to display any mail text if a message part
had zero size.
Also increased the error checking a bit so that error
conditions while reading the data of a part are better checked.
44 lines of code changed in 1 file:
- YAM_RE.c: fixed small bug where upon an occurred PGP Error the
logfile has been deleted even if the error messages states to
refer to that logfile.
9 lines of code changed in 2 files:
- whoops, another plain kprintf committed.
0 lines of code changed in 1 file:
- whoops, committed a plain kprintf...
1 lines of code changed in 1 file:
- Recipientstring.c: fixed a possible enforcer hit on recipient
string not having attached a FromString or ReplyTo string and
were a recipient list had been inserted.
8 lines of code changed in 2 files:
- Recipientstring.c: changed the OM_DISPOSE method to be a
MUIM_Cleanup method instead. This is necessary because the used
macro _app(obj) is per definition only allowed within the context
of MUIM_Setup/MUIM_Cleanup and could cause problems if used
elsewhere.
22 lines of code changed in 1 file:
- YAM_MAf.c: enhanced the error checking functions within
the index loading routines a bit.
6 lines of code changed in 1 file:
- YAM_CO.c: once again enhanced the gadgets enable/disable
functionality of the filter action gadgets.
15 lines of code changed in 3 files:
- YAM_CO.c: the action gadgets of the filter rules will now be
ghosted as soon as the corresponding checkmark is disabled.
27 lines of code changed in 1 file:
- YAM_RE.c: added "7-bit" and "8-bit" to the recognizable transfer
encoding strings as bugreport #771917 mentions cases where mail
clients seem to send mail with transfer encoding strings of that
type. However, even if "7-bit" and "8-bit" isn`t RFC 1521 compliant,
it doesn`t harm to recognize these acronyms.
10 lines of code changed in 1 file:
- YAM_RE.c: fixed bug #834133 where a quote-printable encoded text
was stripped if it contained a "=00" which caused the displayed
text to contain a NUL byte.
Now YAM will automatically replace these NUL-bytes within a
displayable text by spaces, so that at least the text is correctly
showed.
44 lines of code changed in 1 file: