July 2013 Commit Log

Number of Commits:
121
Number of Active Developers:
2
tboeckel 2013-07-31 23:31 Rev.: 6794

* YAM_AB.c, mui/AddrBookListtree.c: converted some more hooks into proper methods.

130 lines of code changed in 3 files:

tboeckel 2013-07-31 23:03 Rev.: 6793

* YAM_AB.c, mui/AddrBookListtree.c: converted some more hooks into proper methods.

93 lines of code changed in 3 files:

damato 2013-07-30 22:07 Rev.: 6792

* TZone.c, libtz.a: modified tzset() of our own libtz.a lib to take an
additional argument rather than reading the timezone via an external ENV
variable. This was required since setenv() in MorphOS seem to not link
correctly and the individual setenv() implementations vary quite
significantly throughout the different c libraries. Now tzset() is called
with an additional argument which should be more clean and even faster
than having to read and external env variable on each call of mktime()&co.

40 lines of code changed in 7 files:

tboeckel 2013-07-30 00:32 Rev.: 6791

* YAM_AB.c, mui/AddrBookListtree.c: converted the delete hook into a proper method.

24 lines of code changed in 4 files:

tboeckel 2013-07-30 00:16 Rev.: 6790

* YAM_AB.c, mui/AddrBookListtree.c, mui/AddrBookToolbar.c: converted the tree (un)fold hook into a proper method.

34 lines of code changed in 4 files:

tboeckel 2013-07-28 23:43 Rev.: 6789

* YAM_MA.c, mui/MainFolderListtree.c: converted the folder key hook into a proper method.

88 lines of code changed in 3 files:

tboeckel 2013-07-26 21:11 Rev.: 6788

* mui/ReadWindowStatusBar.c: removed unused #include statement.

0 lines of code changed in 1 file:

tboeckel 2013-07-26 21:08 Rev.: 6787

* mui/ReadWindowStatusBar.c: reimplemented the layout hook in standard methods.

96 lines of code changed in 1 file:

tboeckel 2013-07-26 20:45 Rev.: 6786

* mui/ClassesExtra.h: added missing definition of MUIM_Layout.

4 lines of code changed in 1 file:

tboeckel 2013-07-26 19:33 Rev.: 6785

* mui/ReadWindow.c, mui/WriteWindow.c, mui/YAMApplication.c: converted two hooks into methods.

53 lines of code changed in 3 files:

tboeckel 2013-07-26 19:21 Rev.: 6784

* mui/WriteWindow.c: converted the AppMessage hook into a method.

43 lines of code changed in 1 file:

tboeckel 2013-07-26 14:29 Rev.: 6783

* mui/TZoneChooser.c: implemented MUIA_TZoneChooser_GMTOffset to obtain the DST state of the currently set location.

30 lines of code changed in 1 file:

tboeckel 2013-07-26 14:24 Rev.: 6782

* mui/TZoneChooser.c: implemented MUIA_TZoneChooser_GMTOffset to obtain the GMT offset of the currently set location.

38 lines of code changed in 1 file:

tboeckel 2013-07-26 14:01 Rev.: 6781

* YAM_UT.c: fixed a typo.

1 lines of code changed in 1 file:

tboeckel 2013-07-26 13:58 Rev.: 6779

* extrasrc.h, YAM_AB.c, YAM_UT.c: added a replacement structure definition for struct tm in case the system structure is missing the tm_gmtoff field. Currently this only affect AmigaOS3 only. Any usage of "struct tm" must be replaced by "struct TM" to use the correct structure for all systems.

33 lines of code changed in 3 files:

tboeckel 2013-07-26 13:53 Rev.: 6778

* extrasrc/tzcode/Makefile, extrasrc/tzcode/private.h: added a new definition of struct tm which contains the additional variables like tm_gmtoff and tm_zone no matter what time.h defines.

17 lines of code changed in 2 files:

tboeckel 2013-07-26 13:19 Rev.: 6777

* TZone.c: fixed two warnings about shadowed variables.

4 lines of code changed in 1 file:

tboeckel 2013-07-26 08:56 Rev.: 6776

* mui/TZoneChooser.c: fixed usage of the wrong object when getting the location on a continent.

1 lines of code changed in 1 file:

tboeckel 2013-07-26 08:55 Rev.: 6775

* TZone.c: added some more debug output when parsing and building tzone names.

6 lines of code changed in 1 file:

tboeckel 2013-07-26 08:24 Rev.: 6774

* YAM_CO.c, YAM_COs.c: correctly respect the new time zone location during comparing and setting configurations.

2 lines of code changed in 2 files:

damato 2013-07-26 01:04 Rev.: 6773

* TZone.c, YAM_CO.c, YAM.c, YAM_COs.c, YAM_config.h: YAM will now try to
identify the location by guessing it using the GMT offset the system is
returning if "TimeZone" is not set. It will now set the YAMTZ env variable
which libtz will query.

57 lines of code changed in 5 files:

damato 2013-07-25 23:20 Rev.: 6772

- changed our own libtz to read ENV:YAMTZ rather than ENV:TZ
- modified compile defines for libtz to use ALL_STATE to use
dynamic arrays for certain things rather than static ones.
- changed libtz makefile to overwrite files in the libtz.a
archive file rather than always appending.

3 lines of code changed in 2 files:

tboeckel 2013-07-25 09:27 Rev.: 6771

* YAM_MA.c, mui/MainWindow.c: implemented the EditAction hook as a proper method.

32 lines of code changed in 2 files:

tboeckel 2013-07-25 09:07 Rev.: 6770

* YAM.c, YAM_FO.c, YAM_MA.c, mui/FolderEditWindow.c, mui/MainFolderListtree.c: completed the move of all folder related hook functions to methods of the main folder listtree. Things look much cleaner now and no global pointer to the edit window is needed anymore.

234 lines of code changed in 7 files:

damato 2013-07-24 22:41 Rev.: 6769

- added missing include statement to prevent missing memset() prototype warning

1 lines of code changed in 1 file:

tboeckel 2013-07-24 21:43 Rev.: 6768

* mui/MainFolderListtree.c: added missing #include statement.

1 lines of code changed in 1 file:

tboeckel 2013-07-24 21:42 Rev.: 6767

* YAM_FO.c: call the NewFolderGroup method instead of the former hook function.

1 lines of code changed in 1 file:

tboeckel 2013-07-24 21:35 Rev.: 6766

* YAM_FO.c, mui/MainFolderListtree.c: implemented FO_NewFolderGroupHook as proper method.

34 lines of code changed in 4 files:

tboeckel 2013-07-24 21:33 Rev.: 6765

* FolderList.c, YAM_FO.c: use InitFolder() to initialize folder groups as well.

9 lines of code changed in 2 files:

tboeckel 2013-07-24 21:30 Rev.: 6764

* YAM_FO.c, mui/MainFolderListtree.c: implemented FO_DeleteFolderHook as proper method.

122 lines of code changed in 4 files:

tboeckel 2013-07-24 21:27 Rev.: 6763

* YAM_MA.c: fixed the wrong invokation of the SetOrder method.

2 lines of code changed in 1 file:

tboeckel 2013-07-24 21:21 Rev.: 6762

* YAM_FO.c, mui/MainFolderListtree.c: implemented FO_SaveOrderHook as proper method.

76 lines of code changed in 4 files:

tboeckel 2013-07-24 20:37 Rev.: 6761

* YAM_UT.c: use the DisposeWindow method of our application subclass to dispose the individual windows.

3 lines of code changed in 1 file:

tboeckel 2013-07-24 20:36 Rev.: 6760

* YAM.c: explicitly dispose the new folder edit window.

6 lines of code changed in 1 file:

tboeckel 2013-07-24 11:40 Rev.: 6759

* YAM_FO.c, mui/FolderEditWindow.c: moved all stuff related to editing folder settings to a separate class to make further maintainance easier. All hooks except one have been converted to proper methods.

555 lines of code changed in 7 files:

tboeckel 2013-07-23 16:18 Rev.: 6758

* mui/FolderEditWindow.c: reversed the open window logic.

1 lines of code changed in 1 file:

tboeckel 2013-07-23 16:13 Rev.: 6757

* mui/FolderEditWindow.c: added some more bits and pieces to the new folder edit window.

3 lines of code changed in 1 file:

tboeckel 2013-07-23 16:03 Rev.: 6756

* mui/FolderEditWindow.c: slightly changed the information exchange between the class and the calling instance.

2 lines of code changed in 1 file:

tboeckel 2013-07-23 15:58 Rev.: 6755

* mui/FolderEditWindow.c: implemented a replacement method for FO_PutFolder() and changed the former method to use the same parameters.

260 lines of code changed in 1 file:

tboeckel 2013-07-23 15:41 Rev.: 6754

* mui/FolderEditWindow.c: implemented a replacement method for FO_GetFolder().

78 lines of code changed in 1 file:

tboeckel 2013-07-23 09:41 Rev.: 6753

* mui/FolderEditWindow.c: added new class to mimic the current behaviour of the folder edit window. This class is not yet used, but will be needed to accomplish ticket #222 in a modern fashion.

532 lines of code changed in 2 files:

damato 2013-07-23 00:08 Rev.: 6752

- forgot ENTER() statement

2 lines of code changed in 1 file:

damato 2013-07-23 00:06 Rev.: 6751

* AddrBookListtree.c, YAM_AB.c: fixed the addressbook to warn the user about
a changed addressbook again. The whole OM_GET method for the modified flag
was missing and thus always returned false.

26 lines of code changed in 2 files:

damato 2013-07-23 00:03 Rev.: 6750

* YAM_COs.c, YAM_MAf.c, YAM_FI.c, TZone.c, YAM_CO.c, YAM_MA.c, YAM.c: fixed
some compiler warnings about shadowed variables.

1 lines of code changed in 7 files:

tboeckel 2013-07-22 09:09 Rev.: 6748

* YAM_utilities.h: added a type argument to the (Safe)IterateList() macro to let the macro cast the variables to the desired type and to avoid having to do all the type casts over and over again directly within the loop.

323 lines of code changed in 33 files:

damato 2013-07-22 01:33 Rev.: 6747

* YAM_AB.c, AddrBookListtree.c, Recipientstring.c, MailTextEdit.c: changed the
AddressbookListtree to multiselect mode. Now multiple entries can be selected
and drag&drop to the write window or any recipientstring gadget. YAM will
take care to extract the correct entries based on the listtree hierarchy.

298 lines of code changed in 4 files:

damato 2013-07-21 16:56 Rev.: 6746

* YAM_COg.c, SearchControlGroup.c: minor layout change to the new filter
conditions setup user interface.

29 lines of code changed in 2 files:

damato 2013-07-21 15:58 Rev.: 6745

* extrasrc/tzcode, extrasrc.h: modified the build of our timezone library to
start all standard functions with tz_XXXX() so that we can use them. In
addition, YAM will now automatically call these tz_XXXX() functions if
NEED_TZLIB is specified in extrasrc.h

63 lines of code changed in 5 files:

damato 2013-07-21 13:38 Rev.: 6744

* mui/WriteWindow.c: the new tiny attachment list will now also have a
title row to make things more intuitive and clear.
* mui/WriteWindow.c: renamed the "Delete Attachment" phrase to "Remove
Attachment" as this better explains what this operation is actually doing.

21 lines of code changed in 2 files:

tboeckel 2013-07-19 22:15 Rev.: 6742

* extrasrc/tzcode/localtime.c: removed the temporary debug output again.

5 lines of code changed in 1 file:

tboeckel 2013-07-19 22:08 Rev.: 6741

* TZone.c: correctly handle a non-existing zone.tab file and return a NULL pointer when building the continent/location name array.

17 lines of code changed in 1 file:

tboeckel 2013-07-19 21:44 Rev.: 6740

* mui/TZoneContinentChooser.c, mui/TZoneLocationChooser.c: free the generated name arrays in case the object creation failed.

8 lines of code changed in 2 files:

tboeckel 2013-07-19 14:28 Rev.: 6739

* YAM_COs.c: use GuessTZone() to set the initial state of the time zone chooser group.

3 lines of code changed in 1 file:

tboeckel 2013-07-19 14:24 Rev.: 6738

* TZone.c: implemented GuessTZone() to derive a valid time zone name from an offset to GMT.

230 lines of code changed in 2 files:

tboeckel 2013-07-19 13:59 Rev.: 6737

* misc: replaced several TABs by spaces.

67 lines of code changed in 15 files:

tboeckel 2013-07-19 09:40 Rev.: 6735

* YAM_UT.c: fixed more warnings and dumb stuff.

5 lines of code changed in 1 file:

tboeckel 2013-07-19 09:38 Rev.: 6734

* YAM_UT.c: fixed a warning.

6 lines of code changed in 1 file:

tboeckel 2013-07-19 09:09 Rev.: 6732

* mui/TZoneChooser.c: added a new class to combine the two time zone choosers and to handle time zone name strings.

146 lines of code changed in 6 files:

tboeckel 2013-07-19 09:08 Rev.: 6731

* TZone.c: added some functions for overall time zone manangement.

169 lines of code changed in 2 files:

tboeckel 2013-07-19 09:07 Rev.: 6730

* YAM_FI.c, MailServers.c: use the new GetNthNode() function.

4 lines of code changed in 2 files:

tboeckel 2013-07-19 09:06 Rev.: 6729

* YAM_UT.c: changed some prototypes to use MinLists instead of Lists.

11 lines of code changed in 2 files:

tboeckel 2013-07-19 07:39 Rev.: 6728

* YAM_UT.c: changed return code of CountNodes() to unsigned.

3 lines of code changed in 2 files:

tboeckel 2013-07-19 07:37 Rev.: 6727

* YAM_UT.c: implemented GetNthNode() function to get the n-th node of a list.

26 lines of code changed in 2 files:

tboeckel 2013-07-19 07:33 Rev.: 6726

* YAM_COg.c: don't the the cycle entries twice, this will cause memory leaks.

0 lines of code changed in 1 file:

tboeckel 2013-07-18 16:23 Rev.: 6725

* YAM_COg.c: added two objects to test the new time zone selection mechanism.

16 lines of code changed in 2 files:

tboeckel 2013-07-18 16:22 Rev.: 6724

* TZone.c: underscores in location names are converted to spaces.

7 lines of code changed in 1 file:

tboeckel 2013-07-18 16:20 Rev.: 6723

* mui/TZoneContinentChooser.c, mui/TZoneLocationChooser.c: added two new classes to choose the continent and location of a specific time zone.

295 lines of code changed in 5 files:

tboeckel 2013-07-18 11:14 Rev.: 6722

* TZone.c: added the missing counting of locations per continent.

6 lines of code changed in 1 file:

tboeckel 2013-07-18 10:34 Rev.: 6721

* TZone.c: added a missing variable increment.

1 lines of code changed in 1 file:

tboeckel 2013-07-18 09:14 Rev.: 6720

* YAM.c, TZone.c: implemented some functions to parse the zone.tab located in the resources/zoneinfo directory and to setup certain structures for future use.

409 lines of code changed in 7 files:

tboeckel 2013-07-18 08:59 Rev.: 6719

* YAM_UT.c: implemented a function to sort Exec lists.

97 lines of code changed in 2 files:

tboeckel 2013-07-17 16:30 Rev.: 6718

* extrasrc/tzcode/localtime.c, YAM_UT.c: added #define to let the linker use our own mktime() function from libtz.a.

4 lines of code changed in 3 files:

tboeckel 2013-07-17 16:24 Rev.: 6717

* extrasrc/tzcode/private.h: added missing definition of LLONG_MAX for the AmigaOS3 build.

4 lines of code changed in 1 file:

tboeckel 2013-07-17 08:46 Rev.: 6716

* YAM_AB.c, mui/AddrBookListtree.c, misc: made the address book listtree title bar clickable to sort the addresses by any column. This closes #298.

196 lines of code changed in 8 files:

damato 2013-07-16 10:22 Rev.: 6715

- intermediate checkin to try to solve a problem with trying to
overwrite the mktime(), etc. functions of our used clib.

45 lines of code changed in 6 files:

tboeckel 2013-07-16 09:46 Rev.: 6714

* mui/AttachmentImage.c, mui/AttachmentObject.c: removed some unused code now that we have the tiny attachment list within the write window.

41 lines of code changed in 2 files:

tboeckel 2013-07-16 09:25 Rev.: 6713

* mui/WriteWindow.c, mui/WriteAttachmentList.c: the write window now features a small clone of the attachment list on the first page. A context menu allows to perform the same actions as for the big list on the second page. This closes #311.

356 lines of code changed in 2 files:

tboeckel 2013-07-16 08:57 Rev.: 6712

* mui/WriteWindow.c: correctly change the state of the Rename button. This somehow got lost.

1 lines of code changed in 1 file:

tboeckel 2013-07-16 08:27 Rev.: 6711

* YAM_AB.c, mui/AddrBookListtree.c: moved the AB_MakeFormat() function into a method of the listtree class.

40 lines of code changed in 4 files:

damato 2013-07-15 10:35 Rev.: 6710

- added tr(MSG_Attachments), thus replaced a accidently added fixed string.

3 lines of code changed in 1 file:

tboeckel 2013-07-15 08:19 Rev.: 6709

* YAM_FO.c, mui/MainFolderListttree.c: adding, removing or moving a folder within the main folder tree will now automatically update the folder tree in the search window. This closes #291.

21 lines of code changed in 2 files:

tboeckel 2013-07-15 08:17 Rev.: 6708

* YAM_MA.c, YAM_RE.c: printing a mail will now include a list of attachments. Additionally the printout will no longer contain a plain copy of all header lines, but a stripped down version of subject sender, receiver and date. This closes #100.

60 lines of code changed in 2 files:

damato 2013-07-14 14:11 Rev.: 6707

* mui/Aboutwindow.c: added information/credits about use of the public timezone
database from IANA.

4 lines of code changed in 1 file:

damato 2013-07-14 14:02 Rev.: 6706

* resources/zoneinfo, tools/tzdata, extrasrc/tzcode: updated tzdata/tzcode
environment to the latest version (2013d) released by iana.org.

310 lines of code changed in 11 files:

damato 2013-07-14 07:50 Rev.: 6705

- fixed some compiler warnings
- disabled the special .NOTPARALLEL: target in the Makefile again as it seem to have
prevented parallel builds via "-j X" completly and not just for the GenClasses
target. This needs more investigation/tuning later on.

2 lines of code changed in 3 files:

damato 2013-07-14 00:23 Rev.: 6703

* misc: reverted revision 6684 and 6685 and made sure that always RETURN(0) is
used rather than LEAVE() for functions where the return value is always 0. This
should be more consistent and provide more valueable information for debugging
YAM.

293 lines of code changed in 63 files:

tboeckel 2013-07-12 14:25 Rev.: 6702

* mui/AttachmentList.c: changed the keyboard handle to raw keys to be able to detect other key presses as well.

5 lines of code changed in 1 file:

tboeckel 2013-07-12 09:41 Rev.: 6701

* YAM_CO.c, YAM_FI.c, mui/SearchControlGroup.c: reworked the filter settings to be easier to understand. The single conditions are no longer combined individually but globally. That means that either all conditions must be met (AND), at least one condition must be met (OR) or exactly one condition must be met (XOR). This change was necessary, because the old combination model had several logical flaws when different combinations were used within one filter.

163 lines of code changed in 7 files:

tboeckel 2013-07-12 09:40 Rev.: 6700

* YAM_UT.c: added a const qualifiert to the CountNodes() function.

2 lines of code changed in 2 files:

tboeckel 2013-07-12 08:40 Rev.: 6699

* tcp/pop3.c: make sure the first to be downloaded mail is always set as the active one in the preselection window.

4 lines of code changed in 1 file:

tboeckel 2013-07-12 08:28 Rev.: 6698

* tcp/pop3.c: don't abort obtaining the message details early if remote filters are to be applied and preselection is set to "sizes only".

3 lines of code changed in 1 file:

tboeckel 2013-07-11 15:56 Rev.: 6697

* YAM_COs.c: slightly changed the indentation of the filter settings in the .config file.

7 lines of code changed in 1 file:

tboeckel 2013-07-11 15:41 Rev.: 6696

* YAM_CO.c, mui/FilterRuleList.c, mui/SearchControlGroup.c: the single filter rules can now be removed from any position instead of the last rule only. For this each rule item got the typical "+" and "-" buttons for adding and removing. This closes #78 and closes #79.

96 lines of code changed in 6 files:

tboeckel 2013-07-11 15:37 Rev.: 6695

* mui/ObjectList.c: fixed yet another bug in the item iteration loop and changed the MUIM_ObjectList_Clear method to trigger the notifications only once after all work is done.

74 lines of code changed in 1 file:

tboeckel 2013-07-11 10:38 Rev.: 6694

* tcp/pop3.c, MailTransferList.c: correctly respect the number of mail for which the details have been obtained already while applying the remote filters when obtaining the details for the remaining mails.

29 lines of code changed in 3 files:

tboeckel 2013-07-11 10:31 Rev.: 6693

* tcp/pop3.c, mui/PreselectionWindow.c: correctly highlight the first to be downloaded mail also if remote filters are active.

10 lines of code changed in 2 files:

tboeckel 2013-07-11 09:24 Rev.: 6692

* tcp/pop3.c: remote filters are applied again without enforcing opening the preselection window. This makes unattended remote filters possible again as it was possible in YAM 2.8. Please note that the remote filters will be applied to "new" (= not yet downloaded or known) mails only.

66 lines of code changed in 2 files:

tboeckel 2013-07-11 08:47 Rev.: 6690

* tcp/pop3.c: fixed a possible crash if the transfer is aborted while receiving the list of available mails and preselection is required afterwards.

54 lines of code changed in 1 file:

tboeckel 2013-07-10 08:33 Rev.: 6689

* mui/MainWindow.c: don't clear the quick search bar contents when changing the main window's layout. This closes #403.

2 lines of code changed in 1 file:

tboeckel 2013-07-10 08:24 Rev.: 6688

* YAM_MAf.c: while doing a deep examination of a mail YAM will no longer use the first matching address as the mail's user identity but collect all possibly matching identities at first, because the header lines can appear in arbitrary order and hence it is unpredictable which header line eventually produces the used identity. After scanning all headers the identity will be chosen in a predicatable way which prefers the "receiving" addresses. This closes #402.

58 lines of code changed in 1 file:

tboeckel 2013-07-09 10:00 Rev.: 6687

* YAM_CO.c, YAM_COg.c, mui/FilterRuleList.c, mui/SearchControlGroup.c: turned the search control group object into a subclass of ObjectListItem to be able to put it under control of the ObjectList class. This partly refs #78 and also partly refs #79.

126 lines of code changed in 5 files:

tboeckel 2013-07-09 10:00 Rev.: 6686

* mui/ObjectList.c: fixed the broken MUIM_ObjectList_IterateItems method and added the MUIM_ObjectList_Clear method to remove all items.

30 lines of code changed in 1 file:

tboeckel 2013-07-09 09:03 Rev.: 6685

* misc: replaced the RETURN(0) statement of several methods by a simple LEAVE() in case the method has no real return code.

2 lines of code changed in 1 file:

tboeckel 2013-07-09 08:52 Rev.: 6684

* misc: replaced the RETURN(0) statement of several methods by a simple LEAVE() in case the method has no real return code.

75 lines of code changed in 27 files:

tboeckel 2013-07-09 08:32 Rev.: 6683

* UserIdentity.c, YAM_CO.c: removed the IsUniqueUserIdentity() function as FindUserIdentityByID() serves exactly the same purpose.

1 lines of code changed in 3 files:

tboeckel 2013-07-09 08:28 Rev.: 6682

* UserIdentity.c: searching user identities by address or ID will now correctly respect the identity's active state and return active identities only. In case a mail references an inactive user identity YAM will silently fall back to the next best matching identity. This closes #401.

6 lines of code changed in 1 file:

tboeckel 2013-07-08 16:20 Rev.: 6680

* mui/FolderRequestTree.c: moved the folder tree population into a separate method to be able to use it for later tree updates.

57 lines of code changed in 1 file:

tboeckel 2013-07-08 11:40 Rev.: 6679

* ImageCache.c: enforce disposing of all images if YAM is running on an 8 bit screen (excluding the Workbench) as soon as the image is no longer used. This works around a bug in picture.datatype which seems to keep a pointer to the screen the image was remapped to and accesses it later even if the screen no longer exists. This closes #389.

22 lines of code changed in 2 files:

tboeckel 2013-07-08 09:20 Rev.: 6678

* YAM_CO.c, mui/MainWindow.c: renamed the InfoBar setting to InfoBarPos to match the recently implementend QuickSearchBarPos. This allows to resort the cycle entries to use "off" as first entry.

22 lines of code changed in 6 files:

tboeckel 2013-07-08 09:07 Rev.: 6677

* YAM_CO.c, mui/MainWindow.c: the position of the quick search bar is now configurable and allows the user to place the bar below the main mail list. This closes #18.

159 lines of code changed in 9 files:

tboeckel 2013-07-08 08:13 Rev.: 6676

* YAM_FI.c, YAM_COs.c, mui/SearchControlGroup.c: PGP encrypted mails can now be excluded from a search to let in run unattended without the need to enter a password. This closes #35.

105 lines of code changed in 4 files:

tboeckel 2013-07-08 07:48 Rev.: 6675

* YAM_CO.c, mui/MainWindowToolbar.c: the Get and Send toolbar buttons will now be disabled in case there is no active POP3 or SMTP server available. This closes #261.

38 lines of code changed in 2 files:

tboeckel 2013-07-08 07:47 Rev.: 6674

* YAM_MA.c: mails dragged out of the spam folder will now be marked as non-spam in case the "mark on move" option is enabled. This closes #103.

8 lines of code changed in 1 file:

tboeckel 2013-07-08 07:44 Rev.: 6673

* TransferMaillist.c: the mail preselection list now shows the contents of the To: header line to let users spot unwanted mails easier. This closes #84.

13 lines of code changed in 1 file:

tboeckel 2013-07-08 07:43 Rev.: 6672

* ParseEmail.l: all kinds of links (http(s), ftp, etc) will now be underlined as well. This closes #72.

2 lines of code changed in 1 file:

tboeckel 2013-07-08 07:42 Rev.: 6671

* mui/AttachmentList.c: the single items of the list can now be activated immediately by pressing their number on the keyboard. "0" will be mapped to the 10th attachment. This closes #62.

68 lines of code changed in 1 file:

tboeckel 2013-07-08 07:40 Rev.: 6670

* mui/HeaderList.c: the time and date information from the Date: header line will now be converted to local time if the usual "short" headers are shown. For full header display it will be shown as it is. This closes #45.

11 lines of code changed in 1 file:

damato 2013-07-07 21:00 Rev.: 6668

- bumped version back to 2.9-dev to allow continuing development with that version number

2 lines of code changed in 1 file:

Repository Tag: 2.8p1
damato 2013-07-07 12:16 Rev.: 6666

* misc: final YAM 2.8p1 release preparations.

2 lines of code changed in 1 file:

tboeckel 2013-07-05 08:39 Rev.: 6665

* YAM_FI.c: fixed a possible out of range array access.

3 lines of code changed in 1 file:

damato 2013-07-04 22:28 Rev.: 6664

- fixed some compiler warning

3 lines of code changed in 1 file:

June 2013 »

Generated by StatSVN 0.7.0