Re-committed my last small change.
1 lines of code changed in 1 file:
code cleanup
37 lines of code changed in 3 files:
- fixed another bug in the folder listtree were on a drag&drop mail move
operation the incorrect folder was refreshed if a folder group was fold.
3 lines of code changed in 1 file:
- fixed bug in folder listtree were it wasn't possible to drag any mail to
another folder if one of the folder groups were fold.
9 lines of code changed in 4 files:
- fixed bug #432328 where the wrong image was displayed if a folder was
a password protected one.
- fixed bug #450062 where the index of some folders wasn't displayed
because only visible entries of the Listtree were selected to be
displayed.
13 lines of code changed in 4 files:
Removed dupe YAM from main window title.
16 lines of code changed in 3 files:
- fixed bug #432331 where it happened that, if no action was performed at
the start of YAM that caused the AppIcon to refresh, no AppIcon was
displayed at all.
6 lines of code changed in 2 files:
- fixed bug #459478 where MyStrCpy() was used with a string pointer
while MyStrCpy() doesn't accept pointer, which will result in a
broken string copy.
28 lines of code changed in 7 files:
* YAM_RE.c: Now accepts "(" and ")" in URLs also
(according to RFC 1738, ";" are also allowed in some cases
but not yet added)
Fixes Bug #460488
1 lines of code changed in 1 file:
- commented MUIA_Application_Sleep calls in Busy() function. This is the
cause for bug #458521. This busybar stuff anyway will be reworked completly
if the new infobar is finished which will replace this bottom busybar.
13 lines of code changed in 2 files:
- added new headerfiles of class sources
0 lines of code changed in 4 files:
- modified class sources to be generated by the new genclasses tool from Andrew.
314 lines of code changed in 7 files:
- fixed bug in extra header inclusion and makefile argument
- the collision array of the hash function will be alloced dynamically so
that we still can compile genclasses with near data & code.
- updated TAG_ID to use 0x00430000 and BUCKET_CNT of 98304 as suggested
- modified GPL header to reflect standard YAM source header
171 lines of code changed in 4 files:
- removed warnings and unused variables from gc.c and lists.c and set
the SAS/C compilation to WARN=ALL and STRICT Ansi compilation.
Now gc.c and lists.c throws no warnings anymore.
18 lines of code changed in 2 files:
- added error message to move mail filter operation if it tries
to move a mail to a folder that couldn't be found by name.
This can happen if a filter rule exists and the user renames a folder.
Now a error message pops up and tells the suer that this operation failed!
78 lines of code changed in 2 files:
- added initial version of genclasses to repository.
58 lines of code changed in 5 files:
- added missing localization to the newfoldgroup requester.
1 lines of code changed in 1 file:
- fixed bug #433745 where YAM was not displaying the check.info icon
anymore.
13 lines of code changed in 4 files:
- fixed bug #433751 that caused flickering of the AppIcon after
recalculating the statistics
- added standard source headers to new classfiles
- set emailcache filename lowercase with a uppercase assign.
134 lines of code changed in 12 files: