* YAM_FI.c, YAM_CO.c: implemented new filter actions to mark a filtered mail
as (un)marked, (un)read or as spam/not spam. This closes #265.
194 lines of code changed in 6 files:
* YAM_FI.c, mui/SearchControlGroup.c: doing a search with a pattern is now
working again, but it must be done using AmigaDOS patterns. Hence these are
activated automatically now. This closes #266.
24 lines of code changed in 2 files:
* YAM_RE.c: the error message about non-MIME-conformant mails will only be
shown if an encoding other than plain 7bit ASCII is requested. Without any
fancy encoding there will be no error message, even if the MIME-Version
header line is missing.
6 lines of code changed in 1 file:
* YAM_RE.c: non-MIME-conformant mails without a MIME-Version header line are
no longer displayed as raw 7bit ASCII text but will be decoded as usual.
However, a warning about the missing header line will be presented to give
the user a hint about that fact. Non-MIME-conformant mail clients (like that
Android thingy) are becoming more and more common these days and it is
better to have a possibly malformed mail text than a raw base64 dump. This
closes #264.
6 lines of code changed in 1 file:
* YAM_COg.c: removed debug output
0 lines of code changed in 1 file:
* YAM_COg.c: added missing parameter for MUIM_CallHook and an empty string
check to avoid trying to play non-existent sound files. This closes #263.
8 lines of code changed in 1 file:
May 2011 »