1 2002-11-13 [christoph] 0.8.5claws141
5 moved cache saving to folder_item_close
6 the folderview should not have to deal with
9 2002-11-13 [christoph] 0.8.5claws140
12 moved setting of important score to
13 summary_set_prefs_from_folderitem
15 2002-11-13 [colin] 0.8.5claws139
17 * src/matcher_parser_parse.y
18 Fix a segfault in the parser (happening when
19 a good expression had been tested and a bad
22 2002-11-13 [paul] 0.8.5claws138
24 * sync with 0.8.5cvs24
25 see ChangeLog 2002-11-13
28 updated by Fabio Jr. Beneditto
30 2002-11-13 [colin] 0.8.5claws137
35 Revert last commit, problem
37 2002-11-13 [colin] 0.8.5claws136
40 Remove duplicated code
42 Bumped CACHE_VERSION and MARK_VERSION
44 Network endian for cache and mark files
46 2002-11-12 [colin] 0.8.5claws135
49 Fix the "socket error" dialog which disappeared
51 2002-11-12 [colin] 0.8.5claws134
54 Reverse last commit which had performance
55 problems, but still reverse the list
57 2002-11-12 [colin] 0.8.5claws133
62 2002-11-12 [melvin] 0.8.5claws132
65 Added a check for a NULL prefs_common.dictionary
67 2002-11-12 [colin] 0.8.5claws131
69 * src/ssl_certificate.[ch]
72 2002-11-12 [colin] 0.8.5claws130
74 * src/ssl_certificate.[ch]
75 Take connection port into account for
76 checking certificates (a single hostname
77 could have multiple servers with multiple
80 Pass the port to ssl_certificate_check
82 2002-11-12 [paul] 0.8.5claws129
85 fix a typo in last commit
87 2002-11-12 [paul] 0.8.5claws128
89 * sync with 0.8.5cvs23
90 see ChangeLog entry 2002-11-12
92 2002-11-11 [colin] 0.8.5claws127
94 * src/ssl_certificate.c
96 Don't popup, instead log error, if the
97 corresponding pref is checked
98 * src/ssl_certificate.h
99 include <openssl/objects/h>
101 2002-11-11 [colin] 0.8.5claws126
103 * src/ssl_certificate.h
106 2002-11-11 [colin] 0.8.5claws125
108 * src/ssl_certificate.c
111 2002-11-11 [colin] 0.8.5claws124
115 * src/ssl_certificate.[ch]
116 Cleaned a bit (better use of SSL API)
117 (This will cause non-recognition of saved
118 certificates of claws12[23]...)
120 2002-11-11 [paul] 0.8.5claws123
123 updated by Ricardo Mones Lastra
125 2002-11-11 [colin] 0.8.5claws122
130 2002-11-11 [colin] 0.8.5claws121
132 * src/ssl_certificate.[ch] ** NEW FILES **
134 Check SSL certificates presented to us
136 Add ssl_certificate.[ch]
138 Add ssl_certificate.c
140 2002-11-11 [paul] 0.8.5claws120
142 * sync with 0.8.5cvs22
143 see ChangeLog 2002-11-11
145 2002-11-11 [paul] 0.8.5claws119
147 * sync with 0.8.5cvs21
148 see ChangeLog 2002-11-11
150 2002-11-10 [jens] 0.8.5claws118
154 corrected some typing
156 updated german translation
158 cleaned up specfile and adjusted it for claws
160 2002-11-10 [colin] 0.8.5claws117
163 a STATUSBAR_PUSH/POP fix
165 2002-11-10 [colin] 0.8.5claws116
167 * src/prefs_folder_item.c
168 Fix hanging after opening folder properties
170 2002-11-10 [hoa] 0.8.5claws115
172 * src/matcher_parser_lex.l
173 * src/matcher_parser_parse.y
174 config file for scoring and filtering is no more trashed
175 when there is a syntax error in a filtering rule when
176 editing it in a dialog.
178 2002-11-09 [colin] 0.8.5claws114
181 Added missing initialisation of folder->destroy()
183 2002-11-09 [colin] 0.8.5claws113
187 Fix the status bar messages
189 2002-11-09 [colin] 0.8.5claws112
192 Fix hangs after folder dnd, happening after
195 2002-11-09 [christoph] 0.8.5claws111
198 just changed order of calls (reverse order of
201 lock inc when checking only one account, otherwise
202 inc all could be executed at the same time
204 2002-11-09 [christoph] 0.8.5claws110
207 better unlock the mouse cursor before calling
208 summary_show because it changes the cursor too
210 2002-11-09 [christoph] 0.8.5claws109
214 add functions to open and close a folder
215 o opending will execute scanning for remote folders
217 o closing will unset new flag for messages
219 2002-11-09 [colin] 0.8.5claws108
222 Add a call to prefs_matcher_write_config to
223 avoid non-leaf folders filtering settings to be
226 2002-11-09 [paul] 0.8.5claws107
228 * src/prefs_account.c
231 2002-11-09 [colin] 0.8.5claws106
236 2002-11-09 [colin] 0.8.5claws105
239 Fix prefs_filtering deletion for MH folders (same
241 * src/prefs_filtering.c
242 Fix prefs_filtering renaming and deletion for
243 folder-based processing rules.
245 2002-11-09 [christoph] 0.8.5claws104
249 * src/folderview.[ch]
255 * src/prefs_folder_item.c
258 implement a callback system for folder item updates
260 2002-11-09 [colin] 0.8.5claws103
263 Fix prefs_filtering renaming for MH folders (we
264 shouldn't rename by path as another folder could
265 have the same hierarchy).
267 2002-11-09 [colin] 0.8.5claws102
270 Fix a leak found by Christoph, use better variable
273 2002-11-09 [colin] 0.8.5claws101
276 One more fix for processing rules
278 2002-11-08 [colin] 0.8.5claws100
281 Don't copy the compiled regexp (will be reevaluated)
283 Lock folderview while moving
285 Provide info on what's happening to the user
287 2002-11-08 [colin] 0.8.5claws99
290 Fix folder reordering after a move if parent is
293 Add function to copy a ScoringProp
294 * src/prefs_folder_item.c
295 Copy scoring rules when copying a folder prefs
297 2002-11-08 [colin] 0.8.5claws98
300 Fixes in case of failure
302 Add function to duplicate a FilteringProp
304 Add function to duplicate a MatcherProp
305 * src/prefs_folder_item.c
306 Save folder's processing rules when copying
309 2002-11-08 [colin] 0.8.5claws97
314 Change a printf to debug_print
316 2002-11-08 [colin] 0.8.5claws96
320 Fix segfaults, call me stupido
323 2002-11-08 [colin] 0.8.5claws95
326 Added forgotten prefs to save when moving folders
328 2002-11-08 [colin] 0.8.5claws94
331 Fixes to folder DND (prefs copy)
333 Optimization for folder DND (don't rescan whole tree)
334 Added folderview_create_folder_node() for this
335 optimization, so de-duped a bit the code
336 * src/prefs_folder_item.[ch]
337 Added prefs_folder_item_copy_prefs()
339 2002-11-08 [paul] 0.8.5claws93
341 * src/prefs_account.c
343 tools/kmail2sylpheed_v2.pl
346 2002-11-08 [paul] 0.8.5claws92
349 src/prefs_account.[ch]
350 remove account options 'clearsign' and 'ascii_armored',
351 replace with 'default_gnupg_mode' to prevent mixed-mode
354 2002-11-08 [paul] 0.8.5claws91
357 re-implement GnuPG 'on-the-fly' mode selection,
360 2002-11-08 [colin] 0.8.5claws90
363 src/prefs_folder_item.c
364 Change "Property" to "Properties"
366 2002-11-07 [colin] 0.8.5claws89
370 Allow folder dropping to a root folder
372 2002-11-07 [paul] 0.8.5claws88
377 2002-11-07 [paul] 0.8.5claws87
380 fix reply-to-list bug. closes bug report
381 "[633382] reply-to-list broken in recent cvs"
383 2002-11-07 [paul] 0.8.5claws86
386 add a forgotten '#if USE_GPGME ... #endif'
388 2002-11-07 [paul] 0.8.5claws85
390 * sync with 0.8.5cvs20
391 see ChangeLog 2002-11-07
393 2002-11-07 [colin] 0.8.5claws84
396 Change folder_item_move_to to return the newly
399 Select the new folderitem after moving.
401 2002-11-07 [colin] 0.8.5claws83
403 * src/prefs_filtering.c
404 Fix rule rewriting when moving a leaf folder to a
407 2002-11-07 [colin] 0.8.5claws82
409 * src/prefs_filtering.c
412 2002-11-07 [colin] 0.8.5claws81
415 Add folder_item_move_to() function to move a
416 folderitem into another one (updates matcher etc)
418 Add folder drag'n drop (context menu to come)
419 [Should be dataloss free, but Please backup before
422 2002-11-06 [colin] 0.8.5claws80
425 mh_create_folder() returns NULL if can't create
428 2002-11-06 [paul] 0.8.5claws79
431 allow 'on-the-fly' changing of the type of encryption
432 and/or signing used (mime/ascii) via the compose window
434 2002-11-06 [paul] 0.8.5claws78
436 * sync with 0.8.5cvs19
437 see ChangeLog 2002-11-06 for src/account.c:
438 account_get_special_folder()
440 2002-11-05 [alfons] 0.8.5claws77
443 very minor cleanups: nothing to see here, move on. :-)
445 2002-11-05 [colin] 0.8.5claws76
448 Changes choices if compose windows are opened to
449 Discard, Draft, Don't quit
451 2002-11-05 [thorsten] 0.8.5claws75
454 reenabled default_reply_to folder option
456 2002-11-05 [colin] 0.8.5claws74
463 add clean_quit() for the SIGTERM handler
465 2002-11-05 [paul] 0.8.5claws73
468 updated by Ricardo Mones Lastra
470 2002-11-05 [melvin] 0.8.5claws72
473 Fixed log-clipping bug #616795.
474 To stop logging in the log window use 0 length.
476 Added a label to inform about the 0 log length behaviour.
478 2002-11-05 [paul] 0.8.5claws71
480 * sync with 0.8.5cvs17
481 see ChangeLog 2002-11-05
483 2002-11-04 [paul] 0.8.5claws70
485 * sylpheed-128x128.png
488 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
489 <nikai@users.sourceforge.net>
492 updated by George Danchev
494 2002-11-03 [thorsten] 0.8.5claws69
499 add check if gpg is active
501 2002-11-03 [thorsten] 0.8.5claws68
504 removed GSList declaration causing trouble on MacOS-X
505 (submitted by alfons, reported by xfesty)
507 2002-11-01 [paul] 0.8.5claws67
510 remove last remnants of main's filter code
512 2002-11-01 [paul] 0.8.5claws66
514 * tools/filter_conv.pl
515 fix bug where user-defined headers were ignored
517 2002-11-01 [paul] 0.8.5claws65
520 make a debug_print() not translatable
522 2002-10-31 [melvin] 0.8.5claws64
525 Fixed --disable-aspell-test. Now --disable-aspell-test will
526 not run any GNU/aspell test. The dictionary path will
527 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
528 was given, in which case, it will be $prefix/lib/aspell/
530 Fixed typo in commentary (Aspell code).
532 2002-10-31 [paul] 0.8.5claws63
535 remove src/filter.c and src/prefs_filter.c
536 thanks to Ricardo for reminding me
538 2002-10-31 [colin] 0.8.5claws62
543 2002-10-31 [paul] 0.8.5claws61
545 * src/prefs_filter.[ch] ** REMOVED **
546 src/filter.[ch] ** REMOVED **
555 src/prefs_filtering.c
557 remove main's 'filter' code
560 update to reflect removal of main's filter
562 2002-10-31 [paul] 0.8.5claws60
565 remove check for global_processing in summary_filter_open().
566 This fixes the bug where if the user uses the right-click
567 'Create filter rule...' and doesn't have any filter rules
568 already defined in claws' advanced filtering, the newly
569 created filter rule goes to main's filtering which is
570 inaccessible through the gui. Now the filter rule gets added
571 to claws' filtering by default.
573 2002-10-28 [melvin] 0.8.5claws59
575 * src/prefs_actions.c
576 Fixed bug #627322 where MIME parts were not always
577 correctly passed to a %p action
578 Display an error dialog when message filename is not found.
580 2002-10-28 [melvin] 0.8.5claws58
583 Readded a missing function declaration lost in 0.8.3claws34
585 2002-10-28 [paul] 0.8.5claws57
587 * sync with 0.8.5cvs15
588 see ChangeLog 2002-10-28 and 2002-10-25
590 Note: ChangeLog entry 2002-10-24 is not sync'ed.
592 2002-10-27 [oliver] 0.8.5claws56
595 plug leak in pop3_top_recv
597 2002-10-26 [christoph] 0.8.5claws55
600 set need_update folder flag when messages are added
601 (closes bug [ 626922 ] folder not updated after receiving)
603 2002-10-25 [melvin] 0.8.5claws54
606 Fixed a memleak introduced in the scaling code.
608 2002-10-24 [alfons] 0.8.5claws53
611 make filtering's forward message action forward from the
613 (closes bug [628089 ] Filter -> Forward from address problem
616 2002-10-24 [christoph] 0.8.5claws52
620 o use manual of current locale or english if current
621 locale is not available (and english is available)
622 o also link to sylpheed doc project manuals
624 2002-10-23 [paul] 0.8.5claws51
627 tools/kmail2sylpheed_v2.pl
628 add new version of kmail addressbook importer script.
629 works with newer versions of Kmail/KAddressBook which
630 have new and rearranged data.
632 2002-10-23 [martin] 0.8.5claws50
638 added length parameter to get_abbrev_newsgroup_name()
639 changed this function so that it abbreviates the newsgroup
640 names only so long it is smaller than the length parameter
641 (for better reading of some newsgroup names and space efficiency)
643 2002-10-22 [colin] 0.8.5claws49
646 Revert Alfons' last modification (after voting ;-))
648 2002-10-21 [alfons] 0.8.5claws48
651 folder view in folder selection dialog reflects state of
652 folder view in main window
654 2002-10-18 [alfons] 0.8.5claws47
657 drop imported messages in folder selected by user,
659 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
661 2002-10-18 [alfons] 0.8.5claws46
664 make automagic reply work correctly for email accounts
665 (whether it's viable to do a full sync with Hiro's
666 compose.c is still under discussion)
668 2002-10-18 [melvin] 0.8.5claws45
670 * src/prefs_actions.c
671 Fixed bug #622275 where asynchroneous actions left
673 Made (synchroneous) actions' input be displayed live.
675 2002-10-18 [christoph] 0.8.5claws44
678 don't add a newline in the textview in front of the
679 first textpart if header display is disabled
680 (closes bug [ 603385 ] disabled header display leaves blank
683 2002-10-18 [christoph] 0.8.5claws43
690 folder->get_num_list now returns an error code
691 (closes bug [ 609424 ] News cache cleared on failure)
693 2002-10-17 [colin] 0.8.5claws42
696 Changed a printf by debug_print
700 * tools/OOo2sylpheed.pl
701 allow for spaces in the name of the
704 2002-10-16 [colin] 0.8.5claws41
707 Use a tristate to change online mode
709 2002-10-16 [paul] 0.8.5claws40
712 updated by Ricardo Mones Lastra
714 2002-10-16 [colin] 0.8.5claws39
718 Added --online and --offline command-line
721 2002-10-15 [christoph] 0.8.5claws38
724 set mimeinfo->name to NULL after g_free to
725 avoid double freeing with g_free
727 2002-10-14 [christoph] 0.8.5claws37
732 remove calls to folder->change_flags that are now
733 done by procmsg flag functions (seems it is not
734 used by any foldertype anyway)
736 init folder->change_flags with NULL
738 2002-10-14 [christoph] 0.8.5claws36
742 use virtual functions for folder item new and destroy
745 2002-10-14 [melvin] 0.8.5claws35
748 Added a test to not run the spell checker if no default
749 dictionary is available. No dialog is displayed though.
751 2002-10-14 [melvin] 0.8.5claws34
754 Fixed bug in dictionary list context menu where
755 "More..." pointed to an emtpy submenu if the
756 number of dictionaries is a multiple of 15
757 Removed unneeded code in suggestions list creation
759 2002-10-14 [paul] 0.8.5claws33
762 updated by George Danchev
764 2002-10-13 [hoa] 0.8.5claws32
767 src/matcher_parser_parser.y
768 removed the escaped string from internal structure
771 2002-10-12 [colin] 0.8.5claws31
775 Removed useless function gtksctree_reanchor
777 2002-10-12 [alfons] 0.8.5claws30
779 * sync with remaining main changes 2002-10-09 - 2002-10-11
780 - drop changes to src/compose.c (requires claws specific changes)
782 2002-10-12 [alfons] 0.8.5claws29
784 * sync with main changes of 2002-10-08
785 - drop changes to src/compose.c (requires claws specific changes)
786 - drop changes to src/summaryview.c (requires changes to compose.c)
788 2002-10-12 [alfons] 0.8.5claws28
790 * sync with main changes of 2002-10-07
792 2002-10-12 [alfons] 0.8.5claws27
794 * sync with main changes of 2002-10-04
795 - drop changes to src/compose.c (requires claws specific changes)
796 - drop changes to src/prefs_folder_item.c (claws implementation
799 2002-10-12 [colin] 0.8.5claws26
802 Fix folder-flicker when space-reading, introduced
805 2002-10-12 [colin] 0.8.5claws25
808 Save account address when saving as draft.
811 2002-10-12 [colin] 0.8.5claws24
814 Fix the problem consisting of no message selected
815 after the last message in a folder has been moved.
817 2002-10-12 [paul] 0.8.5claws23
822 add Cc and Bcc to templates. Patch submitted by
825 2002-10-12 [colin] 0.8.5claws22
828 Fix a bug after "Check for new messages":
829 If a folder was opened, it was still selected at
830 the end of the check, but displayed empty.
832 Remove unnecessary check
837 be more verbose in the description of
841 2002-10-11 [colin] 0.8.5claws21
844 Make space work (better) when no mail is selected
846 2002-10-11 [colin] 0.8.5claws20
852 2002-10-11 [colin] 0.8.5claws19
855 revert 0.8.5claws6 changes as i couldn't get to
858 2002-10-11 [melvin] 0.8.5claws18
861 Removed buggy and unused macro (should have been committed in
864 2002-10-11 [melvin] 0.8.5claws17
867 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
869 2002-10-11 [thorsten] 0.8.5claws16
872 remove rescan warning
874 2002-10-11 [colin] 0.8.5claws15
877 fix a segfault that happens if conv_unmime_header
878 fails (should be better to find out why it fails)
880 2002-10-11 [christoph] 0.8.5claws14
883 update folderview stats after ignore/unignore thread
885 2002-10-11 [hoa] 0.8.5claws13
887 * src/quote_fmt_parse.y
888 Fixed a yacc/bison syntax error
890 Escaping of string is fixed.
892 2002-10-11 [colin] 0.8.5claws12
897 2002-10-11 [paul] 0.8.5claws11
900 updated by Ricardo Mones Lastra
902 2002-10-10 [alfons] 0.8.5claws10
905 allow dropping files by "moving" files from a file manager,
906 not only by the more cumbersome "copying". the latter
907 mostly implies holding down the Control button
909 2002-10-10 [christoph] 0.8.5claws9
912 update folders after thread building for ignored threads
914 2002-10-10 [christoph] 0.8.5claws8
920 * src/folderview.[ch]
925 * src/summaryview.[ch]
926 o added new flag need_update to FolderItem
927 o removed folder_table from various functions from tracking
929 o set need_update flags in folder.c's move, copy and delete
930 functions and procmsg's flags functions
931 o added function folderview_update_items_when_required that
932 updates all folders with need_update set
933 o call folderview_update_items_when_required instead of
934 folderview_update_item_foreach
936 2002-10-09 [sergey] 0.8.5claws7
939 Strip CRs whel loading the text into editor in reedit mode.
941 2002-10-09 [colin] 0.8.5claws6
944 Make Space work when no mail is selected
946 2002-10-09 [colin] 0.8.5claws5
950 Add gtk_sctree_reanchor()
952 Use gtk_sctree_reanchor() - better fix for
955 2002-10-09 [colin] 0.8.5claws4
958 Fix shift-click select after delete problem
961 2002-10-08 [thorsten] 0.8.5claws3
964 exclude current msg from -hide read messages-
966 2002-10-08 [colin] 0.8.5claws2
971 Differentiate socket errors from disk full
974 2002-10-08 [christoph] 0.8.5claws1
978 modifications for new config directory
980 * config.guess ** REMOVED **
981 * config.sub ** REMOVED **
982 * install-sh ** REMOVED **
983 * ltmain.sh ** REMOVED **
984 * missing ** REMOVED **
985 * mkinstalldirs ** REMOVED **
986 these files are autogenerated by automake
987 when you run autogen.sh
989 * config/.cvsignore ** NEW FILE **
990 * config/Makefile.am ** NEW FILE **
991 ignore autogenerated files
992 create a Makefile in this directory
994 2002-10-08 [paul] 0.8.5claws
1001 fix quote reply format for newsgroups reply bug
1006 updated by me and Witold Wladyslaw Wojciech Wilk
1009 2002-10-07 [paul] 0.8.3claws53
1014 updated messages catalogs, submitted by
1015 Alessandro Maestri, Fabio Jr.Beneditto
1016 and Urke MMI, respectively.
1018 2002-10-07 [christoph] 0.8.3claws52
1023 fix new folder ghost message bug
1024 (closes bug [ 619722 ] wrong count for newly created folders)
1026 2002-10-07 [christoph] 0.8.3claws51
1029 fix news posting problem
1031 2002-10-07 [melvin] 0.8.3claws50
1034 Updated French translation
1036 2002-10-05 [christoph] 0.8.3claws49
1039 check if line_start_cache is set in gtk_stext_update_text
1040 (closes bug [ 618119 ] crash while doing search in folder)
1042 2002-10-05 [christoph] 0.8.3claws48
1048 implement cache cleanups for claws' folder system
1049 (closes bug [ 595916 ] imapcache not cleaned up)
1051 2002-10-05 [melvin] 0.8.3claws47
1053 * src/prefs_actions.c
1054 Made the help text more clear for the %p token
1056 2002-10-04 [paul] 0.8.3claws46
1059 see ChangeLog 2002-10-02 and 2002-10-03
1061 2002-10-04 [christoph] 0.8.3claws45
1064 fix segfault caused by pop before smtp
1065 call to inc_account_mail with NULL
1068 2002-10-04 [paul] 0.8.3claws44
1071 sync the LDAP detection from 0.8.5cvs1
1073 2002-10-02 [christoph] 0.8.3claws43
1076 fix small spelling error
1078 2002-10-02 [melvin] 0.8.3claws42
1081 Behave better and say "no" when test program cannot be run.
1083 2002-10-02 [paul] 0.8.3claws41
1085 * sync with 0.8.4cvs1
1086 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
1089 toggle the behavior of Reply menuitem between
1090 normal reply and reply-to-list
1092 2002-10-01 [sergey] 0.8.3claws40
1095 Convert newlines in the message text to the canonical form
1096 before base64 encoding (RFC2045 compliance, fixes some
1097 interoperability issues with Evolution 1.0.3)
1099 2002-09-29 [colin] 0.8.3claws39
1102 Fix an unwanted copy/paste
1104 2002-09-29 [colin] 0.8.3claws38
1107 Renamed "Custom toolbar" to "Customize toolbar"
1108 Renamed "Show all header" to "Show all headers"
1109 Renamed "Set diplay item" to "Set displayed items"
1110 * src/prefs_common.c
1111 Renamed "Show all header" to "Show all headers"
1112 * src/prefs_summary_column.c
1113 Renamed "diplay item" to "displayed items"
1115 2002-09-29 [colin] 0.8.3claws37
1117 * src/mainwindow.[ch]
1118 online/offline status pixmaps follow theme
1120 * src/summaryview.[ch]
1121 quicksearch pixmap follows theme changes
1123 2002-09-29 [thorsten] 0.8.3claws36
1126 src/prefs_folder_item.[ch]
1127 add default_reply_to folder option (closes patch 581044)
1129 2002-09-29 [christoph] 0.8.3claws35
1131 * acconfig.h ** REMOVED **
1135 * ac/gnupg-check-typedef.m4
1136 fix autoheader 2.50 warning
1138 2002-09-29 [christoph] 0.8.3claws34
1140 * major code cleanup (part 2)
1142 - unused variables removed
1143 - unused functions removed
1144 - uninitialized variables checked
1145 - missing return statements added
1146 - missing function return types added
1147 - added parentheses around assignment
1148 when suggested by gcc
1150 2002-09-29 [alfons] 0.8.3claws33
1153 log_window_clear(): only bracket gtk_text_forward_delete()
1154 with gtk_text_freeze() / gtk_text_thaw() (see if this
1155 works around GTK text bug)
1157 2002-09-29 [paul] 0.8.3claws32
1161 updated by George Danchev and Urke MMI
1164 2002-09-27 [christoph] 0.8.3claws31
1166 * doc-src/readme.txt
1167 * doc-src/rfc1806.txt ** REMOVED **
1168 * doc-src/rfc2183.txt ** NEW FILE **
1169 * doc-src/rfc2980.txt ** NEW FILE **
1172 2002-09-27 [melvin] 0.8.3claws30
1175 Fixed typo which could break linking
1177 2002-09-27 [melvin] 0.8.3claws29
1180 Improved GNU/aspell checking.
1183 2002-09-27 [paul] 0.8.3claws28
1185 * sync with 0.8.3cvs8
1186 see ChangeLog 2002-09-27
1188 2002-09-26 [colin] 0.8.3claws27
1192 Add "Reply to Mailing-list" to the toolbar
1194 2002-09-26 [christoph] 0.8.3claws26
1197 Fix wrong message counts in summaryview status
1199 2002-09-26 [paul] 0.8.3claws25
1201 * sync with 0.8.3cvs7
1202 see ChangeLog 2002-09-26
1204 2002-09-26 [paul] 0.8.3claws24
1206 * sync with 0.8.3cvs6
1207 see ChangeLog 2002-09-25
1209 2002-09-25 [christoph] 0.8.3claws23
1211 * src/prefs_common.c
1212 * src/prefs_folder_item.c
1213 * src/prefs_scoring.c
1214 Renamed "kill score" to "hide score" in GUI
1217 2002-09-25 [paul] 0.8.3claws22
1219 * sync with 0.8.3cvs5
1220 see ChangeLog 2002-09-24
1222 2002-09-24 [alfons] 0.8.3claws21
1224 patch by Satoshi Nagayasu: allows appending / saving multiple
1225 selected files (closes "[ 612279 ] save multiple mesg(s) in
1229 add Satoshi Nagayasu
1231 summary_save_as(): allow saving selected files to
1233 summary_set_menu_sensitive: enable "Save As..." when
1234 multiple files are selected
1236 append_file(): new function
1238 2002-09-24 [colin] 0.8.3claws20
1241 Fix segfault when mimeinfo doesn't have a
1244 2002-09-24 [colin] 0.8.3claws19
1246 * src/prefs_common.[ch]
1247 Add a preference to display send dialog or not
1249 Display send dialog according to preference
1251 2002-09-24 [colin] 0.8.3claws18
1254 Disable user actions when sending
1256 2002-09-24 [colin] 0.8.3claws17
1259 Do not display name or filename for attachments
1260 with an application/pgp-signature type
1261 (security flaw, see bug 537413)
1263 2002-09-23 [colin] 0.8.3claws16
1266 Initialize entry_email, entry_alias and
1267 entry_remarks to first email address of the list
1269 2002-09-23 [colin] 0.83claws15
1272 Drop pgp-signature when reediting a signed queued
1275 2002-09-23 [melvin] 0.8.3claws14
1278 Updated French translation
1280 2002-09-23 [melvin] 0.8.3claws13
1283 Made custom toolbar menu labels more consistent
1284 * src/prefs_toolbar.c
1285 Made custom toolbar window title more consistent
1287 2002-09-22 [colin] 0.8.3claws12
1290 Initialize session type to normal before getting
1291 mail (fixes strange Get behaviour)
1292 * src/prefs_account.h
1293 Move STYPE_POP_BEFORE_SMTP to last position to
1294 avoid other side-effects
1296 2002-09-22 [colin] 0.8.3claws11
1298 * src/prefs_account.c
1299 Fix pop_bfr_smtp_tm_entry sensivity when switching
1300 from pop3 to apop or vice-versa
1302 2002-09-22 [colin] 0.8.3claws10
1304 * src/prefs_account.[ch]
1305 Add an option for the POP before SMTP timeout
1307 Remember time of last POP connection
1309 Do POP before SMTP only if timeout reached
1311 2002-09-22 [oliver] 0.8.3claws9
1314 explain custom toolbar
1316 2002-09-22 [oliver] 0.8.3claws8
1318 * src/prefs_actions.[ch]
1319 custom toolbar for compose
1320 actions callback from compose toolbar
1322 remove include toolbar.h
1324 2002-09-22 [oliver] 0.8.3claws7
1326 * src/prefs_toolbar.[ch]
1327 custom toolbar for compose
1328 - generic prefs_toolbar handles both
1329 Mainwin's toolbar as well as Compose toolbar
1331 2002-09-22 [oliver] 0.8.3claws6
1334 custom toolbar for compose
1335 restructure toolbar.[ch]
1337 2002-09-22 [oliver] 0.8.3claws5
1340 custom toolbar for compose
1342 2002-09-22 [oliver] 0.8.3claws4
1344 * src/mainwindow.[ch]
1345 custom toolbar for compose
1346 move mainwin toolbar back to mainwindow
1348 2002-09-22 [alfons] 0.8.3claws3
1355 2002-09-22 [alfons] 0.8.3claws2
1358 procmsg_save_to_outbox(): don't unlink message file from queue;
1359 callers should do it using folder_item_remove_msg()
1361 2002-09-22 [colin] 0.8.3claws1
1364 Made mimeview_check_signature() public
1366 Made GPG signatures verifiable by clicking
1367 the [application/pgp-signature] in the Text
1370 2002-09-22 [paul] 0.8.3claws
1379 updated translations, submitted by George Danchev,
1380 me, Ricardo Mones Lastra, Alessandro Maestri,
1381 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
1382 and Urke MMI, respectively.
1384 2002-09-22 [alfons] 0.8.2claws65
1388 no furry valgrinds have been used to plug these memleaks
1390 2002-09-20 [paul] 0.8.2claws64
1392 * sync with 0.8.3cvs4
1393 'Select thread' re-implemented
1394 see ChangeLog 2002-09-20
1396 2002-09-21 [alfons] 0.8.2claws63
1399 compose_send(): plug unnoticed memleak
1401 2002-09-20 [alfons] 0.8.2claws62
1404 replace_address_in_edit(): strict check for NULL address to
1405 fix "[ 607348 ] Segfault in address completion". My guess is
1406 that this happens with an empty address book, but it's good
1407 to have this check here anyway
1409 completion_window_button_press(): free string returned
1410 from the internal cache
1412 2002-09-20 [christoph] 0.8.2claws61
1415 added ENC_BINARY to EncodingType
1417 the string returned by procmime_get_encoding_str
1418 should not depend on the order of values in the
1419 EncodingType definition
1420 * doc-src/rfc1806.txt ** NEW FILE **
1421 Added rfc1806 about MIME Content-Disposition
1424 2002-09-19 [paul] 0.8.2claws60
1426 * sync with 0.8.2cvs3
1427 see ChangeLog 2002-09-19
1429 2002-09-19 [paul] 0.8.2claws59
1431 * src/prefs_folder_item.c
1432 revert to Darko's original alignment of colour
1434 add a colon to folder_color label
1437 add Colin's patch (with Hiro's modifications) to
1438 force BASE64 encoding for 8-bit text when signing
1439 (sync with 0.8.3cvs2)
1441 2002-09-18 [alfons] 0.8.2claws58
1446 (beautify a little bit)
1448 2002-09-18 [christoph] 0.8.2claws57
1451 fix handling of fgetc return value
1453 2002-09-17 [alfons] 0.8.2claws56
1456 summary_sort(): check non-NULL summaryview->folder_item when no
1457 folder is selected at all
1458 (closes "[ 610344 ] sort label make syl Crash")
1460 2002-09-17 [alfons] 0.8.2claws55
1463 beautify a little bit
1465 2002-09-17 [christoph] 0.8.2claws54
1468 initialize max values for cache and folder
1469 when cache or folder is empty
1471 2002-09-15 [colin] 0.8.2claws53
1474 Fix a leak (thanks Alfons!) and cleaned
1475 variables names for custom headers
1477 2002-09-15 [colin] 0.8.2claws52
1480 Fix custom headers recognition when
1481 prefs_common.trans_hdr is on
1483 2002-09-15 [colin] 0.8.2claws51
1486 Allow dynamically-added custom headers
1487 Yet not reparsed if reedited
1489 2002-09-15 [alfons] 0.8.2claws50
1491 * src/prefs_account.c
1494 2002-09-15 [colin] 0.8.2claws49
1496 * src/prefs_account.c
1497 fix pop_before_smtp sensitivity
1499 2002-09-15 [colin] 0.8.2claws48
1502 add inc_pop_before_smtp()
1503 allow MainWindow to be undefined in
1504 inc_account_mail() and inc_start()
1507 add STYPE_POP_BEFORE_SMTP session type
1508 * src/prefs_account.c
1509 activated pop before smtp option
1511 do pop before smtp if the relevant option
1514 2002-09-15 [paul] 0.8.2claws47
1517 see ChangeLog 2002-09-15
1519 2002-09-14 [paul] 0.8.2claws46
1522 updated Bulgarian translation, submitted by
1525 2002-09-13 [paul] 0.8.2claws45
1528 merge claws' select_account() with main's
1529 (new) compose_select_account(). [sync with
1530 0.8.2cvs15, see ChangeLog 2002-09-11]
1532 2002-09-12 [christoph] 0.8.2claws44
1535 allocate 1 elements of FolderItem not 0
1537 2002-09-12 [colin] 0.8.2claws43
1540 Fix bug #590825 (obey Follow-up: poster)
1542 2002-09-12 [colin] 0.8.2claws42
1545 Fix bug #557009 (wrong headers for messages
1546 forwarded as attachments)
1548 2002-09-11 [colin] 0.8.2claws41
1551 Put SCF: pseudo-header on top of message
1552 Set draft tmp_flag when saved as draft
1556 Skip after first \n\n for beginning of real message
1559 2002-09-11 [christoph] 0.8.2claws40
1562 use procmsg flag functions in filtering or processing
1563 will cause incorrect folder message counts
1565 2002-09-11 [colin] 0.8.2claws39
1568 Fix bug #550175 - wrong save folder when reediting
1571 2002-09-11 [paul] 0.8.2claws38
1573 * sync with 0.8.2cvs14
1574 see ChangeLog 2002-09-11
1576 2002-09-11 [colin] 0.8.2claws37
1579 Fix a typo (seeming to cause new/unread status to
1582 2002-09-10 [christoph] 0.8.2claws36
1585 compose_redirect should not use compose_generic_new
1586 because that does more stuff than expected including
1587 opening the external editor
1588 (closes bug "[ 526608 ] bounced messages appear blank
1591 2002-09-10 [christoph] 0.8.2claws35
1594 fix problem with too large message number range
1595 causing a crash in folder_item_scan
1597 2002-09-10 [paul] 0.8.2claws34
1599 * sync with 0.8.2cvs13
1600 see ChangeLog 2002-09-10
1602 2002-09-10 [christoph] 0.8.2claws33
1605 set MsgInfo TmpFlags for queue and draft folders
1606 (closes bug "[ 591676 ] Queue ignore MIME on restart")
1608 2002-09-10 [paul] 0.8.2claws32
1611 po/bg.po ** NEW FILE **
1612 new Bulgarian translation submitted by
1613 George Danchev <danchev@spnet.net>
1617 tools/tb2sylpheed ** NEW FILE **
1618 add script that converts an addressbook exported
1619 from The Bat! into a Sylpheed addressbook. Submitted
1620 by Urke MMI <urke-kg@eunet.yu>
1622 2002-09-10 [paul] 0.8.2claws31
1624 * sync with 0.8.2cvs12
1625 see ChangeLog 2002-09-10
1627 2002-09-06 [paul] 0.8.2claws30
1629 * src/prefs_common.c
1630 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
1634 tools/ldif-to-xml.py ** REMOVED **
1635 remove obsolete python script
1637 2002-09-06 [paul] 0.8.2claws29
1639 * sync with 0.8.2cvs10
1640 see ChangeLog 2002-09-06
1642 2002-09-04 [paul] 0.8.2claws28
1644 * sync with 0.8.2cvs9
1645 see ChangeLog 2002-08-04
1647 2002-09-04 [colin] 0.8.2claws27
1649 * src/prefs_common.[ch]
1650 Added signature color configuration
1652 Use user-specified signature color
1654 2002-09-03 [colin] 0.8.2claws26
1656 * src/prefs_common.[ch]
1657 Added autosave and autosave_length prefs
1659 Added compose_remove_draft()
1660 Auto-save drafts according to the prefs
1662 Added a crash-indicator file, allowing to check
1663 for new messages on startup if Sylpheed crashed
1664 (makes saved drafts "reappear")
1666 2002-09-03 [colin] 0.8.2claws25
1671 2002-09-03 [paul] 0.8.2claws24
1673 * sync with 0.8.2cvs8
1674 see ChangeLog 2002-09-02 and 2002-09-03
1676 2002-09-03 [darko] 0.8.2claws23
1679 use normal style when creating new folder to pick
1682 2002-09-02 [melvin] 0.8.2claws22
1685 removed some obsolete code
1687 2002-09-02 [melvin] 0.8.2claws21
1690 fixed test's equality sign (== to =)
1692 2002-09-02 [alfons] 0.8.2claws20
1696 revert change of 0.8.2claws16 and use the mh_folder_destroy
1697 as folder->destroy virtual as suggested by Hiro
1698 (the mh.c code seems to have been lost around mh.c.1.21)
1700 2002-09-02 [paul] 0.8.2claws19
1703 updated by Fabio Jr. Beneditto
1706 use 'http://claws.sylpheed.org' for homepage link.
1707 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
1709 2002-09-01 [alfons] 0.8.2claws18
1712 plug memleak related to one Martin Kluge found
1714 2002-08-31 [paul] 0.8.2claws17
1716 * sync with 0.8.2cvs6
1717 see ChangeLog 2002-08-30
1719 2002-08-31 [alfons] 0.8.2claws16
1722 folder_destroy(): remove mailbox from folderlist even if it has
1725 2002-08-31 [alfons] 0.8.2claws15
1730 (being pedantic I know)
1732 2002-08-31 [alfons] 0.8.2claws14
1735 check for NULL pointers returned from folder->fetch_msginfo virtual
1736 (should solve some reported crashes)
1738 2002-08-30 [alfons] 0.8.2claws13
1743 enable crash dialog on compilation time
1744 (--enable-crash-dialog configure option)
1746 2002-08-30 [alfons] 0.8.2claws12
1751 apply memory leak plug patch by Martin Kluge
1752 (closes patch "[ 602568 ] patch for 602441 little memory leak",
1753 bug "[ 599677 ] Very small memory leak in 0.81claws115",
1754 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
1756 2002-08-30 [darko] 0.8.2claws11
1759 copy Gtk style from normal style to match
1760 font size for coloured folders
1762 2002-08-29 [alfons] 0.8.2claws10
1765 Type=Internet <- Type=Application
1766 (reported by Michael Schwendt, see:
1767 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
1768 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
1770 2002-08-29 [paul] 0.8.2claws9
1772 * sync with 0.8.2cvs5
1773 see ChangeLog 2002-08-29
1775 2002-08-29 [colin] 0.8.2claws8
1778 Added a sanity check in summary_select_thread
1779 Should fix bug 601605
1781 2002-08-29 [colin] 0.8.2claws7
1784 Revert claws6 changes regarding bug #591676
1786 2002-08-28 [colin] 0.8.2claws6
1789 Ignore cache for queue folderitems
1792 2002-08-28 [melvin] 0.8.2claws5
1797 2002-08-28 [melvin] 0.8.2claws4
1800 Updated a bit the text concerning the spell checker
1802 2002-08-28 [melvin] 0.8.2claws3
1804 Merged the GNU_aspell_branch:
1805 Support of new GNU/aspell is now included and the old pspell
1806 is not supported anymore.
1810 Updated spell checker text to reflect the switch to GNU/aspell
1812 * ac/aspell.m4 *** NEW ***
1813 * src/gtkaspell.[ch] *** NEW ***
1814 * ac/pspell.m4 *** DELETED ***
1815 * src/gtkspell.[ch] *** DELETED ***
1818 Updated for GNU/aspell support
1821 Replaced gtkspell.c by gtkaspell.c
1829 * src/prefs_common.[ch]
1830 Updated for GNU/aspell support
1832 2002-08-28 [paul] 0.8.2claws2
1834 * sync with 0.8.2cvs4
1835 see ChangeLog 2002-08-27 and 2002-08-28
1837 2002-08-28 [colin] 0.8.2claws1
1839 * src/summary_search.c
1842 2002-08-28 [jens] 0.8.2claws
1845 Updated German translations
1847 2002-08-27 [melvin] 0.8.2claws
1850 Updated French translations
1852 2002-08-27 [paul] 0.8.2claws
1854 * sync with 0.8.2 main release
1862 updated message catalogs submitted by
1863 Ricardo Mones Lastra, Alessandro Maestri,
1864 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
1865 Beneditto and Urke MMI
1867 2002-08-27 [hoa] 0.8.1claws123
1869 * src/mainwindow.[ch]
1870 * src/summaryview.[ch]
1871 removed the "filter setting" menu option.
1872 add a "cancel a news message" menu option.
1874 2002-08-26 [martin] 0.8.1claws122
1877 changed string under 0.8.1claws79 changed by myself
1880 2002-08-26 [martin] 0.8.1claws121
1883 added kill command to debuggerrc to start crash dialog
1885 2002-08-26 [paul] 0.8.1claws120
1887 * sync with 0.8.1cvs31
1888 see ChangeLog 2002-08-26
1890 2002-08-25 [alfons] 0.8.1claws119
1893 fix bug that didn't send out correct headers to news server
1894 when sending news article and email from queue (bug reported
1895 and patch provided by Tim Mann; closes bug
1896 "[ 583196 ] 0.7.8claws can't post news")
1898 2002-08-25 [alfons] 0.8.1claws118
1900 * src/selective_download.c
1901 mark two strings as translatable
1902 (thanks to Urke MMI for pointing this out)
1904 2002-08-25 [alfons] 0.8.1claws117
1907 treat sent boxes as special and allow sorting them by addressee
1908 (closes "[ 589418 ] Sent folder sorting misbehavior"
1909 submitted by Steve Lamb)
1911 2002-08-24 [alfons] 0.8.1claws116
1914 fix memleak reported by Martin Kluge
1915 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
1917 2002-08-24 [oliver] 0.8.1claws115
1919 * src/prefs_toolbar.c
1920 o code cleanup as suggested by Alfons
1923 2002-08-24 [alfons] 0.8.1claws114
1926 o fix another memory leak reported by Martin Kluge
1927 (see "[ 599568 ] Small Memory Leak")
1928 o remove 'from' variable from 'summary_set_header()'; we can
1931 2002-08-24 [paul] 0.8.1claws113
1933 * sync with 0.8.1cvs30
1934 see ChangeLog 2002-08-23
1936 2002-08-24 [alfons] 0.8.1claws112
1939 remove unnecessary allocations for search bar fixing leaks
1940 reported by Martin Kluge
1941 (see "[ 599451 ] Further memory leaks?")
1943 2002-08-24 [alfons] 0.8.1claws111
1946 make get_socket_name() public for crash.c
1948 o make report bug button work (goes to claws'
1949 bug tracker at sf.net)
1950 o introduce function for doing important stuff just
1951 before claws goes down
1954 2002-08-24 [alfons] 0.8.1claws110
1957 move cursor to "To" entry when forwarding as attachment
1958 (reported and solved by Steve Lamb, closes bug report
1959 "[ 592880 ] Forward as attachment; cursor not in to")
1961 2002-08-24 [colin] 0.8.1claws109
1964 fix quick search visibility after GUI (de)separations.
1966 2002-08-23 [colin] 0.8.1claws108
1969 fix header pane visibility after folderview or
1970 messageview (de)separation
1972 2002-08-23 [paul] 0.8.1claws107
1974 * src/mainwindow.[ch]
1976 give full control of display or non-display
1977 of the Execute icon to Custom toolbar settings.
1978 add new sensitivity condition to maninwindow.h:
1984 more sync with 0.8.1cvs29
1986 2002-08-23 [melvin] 0.8.1claws106
1989 Readded support for custom widget in alertpanel lost in last
1992 2002-08-23 [paul] 0.8.1claws105
1994 * sync with 0.8.1cvs29
1995 see ChangeLog 2002-08-23
1997 2002-08-23 [colin] 0.8.1claws104
2000 Fix folder and search pixmaps exchanging positions
2001 after theme or toolbar changes. Thank to Oliver for
2004 2002-08-23 [colin] 0.8.1claws103
2007 src/messageview.[ch]
2010 Changed messageview_create() and noticeview_create()
2011 to avoid the last gdk_warning
2013 2002-08-22 [colin] 0.8.1claws102
2016 Fix my new `Creating pixmap from xpm' warning
2018 2002-08-22 [colin] 0.8.1claws101
2021 Fix some of the gdk warnings
2023 2002-08-22 [colin] 0.8.1claws100
2026 * src/stock_pixmap.c
2027 * src/stock_pixmap.h
2028 * src/pixmaps/quicksearch.xpm *ADDED*
2029 Add the quicksearch pixmap
2033 Make quicksearch bar visible/hidden via a button
2035 2002-08-22 [christoph] 0.8.1claws99
2038 fix folder update for newsgroups with message
2039 numbers below minimum number of articles to fetch
2040 (closes bug #598445)
2042 2002-08-22 [paul] 0.8.1claws98
2044 * sync with 0.8.1cvs28
2045 see ChangeLog 2002-08-22
2047 2002-08-21 [alfons] 0.8.1claws97
2050 use bt instead of bt full which seems to work
2051 better, and bt full doesn't give a great deal
2052 of information anyway
2054 2002-08-21 [colin] 0.8.1claws96
2057 fix summaryview_searchtype_changed prototype
2059 2002-08-21 [christoph] 0.8.1claws95
2062 o fix broken menu update for sorting type, we have to
2063 get this info from the summaryview now
2064 o removed setting of threaded state in menu callback
2065 * src/summaryview.[ch]
2066 more summaryview/folderitem seperation for
2069 removed not required --with-compiler-flags option
2071 2002-08-21 [oliver] 0.8.1claws94
2074 o rename toolbar.xml to toolbar_main.xml
2075 since toolbar_compose.xml might come up
2080 2002-08-21 [darko] 0.8.1claws93
2083 don't reset tmp flags for messages copied
2086 2002-08-21 [colin] 0.8.1claws92
2088 * src/prefs_filtering.c
2089 fix renaming rules on folder rename
2090 when folder is not a leaf folder
2092 2002-08-21 [paul] 0.8.1claws91
2094 * src/prefs_folder_item.c
2095 fix alignment of colour selector
2097 2002-08-21 [paul] 0.8.1claws90
2099 * sync with 0.8.1cvs27
2100 see ChangeLog 2002-08-21
2102 2002-08-21 [paul] 0.8.1claws89
2105 fix crash when changing field type in
2108 2002-08-21 [colin] 0.8.1claws88
2111 Made quick search case-insensitive
2113 2002-08-21 [paul] 0.8.1claws87
2115 * sync with 0.8.1cvs26
2116 see ChangeLog 2002-08-21
2118 2002-08-20 [christoph] 0.8.1claws86
2122 * src/summaryview.[ch]
2123 more summaryview/folderitem seperation for
2124 sort_key and sort_type
2126 added missing return statement
2128 2002-08-20 [colin] 0.8.1claws85
2130 * src/summaryview.[ch]
2131 Added a quick search box
2133 * src/prefs_common.[ch]
2134 Added a show/hide option for the quick search
2136 2002-08-20 [oliver] 0.8.1claws84
2139 remove toolbar_create_popups
2141 o remove toolbar_create_popups
2142 o fix toolbar_set_sensitive
2143 (Bug reports #596834 and #596832)
2144 * src/prefs_toolbar.c
2145 o add "Set default" button
2146 o align label and text + combo widgets
2148 2002-08-20 [hoa] 0.8.1claws83bis
2151 fixed a bug in imap_fetch_msginfo() in case there is no
2154 2002-08-20 [darko] 0.8.1claws83
2157 copy the color style of folder view so it
2158 works with GTK themes
2160 2002-08-20 [darko] 0.8.1claws82
2164 * src/prefs_folder_item.[hc]
2165 don't use UI stuff in folder.h
2167 2002-08-20 [darko] 0.8.1claws81
2170 * src/prefs_folder_item.h
2172 * src/prefs_folder_item.c
2173 ability to set folder color in folderview
2175 2002-08-19 [alfons] 0.8.1claws80
2178 fix one of the earlier memleaks reported by Martin Kluge
2180 2002-08-19 [alfons] 0.8.1claws79
2183 hide notice view when selecting seperate folder
2184 view (reported by Urke MMI)
2186 2002-08-19 [christoph] 0.8.1claws78
2189 * src/prefs_folder_item.h
2190 * src/summaryview.[ch]
2191 o add summary_set_prefs_from_folderitem to set
2192 summaryview prefs (first step to remove all
2193 references to the folderitem in summaryview)
2194 o moved compiled regex stuff from folderitem prefs
2197 2002-08-19 [paul] 0.8.1claws77
2200 add check for '.' to QUOTE_IF_REQUIRED
2202 2002-08-19 [paul] 0.8.1claws76
2205 sync with 0.8.1cvs25 (plug memory leak)
2207 * src/prefs_toolbar.c
2208 re-order prefs_toolbar_cancel()
2210 2002-08-18 [alfons] 0.8.1claws75
2214 plug other memleaks reported by Martin Kluge
2216 2002-08-18 [paul] 0.8.1claws74
2219 updated by Fabio Jr. Beneditto
2221 2002-08-18 [paul] 0.8.1claws73
2224 fix bug where tooltips were displayed untranslated
2226 * src/prefs_toolbar.c
2227 fix bug where clicking 'Cancel' creates an icon & text
2228 toolbar regardless of prefs
2231 2002-08-17 [oliver] 0.8.1claws72
2233 * src/prefs_toolbar.c
2234 update toolbar on CANCEL
2235 bug reported by Martin Kluge
2237 toolbar_destroy memleak fixed
2239 2002-08-17 [alfons] 0.8.1claws71
2242 plug another memleak reported by Martin Kluge
2244 2002-08-16 [alfons] 0.8.1claws70
2247 use execvp() correctly (suggested by wwp; thanks!)
2249 2002-08-16 [alfons] 0.8.1claws69
2252 plug memory leak reported by Kim Schultz & Martin Kluge
2254 2002-08-16 [paul] 0.8.1claws68
2257 updated by Ricardo Mones Lastra
2259 2002-08-16 [paul] 0.8.1claws67
2262 fix bug where 'Compose News' icon showed wrong
2265 2002-08-16 [paul] 0.8.1claws66
2267 * sync with 0.8.1cvs24
2268 see ChangeLog 2002-08-16
2271 updated by Alessandro Maestri
2273 2002-08-15 [paul] 0.8.1claws65
2278 2002-08-15 [paul] 0.8.1claws64
2281 don't translate debug info
2286 2002-08-15 [paul] 0.8.1claws63
2288 * src/prefs_toolbar.c
2289 fix bug where clicking 'OK' creates an icon & text
2290 toolbar regardless of prefs
2292 2002-08-14 [alfons] 0.8.1claws62
2295 add global var that has the full argv[0]
2297 o execvp the correct sylpheed by using argv0
2298 and setting the correct work dir
2301 2002-08-14 [oliver] 0.8.1claws61
2303 * enable/disable Toolbar Action Buttons
2307 * src/prefs_toolbar.c
2309 2002-08-14 [melvin] 0.8.1claws60
2312 Updated French translations
2314 2002-08-14 [melvin] 0.8.1claws59
2317 Made bug report not translatable
2319 Fixed exporthtml_build_filespec() return value
2321 Fixed incorrect include file
2323 * src/prefs_actions.c
2324 * src/prefs_toolbar.c
2325 Made debug info not translatable
2328 Added missing includes
2329 * src/prefs_common.c
2332 2002-08-14 [paul] 0.8.1claws58
2334 * faq/es/sylpheed-faq.html
2335 faq/es/sylpheed-faq-[1-3].html
2336 faq/es/sylpheed-faq-4.html **NEW FILE **
2339 2002-08-13 [christoph] 0.8.1claws57
2342 ignore thread fix that did not mark all
2343 child nodes of a ignored thread as
2344 ignored. Does not work perfectly yet,
2345 but it is better now
2347 2002-08-13 [alfons] 0.8.1claws56
2350 o implement 'save crash log'
2353 2002-08-13 [melvin] 0.8.1claws55
2356 removed unrequired "execinfo.h" header
2358 2002-08-12 [paul] 0.8.1claws54
2360 * faq/en/sylpheed-faq.html
2361 faq/en/sylpheed-faq-[1-3].html
2362 faq/en/sylpheed-faq-4.html **NEW FILE **
2365 2002-08-12 [alfons] 0.8.1claws53
2368 add crash.c to translatables
2370 bring in Leandro's crash dialog
2372 2002-08-11 [alfons] 0.8.1claws52
2375 clean up some warnings
2377 2002-08-11 [alfons] 0.8.1claws51
2381 * src/crash.[ch] ** NEW FILES **
2383 initial gdb crash handler
2385 2002-08-11 [paul] 0.8.1claws50
2387 * src/prefs_toolbar.c
2388 replace Up/Down arrow pixmaps with text to be
2389 consistent across icon themes
2391 2002-08-11 [paul] 0.8.1claws49
2393 * src/prefs_common.c
2395 rename 'Pixmap' -> 'Icon'
2398 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
2400 2002-08-10 [paul] 0.8.1claws48
2402 * src/prefs_toolbar.c
2405 2002-08-10 [paul] 0.8.1claws47
2408 don't write Processing progress to status bar
2409 patch submitted by Alexander Evseev
2411 * src/prefs_toolbar.c
2412 re-position and resize window
2413 make window assume correct size on first call
2415 2002-08-10 [paul] 0.8.1claws46
2422 follow UI text conventions
2424 2002-08-10 [alfons] 0.8.1claws45
2427 correct pixmap for delete action
2429 2002-08-10 [paul] 0.8.1claws44
2432 updated by Fabio Jr. Beneditto
2434 2002-08-10 [paul] 0.8.1claws43
2437 add custom toolbar files
2439 2002-08-10 [paul] 0.8.1claws42
2441 * sync with 0.8.1cvs22
2442 see ChangeLog 2002-08-09
2444 2002-08-09 [paul] 0.8.1claws41
2448 tools/outlook2sylpheed.pl ** NEW FILE **
2449 add script to convert exported Outlook
2450 contacts list to a Sylpheed addressbook.
2451 Submitted by Ricardo Mones Lastra.
2453 2002-08-09 [paul] 0.8.1claws40
2457 po/sr.po ** NEW FILE **
2458 add Serbian message catalog. Submitted by
2459 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
2461 2002-08-09 [paul] 0.8.1claws39
2463 * sync with 0.8.1cvs21
2464 see ChangeLog 2002-08-08
2466 2002-08-08 [oliver] 0.8.1claws38
2469 move Custom Toolbar to Configuration menu
2471 2002-08-08 [oliver] 0.8.1claws37
2473 * src/prefs_toolbar.c
2474 fix substitute pixmap bug
2476 2002-08-08 [paul] 0.8.1claws36
2478 * sync with 0.8.1cvs19
2479 see ChangeLog 2002-08-08
2481 2002-08-07 [christoph] 0.8.1claws35
2484 fixed a memory leak in new canonicalize_file_replace
2486 2002-08-07 [christoph] 0.8.1claws34
2489 o canonicalize_file_replace should create the temporary
2490 file in the same directory as the original file.
2491 o added get_tmpfile_in_dir that creates a temorary file
2492 in a specified directory.
2494 2002-08-07 [melvin] 0.8.1claws33
2497 fixed bug where 'Article' button acted as 'Email' button.
2499 2002-08-07 [paul] 0.8.1claws32
2501 * sync with 0.8.1.cvs17
2502 see ChangeLog 2002-08-07
2504 2002-08-07 [colin] 0.8.1claws31
2507 fix mass-cancel problem
2509 2002-08-07 [thorsten] 0.8.1claws30
2511 * src/prefs_toolbar.c
2512 fix: crash on replace or add new button
2514 fix: close xmlfile after reading
2516 fix: unlink() file before rename()
2518 2002-08-06 [paul] 0.8.1claws29
2520 * sync with 0.8.cvs15
2521 see ChangeLog 2002-08-06
2523 2002-08-06 [oliver] 0.8.1claws28
2526 * src/prefs_toolbar.c
2527 fixed empty toolbar issue
2529 2002-08-06 [oliver] 0.8.1claws27
2531 * Custom Toolbar Final
2535 o toolbar stuff now lives in src/toolbar.[ch]
2536 o main_window_toolbar_* functions are renamed to
2537 toolbar_* reflecting their new source file
2538 * src/mainwindow.[ch]
2539 o remove toolbar stuff
2541 2002-08-06 [oliver] 0.8.1claws26
2544 * src/prefs_toolbar.[ch] **New File**
2545 * src/toolbar.[ch] **New File**
2546 o prefs_toolbar.[ch] custom toolbar frontend
2547 o toolbar.[ch] backend
2549 2002-08-06 [oliver] 0.8.1claws25
2551 * src/prefs_actions.[ch]
2552 o new exported function actions_execute
2554 2002-08-06 [paul] 0.8.1claws24
2556 * sync with 0.8.1cvs4
2557 see ChangeLog 2002-08-06
2559 2002-08-06 [paul] 0.8.1claws23
2561 * sync with 0.8.1cvs13
2562 see ChangeLog 2002-08-06
2564 2002-08-06 [paul] 0.8.1claws22
2566 * sync with 0.8.1cvs12
2567 see ChangeLog 2002-08-05 and 2002-08-06
2569 2002-08-06 [match] 0.8.1claws21
2572 improvements to cut/copy/paste address
2574 2002-08-05 [match] 0.8.1claws20
2581 fixes to improve cut/copy/paste
2583 2002-08-06 [melvin] 0.8.1claws19
2586 account_find_all_from_address(): new function that returns the
2587 list of all accounts that are matched in an address.
2588 * src/alertpanel.[ch]
2589 alertpanel() now accepts a custom widget
2590 alertpanel_with_widget(): new function that pops up a panel with
2591 a custom widget in it
2593 gtkut_account_menu_new(): new function that allows the selection
2594 of an account from a list of accounts.
2596 Extended Return Receipt notification to select the correct
2597 account and to make a security test on the Delivery-Notification
2598 address which should be the same as the Return-Path.
2600 2002-08-06 [thorsten] 0.8.1claws18
2603 attach_all: save unnamed as "noname.%d",
2604 dont free static dirname
2606 2002-08-05 [alfons] 0.8.1claws17
2609 detect XIM by trying to link rather than compile a XIM program
2611 2002-08-05 [oliver] 0.8.1claws16
2613 * src/stock_pixmap.[ch]
2614 o add UP_ARROW to available pixmaps (already in pixmap-directory)
2615 o new func to retrieve pixmaps
2617 2002-08-05 [paul] 0.8.1claws15
2619 * sync with 0.8.1cvs10
2620 see ChangeLog 2002-08-05
2622 2002-08-04 [alfons] 0.8.1claws14
2625 see if this plugs memleak
2627 2002-08-04 [melvin] 0.8.1claws13
2630 fixed bug that could crash Sylpheed when highlighting
2631 all misspelled words.
2633 2002-08-03 [melvin] 0.8.1claws12
2635 * src/prefs_actions.c
2636 removed unnecessary checks for NULL introduced in 0.8.1claws11.
2638 fixed bug where the Return Receipt was sent to
2639 Delivery-Notification-To address even if it was not present
2641 2002-08-02 [alfons] 0.8.1claws11
2643 * src/prefs_actions.c
2644 o more check for NULLs
2645 o put create_io_dialog() in right conditional block
2647 2002-08-02 [paul] 0.8.1claws10
2650 updated by Ricardo Mones Lastra
2652 2002-08-01 [christoph] 0.8.1claws9
2655 don't free the cache of the opened
2656 folder in the summaryview
2658 don't unset flags, if it is not required
2660 2002-08-01 [paul] 0.8.1claws8
2662 * sync with 0.8.1cvs8
2663 see ChangeLog entry 2002-08-01
2665 2002-08-01 [paul] 0.8.1claws7
2667 * sync with 0.8.1cvs7
2668 see ChangeLog 2002-07-31 and 2002-08-01
2670 2002-07-31 [christoph] 0.8.1claws6
2673 forgot to update menu sensitivity
2674 function for new menu entry
2676 2002-07-31 [alfons] 0.8.1claws5
2679 check folder item and its path for NULL on
2682 2002-07-31 [christoph] 0.8.1claws4
2685 check if folder_item_get_msginfo in
2686 folder_item_remove_msg returned NULL
2688 better clear the uid cache in the
2689 uid validity check function and delete
2692 2002-07-31 [paul] 0.8.1claws3
2695 add the '--attach' option and a few other
2698 2002-07-31 [paul] 0.8.1claws2
2700 * sync with 0.8.1cvs5
2701 see ChangeLog 2002-07-31
2703 2002-07-31 [christoph] 0.8.1claws1
2705 * src/folderview.[ch]
2707 replace "Rescan all folders..." with
2708 "Check all folders for new messages..."
2710 2002-07-30 [paul] 0.8.1claws
2712 * version 0.8.1claws released
2714 2002-07-30 [paul] 0.8.0claws29
2716 * tools/OOo2sylpheed.pl ** NEW FILE **
2718 add script to enable sending documents as
2719 attachments from OpenOffice.org
2721 2002-07-30 [melvin] 0.8.0claws28
2723 * src/prefs_actions.c
2724 Made the actions' input/output dialog display
2727 2002-07-30 [christoph] 0.8.0claws27
2730 check if folder_item_get_msginfo in
2731 procmsg_save_to_outbox returned NULL
2733 2002-07-30 [paul] 0.8.0claws26
2735 * sync with 0.8.1cvs4
2736 see ChangeLog 2002-07-29
2738 2002-07-29 [thorsten] 0.8.0claws25
2741 added selective download, delete on server
2743 2002-07-29 [paul] 0.8.0claws24
2745 * sync with 0.8.1cvs3
2746 see ChangeLog 2002-07-29
2748 2002-07-27 [christoph] 0.8.0claws23
2751 add extra check if fetching the msginfo
2754 2002-07-27 [paul] 0.8.0claws22
2756 * sync with 0.8.1cvs2
2757 see ChangeLog 2002-07-26
2759 2002-07-27 [christoph] 0.8.0claws21
2762 add another check if a valid msginfo
2765 2002-07-26 [hoa] 0.8.0claws20
2768 Fixed a condition in folder_item_destroy()
2771 Fixed an error in IMAP protocol
2773 2002-07-26 [alfons] 0.8.0claws19
2776 ofcourse compare with identifier, not the path
2778 2002-07-26 [alfons] 0.8.0claws18
2781 use folder item identifier for saving / restoring
2782 preferences because folder->path might not be unique
2784 2002-07-26 [melvin] 0.8.0claws17
2787 Fixed a crash introduced in 0.8.0claws5 when log is
2788 cut under 80 characters.
2790 2002-07-26 [paul] 0.8.0claws16
2792 * sync with 0.8.1cvs1
2793 see ChangeLog 2002-07-26
2795 2002-07-26 [christoph] 0.8.0claws15
2798 imap folder now remembers the last selected
2799 folder and imap_fetch_msginfo skips selecting
2800 the folder if it is already selected
2802 2002-07-26 [christoph] 0.8.0claws14
2807 fix imap folder rescanning
2809 2002-07-25 [christoph] 0.8.0claws13
2819 implement imap uid cache and uid validity check
2821 2002-07-25 [alfons] 0.8.0claws12
2824 fix a brown paper bag bug, and also add some more
2827 2002-07-25 [christoph] 0.8.0claws11
2830 don't mix copy, fetch_msginfo and remove
2831 operations in folder item copy and move
2834 2002-07-25 [christoph] 0.8.0claws10
2838 * src/prefs_folder_item.c
2839 * src/summaryview.[ch]
2840 remove no longer required parameter update_cache from
2843 2002-07-25 [paul] 0.8.0claws9
2850 2002-07-24 [alfons] 0.8.0claws8
2853 sort correctly when using simplified subject line
2854 (closes feature request "[ 585141 ] applying regexp to subject
2855 before sort" submitted by Alexandra Walford)
2857 2002-07-24 [paul] 0.8.0claws7
2859 * sync with 0.8.0cvs3
2860 see ChangeLog 2002-07-24
2862 2002-07-23 [christoph] 0.8.0claws6
2869 o separate processing and summaryview
2870 o removed summary_write_cache from summaryview
2871 o removed summaryview->killed_messages, because we don't have
2872 to keep a list of killed messages anymore. New cache will
2873 keep the hidden messages in cache anyway
2876 * src/selective_download.c
2877 o removed unnecessary summary_write_cache calls
2879 o don't set ignore thread flag in procmsg_get_thread_tree
2880 if it is already set
2883 o moved STATUSBAR_PUSH/POP to statusbar.h because
2884 they are used in different files
2886 2002-07-23 [melvin] 0.8.0claws5
2892 * src/editldap_basedn.c
2894 * src/prefs_common.c
2895 Fixed few memory leak (gtk_editable_get_chars returns
2896 an allocated string)
2898 Fixed few memory leak (gtk_editable_get_chars returns
2899 an allocated string) and modified a little the log cutting
2902 Replaced a call to an obsolete function gtk_entry_get_text()
2903 by gtk_editable_get_chars()
2905 Removed a debug printf
2907 2002-07-23 [christoph] 0.8.0claws4
2910 fix another g_dirname memory leak
2912 2002-07-23 [christoph] 0.8.0claws3
2915 fixed a memory leak in mh_fetch_msginfo
2916 fixed crash when message header could not be
2919 2002-07-23 [paul] 0.8.0claws2
2921 * sync with 0.8.0cvs2
2922 see ChangeLog 2002-07-23
2924 2002-07-23 [paul] 0.8.0claws1
2926 * sync with 0.8.0cvs1
2927 see ChangeLog 2002-07-23
2929 2002-07-23 [paul] 0.8.0claws
2931 * release of 0.8.0claws
2933 2002-07-23 [paul] 0.7.8claws99
2936 new Russian translation, submitted by
2937 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
2939 2002-07-22 [jens] 0.7.8claws98
2942 Updated German translations.
2944 2002-07-22 [paul] 0.7.8claws97
2950 updated translations by Ricardo Mones Lastra,
2951 Alessandro Maestri, Wilbert Berendsen and
2952 Fabio Jr. Beneditto respectively
2954 2002-07-22 [christoph] 0.7.8claws96
2957 fix memory leak caused by wrong g_dirname usage
2959 2002-07-22 [christoph] 0.7.8claws95
2962 update new and unread message counts for summaryview
2963 summaryview does not get it from the folder anymore
2964 and has to update the values itself
2966 2002-07-22 [melvin] 0.7.8claws94
2969 Updated French translations.
2971 2002-07-22 [christoph] 0.7.8claws93
2974 set prop->preg pointer to NULL or following check
2975 will not fail and regexec will be called with
2978 2002-07-21 [alfons] 0.7.8claws92
2980 * src/prefs_common.[ch]
2981 remove option "Send return receipt on request"
2983 2002-07-21 [thorsten] 0.7.8claws91
2986 fixed memleaks, coding style as pointed out by alfons
2988 2002-07-21 [alfons] 0.7.8claws90
2991 * src/noticeview.[ch]
2992 o fix bug notice view being displayed when going to empty folder
2993 (noticed by Christoph)
2994 o allow RRR to be sent when restarting sylpheed, or changing folder
2995 (noticed by Thorsten)
2997 2002-07-21 [thorsten] 0.7.8claws89
3000 Included save_all patch from Xaview FACQ
3001 added support for pathnames
3003 2002-07-21 [alfons] 0.7.8claws88
3008 * src/messageview.[ch]
3009 * src/noticeview.c ** NEW FILE **
3010 * src/noticeview.h ** NEW FILE **
3011 make return receipts work again
3012 (UI idea by Leandro Pereira)
3014 2002-07-21 [paul] 0.7.8claws87
3017 fix sensitivity of 'Select thread'
3019 2002-07-21 [paul] 0.7.8claws86
3021 * src/prefs_common.c
3022 add browser command line for Galeon
3024 2002-07-21 [paul] 0.7.8claws85
3027 fix 'EXTRA_DIST': remove README.README, add TODO
3030 2002-07-21 [alfons] 0.7.8claws84
3033 make enter clear selection
3034 (closes "[ 579888 ] Editor selection/entry error"
3035 reported by Steve Lamb)
3037 2002-07-21 [alfons] 0.7.8claws83
3040 sort message list when selecting unthread messages
3041 (closes "[ 501593 ] switching threaded view doesn't sort"
3042 reported by Simon Schubert)
3044 2002-07-20 [alfons] 0.7.8claws82
3049 2002-07-20 [thorsten] 0.7.8claws81
3052 Fixed expansion of empty fields in matchactions
3054 2002-07-19 [melvin] 0.7.8claws80
3057 Removed a duplicate menu entry (fast mode) introduced during
3059 Added a menu separator between 'Use alternate' and 'Fast mode'
3061 2002-07-19 [paul] 0.7.8claws79
3067 2002-07-19 [thorsten] 0.7.8claws78
3069 * tools/calypso_convert.pl ** NEW FILE **
3072 script to import mbox files exported
3074 o generates folder structure
3075 o includes attachments
3077 2002-07-19 [melvin] 0.7.8claws77
3079 * src/selective_download.[ch]
3080 Fixed bug where closing the dialog with the window manager's
3081 close button will not unlock the summary
3082 Corrected some function declarations that missed a return value
3083 Made the source code comply better with coding style.
3084 * src/prefs_common.c
3085 Added new browser command line for Mozilla.
3087 2002-07-18 [paul] 0.7.8claws76
3090 src/selective_download.[ch]
3091 reflect theme changes, fix Gdk Warning when creating
3092 pixmap from NULL window, and minor clean up.
3093 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
3098 2002-07-17 [paul] 0.7.8claws75
3106 2002-07-16 [paul] 0.7.8claws74
3108 * tools/filter_conv.pl
3110 replace conversion script with reimplemented version,
3111 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
3113 2002-07-16 [colin] 0.7.8claws73
3116 remove forgotten debug messages - sorry ;-)
3118 2002-07-16 [colin] 0.7.8claws72
3124 add the ability to select part of a text mime-part
3127 2002-07-15 [christoph] 0.7.8claws71
3130 fix folder message count for folders without
3131 msg_is_changed (includes news folders)
3133 2002-07-15 [martin] 0.7.8claws70
3136 option "display recipient on 'From'..." now works
3137 without the need of enabling the option
3138 "display sender using address book".
3140 2002-07-15 [christoph] 0.7.8claws69
3143 removed setting folder status from summaryview.
3144 folder.c should update all message counts correctly.
3146 2002-07-15 [paul] 0.7.8claws68
3149 updated by Fabio Junior Beneditto
3151 2002-07-15 [darko] 0.7.8claws67
3154 Fixed target folder colorization, don't decrease op
3157 2002-07-14 [paul] 0.7.8claws66
3159 * sync with main 0.8.0
3160 see ChangeLog 2002-07-14
3162 2002-07-13 [melvin] 0.7.8claws65
3167 Replaced sprintf by g_snprintf to prevent possible buffer
3170 Corrected a log message output format.
3171 Added a missing "done" debug output.
3173 Added keyboard accelerator for Priority menu items
3174 Added missing \n in debug output
3178 Added missing \n in debug output
3180 2002-07-13 [paul] 0.7.8claws64
3183 change Sergey's email address to the sf address
3186 increase show_url_timeout (more useful for long
3189 2002-07-12 [sergey] 0.7.8claws63
3192 applied (with some modifications) patch to set the
3193 micalg parameter for signatures
3194 (2001-08-28 Werner Koch <wk@gnupg.org>)
3196 2002-07-12 [sergey] 0.7.8claws62
3200 fixed man page installation
3202 2002-07-12 [paul] 0.7.8claws61
3204 * sync with 0.7.8cvs26
3205 see ChangeLog 2002-07-11 and 2002-07-12
3207 2002-07-11 [christoph] 0.7.8claws60
3211 first use the message number to find the message
3212 to mark with a reply flag but check the
3213 message-id if we got the correct message, if not
3214 try to find it by message-id.
3215 use new string seperator that is not allowed
3218 2002-07-11 [paul] 0.7.8claws59
3220 * sync with 0.7.8cvs23
3221 see ChangeLog 2002-07-10
3223 2002-07-10 [christoph] 0.7.8claws58
3227 Added message-id table to the cache in memory
3228 and functions to msgcache.c and folder.c to
3229 fetch MsgInfos by message id
3232 store folder and message-id of message replying
3233 to in queue header and set reply flag after sending
3234 (Closes bug #469498)
3236 2002-07-10 [paul] 0.7.8claws57
3240 add Martin to the list of authors
3242 2002-07-09 [martin] 0.7.8claws56
3244 Added gtk_ctree_last_visible(), tree_update_level(),
3245 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
3246 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
3247 from gtk+ to gtksctree.c for the new sorting code
3248 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
3249 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
3251 Added declaration for gtk_sctree_sort_recursive() and
3252 gtk_sctree_sort_node
3257 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
3258 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
3260 2002-07-08 [paul] 0.7.8claws55
3262 * more sync with 0.7.8cvs21
3263 see ChangeLog 2002-07-08
3265 2002-07-08 [paul] 0.7.8claws54
3267 * sync with 0.7.8cvs21
3268 see ChangeLog 2002-07-08
3270 2002-07-07 [alfons] 0.7.8claws53
3273 * src/stock_pixmap.[ch]
3274 * src/pixmaps/notice_warn.xpm ** NEW FILE **
3275 * src/pixmaps/notice_error.xpm ** NEW FILE **
3276 * src/pixmaps/notice_note.xpm ** NEW FILE **
3277 add new pixmaps for upcoming notice pane
3279 2002-07-06 [melvin] 0.7.8claws52
3282 Made them a bit closer to Sylpheed's coding style.
3284 Removed possible memory leaks when some errors occurs.
3286 2002-07-06 [melvin] 0.7.8claws51
3289 Removed --no-location in xgettext command line to help
3290 translators that use Emacs' po-mode
3292 Removed unnecessary comments that messed up sylpheed.pot
3294 2002-07-06 [paul] 0.7.8claws50
3296 * sync with 0.7.8cvs19
3297 see ChangeLog 2002-07-05
3299 2002-07-06 [christoph] 0.7.8claws49
3303 fix folder_item_remove_all_msg and folderview
3304 status for trash folders after emptying trash
3306 2002-07-05 [paul] 0.7.8claws48
3308 * sync with 0.7.8cvs16
3309 see ChangeLog 2002-07-04 and 2002-07-05
3311 2002-07-04 [paul] 0.7.8claws47
3313 * sync with 0.7.8cvs14
3314 see ChangeLog 2002-07-04
3316 2002-07-03 [alfons] 0.7.8claws46
3319 dupe folder item's path because it's being reallocated
3320 by new folder scanning code
3322 2002-07-03 [christoph] 0.7.8claws45
3325 better IMAP uid fetching using 'FETCH 1:* (UID)'
3327 add missing return in msgcache_write
3329 2002-07-02 [thorsten] 0.7.8claws44
3334 use binary mode for file access
3336 2002-07-02 [christoph] 0.7.8claws43
3338 * major code cleanup (part 1)
3340 - unused variables removed
3341 - unused functions removed
3342 - uninitialized variables checked
3343 - missing return statements added
3344 - missing function return types added
3345 - added parentheses around assignment and
3346 && in || when suggested by gcc
3350 replaced direct calls to folder->scan_tree
3351 with folder_scan_tree and restore folder
3352 prefs in this function. The folder should
3353 not have to deal with them.
3354 ( Should now work for all folder types )
3356 2002-07-02 [paul] 0.7.8claws42
3358 * sync with 0.7.8cvs13
3359 see ChangeLog 2002-07-01 and 2002-07-02
3361 2002-07-01 [christoph] 0.7.8claws41
3364 fix "goto next/prev unread message" with
3367 2002-07-01 [paul] 0.7.8claws40
3370 updated by Ricardo Mones Lastra
3372 2002-06-30 [match] 0.7.8claws39
3375 applied variation of leonerd's patch (566661) to
3376 allow multiple email addresses per JPilot entry.
3377 addresses may be separated by space, comma, pipe,
3378 semi-colon, new-line.
3380 2002-06-30 [alfons] 0.7.8claws38
3383 simple fix for putting older nodes before
3384 newer nodes when threading by subject
3386 2002-06-30 [christoph] 0.7.8claws37
3393 fix broken folder tree rescaning
3394 and don't use procmsg_get_mark_sum
3397 2002-06-30 [christoph] 0.7.8claws36
3399 * merge new cache branch
3401 fix new cache imap copy bug
3403 improved folder_item_scan
3404 it should now always set the correct
3405 new, unread and total message counts
3407 2002-06-29 [paul] 0.7.8claws35
3410 correct syntax error
3412 2002-06-29 [paul] 0.7.8claws34
3416 man/Makefile.am ** NEW FILE **
3417 man/sylpheed.1.gz ** NEW FILE **
3418 add Sylpheed man page
3420 2002-06-29 [paul] 0.7.8claws33
3423 updated by Fabio Junior Beneditto
3425 2002-06-28 [jens] 0.7.8claws32
3430 * src/selective_download.c
3431 removed gettext for space " "
3436 2002-06-28 [paul] 0.7.8claws31
3438 * sync with 0.7.8cvs11
3439 see ChangeLog 2002-06-28
3441 2002-06-28 [paul] 0.7.8claws30
3443 * sync with 0.7.8cvs10
3444 see ChangeLog 2002-06-27 and 2002-06-28
3446 2002-06-26 [paul] 0.7.8claws29
3449 src/selective_download.c
3450 don't gettextise empty strings.
3451 reserved by gettext. gettext("") returns
3452 the header entry with meta information,
3453 not the empty string
3458 2002-06-26 [paul] 0.7.8claws28
3460 * sync with 0.7.8cvs7
3461 see ChangeLog 2002-06-25
3463 * src/prefs_common.c
3464 ...and in the process, tweak the gui a little
3466 2002-06-25 [alfons] 0.7.8claws27
3470 fine tune ldap library detection
3472 2002-06-25 [alfons] 0.7.8claws26
3475 don't allow return receipts when composing a news article
3477 2002-06-25 [paul] 0.7.8claws25
3480 add '$(AMTAR)' to 'release' section to allow for
3481 new and older autotools
3483 2002-06-25 [paul] 0.7.8claws24
3486 fix "No more unread messages" persistant pop-up
3489 2002-06-25 [paul] 0.7.8claws23
3492 updated by Alessandro Maestri
3494 2002-06-25 [paul] 0.7.8claws22
3496 * sync with 0.7.8cvs6
3497 see ChangeLog 2002-06-25
3499 2002-06-24 [paul] 0.7.8claws21
3502 add GPL copyright information
3504 2002-06-24 [paul] 0.7.8claws20
3508 tools/update-po ** NEW FILE **
3509 add script that eases the creation of *.po files
3510 Submitted by Wilbert Berendsen <wilbert@oswf.org>
3512 2002-06-23 [alfons] 0.7.8claws19
3515 make notification_convert_header obey const correctness
3516 (next step will be fixing the broken return receipt)
3518 2002-06-23 [paul] 0.7.8claws18
3521 fix bug introduced in last commit:
3522 removed too much code in last commit - put back what's
3525 2002-06-23 [paul] 0.7.8claws17
3527 * src/messageview.[ch]
3528 remove code committed in error from locally patched
3531 2002-06-23 [colin] 0.7.8claws16
3534 add compose_entry_select(), used to select the default_to
3535 email address - hopefully avoiding people sending mails to
3538 2002-06-22 [alfons] 0.7.8claws15
3541 add Bram Metsch & Stanislav Karchebny
3543 * src/prefs_account.[ch]
3545 - apply and adapt Bram's patch which allows user to set SMTP AUTH
3546 options. (see <http://sourceforge.net/tracker/index.php
3547 ?func=detail&aid=566937&group_id=25528&atid=384600>);
3549 - merge Stanislav's fix to make SMTP AUTH work with qmail
3550 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
3552 2002-06-22 [paul] 0.7.8claws14
3554 * sync with 0.7.8cvs5
3555 see ChangeLog 2002-06-19 and 2002-06-20
3557 2002-06-22 [alfons] 0.7.8claws13
3559 * src/selective_download.c
3560 fix a stupid mistake I made
3562 2002-06-22 [alfons] 0.7.8claws12
3564 * src/selective_download.[ch]
3565 fix another unnoticed leak; cleanup code
3570 gpg-sign <-- gpg-sign-syl
3572 2002-06-21 [alfons] 0.7.8claws11
3574 * src/selective_download.c
3575 * src/selective_download.h
3576 fix assorted mix of allocation errors (should solve
3577 problem reported by Philippe Gramoullé, see:
3578 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
3580 2002-06-20 [melvin] 0.7.8claws10
3582 * tools/gpg-sign *REMOVED*
3583 tools/gpg-sign-syl *ADDED*
3584 Replaced the gpg clearsigning script with the version using
3585 xterm instead of ssh-askpass and changed its name.
3588 Updated actions example to reflect the renaming of the
3589 gpg clearsigning script.
3591 2002-06-19 [paul] 0.7.8claws9
3593 * sync with 0.7.8claws9
3594 see ChangeLog 2002-06-18 and 2002-06-19
3596 2002-06-19 [paul] 0.7.8claws8
3598 * sync with 0.7.8cvs1
3599 see ChangeLog 2002-06-18
3601 2002-06-18 [alfons] 0.7.8claws7
3604 add omitted prototype
3606 2002-06-17 [paul] 0.7.8claws6
3609 fix hiding of exec_btn
3611 2002-06-17 [paul] 0.7.8claws5
3614 remove unneeded code: should_delete()
3615 and Pop3State::uidl_todelete_list
3617 2002-06-17 [paul] 0.7.8claws4
3620 see ChangeLog 2002-06-11 and 2002-06-13
3622 2002-06-16 [alfons] 0.7.8claws3
3625 make sure lock sort mode (claws specific) is
3626 also persists after a tree rescan
3628 2002-06-16 [alfons] 0.7.8claws2
3630 * src/prefs_folder_item.c
3632 fix persistence of folder sort mode (broken
3633 by adapting Hiro's new folder persistence code)
3635 2002-06-16 [alfons] 0.7.8claws1
3639 * src/prefscommon.[ch]
3640 control size of log text in log window;
3641 closes patch #569155 submitted by Mitko Haralanov.
3643 2002-06-15 [paul] 0.7.8claws
3645 * release of 0.7.8claws
3647 2002-06-15 [paul] 0.7.7claws
3650 updated by Fabio Junior Beneditto
3652 2002-06-14 [paul] 0.7.6claws49
3655 updated by Ricardo Mones Lastra
3657 2002-06-14 [paul] 0.7.6claws48
3660 updated translation by Wilbert Berendsen
3662 2002-06-14 [melvin] 0.7.6claws47
3665 Updated French translation
3667 2002-06-13 [paul] 0.7.6claws46
3670 allow filename to be typed in, rather than just
3671 selected by the mouse. Patch by Gustavo Noronha Silva.
3673 2002-06-13 [alfons] 0.7.6claws45
3675 * src/mainwindow.[ch]
3676 more cleanups (removing unnecessary menu items Expand
3677 summary / message view)
3679 2002-06-13 [melvin] 0.7.6claws44
3682 Added src/string_match.c
3683 * src/string_match.c
3684 Fixed possible buffer overflow.
3686 Added missing config.h header.
3687 * src/prefs_common.c
3690 Made some strings translatable (missing _(..)).
3692 2002-06-13 [melvin] 0.7.6claws43
3695 Corrected action example (verifying clearsigned mail).
3696 * src/prefs_account.c
3698 * src/prefs_common.c
3699 Removed incorrect line that generated a Gtk-CRITICAL msg.
3701 2002-06-12 [alfons] 0.7.6claws42
3704 add init of score column lost in 0.7.6claws42
3706 2002-06-12 [paul] 0.7.6claws41
3708 * src/prefs_account.c
3709 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
3710 behavior of the radio buttons, (from 0.7.7cvs2)
3712 2002-06-11 [alfons] 0.7.6claws40
3714 * src/messageview.[ch]
3715 * src/summaryview.[ch]
3716 * src/summary_search.c
3718 perform a sync to bring in Hiro's separate view implementation
3720 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
3722 2002-06-11 [paul] 0.7.6claws39
3724 * src/prefs_account.c
3725 correct a typo on the Receive tab
3727 2002-06-10 [match] 0.7.6claws38
3730 Included address completion patch from Gustavo Noronha.
3732 2002-06-10 [paul] 0.7.6claws37
3736 src/prefs_account.[ch]
3737 src/selective_download.[ch]
3740 - check if POP Account
3741 - Receive Button renamed to Preview
3742 - Preview Button Popup: preview new/all messages
3744 - Account Preferences-->Receive tab checkbutton if you
3745 want to remove Mail after Download
3747 - Account Preferences-->Receive tab checkbutton use
3748 filtering rules on preview
3749 (think of delete_on_server)
3751 - Account selectable from SD dialog
3752 - checkbutton to show already downloaded messages if
3753 all messages are previewed
3754 - new clist column showing Date