January 2013 Commit Log

Number of Commits:
73
Number of Active Developers:
2
tboeckel 2013-01-31 15:02 Rev.: 6569

* YAM_MAf.c: slightly optimized changing the current folder to obtain the currently active folder only once.

9 lines of code changed in 1 file:

tboeckel 2013-01-31 10:35 Rev.: 6568

* YAM_MA.c: fixed yet another error message when trying to delete already deleted parts again.

1 lines of code changed in 1 file:

tboeckel 2013-01-31 09:51 Rev.: 6567

* YAM_MA.c: redraw the main mail list only if the mail's folder is still the current one.

5 lines of code changed in 1 file:

tboeckel 2013-01-31 09:50 Rev.: 6566

* mui/MainMailListGroup.c: removed an unused variable.

0 lines of code changed in 1 file:

tboeckel 2013-01-31 09:35 Rev.: 6565

* YAM_MA.c: fixed a possible invalid filename of a to be kept part when cropping attachments.

1 lines of code changed in 1 file:

tboeckel 2013-01-31 09:33 Rev.: 6564

* mui/AttachmentObject.c: reactivated some context menu items again.

5 lines of code changed in 1 file:

tboeckel 2013-01-30 22:56 Rev.: 6563

* YAM_MA.c: keep alternative parts when cropping attachments.

5 lines of code changed in 1 file:

tboeckel 2013-01-30 22:37 Rev.: 6562

* YAM_MA.c: don't delete already deleted parts when cropping attachments. Furthermore with the separate read window the mail is reread using the new method.

6 lines of code changed in 1 file:

tboeckel 2013-01-30 22:35 Rev.: 6561

* mui/ReadWindow.c: added new method to reread a mail with certain flags, just like it is possible for the embedded read pane.

14 lines of code changed in 1 file:

tboeckel 2013-01-30 22:33 Rev.: 6560

* mui/AttachmentObject.c: disable the "Delete" context menu items for already deleted parts.

14 lines of code changed in 1 file:

tboeckel 2013-01-30 17:33 Rev.: 6559

* mui/WriteWindow.c: as a temporary workaround for future changes the write window will not allow to save the mail to the Drafts folder when it is in redirecting mode. This is necessary as there is currently no way edit yet unsent but redirected mails in the Drafts folder. Furthermore redirected mails have been excluded from the autosave process anyway as there is not much to loose except the modified addresses. This refs #383.

7 lines of code changed in 2 files:

tboeckel 2013-01-30 09:56 Rev.: 6558

* YAM_MA.c: keep as many information of already decoded parts as possible when deleting attachments from a mail.

5 lines of code changed in 1 file:

tboeckel 2013-01-29 17:12 Rev.: 6556

* YAM_WR.c, mui/MainMailList.c: some minor adjustments.

5 lines of code changed in 2 files:

tboeckel 2013-01-29 14:48 Rev.: 6555

* mui/WriteWindow.c: when replying to several mails at the same time no mail file was generated due to the latest redirection changes.

101 lines of code changed in 1 file:

tboeckel 2013-01-29 14:39 Rev.: 6554

* YAM_RE.c, mui/ReadMailGroup.c, mui/WriteWindow.c: extended the "cannot open mail file" error message by the guilty file name.

8 lines of code changed in 3 files:

tboeckel 2013-01-29 10:38 Rev.: 6553

* YAM_COg.c: fixed a typo in the AmigaOS4 build.

1 lines of code changed in 1 file:

tboeckel 2013-01-29 10:25 Rev.: 6552

* YAM_COg.c: don't create objects which are not available on certain systems, i.e. the DockyIcon and AmigaOS 4.1 system notification checkmarks. These will be created by the AmigaOS4 build only.

32 lines of code changed in 4 files:

tboeckel 2013-01-29 10:05 Rev.: 6551

* mui/WriteWindow.c: fixed a potential object pointer mix up in case the OverrideFromAddress feature was enabled.

11 lines of code changed in 1 file:

tboeckel 2013-01-29 09:24 Rev.: 6550

* mui/WriteWindow.c: canceling the redirection of a mail now also checks for possible changes and asks the user for confirmation. This makes redirecting a mail consistent to writing a new mail or editing a draft mail.

4 lines of code changed in 1 file:

tboeckel 2013-01-29 09:17 Rev.: 6549

* mui/WriteWindow.c: respect the OverrideFromAddress feature when redirecting mails as well.

7 lines of code changed in 1 file:

damato 2013-01-29 01:32 Rev.: 6547

* YAM_WR.c, mui/WriteWindow.c, misc: renamed the 'Bounce' mail functionality
for redirecting emails to alternative recipients to 'Redirect' as that
better reflects the purpose of this functionality and should not confuse
users anymore. Also adapted the functionality to add all well-known
Resent-#? headers to redirected emails. This should adapt YAM to be somehwat
more RFC compliant. Furthermore, a Resent-CC and Resent-BCC can now be
specified. In addition, YAM will now allow to bounce to multiple emails in
one operation. That means, a user can now select more than one mail in the
mail listview and when a redirect operation is performed YAM will redirect
all of these mails in one run. This change should perfectly fix, fulfill and
closes #362.

588 lines of code changed in 20 files:

tboeckel 2013-01-28 22:15 Rev.: 6546

* YAM_RE.c: fixed a shadowed variable.

4 lines of code changed in 1 file:

tboeckel 2013-01-28 21:49 Rev.: 6545

* YAM_RE.c: fixed a long standing bug which could trash memory while parsing a mail, because the parsing process could run beyond the buffer's limits and the buffer contents are modified during the parsing.

14 lines of code changed in 1 file:

tboeckel 2013-01-28 17:28 Rev.: 6544

* mui/Recipientstring.c: when pressing the right cursor key don't add a comma after the current recipient if only single recipients are allowed. This fixes this issue reported by Lee Hemenway on the YAM mailing list.

1 lines of code changed in 1 file:

tboeckel 2013-01-27 20:53 Rev.: 6543

* mui/WriteWindow.c, YAM_WR.c: editing a draft mail again with the a modified From: address and the OverrideFromAddress feature being active now correctly restores the modified From: address. This closes #380.

10 lines of code changed in 2 files:

tboeckel 2013-01-27 20:44 Rev.: 6542

* mui/WriteWindow.c: make sure that a "From:" label is shown even if there is only one active identity configured and the OverrideFromAddress feature is enabled.

39 lines of code changed in 3 files:

tboeckel 2013-01-24 16:58 Rev.: 6540

* YAM_RE.c: use the new function to read complete mail part files. Additionally an odd artificial line feed character at the beginnging of the buffer has been eliminated as it servered no obvious purpose. The only situation this change might have an influence on are UUencoded attachment. If you encounter malformed UUencoded attachments due to this change then please stand up.

8 lines of code changed in 1 file:

tboeckel 2013-01-24 16:52 Rev.: 6539

* StrBuf.c: implemented a function to read the contents of a file into a dynamic string buffer and to keep track of the read string length.

55 lines of code changed in 2 files:

tboeckel 2013-01-23 10:29 Rev.: 6538

* src/StrBuf.c: allocate the initial buffer in chunks of SIZE_DEFAULT like all other functions do.

8 lines of code changed in 1 file:

tboeckel 2013-01-23 09:20 Rev.: 6537

* mui/FolderRequestListtree.c: the folder listtree will make an already selected folder entry visible during MUIM_Show.

17 lines of code changed in 1 file:

tboeckel 2013-01-22 21:05 Rev.: 6536

* WriteWindow.c, YAM_WR.c, YAM_CO.c: added a new option in the hidden section of the configuration. Setting the option "OverrideFromAddress" to "Y" will add a recipient string object below the identity chooser in the write window. The contents default to the chosen identity's address but can be modified freely. This makes it possible to use a different From: address than the one configured in the identity while still using all other settings like the SMTP server. Please note that such mails might be rejected by the SMTP server. This finally closes #321.

124 lines of code changed in 8 files:

tboeckel 2013-01-22 20:17 Rev.: 6535

* MUIObjects.c: allow NULL label and help strings.

3 lines of code changed in 1 file:

tboeckel 2013-01-22 20:16 Rev.: 6534

* MUIObjects.c: fixed strange parameter type.

2 lines of code changed in 2 files:

tboeckel 2013-01-22 12:34 Rev.: 6532

* tcp/smtp.c: moving a sent mail to another folder by an "apply to sent mails" filter will now update the Outgoing folder's stats to show the correct number of available mails. This closes #378.

7 lines of code changed in 1 file:

tboeckel 2013-01-21 09:47 Rev.: 6531

* YAM_CO.c: simplified getting the SMTP server and signature nodes.

2 lines of code changed in 1 file:

damato 2013-01-19 02:32 Rev.: 6529

* tcp/Connection.c, YAM_COs.c, misc: modified GetFQDN() to ensure the hostname
returned by gethostname() also contains the domain name or otherwise the IP
is returned as a literal [X.X.X.X] string as defined by RFC2821. Furthermore,
to allow users to specify an own FQDN a new "MachineFQDN" hidden option was
added to the configuration. When specified this machine name is used instead
of trying to find out an own valid FQDN via various sophisticated methods.
This fixes and closes #368.

69 lines of code changed in 4 files:

tboeckel 2013-01-18 14:56 Rev.: 6528

* mui/WriteWindow.c: renamed the "Hold" button/menu item to "Save as draft" as this is what these objects really do. Furthermore the write window is no longer closed in this situation, because saving a mail as draft means that the mail is not yet finished and the user might want to continue to work on it immediately. Finally the Cancel button has been removed as canceling the edit action can be done by closing the window or choosing "Close" from the menu or by pressing the window close key (usually ESC). This finally closes #375.

87 lines of code changed in 1 file:

tboeckel 2013-01-18 14:37 Rev.: 6527

* Rexx.c, rexx/writequeue.c: renamed the HOLD option of the WRITEQUEUE command to DRAFT. However, HOLD is kept as an alternative for compatibility with old scripts.

3 lines of code changed in 2 files:

tboeckel 2013-01-18 10:27 Rev.: 6526

* YAM_FI.c: fixed two typos.

2 lines of code changed in 1 file:

tboeckel 2013-01-18 10:26 Rev.: 6525

* mui/SearchControlGroup.c: respect all possible match classes instead of the first 9 only.

2 lines of code changed in 1 file:

tboeckel 2013-01-18 10:24 Rev.: 6524

* YAM_FI.c: reenabled the filter matching for mails ready to be sent (Outgoing folder) and mails on hold (Drafts folder).

4 lines of code changed in 1 file:

tboeckel 2013-01-18 09:13 Rev.: 6523

* mui/MainMailList.c, mui/ReadWindowStatusBar.c: readded the status icons for mails ready to be sent (Outgoing folder) and mails on hold (Drafts folder).

10 lines of code changed in 2 files:

tboeckel 2013-01-17 21:10 Rev.: 6522

* misc: removed all references to the old HOLD and QUEUED states. These states are now implied by a mail's folder (Drafts or Outgoing). This refs #375.

29 lines of code changed in 14 files:

tboeckel 2013-01-17 17:49 Rev.: 6521

* YAM_MA.c, YAM_WR.c, mui/MainMailList.c, mui/ReadWindow.c: swapped the edit menu item titles for the Drafts and Outgoing folders. Mails in drafts can be edited directly and mails in Outgoing can only be edited "as new" like in any other folder. This partly addresses and refs #375.

16 lines of code changed in 5 files:

damato 2013-01-16 13:20 Rev.: 6520

* YAM.c, YAM_MAf.c: when having the option active that new mail will be changed
to unread upon restarting YAM, all mails of folders known to carry new mail
(upon checking the index meta data) will now be changed to unread by forcing
a full index load via MA_GetIndex(). This partly addresses and refs #367.

41 lines of code changed in 2 files:

tboeckel 2013-01-15 17:02 Rev.: 6518

* rexx/addrload.c: extended the ADDRLOAD command to take a second parameter OPEN/S to immediately open then address book window after the address book file has been loaded successfully. This closes #88.

12 lines of code changed in 2 files:

tboeckel 2013-01-15 10:40 Rev.: 6517

* partly reverted r6515.

146 lines of code changed in 1 file:

tboeckel 2013-01-15 10:37 Rev.: 6516

* YAM_RE.c: don't remember the buffer pointer when reading an encrypted mail part as this pointer will be free()'d right after having read the message and thus become invalid.

0 lines of code changed in 1 file:

tboeckel 2013-01-15 10:12 Rev.: 6515

* YAM_MAf.c: added some debug output when changing the status of new mails during the startup phase.

326 lines of code changed in 2 files:

tboeckel 2013-01-14 17:58 Rev.: 6514

* mui/WriteWindow.c: added several NULL pointer checks. This closes #373.

5 lines of code changed in 1 file:

tboeckel 2013-01-14 17:37 Rev.: 6513

* YAM_UT.c: fixed a wrong free() call where FreeSysObject() must be used.

5 lines of code changed in 1 file:

tboeckel 2013-01-14 13:45 Rev.: 6512

* YAM_FI.c: changed an error debug statement to a normal debug statement.

1 lines of code changed in 1 file:

tboeckel 2013-01-14 11:09 Rev.: 6511

* YAM_FO.c: implemented updating the fixed signature number of a folder with mailing list support to the new signature handling. This closes #372.

11 lines of code changed in 1 file:

tboeckel 2013-01-14 10:06 Rev.: 6510

* Rexx.c, UserIdentities.c, rexx/writeidentity.c: added the ARexx command WRITEIDENTITY to let a script choose the user identity to be used when composing a new mail via ARexx. The identity can be chosen either by its description or by its mail address. The command template is "IDENTITY/K,ADDRESS/K". This closes #371.

131 lines of code changed in 6 files:

tboeckel 2013-01-11 20:22 Rev.: 6508

* YAM_WR.c: fixed a NULL pointer access when creating a new mail. This closes #369.

1 lines of code changed in 1 file:

tboeckel 2013-01-09 21:43 Rev.: 6507

* Makefile: added -fno-strict-aliasing to the CFLAGS to avoid aliasing warnings.

1 lines of code changed in 1 file:

tboeckel 2013-01-09 21:35 Rev.: 6506

* mui/WriteWindow.c: reverted r6504 as "struct _Msg" does not exist in the AmigaOS3 NDK. We will have to live with the warning for the AmigaOS4 build instead.

18 lines of code changed in 1 file:

tboeckel 2013-01-09 21:25 Rev.: 6505

* mui/#?Toolbar.c: replaced all bar spacers by button spacers. This allows the user to choose whether a bar or a simple space will be displayed and the spacer's size can be configured as well. All in all this gives the user much more flexibility for the appearence of the tool bars.

22 lines of code changed in 4 files:

tboeckel 2013-01-09 21:00 Rev.: 6504

* mui/WriteWindow.c: use a union for the sort message to avoid type pun warnings of gcc 4+.

22 lines of code changed in 1 file:

tboeckel 2013-01-09 13:22 Rev.: 6503

* mui/WriteWindow.c: check the recipient to be non-empty when setting CC, BCC or ReplyTo recipients and show the corresponding hidden objects only if they need to be visible.

15 lines of code changed in 1 file:

tboeckel 2013-01-07 17:18 Rev.: 6502

* mui/Recipientstring.c: added a missing closing brace.

1 lines of code changed in 1 file:

tboeckel 2013-01-07 17:17 Rev.: 6501

* mui/Recipientstring.c: don't try to normalize the string unless it is really necessary as this might trigger resolving actions which in turn cause the contents to be treated as modified even if they were not modified at all. All in all this might have declared a mail being edited as modified even if nothing was changed.

6 lines of code changed in 1 file:

tboeckel 2013-01-07 17:01 Rev.: 6500

* mui/Recipientstring.c: don't try to normalize empty strings.

42 lines of code changed in 1 file:

tboeckel 2013-01-07 12:58 Rev.: 6499

* mui/WriteWindow.c: use a proper structure instead of an array for the object sort operation.

22 lines of code changed in 1 file:

tboeckel 2013-01-07 11:06 Rev.: 6498

* mui/WriteWindow.c: added some more objects to trigger a "mail is modified" action.

2 lines of code changed in 1 file:

tboeckel 2013-01-07 11:02 Rev.: 6497

* YAM_WR.c: rearranged the code a bit to guarantee that resetting the modified state of a to be edited mail is really done as the last action, because setting the active object (i.e. the TO string) and resolving the address will cause a notification on the (possibly) modified content and hence mark the mail as modified.

15 lines of code changed in 1 file:

tboeckel 2013-01-03 16:15 Rev.: 6496

* icons, tools/mkrelease.sh: added some missing icons in the Resource drawer.

2 lines of code changed in 1 file:

damato 2013-01-02 17:40 Rev.: 6495

* all: bumped the copyright year in all our source and header files to match
the new year.

320 lines of code changed in 318 files:

tboeckel 2013-01-02 16:26 Rev.: 6494

* mui/WriteWindow.c: simplified the handling of draft and hold mails a bit.

2 lines of code changed in 1 file:

tboeckel 2013-01-02 15:57 Rev.: 6493

* mui/WriteWindow.c, YAM_WR.c: editing a mail in the drafts folder and putting it on hold again will no longer create an invisible duplicate mail file. This fixes the recently discussed issue on the YAM mailing list.

30 lines of code changed in 2 files:

tboeckel 2013-01-02 10:40 Rev.: 6492

* extrasrc/ExamineDir.c: turn the error number of the last ExAll() call into "no more entries" if there was no error and no further files to be handled as this is how ExamineDir() is documented to react in this situation.

6 lines of code changed in 1 file:

tboeckel 2013-01-02 10:29 Rev.: 6491

* YAM_UT.c, misc: fixed several wrong comparisons of IoErr()==0 being treated as an error.

13 lines of code changed in 4 files:

tboeckel 2013-01-02 07:28 Rev.: 6490

* Busy.c: fixed a typo in the busy bar handling which caused the busy bar to be hidden although it should have remained visible.

2 lines of code changed in 1 file:

December 2012 »

Generated by StatSVN 0.7.0