* YAM_WR.c: changed the mail composition to use the original file's name in
the Content-Disposition header instead of the current file name. This fixes
the problem, that attachments are shown with wrong name on other systems if
one attaches a file to mail, puts the mail on hold, edits it later and
finally sends it off. In this case YAM changed the original file name to the
one used internally by YAM (YAMm00000123.txt for example).
2 lines of code changed in 1 file:
* Debug.c: renamed the "con" debug flag to "stdout" because it conflicted with
"config" and made listening to config debug messages only impossible.
6 lines of code changed in 1 file:
* YAM_CO.c, YAM_FI.c: comparing an empty list against a non-empty list falsely
signaled both lists to be equal. This effectively prevented saving the
conifiguration when i.e. starting with an empty MIME type list and adding
new entries without changing anything else in the configuration.
107 lines of code changed in 2 files:
* YAM_TR.c: added a debug message containing the calculated download flags of each mail.
1 lines of code changed in 1 file:
* YAM.c: fixed typo.
1 lines of code changed in 1 file:
* YAM.c: added some debug messages when checking if the current user differs
from the last start.
5 lines of code changed in 1 file:
* doc/.addressbook, doc/.taglines, Makefile: added default address book and
taglines files and added them to the release target.
12 lines of code changed in 1 file:
* YAM.c: fixed a possible NULL pointer access.
50 lines of code changed in 1 file:
* AllocSysObject.c: changed the AllocSysObject() emulation to allocate
MinNodes and MinList with the correct size.
14 lines of code changed in 1 file:
* AllocSysObject.c: changed the AllocSysObject() emulation to allocate
MinNodes and MinList with the correct size.
16 lines of code changed in 1 file:
* YAM_FI.c, YAM_RE.c: changed all header list allocations to use
AllocSysObject() instead of calloc().
1 lines of code changed in 1 file:
* YAM_FI.c, YAM_RE.c: changed all header list allocations to use
AllocSysObject() instead of calloc().
8 lines of code changed in 2 files:
- finally bumped the version to 2.7-dev as 2.6 is released now and any further changes will be part of the 2.7 version now.
2 lines of code changed in 1 file:
* YAM_global.c: finally bumped the YAM version to 2.6 for the upcoming
stable release. Cheer with us as it took 2 years for that one ;)
1 lines of code changed in 1 file:
- added "english-british.catalog" to our final catalog translation releases...
12 lines of code changed in 1 file:
ImageCache.c: images were drawn on AROS with pink border instead of
transparent.
4 lines of code changed in 1 file:
* misc: replaced all IsListEmpty() occurances by IsMinListEmpty() checks when
a MinList is involved. This allowed to remove some unnecessary cast operations.
13 lines of code changed in 8 files:
* YAM_UT.c, Rexx.c: fixed some compiler warnings about strict aliasing rules
which happen in case YAM is compiled with GCC 4.4.x.
8 lines of code changed in 3 files:
* mui/Aboutwindow.c: added a reference to expat.library which is used to allow
importing an XML addressbook file.
3 lines of code changed in 1 file:
* mui/MainMailList.c: the context menu's "Set status to" entries are now
enabled/disabled in respect to the number of selected mails. For a single
mail the menu items reflect the current state of the mail and opposite items
will be disabled. For multiple mails opposite items will both be enabled
(i.e. "read" and "unread") to give the user the chance to modify the status
independent of the clicked mail. This fixes bug #2177452.
83 lines of code changed in 1 file:
* locale/czech.ct: removed diacritics from AUTH chunk text
* mui/Aboutwindow.c: added myself to the list of translators; hopefully you don't mind :)
1 lines of code changed in 1 file: