replaced MD5 algorithm
201 lines of code changed in 1 file:
further structure cleanup
322 lines of code changed in 29 files:
- fixed BUG #407550. Had to insert a InputBuffered at start to assure that
G->TR gets cleared or otherwise it will become NULL later which caused
that mass of hits reported in the BugTracker.
- a CTRL-C will now break the application and a CTRL-D will restart it
immediatly.
69 lines of code changed in 8 files:
- added casts for the RexxSysLib handling
22 lines of code changed in 1 file:
- changed debug-output to use kprintf instead of printf !
276 lines of code changed in 1 file:
removed non-breaking spaces (0xA0)
3 lines of code changed in 1 file:
lame fix for a MUI header problem with GCC
6 lines of code changed in 1 file:
removed conflicting prototypes
0 lines of code changed in 1 file:
fixed argument types of:
- FO_GetFolderByType_cmp()
- FO_SetOrderFunc()
2 lines of code changed in 1 file:
fixed argument type of TR_New()
1 lines of code changed in 1 file:
changed library init and cleanup order
removed checks for __ixemul__
13 lines of code changed in 1 file:
- fixed today introduced bug. Now the AppIcon Label text gets saved & loaded
correctly.
- a user can now select all folders that should be included in the AppIcon
statistics. With that feature displaying statistics is not limited to the
INCOMING folder anymore.
126 lines of code changed in 8 files:
- YAM reads the Content-Disposition: of a multipart message now. If a name of
a part could not be found in the Content-Type: field we get it from the
Disposition field now. (i.e. mails with attachments from ELM behave like this)
46 lines of code changed in 2 files:
- added option to define the AppIcon Label that should be displayed. Now a
User can configurate the string that should be displayed below the AppIcon
by reconfigurating it in the configuration window (Misc)
59 lines of code changed in 7 files:
- variable signatures will now also be used if one want`s to write a NEW or
FORWARD a mail in a folder which belongs to a mailinglist.
- the format of the sizes can be choosen now. That means that one can choose
between different display formats for displaying the message & attachment
sizes in YAM. I added 4 more different size formats that will hopefully fit
everyones needs. Default is the standard YAM size format which was there
since ages.
- added forgotten HELP messages for the SMTP AUTH feature of YAM.
- fixed bug in the alignment of POP3 struct. The listview of the POP3 accounts
didn`t show up the accounts anymore. Perhaps here we have to use a separate
displayhook if this realignment causes trouble with MorphOS.
286 lines of code changed in 8 files:
removed usage of stch_i
removed index(), bcopy() and _WBenchMsg
2 lines of code changed in 1 file:
removed usage of stch_i
0 lines of code changed in 1 file:
replaced index() with strchr()
fixed declaration error
5 lines of code changed in 1 file:
replaced stch_i() with sscanf()
6 lines of code changed in 1 file:
removed usage of stch_i
0 lines of code changed in 1 file:
replaced abs() with ABS()
2 lines of code changed in 1 file:
added PL_IconBody[] (moved from YAM_CO.c)
247 lines of code changed in 1 file:
removed PL_IconBody[]
1 lines of code changed in 1 file:
removed erroneous comment block (argh!)
0 lines of code changed in 1 file:
replaced _WBenchMsg with WBmsg
2 lines of code changed in 1 file:
removed dead code
0 lines of code changed in 1 file:
added "struct WBStartup *WBmsg" initialised by argv
8 lines of code changed in 1 file:
added "extern struct WBStartup *WBmsg"
1 lines of code changed in 1 file:
- put back all fold/unfold statements (///) for our beloved GoldED users
418 lines of code changed in 10 files:
fixed SAS optimize problem
153 lines of code changed in 24 files:
file structure cleanup
6 lines of code changed in 4 files:
more cleanup
529 lines of code changed in 29 files:
removed MorphOS declarations, as they will conflict with static ones
0 lines of code changed in 1 file:
- readded YAM.h to MAIN
169 lines of code changed in 1 file:
- trying to readd YAM.h to the MAIN branch..
0 lines of code changed in 1 file:
and much more updates structure
266 lines of code changed in 28 files:
code structure cleanup part 3
522 lines of code changed in 29 files:
second step of code structure cleanup
819 lines of code changed in 41 files:
added again
125 lines of code changed in 1 file:
joined md5 stuff
220 lines of code changed in 1 file:
structure cleanup
1449 lines of code changed in 41 files:
- fixed DB() macro and checked that it is compiling again
27 lines of code changed in 4 files:
fix formatting
18 lines of code changed in 1 file:
- modified & reactivated AB_LB_CmpFunc() again. Now the Addressbook should
be sortable again.
82 lines of code changed in 2 files:
fixed formatting
134 lines of code changed in 1 file:
fixed formatting
139 lines of code changed in 1 file:
fixed formatting
15 lines of code changed in 1 file:
fixed debug statements
fixed formatting
155 lines of code changed in 1 file:
fixed formatting
166 lines of code changed in 3 files:
fixed formatting
105 lines of code changed in 1 file:
fixed formatting
124 lines of code changed in 5 files:
disabled AB_LV_CmpFunc with #if 0 .. #endif
fixed formating
11 lines of code changed in 1 file:
removed obsolete #defines
0 lines of code changed in 1 file:
added missing library base definitions
replaced IORequest casts with proper argument
replaced amiga.lib with Exec functions
replaced STRPTR with char in argument structure
24 lines of code changed in 1 file:
removed superfluous include
removed TABs
14 lines of code changed in 1 file:
- Fixed bug in the AB_FindTodaysBirthDates() function. Now YAM should find
contacts who have birthday again.
84 lines of code changed in 1 file:
- forgot to add the modified YAM.h.in
1 lines of code changed in 1 file:
- Added separate ContextMenus for the Folder Listtree and the Mail Listview.
If popupmenu.library v9 or above could be found in the system a right
mouseclick on the folder listtree or mail listview should pop up a nice
ContextMenu now.
315 lines of code changed in 9 files:
enabled NewReadArgs.c
1 lines of code changed in 1 file:
changed handling of path to be the same as for node
7 lines of code changed in 1 file:
removed V44 includes requirement
27 lines of code changed in 1 file:
include adaptions and cleanup
17 lines of code changed in 2 files:
- added hierarchical folder support. Now it`s possible to sort the mail
folders via a listtree and to have folder groups.
This feature will obsolete the folder SEPARATORs. The .folders config file
format should stay compatbile.
- It is now possible to display a 16x16 image in front of every folder.
The image file have to have the name ".fimage" and have to be located in
the desired folder.
NOTE: This feature is not finsihed 100% and has some bug I couldn`t resolve
yet. -> Help wanted.
- some global optimizations on the folder listtree & mail listview.
520 lines of code changed in 10 files:
- brought back the old about window style on hard request :)
3 lines of code changed in 1 file:
Fixed bug in empty subject detection when bouncing a mail
1 lines of code changed in 1 file:
nfloattext.h shouldn?t be included
0 lines of code changed in 1 file:
- Fixed Y2K bug in DateStam2String() function. Now Daterequests to UNIXTIME
should perform accurate -> fixes the export email function.
- Removed some unneeded GetLocale calls for getting the TimeZone. Getting
the TimeZone is only needed once YAM is started. This changes should also
improve the Mail Listview a little bit because the displayhook was calling
such getlocale calls everytime.
90 lines of code changed in 2 files:
- fixed mailing list stuff again. Now Shift/Alt-Reply should behave like before.
15 lines of code changed in 1 file:
- Reverted back from NFloattext.mcc to Floattext.mcc in about window
- if you enter an alias in a address field and press return the alias or
realname will be resolved and the complete e-mail address string will
be printed in the field now
- added email resolving to the address field functions so that also while
entering a email address YAM will try to resolve it from the addressbook.
The resolve & expand ordering will be Alias->RealName->eMail
35 lines of code changed in 3 files:
Missed localization.
1 lines of code changed in 1 file:
Looks more like it used to (call me old-fashioned)...
2 lines of code changed in 1 file:
Correction.
1 lines of code changed in 1 file:
- did some cosmetic changes to the about window
- modified copyright string in about window and also in every source file
- NListview & NList.mcc will be used now in the attachment part of the
write window
- added title to the window that lists each part of a message
- fixed behaviour of Mailing List feature for every folder. Now the
correct From/To etc. should be set if To: Pattern is used
- Added Signature selection to Mailinglist feature. Now you can select
a different signature for every mailing list.
458 lines of code changed in 31 files:
Added temporary environment variable (DoNotDisturbMe) to avoid 'Move to next folder' requester.
29 lines of code changed in 1 file:
Now jumps to the first unread mail from bottom if reverse sorting is used
33 lines of code changed in 1 file:
Added backwards search to the 'change to next folder with unread mail' feature
5 lines of code changed in 1 file:
updated to make the MorphOS build work again
103 lines of code changed in 5 files:
Removed enforcer hits when trying to spawn a second instance of YAM while the first one is starting up.
4 lines of code changed in 1 file: