1 2002-10-31 [melvin] 0.8.5claws64
4 Fixed --disable-aspell-test. Now --disable-aspell-test will
5 not run any GNU/aspell test. The dictionary path will
6 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7 was given, in which case, it will be $prefix/lib/aspell/
9 Fixed typo in commentary (Aspell code).
11 2002-10-31 [paul] 0.8.5claws63
14 remove src/filter.c and src/prefs_filter.c
15 thanks to Ricardo for reminding me
17 2002-10-31 [colin] 0.8.5claws62
22 2002-10-31 [paul] 0.8.5claws61
24 * src/prefs_filter.[ch] ** REMOVED **
25 src/filter.[ch] ** REMOVED **
36 remove main's 'filter' code
39 update to reflect removal of main's filter
41 2002-10-31 [paul] 0.8.5claws60
44 remove check for global_processing in summary_filter_open().
45 This fixes the bug where if the user uses the right-click
46 'Create filter rule...' and doesn't have any filter rules
47 already defined in claws' advanced filtering, the newly
48 created filter rule goes to main's filtering which is
49 inaccessible through the gui. Now the filter rule gets added
50 to claws' filtering by default.
52 2002-10-28 [melvin] 0.8.5claws59
55 Fixed bug #627322 where MIME parts were not always
56 correctly passed to a %p action
57 Display an error dialog when message filename is not found.
59 2002-10-28 [melvin] 0.8.5claws58
62 Readded a missing function declaration lost in 0.8.3claws34
64 2002-10-28 [paul] 0.8.5claws57
66 * sync with 0.8.5cvs15
67 see ChangeLog 2002-10-28 and 2002-10-25
69 Note: ChangeLog entry 2002-10-24 is not sync'ed.
71 2002-10-27 [oliver] 0.8.5claws56
74 plug leak in pop3_top_recv
76 2002-10-26 [christoph] 0.8.5claws55
79 set need_update folder flag when messages are added
80 (closes bug [ 626922 ] folder not updated after receiving)
82 2002-10-25 [melvin] 0.8.5claws54
85 Fixed a memleak introduced in the scaling code.
87 2002-10-24 [alfons] 0.8.5claws53
90 make filtering's forward message action forward from the
92 (closes bug [628089 ] Filter -> Forward from address problem
95 2002-10-24 [christoph] 0.8.5claws52
99 o use manual of current locale or english if current
100 locale is not available (and english is available)
101 o also link to sylpheed doc project manuals
103 2002-10-23 [paul] 0.8.5claws51
106 tools/kmail2sylpheed_v2.pl
107 add new version of kmail addressbook importer script.
108 works with newer versions of Kmail/KAddressBook which
109 have new and rearranged data.
111 2002-10-23 [martin] 0.8.5claws50
117 added length parameter to get_abbrev_newsgroup_name()
118 changed this function so that it abbreviates the newsgroup
119 names only so long it is smaller than the length parameter
120 (for better reading of some newsgroup names and space efficiency)
122 2002-10-22 [colin] 0.8.5claws49
125 Revert Alfons' last modification (after voting ;-))
127 2002-10-21 [alfons] 0.8.5claws48
130 folder view in folder selection dialog reflects state of
131 folder view in main window
133 2002-10-18 [alfons] 0.8.5claws47
136 drop imported messages in folder selected by user,
138 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
140 2002-10-18 [alfons] 0.8.5claws46
143 make automagic reply work correctly for email accounts
144 (whether it's viable to do a full sync with Hiro's
145 compose.c is still under discussion)
147 2002-10-18 [melvin] 0.8.5claws45
149 * src/prefs_actions.c
150 Fixed bug #622275 where asynchroneous actions left
152 Made (synchroneous) actions' input be displayed live.
154 2002-10-18 [christoph] 0.8.5claws44
157 don't add a newline in the textview in front of the
158 first textpart if header display is disabled
159 (closes bug [ 603385 ] disabled header display leaves blank
162 2002-10-18 [christoph] 0.8.5claws43
169 folder->get_num_list now returns an error code
170 (closes bug [ 609424 ] News cache cleared on failure)
172 2002-10-17 [colin] 0.8.5claws42
175 Changed a printf by debug_print
179 * tools/OOo2sylpheed.pl
180 allow for spaces in the name of the
183 2002-10-16 [colin] 0.8.5claws41
186 Use a tristate to change online mode
188 2002-10-16 [paul] 0.8.5claws40
191 updated by Ricardo Mones Lastra
193 2002-10-16 [colin] 0.8.5claws39
197 Added --online and --offline command-line
200 2002-10-15 [christoph] 0.8.5claws38
203 set mimeinfo->name to NULL after g_free to
204 avoid double freeing with g_free
206 2002-10-14 [christoph] 0.8.5claws37
211 remove calls to folder->change_flags that are now
212 done by procmsg flag functions (seems it is not
213 used by any foldertype anyway)
215 init folder->change_flags with NULL
217 2002-10-14 [christoph] 0.8.5claws36
221 use virtual functions for folder item new and destroy
224 2002-10-14 [melvin] 0.8.5claws35
227 Added a test to not run the spell checker if no default
228 dictionary is available. No dialog is displayed though.
230 2002-10-14 [melvin] 0.8.5claws34
233 Fixed bug in dictionary list context menu where
234 "More..." pointed to an emtpy submenu if the
235 number of dictionaries is a multiple of 15
236 Removed unneeded code in suggestions list creation
238 2002-10-14 [paul] 0.8.5claws33
241 updated by George Danchev
243 2002-10-13 [hoa] 0.8.5claws32
246 src/matcher_parser_parser.y
247 removed the escaped string from internal structure
250 2002-10-12 [colin] 0.8.5claws31
254 Removed useless function gtksctree_reanchor
256 2002-10-12 [alfons] 0.8.5claws30
258 * sync with remaining main changes 2002-10-09 - 2002-10-11
259 - drop changes to src/compose.c (requires claws specific changes)
261 2002-10-12 [alfons] 0.8.5claws29
263 * sync with main changes of 2002-10-08
264 - drop changes to src/compose.c (requires claws specific changes)
265 - drop changes to src/summaryview.c (requires changes to compose.c)
267 2002-10-12 [alfons] 0.8.5claws28
269 * sync with main changes of 2002-10-07
271 2002-10-12 [alfons] 0.8.5claws27
273 * sync with main changes of 2002-10-04
274 - drop changes to src/compose.c (requires claws specific changes)
275 - drop changes to src/prefs_folder_item.c (claws implementation
278 2002-10-12 [colin] 0.8.5claws26
281 Fix folder-flicker when space-reading, introduced
284 2002-10-12 [colin] 0.8.5claws25
287 Save account address when saving as draft.
290 2002-10-12 [colin] 0.8.5claws24
293 Fix the problem consisting of no message selected
294 after the last message in a folder has been moved.
296 2002-10-12 [paul] 0.8.5claws23
301 add Cc and Bcc to templates. Patch submitted by
304 2002-10-12 [colin] 0.8.5claws22
307 Fix a bug after "Check for new messages":
308 If a folder was opened, it was still selected at
309 the end of the check, but displayed empty.
311 Remove unnecessary check
316 be more verbose in the description of
320 2002-10-11 [colin] 0.8.5claws21
323 Make space work (better) when no mail is selected
325 2002-10-11 [colin] 0.8.5claws20
331 2002-10-11 [colin] 0.8.5claws19
334 revert 0.8.5claws6 changes as i couldn't get to
337 2002-10-11 [melvin] 0.8.5claws18
340 Removed buggy and unused macro (should have been committed in
343 2002-10-11 [melvin] 0.8.5claws17
346 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
348 2002-10-11 [thorsten] 0.8.5claws16
351 remove rescan warning
353 2002-10-11 [colin] 0.8.5claws15
356 fix a segfault that happens if conv_unmime_header
357 fails (should be better to find out why it fails)
359 2002-10-11 [christoph] 0.8.5claws14
362 update folderview stats after ignore/unignore thread
364 2002-10-11 [hoa] 0.8.5claws13
366 * src/quote_fmt_parse.y
367 Fixed a yacc/bison syntax error
369 Escaping of string is fixed.
371 2002-10-11 [colin] 0.8.5claws12
376 2002-10-11 [paul] 0.8.5claws11
379 updated by Ricardo Mones Lastra
381 2002-10-10 [alfons] 0.8.5claws10
384 allow dropping files by "moving" files from a file manager,
385 not only by the more cumbersome "copying". the latter
386 mostly implies holding down the Control button
388 2002-10-10 [christoph] 0.8.5claws9
391 update folders after thread building for ignored threads
393 2002-10-10 [christoph] 0.8.5claws8
399 * src/folderview.[ch]
404 * src/summaryview.[ch]
405 o added new flag need_update to FolderItem
406 o removed folder_table from various functions from tracking
408 o set need_update flags in folder.c's move, copy and delete
409 functions and procmsg's flags functions
410 o added function folderview_update_items_when_required that
411 updates all folders with need_update set
412 o call folderview_update_items_when_required instead of
413 folderview_update_item_foreach
415 2002-10-09 [sergey] 0.8.5claws7
418 Strip CRs whel loading the text into editor in reedit mode.
420 2002-10-09 [colin] 0.8.5claws6
423 Make Space work when no mail is selected
425 2002-10-09 [colin] 0.8.5claws5
429 Add gtk_sctree_reanchor()
431 Use gtk_sctree_reanchor() - better fix for
434 2002-10-09 [colin] 0.8.5claws4
437 Fix shift-click select after delete problem
440 2002-10-08 [thorsten] 0.8.5claws3
443 exclude current msg from -hide read messages-
445 2002-10-08 [colin] 0.8.5claws2
450 Differentiate socket errors from disk full
453 2002-10-08 [christoph] 0.8.5claws1
457 modifications for new config directory
459 * config.guess ** REMOVED **
460 * config.sub ** REMOVED **
461 * install-sh ** REMOVED **
462 * ltmain.sh ** REMOVED **
463 * missing ** REMOVED **
464 * mkinstalldirs ** REMOVED **
465 these files are autogenerated by automake
466 when you run autogen.sh
468 * config/.cvsignore ** NEW FILE **
469 * config/Makefile.am ** NEW FILE **
470 ignore autogenerated files
471 create a Makefile in this directory
473 2002-10-08 [paul] 0.8.5claws
480 fix quote reply format for newsgroups reply bug
485 updated by me and Witold Wladyslaw Wojciech Wilk
488 2002-10-07 [paul] 0.8.3claws53
493 updated messages catalogs, submitted by
494 Alessandro Maestri, Fabio Jr.Beneditto
495 and Urke MMI, respectively.
497 2002-10-07 [christoph] 0.8.3claws52
502 fix new folder ghost message bug
503 (closes bug [ 619722 ] wrong count for newly created folders)
505 2002-10-07 [christoph] 0.8.3claws51
508 fix news posting problem
510 2002-10-07 [melvin] 0.8.3claws50
513 Updated French translation
515 2002-10-05 [christoph] 0.8.3claws49
518 check if line_start_cache is set in gtk_stext_update_text
519 (closes bug [ 618119 ] crash while doing search in folder)
521 2002-10-05 [christoph] 0.8.3claws48
527 implement cache cleanups for claws' folder system
528 (closes bug [ 595916 ] imapcache not cleaned up)
530 2002-10-05 [melvin] 0.8.3claws47
532 * src/prefs_actions.c
533 Made the help text more clear for the %p token
535 2002-10-04 [paul] 0.8.3claws46
538 see ChangeLog 2002-10-02 and 2002-10-03
540 2002-10-04 [christoph] 0.8.3claws45
543 fix segfault caused by pop before smtp
544 call to inc_account_mail with NULL
547 2002-10-04 [paul] 0.8.3claws44
550 sync the LDAP detection from 0.8.5cvs1
552 2002-10-02 [christoph] 0.8.3claws43
555 fix small spelling error
557 2002-10-02 [melvin] 0.8.3claws42
560 Behave better and say "no" when test program cannot be run.
562 2002-10-02 [paul] 0.8.3claws41
564 * sync with 0.8.4cvs1
565 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
568 toggle the behavior of Reply menuitem between
569 normal reply and reply-to-list
571 2002-10-01 [sergey] 0.8.3claws40
574 Convert newlines in the message text to the canonical form
575 before base64 encoding (RFC2045 compliance, fixes some
576 interoperability issues with Evolution 1.0.3)
578 2002-09-29 [colin] 0.8.3claws39
581 Fix an unwanted copy/paste
583 2002-09-29 [colin] 0.8.3claws38
586 Renamed "Custom toolbar" to "Customize toolbar"
587 Renamed "Show all header" to "Show all headers"
588 Renamed "Set diplay item" to "Set displayed items"
590 Renamed "Show all header" to "Show all headers"
591 * src/prefs_summary_column.c
592 Renamed "diplay item" to "displayed items"
594 2002-09-29 [colin] 0.8.3claws37
596 * src/mainwindow.[ch]
597 online/offline status pixmaps follow theme
599 * src/summaryview.[ch]
600 quicksearch pixmap follows theme changes
602 2002-09-29 [thorsten] 0.8.3claws36
605 src/prefs_folder_item.[ch]
606 add default_reply_to folder option (closes patch 581044)
608 2002-09-29 [christoph] 0.8.3claws35
610 * acconfig.h ** REMOVED **
614 * ac/gnupg-check-typedef.m4
615 fix autoheader 2.50 warning
617 2002-09-29 [christoph] 0.8.3claws34
619 * major code cleanup (part 2)
621 - unused variables removed
622 - unused functions removed
623 - uninitialized variables checked
624 - missing return statements added
625 - missing function return types added
626 - added parentheses around assignment
627 when suggested by gcc
629 2002-09-29 [alfons] 0.8.3claws33
632 log_window_clear(): only bracket gtk_text_forward_delete()
633 with gtk_text_freeze() / gtk_text_thaw() (see if this
634 works around GTK text bug)
636 2002-09-29 [paul] 0.8.3claws32
640 updated by George Danchev and Urke MMI
643 2002-09-27 [christoph] 0.8.3claws31
646 * doc-src/rfc1806.txt ** REMOVED **
647 * doc-src/rfc2183.txt ** NEW FILE **
648 * doc-src/rfc2980.txt ** NEW FILE **
651 2002-09-27 [melvin] 0.8.3claws30
654 Fixed typo which could break linking
656 2002-09-27 [melvin] 0.8.3claws29
659 Improved GNU/aspell checking.
662 2002-09-27 [paul] 0.8.3claws28
664 * sync with 0.8.3cvs8
665 see ChangeLog 2002-09-27
667 2002-09-26 [colin] 0.8.3claws27
671 Add "Reply to Mailing-list" to the toolbar
673 2002-09-26 [christoph] 0.8.3claws26
676 Fix wrong message counts in summaryview status
678 2002-09-26 [paul] 0.8.3claws25
680 * sync with 0.8.3cvs7
681 see ChangeLog 2002-09-26
683 2002-09-26 [paul] 0.8.3claws24
685 * sync with 0.8.3cvs6
686 see ChangeLog 2002-09-25
688 2002-09-25 [christoph] 0.8.3claws23
691 * src/prefs_folder_item.c
692 * src/prefs_scoring.c
693 Renamed "kill score" to "hide score" in GUI
696 2002-09-25 [paul] 0.8.3claws22
698 * sync with 0.8.3cvs5
699 see ChangeLog 2002-09-24
701 2002-09-24 [alfons] 0.8.3claws21
703 patch by Satoshi Nagayasu: allows appending / saving multiple
704 selected files (closes "[ 612279 ] save multiple mesg(s) in
710 summary_save_as(): allow saving selected files to
712 summary_set_menu_sensitive: enable "Save As..." when
713 multiple files are selected
715 append_file(): new function
717 2002-09-24 [colin] 0.8.3claws20
720 Fix segfault when mimeinfo doesn't have a
723 2002-09-24 [colin] 0.8.3claws19
725 * src/prefs_common.[ch]
726 Add a preference to display send dialog or not
728 Display send dialog according to preference
730 2002-09-24 [colin] 0.8.3claws18
733 Disable user actions when sending
735 2002-09-24 [colin] 0.8.3claws17
738 Do not display name or filename for attachments
739 with an application/pgp-signature type
740 (security flaw, see bug 537413)
742 2002-09-23 [colin] 0.8.3claws16
745 Initialize entry_email, entry_alias and
746 entry_remarks to first email address of the list
748 2002-09-23 [colin] 0.83claws15
751 Drop pgp-signature when reediting a signed queued
754 2002-09-23 [melvin] 0.8.3claws14
757 Updated French translation
759 2002-09-23 [melvin] 0.8.3claws13
762 Made custom toolbar menu labels more consistent
763 * src/prefs_toolbar.c
764 Made custom toolbar window title more consistent
766 2002-09-22 [colin] 0.8.3claws12
769 Initialize session type to normal before getting
770 mail (fixes strange Get behaviour)
771 * src/prefs_account.h
772 Move STYPE_POP_BEFORE_SMTP to last position to
773 avoid other side-effects
775 2002-09-22 [colin] 0.8.3claws11
777 * src/prefs_account.c
778 Fix pop_bfr_smtp_tm_entry sensivity when switching
779 from pop3 to apop or vice-versa
781 2002-09-22 [colin] 0.8.3claws10
783 * src/prefs_account.[ch]
784 Add an option for the POP before SMTP timeout
786 Remember time of last POP connection
788 Do POP before SMTP only if timeout reached
790 2002-09-22 [oliver] 0.8.3claws9
793 explain custom toolbar
795 2002-09-22 [oliver] 0.8.3claws8
797 * src/prefs_actions.[ch]
798 custom toolbar for compose
799 actions callback from compose toolbar
801 remove include toolbar.h
803 2002-09-22 [oliver] 0.8.3claws7
805 * src/prefs_toolbar.[ch]
806 custom toolbar for compose
807 - generic prefs_toolbar handles both
808 Mainwin's toolbar as well as Compose toolbar
810 2002-09-22 [oliver] 0.8.3claws6
813 custom toolbar for compose
814 restructure toolbar.[ch]
816 2002-09-22 [oliver] 0.8.3claws5
819 custom toolbar for compose
821 2002-09-22 [oliver] 0.8.3claws4
823 * src/mainwindow.[ch]
824 custom toolbar for compose
825 move mainwin toolbar back to mainwindow
827 2002-09-22 [alfons] 0.8.3claws3
834 2002-09-22 [alfons] 0.8.3claws2
837 procmsg_save_to_outbox(): don't unlink message file from queue;
838 callers should do it using folder_item_remove_msg()
840 2002-09-22 [colin] 0.8.3claws1
843 Made mimeview_check_signature() public
845 Made GPG signatures verifiable by clicking
846 the [application/pgp-signature] in the Text
849 2002-09-22 [paul] 0.8.3claws
858 updated translations, submitted by George Danchev,
859 me, Ricardo Mones Lastra, Alessandro Maestri,
860 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
861 and Urke MMI, respectively.
863 2002-09-22 [alfons] 0.8.2claws65
867 no furry valgrinds have been used to plug these memleaks
869 2002-09-20 [paul] 0.8.2claws64
871 * sync with 0.8.3cvs4
872 'Select thread' re-implemented
873 see ChangeLog 2002-09-20
875 2002-09-21 [alfons] 0.8.2claws63
878 compose_send(): plug unnoticed memleak
880 2002-09-20 [alfons] 0.8.2claws62
883 replace_address_in_edit(): strict check for NULL address to
884 fix "[ 607348 ] Segfault in address completion". My guess is
885 that this happens with an empty address book, but it's good
886 to have this check here anyway
888 completion_window_button_press(): free string returned
889 from the internal cache
891 2002-09-20 [christoph] 0.8.2claws61
894 added ENC_BINARY to EncodingType
896 the string returned by procmime_get_encoding_str
897 should not depend on the order of values in the
898 EncodingType definition
899 * doc-src/rfc1806.txt ** NEW FILE **
900 Added rfc1806 about MIME Content-Disposition
903 2002-09-19 [paul] 0.8.2claws60
905 * sync with 0.8.2cvs3
906 see ChangeLog 2002-09-19
908 2002-09-19 [paul] 0.8.2claws59
910 * src/prefs_folder_item.c
911 revert to Darko's original alignment of colour
913 add a colon to folder_color label
916 add Colin's patch (with Hiro's modifications) to
917 force BASE64 encoding for 8-bit text when signing
918 (sync with 0.8.3cvs2)
920 2002-09-18 [alfons] 0.8.2claws58
925 (beautify a little bit)
927 2002-09-18 [christoph] 0.8.2claws57
930 fix handling of fgetc return value
932 2002-09-17 [alfons] 0.8.2claws56
935 summary_sort(): check non-NULL summaryview->folder_item when no
936 folder is selected at all
937 (closes "[ 610344 ] sort label make syl Crash")
939 2002-09-17 [alfons] 0.8.2claws55
942 beautify a little bit
944 2002-09-17 [christoph] 0.8.2claws54
947 initialize max values for cache and folder
948 when cache or folder is empty
950 2002-09-15 [colin] 0.8.2claws53
953 Fix a leak (thanks Alfons!) and cleaned
954 variables names for custom headers
956 2002-09-15 [colin] 0.8.2claws52
959 Fix custom headers recognition when
960 prefs_common.trans_hdr is on
962 2002-09-15 [colin] 0.8.2claws51
965 Allow dynamically-added custom headers
966 Yet not reparsed if reedited
968 2002-09-15 [alfons] 0.8.2claws50
970 * src/prefs_account.c
973 2002-09-15 [colin] 0.8.2claws49
975 * src/prefs_account.c
976 fix pop_before_smtp sensitivity
978 2002-09-15 [colin] 0.8.2claws48
981 add inc_pop_before_smtp()
982 allow MainWindow to be undefined in
983 inc_account_mail() and inc_start()
986 add STYPE_POP_BEFORE_SMTP session type
987 * src/prefs_account.c
988 activated pop before smtp option
990 do pop before smtp if the relevant option
993 2002-09-15 [paul] 0.8.2claws47
996 see ChangeLog 2002-09-15
998 2002-09-14 [paul] 0.8.2claws46
1001 updated Bulgarian translation, submitted by
1004 2002-09-13 [paul] 0.8.2claws45
1007 merge claws' select_account() with main's
1008 (new) compose_select_account(). [sync with
1009 0.8.2cvs15, see ChangeLog 2002-09-11]
1011 2002-09-12 [christoph] 0.8.2claws44
1014 allocate 1 elements of FolderItem not 0
1016 2002-09-12 [colin] 0.8.2claws43
1019 Fix bug #590825 (obey Follow-up: poster)
1021 2002-09-12 [colin] 0.8.2claws42
1024 Fix bug #557009 (wrong headers for messages
1025 forwarded as attachments)
1027 2002-09-11 [colin] 0.8.2claws41
1030 Put SCF: pseudo-header on top of message
1031 Set draft tmp_flag when saved as draft
1035 Skip after first \n\n for beginning of real message
1038 2002-09-11 [christoph] 0.8.2claws40
1041 use procmsg flag functions in filtering or processing
1042 will cause incorrect folder message counts
1044 2002-09-11 [colin] 0.8.2claws39
1047 Fix bug #550175 - wrong save folder when reediting
1050 2002-09-11 [paul] 0.8.2claws38
1052 * sync with 0.8.2cvs14
1053 see ChangeLog 2002-09-11
1055 2002-09-11 [colin] 0.8.2claws37
1058 Fix a typo (seeming to cause new/unread status to
1061 2002-09-10 [christoph] 0.8.2claws36
1064 compose_redirect should not use compose_generic_new
1065 because that does more stuff than expected including
1066 opening the external editor
1067 (closes bug "[ 526608 ] bounced messages appear blank
1070 2002-09-10 [christoph] 0.8.2claws35
1073 fix problem with too large message number range
1074 causing a crash in folder_item_scan
1076 2002-09-10 [paul] 0.8.2claws34
1078 * sync with 0.8.2cvs13
1079 see ChangeLog 2002-09-10
1081 2002-09-10 [christoph] 0.8.2claws33
1084 set MsgInfo TmpFlags for queue and draft folders
1085 (closes bug "[ 591676 ] Queue ignore MIME on restart")
1087 2002-09-10 [paul] 0.8.2claws32
1090 po/bg.po ** NEW FILE **
1091 new Bulgarian translation submitted by
1092 George Danchev <danchev@spnet.net>
1096 tools/tb2sylpheed ** NEW FILE **
1097 add script that converts an addressbook exported
1098 from The Bat! into a Sylpheed addressbook. Submitted
1099 by Urke MMI <urke-kg@eunet.yu>
1101 2002-09-10 [paul] 0.8.2claws31
1103 * sync with 0.8.2cvs12
1104 see ChangeLog 2002-09-10
1106 2002-09-06 [paul] 0.8.2claws30
1108 * src/prefs_common.c
1109 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
1113 tools/ldif-to-xml.py ** REMOVED **
1114 remove obsolete python script
1116 2002-09-06 [paul] 0.8.2claws29
1118 * sync with 0.8.2cvs10
1119 see ChangeLog 2002-09-06
1121 2002-09-04 [paul] 0.8.2claws28
1123 * sync with 0.8.2cvs9
1124 see ChangeLog 2002-08-04
1126 2002-09-04 [colin] 0.8.2claws27
1128 * src/prefs_common.[ch]
1129 Added signature color configuration
1131 Use user-specified signature color
1133 2002-09-03 [colin] 0.8.2claws26
1135 * src/prefs_common.[ch]
1136 Added autosave and autosave_length prefs
1138 Added compose_remove_draft()
1139 Auto-save drafts according to the prefs
1141 Added a crash-indicator file, allowing to check
1142 for new messages on startup if Sylpheed crashed
1143 (makes saved drafts "reappear")
1145 2002-09-03 [colin] 0.8.2claws25
1150 2002-09-03 [paul] 0.8.2claws24
1152 * sync with 0.8.2cvs8
1153 see ChangeLog 2002-09-02 and 2002-09-03
1155 2002-09-03 [darko] 0.8.2claws23
1158 use normal style when creating new folder to pick
1161 2002-09-02 [melvin] 0.8.2claws22
1164 removed some obsolete code
1166 2002-09-02 [melvin] 0.8.2claws21
1169 fixed test's equality sign (== to =)
1171 2002-09-02 [alfons] 0.8.2claws20
1175 revert change of 0.8.2claws16 and use the mh_folder_destroy
1176 as folder->destroy virtual as suggested by Hiro
1177 (the mh.c code seems to have been lost around mh.c.1.21)
1179 2002-09-02 [paul] 0.8.2claws19
1182 updated by Fabio Jr. Beneditto
1185 use 'http://claws.sylpheed.org' for homepage link.
1186 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
1188 2002-09-01 [alfons] 0.8.2claws18
1191 plug memleak related to one Martin Kluge found
1193 2002-08-31 [paul] 0.8.2claws17
1195 * sync with 0.8.2cvs6
1196 see ChangeLog 2002-08-30
1198 2002-08-31 [alfons] 0.8.2claws16
1201 folder_destroy(): remove mailbox from folderlist even if it has
1204 2002-08-31 [alfons] 0.8.2claws15
1209 (being pedantic I know)
1211 2002-08-31 [alfons] 0.8.2claws14
1214 check for NULL pointers returned from folder->fetch_msginfo virtual
1215 (should solve some reported crashes)
1217 2002-08-30 [alfons] 0.8.2claws13
1222 enable crash dialog on compilation time
1223 (--enable-crash-dialog configure option)
1225 2002-08-30 [alfons] 0.8.2claws12
1230 apply memory leak plug patch by Martin Kluge
1231 (closes patch "[ 602568 ] patch for 602441 little memory leak",
1232 bug "[ 599677 ] Very small memory leak in 0.81claws115",
1233 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
1235 2002-08-30 [darko] 0.8.2claws11
1238 copy Gtk style from normal style to match
1239 font size for coloured folders
1241 2002-08-29 [alfons] 0.8.2claws10
1244 Type=Internet <- Type=Application
1245 (reported by Michael Schwendt, see:
1246 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
1247 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
1249 2002-08-29 [paul] 0.8.2claws9
1251 * sync with 0.8.2cvs5
1252 see ChangeLog 2002-08-29
1254 2002-08-29 [colin] 0.8.2claws8
1257 Added a sanity check in summary_select_thread
1258 Should fix bug 601605
1260 2002-08-29 [colin] 0.8.2claws7
1263 Revert claws6 changes regarding bug #591676
1265 2002-08-28 [colin] 0.8.2claws6
1268 Ignore cache for queue folderitems
1271 2002-08-28 [melvin] 0.8.2claws5
1276 2002-08-28 [melvin] 0.8.2claws4
1279 Updated a bit the text concerning the spell checker
1281 2002-08-28 [melvin] 0.8.2claws3
1283 Merged the GNU_aspell_branch:
1284 Support of new GNU/aspell is now included and the old pspell
1285 is not supported anymore.
1289 Updated spell checker text to reflect the switch to GNU/aspell
1291 * ac/aspell.m4 *** NEW ***
1292 * src/gtkaspell.[ch] *** NEW ***
1293 * ac/pspell.m4 *** DELETED ***
1294 * src/gtkspell.[ch] *** DELETED ***
1297 Updated for GNU/aspell support
1300 Replaced gtkspell.c by gtkaspell.c
1308 * src/prefs_common.[ch]
1309 Updated for GNU/aspell support
1311 2002-08-28 [paul] 0.8.2claws2
1313 * sync with 0.8.2cvs4
1314 see ChangeLog 2002-08-27 and 2002-08-28
1316 2002-08-28 [colin] 0.8.2claws1
1318 * src/summary_search.c
1321 2002-08-28 [jens] 0.8.2claws
1324 Updated German translations
1326 2002-08-27 [melvin] 0.8.2claws
1329 Updated French translations
1331 2002-08-27 [paul] 0.8.2claws
1333 * sync with 0.8.2 main release
1341 updated message catalogs submitted by
1342 Ricardo Mones Lastra, Alessandro Maestri,
1343 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
1344 Beneditto and Urke MMI
1346 2002-08-27 [hoa] 0.8.1claws123
1348 * src/mainwindow.[ch]
1349 * src/summaryview.[ch]
1350 removed the "filter setting" menu option.
1351 add a "cancel a news message" menu option.
1353 2002-08-26 [martin] 0.8.1claws122
1356 changed string under 0.8.1claws79 changed by myself
1359 2002-08-26 [martin] 0.8.1claws121
1362 added kill command to debuggerrc to start crash dialog
1364 2002-08-26 [paul] 0.8.1claws120
1366 * sync with 0.8.1cvs31
1367 see ChangeLog 2002-08-26
1369 2002-08-25 [alfons] 0.8.1claws119
1372 fix bug that didn't send out correct headers to news server
1373 when sending news article and email from queue (bug reported
1374 and patch provided by Tim Mann; closes bug
1375 "[ 583196 ] 0.7.8claws can't post news")
1377 2002-08-25 [alfons] 0.8.1claws118
1379 * src/selective_download.c
1380 mark two strings as translatable
1381 (thanks to Urke MMI for pointing this out)
1383 2002-08-25 [alfons] 0.8.1claws117
1386 treat sent boxes as special and allow sorting them by addressee
1387 (closes "[ 589418 ] Sent folder sorting misbehavior"
1388 submitted by Steve Lamb)
1390 2002-08-24 [alfons] 0.8.1claws116
1393 fix memleak reported by Martin Kluge
1394 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
1396 2002-08-24 [oliver] 0.8.1claws115
1398 * src/prefs_toolbar.c
1399 o code cleanup as suggested by Alfons
1402 2002-08-24 [alfons] 0.8.1claws114
1405 o fix another memory leak reported by Martin Kluge
1406 (see "[ 599568 ] Small Memory Leak")
1407 o remove 'from' variable from 'summary_set_header()'; we can
1410 2002-08-24 [paul] 0.8.1claws113
1412 * sync with 0.8.1cvs30
1413 see ChangeLog 2002-08-23
1415 2002-08-24 [alfons] 0.8.1claws112
1418 remove unnecessary allocations for search bar fixing leaks
1419 reported by Martin Kluge
1420 (see "[ 599451 ] Further memory leaks?")
1422 2002-08-24 [alfons] 0.8.1claws111
1425 make get_socket_name() public for crash.c
1427 o make report bug button work (goes to claws'
1428 bug tracker at sf.net)
1429 o introduce function for doing important stuff just
1430 before claws goes down
1433 2002-08-24 [alfons] 0.8.1claws110
1436 move cursor to "To" entry when forwarding as attachment
1437 (reported and solved by Steve Lamb, closes bug report
1438 "[ 592880 ] Forward as attachment; cursor not in to")
1440 2002-08-24 [colin] 0.8.1claws109
1443 fix quick search visibility after GUI (de)separations.
1445 2002-08-23 [colin] 0.8.1claws108
1448 fix header pane visibility after folderview or
1449 messageview (de)separation
1451 2002-08-23 [paul] 0.8.1claws107
1453 * src/mainwindow.[ch]
1455 give full control of display or non-display
1456 of the Execute icon to Custom toolbar settings.
1457 add new sensitivity condition to maninwindow.h:
1463 more sync with 0.8.1cvs29
1465 2002-08-23 [melvin] 0.8.1claws106
1468 Readded support for custom widget in alertpanel lost in last
1471 2002-08-23 [paul] 0.8.1claws105
1473 * sync with 0.8.1cvs29
1474 see ChangeLog 2002-08-23
1476 2002-08-23 [colin] 0.8.1claws104
1479 Fix folder and search pixmaps exchanging positions
1480 after theme or toolbar changes. Thank to Oliver for
1483 2002-08-23 [colin] 0.8.1claws103
1486 src/messageview.[ch]
1489 Changed messageview_create() and noticeview_create()
1490 to avoid the last gdk_warning
1492 2002-08-22 [colin] 0.8.1claws102
1495 Fix my new `Creating pixmap from xpm' warning
1497 2002-08-22 [colin] 0.8.1claws101
1500 Fix some of the gdk warnings
1502 2002-08-22 [colin] 0.8.1claws100
1505 * src/stock_pixmap.c
1506 * src/stock_pixmap.h
1507 * src/pixmaps/quicksearch.xpm *ADDED*
1508 Add the quicksearch pixmap
1512 Make quicksearch bar visible/hidden via a button
1514 2002-08-22 [christoph] 0.8.1claws99
1517 fix folder update for newsgroups with message
1518 numbers below minimum number of articles to fetch
1519 (closes bug #598445)
1521 2002-08-22 [paul] 0.8.1claws98
1523 * sync with 0.8.1cvs28
1524 see ChangeLog 2002-08-22
1526 2002-08-21 [alfons] 0.8.1claws97
1529 use bt instead of bt full which seems to work
1530 better, and bt full doesn't give a great deal
1531 of information anyway
1533 2002-08-21 [colin] 0.8.1claws96
1536 fix summaryview_searchtype_changed prototype
1538 2002-08-21 [christoph] 0.8.1claws95
1541 o fix broken menu update for sorting type, we have to
1542 get this info from the summaryview now
1543 o removed setting of threaded state in menu callback
1544 * src/summaryview.[ch]
1545 more summaryview/folderitem seperation for
1548 removed not required --with-compiler-flags option
1550 2002-08-21 [oliver] 0.8.1claws94
1553 o rename toolbar.xml to toolbar_main.xml
1554 since toolbar_compose.xml might come up
1559 2002-08-21 [darko] 0.8.1claws93
1562 don't reset tmp flags for messages copied
1565 2002-08-21 [colin] 0.8.1claws92
1567 * src/prefs_filtering.c
1568 fix renaming rules on folder rename
1569 when folder is not a leaf folder
1571 2002-08-21 [paul] 0.8.1claws91
1573 * src/prefs_folder_item.c
1574 fix alignment of colour selector
1576 2002-08-21 [paul] 0.8.1claws90
1578 * sync with 0.8.1cvs27
1579 see ChangeLog 2002-08-21
1581 2002-08-21 [paul] 0.8.1claws89
1584 fix crash when changing field type in
1587 2002-08-21 [colin] 0.8.1claws88
1590 Made quick search case-insensitive
1592 2002-08-21 [paul] 0.8.1claws87
1594 * sync with 0.8.1cvs26
1595 see ChangeLog 2002-08-21
1597 2002-08-20 [christoph] 0.8.1claws86
1601 * src/summaryview.[ch]
1602 more summaryview/folderitem seperation for
1603 sort_key and sort_type
1605 added missing return statement
1607 2002-08-20 [colin] 0.8.1claws85
1609 * src/summaryview.[ch]
1610 Added a quick search box
1612 * src/prefs_common.[ch]
1613 Added a show/hide option for the quick search
1615 2002-08-20 [oliver] 0.8.1claws84
1618 remove toolbar_create_popups
1620 o remove toolbar_create_popups
1621 o fix toolbar_set_sensitive
1622 (Bug reports #596834 and #596832)
1623 * src/prefs_toolbar.c
1624 o add "Set default" button
1625 o align label and text + combo widgets
1627 2002-08-20 [hoa] 0.8.1claws83bis
1630 fixed a bug in imap_fetch_msginfo() in case there is no
1633 2002-08-20 [darko] 0.8.1claws83
1636 copy the color style of folder view so it
1637 works with GTK themes
1639 2002-08-20 [darko] 0.8.1claws82
1643 * src/prefs_folder_item.[hc]
1644 don't use UI stuff in folder.h
1646 2002-08-20 [darko] 0.8.1claws81
1649 * src/prefs_folder_item.h
1651 * src/prefs_folder_item.c
1652 ability to set folder color in folderview
1654 2002-08-19 [alfons] 0.8.1claws80
1657 fix one of the earlier memleaks reported by Martin Kluge
1659 2002-08-19 [alfons] 0.8.1claws79
1662 hide notice view when selecting seperate folder
1663 view (reported by Urke MMI)
1665 2002-08-19 [christoph] 0.8.1claws78
1668 * src/prefs_folder_item.h
1669 * src/summaryview.[ch]
1670 o add summary_set_prefs_from_folderitem to set
1671 summaryview prefs (first step to remove all
1672 references to the folderitem in summaryview)
1673 o moved compiled regex stuff from folderitem prefs
1676 2002-08-19 [paul] 0.8.1claws77
1679 add check for '.' to QUOTE_IF_REQUIRED
1681 2002-08-19 [paul] 0.8.1claws76
1684 sync with 0.8.1cvs25 (plug memory leak)
1686 * src/prefs_toolbar.c
1687 re-order prefs_toolbar_cancel()
1689 2002-08-18 [alfons] 0.8.1claws75
1693 plug other memleaks reported by Martin Kluge
1695 2002-08-18 [paul] 0.8.1claws74
1698 updated by Fabio Jr. Beneditto
1700 2002-08-18 [paul] 0.8.1claws73
1703 fix bug where tooltips were displayed untranslated
1705 * src/prefs_toolbar.c
1706 fix bug where clicking 'Cancel' creates an icon & text
1707 toolbar regardless of prefs
1710 2002-08-17 [oliver] 0.8.1claws72
1712 * src/prefs_toolbar.c
1713 update toolbar on CANCEL
1714 bug reported by Martin Kluge
1716 toolbar_destroy memleak fixed
1718 2002-08-17 [alfons] 0.8.1claws71
1721 plug another memleak reported by Martin Kluge
1723 2002-08-16 [alfons] 0.8.1claws70
1726 use execvp() correctly (suggested by wwp; thanks!)
1728 2002-08-16 [alfons] 0.8.1claws69
1731 plug memory leak reported by Kim Schultz & Martin Kluge
1733 2002-08-16 [paul] 0.8.1claws68
1736 updated by Ricardo Mones Lastra
1738 2002-08-16 [paul] 0.8.1claws67
1741 fix bug where 'Compose News' icon showed wrong
1744 2002-08-16 [paul] 0.8.1claws66
1746 * sync with 0.8.1cvs24
1747 see ChangeLog 2002-08-16
1750 updated by Alessandro Maestri
1752 2002-08-15 [paul] 0.8.1claws65
1757 2002-08-15 [paul] 0.8.1claws64
1760 don't translate debug info
1765 2002-08-15 [paul] 0.8.1claws63
1767 * src/prefs_toolbar.c
1768 fix bug where clicking 'OK' creates an icon & text
1769 toolbar regardless of prefs
1771 2002-08-14 [alfons] 0.8.1claws62
1774 add global var that has the full argv[0]
1776 o execvp the correct sylpheed by using argv0
1777 and setting the correct work dir
1780 2002-08-14 [oliver] 0.8.1claws61
1782 * enable/disable Toolbar Action Buttons
1786 * src/prefs_toolbar.c
1788 2002-08-14 [melvin] 0.8.1claws60
1791 Updated French translations
1793 2002-08-14 [melvin] 0.8.1claws59
1796 Made bug report not translatable
1798 Fixed exporthtml_build_filespec() return value
1800 Fixed incorrect include file
1802 * src/prefs_actions.c
1803 * src/prefs_toolbar.c
1804 Made debug info not translatable
1807 Added missing includes
1808 * src/prefs_common.c
1811 2002-08-14 [paul] 0.8.1claws58
1813 * faq/es/sylpheed-faq.html
1814 faq/es/sylpheed-faq-[1-3].html
1815 faq/es/sylpheed-faq-4.html **NEW FILE **
1818 2002-08-13 [christoph] 0.8.1claws57
1821 ignore thread fix that did not mark all
1822 child nodes of a ignored thread as
1823 ignored. Does not work perfectly yet,
1824 but it is better now
1826 2002-08-13 [alfons] 0.8.1claws56
1829 o implement 'save crash log'
1832 2002-08-13 [melvin] 0.8.1claws55
1835 removed unrequired "execinfo.h" header
1837 2002-08-12 [paul] 0.8.1claws54
1839 * faq/en/sylpheed-faq.html
1840 faq/en/sylpheed-faq-[1-3].html
1841 faq/en/sylpheed-faq-4.html **NEW FILE **
1844 2002-08-12 [alfons] 0.8.1claws53
1847 add crash.c to translatables
1849 bring in Leandro's crash dialog
1851 2002-08-11 [alfons] 0.8.1claws52
1854 clean up some warnings
1856 2002-08-11 [alfons] 0.8.1claws51
1860 * src/crash.[ch] ** NEW FILES **
1862 initial gdb crash handler
1864 2002-08-11 [paul] 0.8.1claws50
1866 * src/prefs_toolbar.c
1867 replace Up/Down arrow pixmaps with text to be
1868 consistent across icon themes
1870 2002-08-11 [paul] 0.8.1claws49
1872 * src/prefs_common.c
1874 rename 'Pixmap' -> 'Icon'
1877 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1879 2002-08-10 [paul] 0.8.1claws48
1881 * src/prefs_toolbar.c
1884 2002-08-10 [paul] 0.8.1claws47
1887 don't write Processing progress to status bar
1888 patch submitted by Alexander Evseev
1890 * src/prefs_toolbar.c
1891 re-position and resize window
1892 make window assume correct size on first call
1894 2002-08-10 [paul] 0.8.1claws46
1901 follow UI text conventions
1903 2002-08-10 [alfons] 0.8.1claws45
1906 correct pixmap for delete action
1908 2002-08-10 [paul] 0.8.1claws44
1911 updated by Fabio Jr. Beneditto
1913 2002-08-10 [paul] 0.8.1claws43
1916 add custom toolbar files
1918 2002-08-10 [paul] 0.8.1claws42
1920 * sync with 0.8.1cvs22
1921 see ChangeLog 2002-08-09
1923 2002-08-09 [paul] 0.8.1claws41
1927 tools/outlook2sylpheed.pl ** NEW FILE **
1928 add script to convert exported Outlook
1929 contacts list to a Sylpheed addressbook.
1930 Submitted by Ricardo Mones Lastra.
1932 2002-08-09 [paul] 0.8.1claws40
1936 po/sr.po ** NEW FILE **
1937 add Serbian message catalog. Submitted by
1938 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
1940 2002-08-09 [paul] 0.8.1claws39
1942 * sync with 0.8.1cvs21
1943 see ChangeLog 2002-08-08
1945 2002-08-08 [oliver] 0.8.1claws38
1948 move Custom Toolbar to Configuration menu
1950 2002-08-08 [oliver] 0.8.1claws37
1952 * src/prefs_toolbar.c
1953 fix substitute pixmap bug
1955 2002-08-08 [paul] 0.8.1claws36
1957 * sync with 0.8.1cvs19
1958 see ChangeLog 2002-08-08
1960 2002-08-07 [christoph] 0.8.1claws35
1963 fixed a memory leak in new canonicalize_file_replace
1965 2002-08-07 [christoph] 0.8.1claws34
1968 o canonicalize_file_replace should create the temporary
1969 file in the same directory as the original file.
1970 o added get_tmpfile_in_dir that creates a temorary file
1971 in a specified directory.
1973 2002-08-07 [melvin] 0.8.1claws33
1976 fixed bug where 'Article' button acted as 'Email' button.
1978 2002-08-07 [paul] 0.8.1claws32
1980 * sync with 0.8.1.cvs17
1981 see ChangeLog 2002-08-07
1983 2002-08-07 [colin] 0.8.1claws31
1986 fix mass-cancel problem
1988 2002-08-07 [thorsten] 0.8.1claws30
1990 * src/prefs_toolbar.c
1991 fix: crash on replace or add new button
1993 fix: close xmlfile after reading
1995 fix: unlink() file before rename()
1997 2002-08-06 [paul] 0.8.1claws29
1999 * sync with 0.8.cvs15
2000 see ChangeLog 2002-08-06
2002 2002-08-06 [oliver] 0.8.1claws28
2005 * src/prefs_toolbar.c
2006 fixed empty toolbar issue
2008 2002-08-06 [oliver] 0.8.1claws27
2010 * Custom Toolbar Final
2014 o toolbar stuff now lives in src/toolbar.[ch]
2015 o main_window_toolbar_* functions are renamed to
2016 toolbar_* reflecting their new source file
2017 * src/mainwindow.[ch]
2018 o remove toolbar stuff
2020 2002-08-06 [oliver] 0.8.1claws26
2023 * src/prefs_toolbar.[ch] **New File**
2024 * src/toolbar.[ch] **New File**
2025 o prefs_toolbar.[ch] custom toolbar frontend
2026 o toolbar.[ch] backend
2028 2002-08-06 [oliver] 0.8.1claws25
2030 * src/prefs_actions.[ch]
2031 o new exported function actions_execute
2033 2002-08-06 [paul] 0.8.1claws24
2035 * sync with 0.8.1cvs4
2036 see ChangeLog 2002-08-06
2038 2002-08-06 [paul] 0.8.1claws23
2040 * sync with 0.8.1cvs13
2041 see ChangeLog 2002-08-06
2043 2002-08-06 [paul] 0.8.1claws22
2045 * sync with 0.8.1cvs12
2046 see ChangeLog 2002-08-05 and 2002-08-06
2048 2002-08-06 [match] 0.8.1claws21
2051 improvements to cut/copy/paste address
2053 2002-08-05 [match] 0.8.1claws20
2060 fixes to improve cut/copy/paste
2062 2002-08-06 [melvin] 0.8.1claws19
2065 account_find_all_from_address(): new function that returns the
2066 list of all accounts that are matched in an address.
2067 * src/alertpanel.[ch]
2068 alertpanel() now accepts a custom widget
2069 alertpanel_with_widget(): new function that pops up a panel with
2070 a custom widget in it
2072 gtkut_account_menu_new(): new function that allows the selection
2073 of an account from a list of accounts.
2075 Extended Return Receipt notification to select the correct
2076 account and to make a security test on the Delivery-Notification
2077 address which should be the same as the Return-Path.
2079 2002-08-06 [thorsten] 0.8.1claws18
2082 attach_all: save unnamed as "noname.%d",
2083 dont free static dirname
2085 2002-08-05 [alfons] 0.8.1claws17
2088 detect XIM by trying to link rather than compile a XIM program
2090 2002-08-05 [oliver] 0.8.1claws16
2092 * src/stock_pixmap.[ch]
2093 o add UP_ARROW to available pixmaps (already in pixmap-directory)
2094 o new func to retrieve pixmaps
2096 2002-08-05 [paul] 0.8.1claws15
2098 * sync with 0.8.1cvs10
2099 see ChangeLog 2002-08-05
2101 2002-08-04 [alfons] 0.8.1claws14
2104 see if this plugs memleak
2106 2002-08-04 [melvin] 0.8.1claws13
2109 fixed bug that could crash Sylpheed when highlighting
2110 all misspelled words.
2112 2002-08-03 [melvin] 0.8.1claws12
2114 * src/prefs_actions.c
2115 removed unnecessary checks for NULL introduced in 0.8.1claws11.
2117 fixed bug where the Return Receipt was sent to
2118 Delivery-Notification-To address even if it was not present
2120 2002-08-02 [alfons] 0.8.1claws11
2122 * src/prefs_actions.c
2123 o more check for NULLs
2124 o put create_io_dialog() in right conditional block
2126 2002-08-02 [paul] 0.8.1claws10
2129 updated by Ricardo Mones Lastra
2131 2002-08-01 [christoph] 0.8.1claws9
2134 don't free the cache of the opened
2135 folder in the summaryview
2137 don't unset flags, if it is not required
2139 2002-08-01 [paul] 0.8.1claws8
2141 * sync with 0.8.1cvs8
2142 see ChangeLog entry 2002-08-01
2144 2002-08-01 [paul] 0.8.1claws7
2146 * sync with 0.8.1cvs7
2147 see ChangeLog 2002-07-31 and 2002-08-01
2149 2002-07-31 [christoph] 0.8.1claws6
2152 forgot to update menu sensitivity
2153 function for new menu entry
2155 2002-07-31 [alfons] 0.8.1claws5
2158 check folder item and its path for NULL on
2161 2002-07-31 [christoph] 0.8.1claws4
2164 check if folder_item_get_msginfo in
2165 folder_item_remove_msg returned NULL
2167 better clear the uid cache in the
2168 uid validity check function and delete
2171 2002-07-31 [paul] 0.8.1claws3
2174 add the '--attach' option and a few other
2177 2002-07-31 [paul] 0.8.1claws2
2179 * sync with 0.8.1cvs5
2180 see ChangeLog 2002-07-31
2182 2002-07-31 [christoph] 0.8.1claws1
2184 * src/folderview.[ch]
2186 replace "Rescan all folders..." with
2187 "Check all folders for new messages..."
2189 2002-07-30 [paul] 0.8.1claws
2191 * version 0.8.1claws released
2193 2002-07-30 [paul] 0.8.0claws29
2195 * tools/OOo2sylpheed.pl ** NEW FILE **
2197 add script to enable sending documents as
2198 attachments from OpenOffice.org
2200 2002-07-30 [melvin] 0.8.0claws28
2202 * src/prefs_actions.c
2203 Made the actions' input/output dialog display
2206 2002-07-30 [christoph] 0.8.0claws27
2209 check if folder_item_get_msginfo in
2210 procmsg_save_to_outbox returned NULL
2212 2002-07-30 [paul] 0.8.0claws26
2214 * sync with 0.8.1cvs4
2215 see ChangeLog 2002-07-29
2217 2002-07-29 [thorsten] 0.8.0claws25
2220 added selective download, delete on server
2222 2002-07-29 [paul] 0.8.0claws24
2224 * sync with 0.8.1cvs3
2225 see ChangeLog 2002-07-29
2227 2002-07-27 [christoph] 0.8.0claws23
2230 add extra check if fetching the msginfo
2233 2002-07-27 [paul] 0.8.0claws22
2235 * sync with 0.8.1cvs2
2236 see ChangeLog 2002-07-26
2238 2002-07-27 [christoph] 0.8.0claws21
2241 add another check if a valid msginfo
2244 2002-07-26 [hoa] 0.8.0claws20
2247 Fixed a condition in folder_item_destroy()
2250 Fixed an error in IMAP protocol
2252 2002-07-26 [alfons] 0.8.0claws19
2255 ofcourse compare with identifier, not the path
2257 2002-07-26 [alfons] 0.8.0claws18
2260 use folder item identifier for saving / restoring
2261 preferences because folder->path might not be unique
2263 2002-07-26 [melvin] 0.8.0claws17
2266 Fixed a crash introduced in 0.8.0claws5 when log is
2267 cut under 80 characters.
2269 2002-07-26 [paul] 0.8.0claws16
2271 * sync with 0.8.1cvs1
2272 see ChangeLog 2002-07-26
2274 2002-07-26 [christoph] 0.8.0claws15
2277 imap folder now remembers the last selected
2278 folder and imap_fetch_msginfo skips selecting
2279 the folder if it is already selected
2281 2002-07-26 [christoph] 0.8.0claws14
2286 fix imap folder rescanning
2288 2002-07-25 [christoph] 0.8.0claws13
2298 implement imap uid cache and uid validity check
2300 2002-07-25 [alfons] 0.8.0claws12
2303 fix a brown paper bag bug, and also add some more
2306 2002-07-25 [christoph] 0.8.0claws11
2309 don't mix copy, fetch_msginfo and remove
2310 operations in folder item copy and move
2313 2002-07-25 [christoph] 0.8.0claws10
2317 * src/prefs_folder_item.c
2318 * src/summaryview.[ch]
2319 remove no longer required parameter update_cache from
2322 2002-07-25 [paul] 0.8.0claws9
2329 2002-07-24 [alfons] 0.8.0claws8
2332 sort correctly when using simplified subject line
2333 (closes feature request "[ 585141 ] applying regexp to subject
2334 before sort" submitted by Alexandra Walford)
2336 2002-07-24 [paul] 0.8.0claws7
2338 * sync with 0.8.0cvs3
2339 see ChangeLog 2002-07-24
2341 2002-07-23 [christoph] 0.8.0claws6
2348 o separate processing and summaryview
2349 o removed summary_write_cache from summaryview
2350 o removed summaryview->killed_messages, because we don't have
2351 to keep a list of killed messages anymore. New cache will
2352 keep the hidden messages in cache anyway
2355 * src/selective_download.c
2356 o removed unnecessary summary_write_cache calls
2358 o don't set ignore thread flag in procmsg_get_thread_tree
2359 if it is already set
2362 o moved STATUSBAR_PUSH/POP to statusbar.h because
2363 they are used in different files
2365 2002-07-23 [melvin] 0.8.0claws5
2371 * src/editldap_basedn.c
2373 * src/prefs_common.c
2374 Fixed few memory leak (gtk_editable_get_chars returns
2375 an allocated string)
2377 Fixed few memory leak (gtk_editable_get_chars returns
2378 an allocated string) and modified a little the log cutting
2381 Replaced a call to an obsolete function gtk_entry_get_text()
2382 by gtk_editable_get_chars()
2384 Removed a debug printf
2386 2002-07-23 [christoph] 0.8.0claws4
2389 fix another g_dirname memory leak
2391 2002-07-23 [christoph] 0.8.0claws3
2394 fixed a memory leak in mh_fetch_msginfo
2395 fixed crash when message header could not be
2398 2002-07-23 [paul] 0.8.0claws2
2400 * sync with 0.8.0cvs2
2401 see ChangeLog 2002-07-23
2403 2002-07-23 [paul] 0.8.0claws1
2405 * sync with 0.8.0cvs1
2406 see ChangeLog 2002-07-23
2408 2002-07-23 [paul] 0.8.0claws
2410 * release of 0.8.0claws
2412 2002-07-23 [paul] 0.7.8claws99
2415 new Russian translation, submitted by
2416 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
2418 2002-07-22 [jens] 0.7.8claws98
2421 Updated German translations.
2423 2002-07-22 [paul] 0.7.8claws97
2429 updated translations by Ricardo Mones Lastra,
2430 Alessandro Maestri, Wilbert Berendsen and
2431 Fabio Jr. Beneditto respectively
2433 2002-07-22 [christoph] 0.7.8claws96
2436 fix memory leak caused by wrong g_dirname usage
2438 2002-07-22 [christoph] 0.7.8claws95
2441 update new and unread message counts for summaryview
2442 summaryview does not get it from the folder anymore
2443 and has to update the values itself
2445 2002-07-22 [melvin] 0.7.8claws94
2448 Updated French translations.
2450 2002-07-22 [christoph] 0.7.8claws93
2453 set prop->preg pointer to NULL or following check
2454 will not fail and regexec will be called with
2457 2002-07-21 [alfons] 0.7.8claws92
2459 * src/prefs_common.[ch]
2460 remove option "Send return receipt on request"
2462 2002-07-21 [thorsten] 0.7.8claws91
2465 fixed memleaks, coding style as pointed out by alfons
2467 2002-07-21 [alfons] 0.7.8claws90
2470 * src/noticeview.[ch]
2471 o fix bug notice view being displayed when going to empty folder
2472 (noticed by Christoph)
2473 o allow RRR to be sent when restarting sylpheed, or changing folder
2474 (noticed by Thorsten)
2476 2002-07-21 [thorsten] 0.7.8claws89
2479 Included save_all patch from Xaview FACQ
2480 added support for pathnames
2482 2002-07-21 [alfons] 0.7.8claws88
2487 * src/messageview.[ch]
2488 * src/noticeview.c ** NEW FILE **
2489 * src/noticeview.h ** NEW FILE **
2490 make return receipts work again
2491 (UI idea by Leandro Pereira)
2493 2002-07-21 [paul] 0.7.8claws87
2496 fix sensitivity of 'Select thread'
2498 2002-07-21 [paul] 0.7.8claws86
2500 * src/prefs_common.c
2501 add browser command line for Galeon
2503 2002-07-21 [paul] 0.7.8claws85
2506 fix 'EXTRA_DIST': remove README.README, add TODO
2509 2002-07-21 [alfons] 0.7.8claws84
2512 make enter clear selection
2513 (closes "[ 579888 ] Editor selection/entry error"
2514 reported by Steve Lamb)
2516 2002-07-21 [alfons] 0.7.8claws83
2519 sort message list when selecting unthread messages
2520 (closes "[ 501593 ] switching threaded view doesn't sort"
2521 reported by Simon Schubert)
2523 2002-07-20 [alfons] 0.7.8claws82
2528 2002-07-20 [thorsten] 0.7.8claws81
2531 Fixed expansion of empty fields in matchactions
2533 2002-07-19 [melvin] 0.7.8claws80
2536 Removed a duplicate menu entry (fast mode) introduced during
2538 Added a menu separator between 'Use alternate' and 'Fast mode'
2540 2002-07-19 [paul] 0.7.8claws79
2546 2002-07-19 [thorsten] 0.7.8claws78
2548 * tools/calypso_convert.pl ** NEW FILE **
2551 script to import mbox files exported
2553 o generates folder structure
2554 o includes attachments
2556 2002-07-19 [melvin] 0.7.8claws77
2558 * src/selective_download.[ch]
2559 Fixed bug where closing the dialog with the window manager's
2560 close button will not unlock the summary
2561 Corrected some function declarations that missed a return value
2562 Made the source code comply better with coding style.
2563 * src/prefs_common.c
2564 Added new browser command line for Mozilla.
2566 2002-07-18 [paul] 0.7.8claws76
2569 src/selective_download.[ch]
2570 reflect theme changes, fix Gdk Warning when creating
2571 pixmap from NULL window, and minor clean up.
2572 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2577 2002-07-17 [paul] 0.7.8claws75
2585 2002-07-16 [paul] 0.7.8claws74
2587 * tools/filter_conv.pl
2589 replace conversion script with reimplemented version,
2590 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
2592 2002-07-16 [colin] 0.7.8claws73
2595 remove forgotten debug messages - sorry ;-)
2597 2002-07-16 [colin] 0.7.8claws72
2603 add the ability to select part of a text mime-part
2606 2002-07-15 [christoph] 0.7.8claws71
2609 fix folder message count for folders without
2610 msg_is_changed (includes news folders)
2612 2002-07-15 [martin] 0.7.8claws70
2615 option "display recipient on 'From'..." now works
2616 without the need of enabling the option
2617 "display sender using address book".
2619 2002-07-15 [christoph] 0.7.8claws69
2622 removed setting folder status from summaryview.
2623 folder.c should update all message counts correctly.
2625 2002-07-15 [paul] 0.7.8claws68
2628 updated by Fabio Junior Beneditto
2630 2002-07-15 [darko] 0.7.8claws67
2633 Fixed target folder colorization, don't decrease op
2636 2002-07-14 [paul] 0.7.8claws66
2638 * sync with main 0.8.0
2639 see ChangeLog 2002-07-14
2641 2002-07-13 [melvin] 0.7.8claws65
2646 Replaced sprintf by g_snprintf to prevent possible buffer
2649 Corrected a log message output format.
2650 Added a missing "done" debug output.
2652 Added keyboard accelerator for Priority menu items
2653 Added missing \n in debug output
2657 Added missing \n in debug output
2659 2002-07-13 [paul] 0.7.8claws64
2662 change Sergey's email address to the sf address
2665 increase show_url_timeout (more useful for long
2668 2002-07-12 [sergey] 0.7.8claws63
2671 applied (with some modifications) patch to set the
2672 micalg parameter for signatures
2673 (2001-08-28 Werner Koch <wk@gnupg.org>)
2675 2002-07-12 [sergey] 0.7.8claws62
2679 fixed man page installation
2681 2002-07-12 [paul] 0.7.8claws61
2683 * sync with 0.7.8cvs26
2684 see ChangeLog 2002-07-11 and 2002-07-12
2686 2002-07-11 [christoph] 0.7.8claws60
2690 first use the message number to find the message
2691 to mark with a reply flag but check the
2692 message-id if we got the correct message, if not
2693 try to find it by message-id.
2694 use new string seperator that is not allowed
2697 2002-07-11 [paul] 0.7.8claws59
2699 * sync with 0.7.8cvs23
2700 see ChangeLog 2002-07-10
2702 2002-07-10 [christoph] 0.7.8claws58
2706 Added message-id table to the cache in memory
2707 and functions to msgcache.c and folder.c to
2708 fetch MsgInfos by message id
2711 store folder and message-id of message replying
2712 to in queue header and set reply flag after sending
2713 (Closes bug #469498)
2715 2002-07-10 [paul] 0.7.8claws57
2719 add Martin to the list of authors
2721 2002-07-09 [martin] 0.7.8claws56
2723 Added gtk_ctree_last_visible(), tree_update_level(),
2724 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
2725 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2726 from gtk+ to gtksctree.c for the new sorting code
2727 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
2728 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
2730 Added declaration for gtk_sctree_sort_recursive() and
2731 gtk_sctree_sort_node
2736 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2737 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
2739 2002-07-08 [paul] 0.7.8claws55
2741 * more sync with 0.7.8cvs21
2742 see ChangeLog 2002-07-08
2744 2002-07-08 [paul] 0.7.8claws54
2746 * sync with 0.7.8cvs21
2747 see ChangeLog 2002-07-08
2749 2002-07-07 [alfons] 0.7.8claws53
2752 * src/stock_pixmap.[ch]
2753 * src/pixmaps/notice_warn.xpm ** NEW FILE **
2754 * src/pixmaps/notice_error.xpm ** NEW FILE **
2755 * src/pixmaps/notice_note.xpm ** NEW FILE **
2756 add new pixmaps for upcoming notice pane
2758 2002-07-06 [melvin] 0.7.8claws52
2761 Made them a bit closer to Sylpheed's coding style.
2763 Removed possible memory leaks when some errors occurs.
2765 2002-07-06 [melvin] 0.7.8claws51
2768 Removed --no-location in xgettext command line to help
2769 translators that use Emacs' po-mode
2771 Removed unnecessary comments that messed up sylpheed.pot
2773 2002-07-06 [paul] 0.7.8claws50
2775 * sync with 0.7.8cvs19
2776 see ChangeLog 2002-07-05
2778 2002-07-06 [christoph] 0.7.8claws49
2782 fix folder_item_remove_all_msg and folderview
2783 status for trash folders after emptying trash
2785 2002-07-05 [paul] 0.7.8claws48
2787 * sync with 0.7.8cvs16
2788 see ChangeLog 2002-07-04 and 2002-07-05
2790 2002-07-04 [paul] 0.7.8claws47
2792 * sync with 0.7.8cvs14
2793 see ChangeLog 2002-07-04
2795 2002-07-03 [alfons] 0.7.8claws46
2798 dupe folder item's path because it's being reallocated
2799 by new folder scanning code
2801 2002-07-03 [christoph] 0.7.8claws45
2804 better IMAP uid fetching using 'FETCH 1:* (UID)'
2806 add missing return in msgcache_write
2808 2002-07-02 [thorsten] 0.7.8claws44
2813 use binary mode for file access
2815 2002-07-02 [christoph] 0.7.8claws43
2817 * major code cleanup (part 1)
2819 - unused variables removed
2820 - unused functions removed
2821 - uninitialized variables checked
2822 - missing return statements added
2823 - missing function return types added
2824 - added parentheses around assignment and
2825 && in || when suggested by gcc
2829 replaced direct calls to folder->scan_tree
2830 with folder_scan_tree and restore folder
2831 prefs in this function. The folder should
2832 not have to deal with them.
2833 ( Should now work for all folder types )
2835 2002-07-02 [paul] 0.7.8claws42
2837 * sync with 0.7.8cvs13
2838 see ChangeLog 2002-07-01 and 2002-07-02
2840 2002-07-01 [christoph] 0.7.8claws41
2843 fix "goto next/prev unread message" with
2846 2002-07-01 [paul] 0.7.8claws40
2849 updated by Ricardo Mones Lastra
2851 2002-06-30 [match] 0.7.8claws39
2854 applied variation of leonerd's patch (566661) to
2855 allow multiple email addresses per JPilot entry.
2856 addresses may be separated by space, comma, pipe,
2857 semi-colon, new-line.
2859 2002-06-30 [alfons] 0.7.8claws38
2862 simple fix for putting older nodes before
2863 newer nodes when threading by subject
2865 2002-06-30 [christoph] 0.7.8claws37
2872 fix broken folder tree rescaning
2873 and don't use procmsg_get_mark_sum
2876 2002-06-30 [christoph] 0.7.8claws36
2878 * merge new cache branch
2880 fix new cache imap copy bug
2882 improved folder_item_scan
2883 it should now always set the correct
2884 new, unread and total message counts
2886 2002-06-29 [paul] 0.7.8claws35
2889 correct syntax error
2891 2002-06-29 [paul] 0.7.8claws34
2895 man/Makefile.am ** NEW FILE **
2896 man/sylpheed.1.gz ** NEW FILE **
2897 add Sylpheed man page
2899 2002-06-29 [paul] 0.7.8claws33
2902 updated by Fabio Junior Beneditto
2904 2002-06-28 [jens] 0.7.8claws32
2909 * src/selective_download.c
2910 removed gettext for space " "
2915 2002-06-28 [paul] 0.7.8claws31
2917 * sync with 0.7.8cvs11
2918 see ChangeLog 2002-06-28
2920 2002-06-28 [paul] 0.7.8claws30
2922 * sync with 0.7.8cvs10
2923 see ChangeLog 2002-06-27 and 2002-06-28
2925 2002-06-26 [paul] 0.7.8claws29
2928 src/selective_download.c
2929 don't gettextise empty strings.
2930 reserved by gettext. gettext("") returns
2931 the header entry with meta information,
2932 not the empty string
2937 2002-06-26 [paul] 0.7.8claws28
2939 * sync with 0.7.8cvs7
2940 see ChangeLog 2002-06-25
2942 * src/prefs_common.c
2943 ...and in the process, tweak the gui a little
2945 2002-06-25 [alfons] 0.7.8claws27
2949 fine tune ldap library detection
2951 2002-06-25 [alfons] 0.7.8claws26
2954 don't allow return receipts when composing a news article
2956 2002-06-25 [paul] 0.7.8claws25
2959 add '$(AMTAR)' to 'release' section to allow for
2960 new and older autotools
2962 2002-06-25 [paul] 0.7.8claws24
2965 fix "No more unread messages" persistant pop-up
2968 2002-06-25 [paul] 0.7.8claws23
2971 updated by Alessandro Maestri
2973 2002-06-25 [paul] 0.7.8claws22
2975 * sync with 0.7.8cvs6
2976 see ChangeLog 2002-06-25
2978 2002-06-24 [paul] 0.7.8claws21
2981 add GPL copyright information
2983 2002-06-24 [paul] 0.7.8claws20
2987 tools/update-po ** NEW FILE **
2988 add script that eases the creation of *.po files
2989 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2991 2002-06-23 [alfons] 0.7.8claws19
2994 make notification_convert_header obey const correctness
2995 (next step will be fixing the broken return receipt)
2997 2002-06-23 [paul] 0.7.8claws18
3000 fix bug introduced in last commit:
3001 removed too much code in last commit - put back what's
3004 2002-06-23 [paul] 0.7.8claws17
3006 * src/messageview.[ch]
3007 remove code committed in error from locally patched
3010 2002-06-23 [colin] 0.7.8claws16
3013 add compose_entry_select(), used to select the default_to
3014 email address - hopefully avoiding people sending mails to
3017 2002-06-22 [alfons] 0.7.8claws15
3020 add Bram Metsch & Stanislav Karchebny
3022 * src/prefs_account.[ch]
3024 - apply and adapt Bram's patch which allows user to set SMTP AUTH
3025 options. (see <http://sourceforge.net/tracker/index.php
3026 ?func=detail&aid=566937&group_id=25528&atid=384600>);
3028 - merge Stanislav's fix to make SMTP AUTH work with qmail
3029 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
3031 2002-06-22 [paul] 0.7.8claws14
3033 * sync with 0.7.8cvs5
3034 see ChangeLog 2002-06-19 and 2002-06-20
3036 2002-06-22 [alfons] 0.7.8claws13
3038 * src/selective_download.c
3039 fix a stupid mistake I made
3041 2002-06-22 [alfons] 0.7.8claws12
3043 * src/selective_download.[ch]
3044 fix another unnoticed leak; cleanup code
3049 gpg-sign <-- gpg-sign-syl
3051 2002-06-21 [alfons] 0.7.8claws11
3053 * src/selective_download.c
3054 * src/selective_download.h
3055 fix assorted mix of allocation errors (should solve
3056 problem reported by Philippe Gramoullé, see:
3057 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
3059 2002-06-20 [melvin] 0.7.8claws10
3061 * tools/gpg-sign *REMOVED*
3062 tools/gpg-sign-syl *ADDED*
3063 Replaced the gpg clearsigning script with the version using
3064 xterm instead of ssh-askpass and changed its name.
3067 Updated actions example to reflect the renaming of the
3068 gpg clearsigning script.
3070 2002-06-19 [paul] 0.7.8claws9
3072 * sync with 0.7.8claws9
3073 see ChangeLog 2002-06-18 and 2002-06-19
3075 2002-06-19 [paul] 0.7.8claws8
3077 * sync with 0.7.8cvs1
3078 see ChangeLog 2002-06-18
3080 2002-06-18 [alfons] 0.7.8claws7
3083 add omitted prototype
3085 2002-06-17 [paul] 0.7.8claws6
3088 fix hiding of exec_btn
3090 2002-06-17 [paul] 0.7.8claws5
3093 remove unneeded code: should_delete()
3094 and Pop3State::uidl_todelete_list
3096 2002-06-17 [paul] 0.7.8claws4
3099 see ChangeLog 2002-06-11 and 2002-06-13
3101 2002-06-16 [alfons] 0.7.8claws3
3104 make sure lock sort mode (claws specific) is
3105 also persists after a tree rescan
3107 2002-06-16 [alfons] 0.7.8claws2
3109 * src/prefs_folder_item.c
3111 fix persistence of folder sort mode (broken
3112 by adapting Hiro's new folder persistence code)
3114 2002-06-16 [alfons] 0.7.8claws1
3118 * src/prefscommon.[ch]
3119 control size of log text in log window;
3120 closes patch #569155 submitted by Mitko Haralanov.
3122 2002-06-15 [paul] 0.7.8claws
3124 * release of 0.7.8claws
3126 2002-06-15 [paul] 0.7.7claws
3129 updated by Fabio Junior Beneditto
3131 2002-06-14 [paul] 0.7.6claws49
3134 updated by Ricardo Mones Lastra
3136 2002-06-14 [paul] 0.7.6claws48
3139 updated translation by Wilbert Berendsen
3141 2002-06-14 [melvin] 0.7.6claws47
3144 Updated French translation
3146 2002-06-13 [paul] 0.7.6claws46
3149 allow filename to be typed in, rather than just
3150 selected by the mouse. Patch by Gustavo Noronha Silva.
3152 2002-06-13 [alfons] 0.7.6claws45
3154 * src/mainwindow.[ch]
3155 more cleanups (removing unnecessary menu items Expand
3156 summary / message view)
3158 2002-06-13 [melvin] 0.7.6claws44
3161 Added src/string_match.c
3162 * src/string_match.c
3163 Fixed possible buffer overflow.
3165 Added missing config.h header.
3166 * src/prefs_common.c
3169 Made some strings translatable (missing _(..)).
3171 2002-06-13 [melvin] 0.7.6claws43
3174 Corrected action example (verifying clearsigned mail).
3175 * src/prefs_account.c
3177 * src/prefs_common.c
3178 Removed incorrect line that generated a Gtk-CRITICAL msg.
3180 2002-06-12 [alfons] 0.7.6claws42
3183 add init of score column lost in 0.7.6claws42
3185 2002-06-12 [paul] 0.7.6claws41
3187 * src/prefs_account.c
3188 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
3189 behavior of the radio buttons, (from 0.7.7cvs2)
3191 2002-06-11 [alfons] 0.7.6claws40
3193 * src/messageview.[ch]
3194 * src/summaryview.[ch]
3195 * src/summary_search.c
3197 perform a sync to bring in Hiro's separate view implementation
3199 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
3201 2002-06-11 [paul] 0.7.6claws39
3203 * src/prefs_account.c
3204 correct a typo on the Receive tab
3206 2002-06-10 [match] 0.7.6claws38
3209 Included address completion patch from Gustavo Noronha.
3211 2002-06-10 [paul] 0.7.6claws37
3215 src/prefs_account.[ch]
3216 src/selective_download.[ch]
3219 - check if POP Account
3220 - Receive Button renamed to Preview
3221 - Preview Button Popup: preview new/all messages
3223 - Account Preferences-->Receive tab checkbutton if you
3224 want to remove Mail after Download
3226 - Account Preferences-->Receive tab checkbutton use
3227 filtering rules on preview
3228 (think of delete_on_server)
3230 - Account selectable from SD dialog
3231 - checkbutton to show already downloaded messages if
3232 all messages are previewed
3233 - new clist column showing Date
3236 - play ball with UIDL
3237 - fault tolerant (?)
3238 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
3240 2002-06-10 [melvin] 0.7.6claws36
3243 Added a hint to ac/README in cvs instructions.
3245 * src/prefs_actions.c
3246 Made it possible to use a more elaborate command line
3247 for asynchronous actions, too.
3249 2002-06-10 [melvin] 0.7.6claws35
3251 * src/prefs_actions.c
3252 Make it possible to use a more elaborate command line
3253 (e.g. |foo|bar|cat>there;echo Done|)
3254 Corrected error message when calling %f, %F and %p commands
3255 from the compose window.
3257 2002-06-09 [colin] 0.7.6claws34
3260 Automatically find unread messages in current folder
3261 before annoying the user.
3263 2002-06-08 [alfons] 0.7.6claws33
3266 remove bad formatting string in it.po translation
3267 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
3269 2002-06-08 [paul] 0.7.6claws32
3271 * sync with 0.7.6cvs25
3272 see ChangeLog 2002-06-07
3274 2002-06-05 [paul] 0.7.6claws31
3277 add 'Sort by locked' and 'Sort by score'
3279 2002-06-05 [paul] 0.7.6claws30
3281 * sync with 0.7.6cvs24
3282 see ChangeLog 2002-06-04
3284 2002-06-04 [paul] 0.7.6claws29
3287 updated by Fabio Junior Beneditto
3289 2002-06-03 [thorsten] 0.7.6claws28
3292 fclose() matcherrc after reading
3294 2002-06-03 [paul] 0.7.6claws27
3296 * sync with 0.7.6cvs21
3297 see ChangeLog 2002-05-31
3299 2002-05-31 [paul] 0.7.6claws26
3301 * sync with 0.7.6cvs20
3302 see ChangeLog 2002-05-29 and 2002-05-30
3304 2002-05-31 [paul] 0.7.6claws25
3307 hopefully fix last buggy sync
3310 correct typo in 'Actions' examples
3312 2002-05-29 [paul] 0.7.6claws24
3314 * sync with 0.7.6cvs18
3315 see ChangeLog 2002-05-28 and 2002-05-29
3321 2002-05-28 [paul] 0.7.6claws23
3323 * sync with 0.7.6cvs16
3324 see ChangeLog 2002-05-28
3326 2002-05-27 [thorsten] 0.7.6claws22
3328 * faq/it/sylpheed-faq-1.html
3329 faq/it/sylpheed-faq-2.html
3330 faq/it/sylpheed-faq-3.html
3331 faq/it/sylpheed-faq.html
3332 corrected DOS lineendings
3333 * faq/de/sylpheed-faq-1.html
3334 faq/de/sylpheed-faq-2.html
3335 faq/en/sylpheed-faq-1.html
3336 faq/en/sylpheed-faq-2.html
3337 faq/en/sylpheed-faq-3.html
3338 faq/es/sylpheed-faq-1.html
3339 faq/es/sylpheed-faq-2.html
3340 faq/es/sylpheed-faq-3.html
3341 faq/fr/sylpheed-faq-1.html
3342 faq/it/sylpheed-faq-1.html
3343 faq/it/sylpheed-faq-2.html
3344 faq/it/sylpheed-faq-3.html
3345 faq/it/sylpheed-faq.html
3346 changed ">" to "
3348 2002-05-27 [paul] 0.7.6claws21
3350 * sync with 0.7.6cvs15
3351 see ChangeLog 2002-05-27
3353 2002-05-27 [paul] 0.7.6claws20
3355 * src/prefs_account.c
3358 2002-05-26 [paul] 0.7.6claws19
3363 2002-05-25 [paul] 0.7.6claws18
3366 add description of kmail2sylpheed.pl
3368 2002-05-25 [paul] 0.7.6claws17
3370 * tools/kmail2sylpheed.pl ** NEW FILE **
3371 perl script that converts an exported Kmail address
3372 book, converts it to sylpheed addressbook file,
3373 writes the file to .sylpheed, and updates
3376 2002-05-25 [paul] 0.7.6claws16
3378 * sync with 0.7.6cvs14
3379 see ChangeLog 2002-05-23
3381 2002-05-24 [paul] 0.7.6claws15
3384 make a correction and add some more info
3386 2002-05-24 [paul] 0.7.6claws14
3390 compose_redirect_write_headers_from_headerlist()
3391 add Subject and Resent-Message-ID to
3392 compose_redirect_write_headers()
3393 Received, Subject, and X-UIDL are filtered out in
3394 compose_redirect_write_to_file()
3396 2002-05-23 [paul] 0.7.6claws13
3402 src/matcher_parser_lex.l
3403 src/matcher_parser_parse.y
3404 src/prefs_common.[ch]
3405 src/prefs_filtering.c
3407 rename 'Bounce' to 'Redirect'
3409 2002-05-23 [paul] 0.7.6claws12
3411 * more sync with 0.7.6cvs13
3413 see ChangeLog 2002-05-22
3415 2002-05-22 [paul] 0.7.6claws11
3417 * sync with 0.7.6cvs13
3419 see ChangeLog 2002-05-20
3421 see ChangeLog 2002-05-22
3423 2002-05-21 [melvin] 0.7.6claws10
3426 Added missing filtering and scoring headers
3427 Fixed bad function call that showed garbage
3428 in Folder->Processing
3430 2002-05-21 [paul] 0.7.6claws9
3433 make all tools executable, (patch by Alfons).
3435 2002-05-20 [alfons] 0.7.6claws8
3438 don't forget to call mktime() so we have a valid week
3440 (Bug report by Roger Sondermann <mail@jumaros.de>)
3442 2002-05-20 [paul] 0.7.6claws7
3445 fix broken parsing of urls
3447 fix displaying of urls
3449 both fixes from the patch [547855] by Eugene
3452 2002-05-19 [alfons] 0.7.6claws6
3455 make sylpheed configure correctly with the latest
3456 and greatest of automake / autoconf / gettext
3458 2002-05-19 [alfons] 0.7.6claws5
3462 add function for returning ime zone offset
3464 * src/quote_fmt_parse.y
3465 better quotation formatting - does not convert
3466 to local time, but uses the original date string.
3468 Note: %z inserts the timezone offset (should
3469 work also on platforms where strftime does not
3472 2002-05-18 [christoph] 0.7.6claws4
3475 fix indentation of some code
3480 correct path for ignorethread.xpm
3481 incorrect filename for sylpheed_logo.xpm
3482 add missing include matcher_parser_parse.h
3484 2002-05-18 [paul] 0.7.6claws3
3486 * sync with 0.7.6cvs8
3487 see ChangeLog 2002-05-16 and 2002-05-17
3489 2002-05-18 [melvin] 0.7.6claws2
3492 Corrected an action's definition and fixed some misspellings.
3494 2002-05-18 [paul] 0.7.6claws1
3497 tools/gpg-sign ** new file **
3498 tools/uudec ** new file **
3499 add Melvin's Actions scripts
3502 add Melvin's descriptions for Actions
3504 2002-05-18 [paul] 0.7.6claws
3506 * Version 0.7.6claws released
3508 2002-05-17 [paul] 0.7.5claws32
3511 updated by Ricardo Mones Lastra
3513 2002-05-17 [paul] 0.7.5claws31
3516 fix Account prefs default folder for sent/draft/deleted
3521 updated translation by Alessandro Maestri and
3524 2002-05-17 [melvin] 0.7.5claws30
3526 * src/prefs_actions.c
3527 Fixed bug where using %F not at the end of the command
3528 resulted in an additional empty argument being created.
3529 Thanks to Darko Koruga for reporting the bug.
3531 2002-05-17 [melvin] 0.7.5claws29
3534 Updated French translations.
3536 2002-05-15 [paul] 0.7.5claws28
3539 updated by Ricardo Mones Lastra
3541 2002-05-15 [paul] 0.7.5claws27
3543 * sync with 0.7.6cvs4
3544 see ChangeLog 2002-05-14 and 2002-05-15
3546 2002-05-14 [paul] 0.7.5claws26
3548 * sync with 0.7.6cvs1
3549 see ChangeLog 2002-05-13
3551 2002-05-13 [thorsten] 0.7.5claws25
3554 fix select_all and copy in multipart messages
3556 fix select_all and copy in multipart messages
3558 2002-05-12 [paul] 0.7.5claws24
3561 reverse last commit, bug already fixed in 0.7.5claws3
3563 2002-05-12 [netztorte] 0.7.5claws23
3566 dont parse empty addressbook (checked in before claws20)
3568 2002-05-12 [melvin] 0.7.5claws22
3571 Removed unneeded priority code introduced by the previous
3574 2002-05-12 [melvin] 0.7.5claws21
3577 Added possibility to set message's priority.
3579 Added possibility to set message's priority.
3580 Added missing headers
3582 2002-05-12 [melvin] 0.7.5claws20
3584 * src/prefs_actions.c
3585 Removed implicitely added quotes around the name
3586 of the temporary files of mime parts.
3588 2002-05-12 [paul] 0.7.5claws19
3590 * sync with 0.7.5cvs20
3591 see ChangeLog 2002-05-11
3593 2002-05-12 [alfons] 0.7.5claws18
3595 * src/quote_fmt_lex.l
3596 * src/quote_fmt_parse.y
3597 allow quote / reply date & time format to be set using
3598 %D{format}. format is a format string you'd pass to
3599 strftime() (see man strftime, or the Display tab |
3600 Date format setting).
3602 Currently %D converts the date to local time.
3604 2002-05-11 [paul] 0.7.5claws17
3606 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
3607 see ChangeLog 2002-05-10 and 2002-05-11
3609 2002-05-10 [paul] 0.7.5claws16
3611 * sync with 0.7.5cvs16
3612 see ChangeLog entries 2002-05-09 and
3615 2002-05-10 [colin] 0.7.5claws15
3618 Corrected a bug that prevented sylpheed to open
3619 double-clicked URIs.
3621 2002-05-09 [paul] 0.7.5claws14
3623 * sync with 0.7.5cvs14
3624 see ChangeLog 2002-05-08 and 2002-05-09
3626 2002-05-08 [paul] 0.7.5claws13
3628 * sync with 0.7.5cvs11
3629 see ChangeLog entry 2002-05-08
3631 2002-05-08 [paul] 0.7.5claws12
3635 fix segfault on View->Open in new window
3636 patch submitted by Thorsten Maerz <torte@netztorte.de>
3638 2002-05-07 [paul] 0.7.5claws11
3640 * sync with 0.7.5cvs9
3641 see ChangeLog entry 2002-05-07
3643 2002-05-06 [paul] 0.7.5claws10
3647 display url in statusbar on single-click
3648 patch submitted by Thorsten Maerz <torte@netztorte.de>
3650 2002-05-06 [match] 0.7.5claws9
3657 XML implementation of properties file.
3658 * src/exporthtml.[ch]
3659 * src/expthtmldlg.[ch]
3663 2002-05-02 [sergey] 0.7.5claws8
3665 * src/mainwindow.c (mainwin_entries),
3666 src/prefs_common.c (prefs_send_create()),
3667 src/codeconv.c (locale_table):
3668 use charset name "Windows-1251" instead of "CP1251".
3670 2002-05-02 [colin] 0.7.5claws7
3674 src/prefs_folder_item.c
3675 Fixed cosmetics bugs due to Outbox renamed to Sent.
3677 2002-05-02 [hiro] 0.7.5claws6
3680 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
3682 2002-05-02 [paul] 0.7.5claws5
3685 more sync with 0.7.5cvs7, see ChangeLog entry
3688 2002-05-02 [hiro] 0.7.5claws4
3691 compose_queue_sub():
3692 check if queue folder exists (closes #550397).
3693 removed directory creation since it should be handled
3696 imap_add_msg(): return UID for appended message
3699 2002-04-30 [paul] 0.7.5claws3
3702 fix account_find_from_address() bug
3704 2002-04-28 [colin] 0.7.5claws2
3708 src/prefs_common.[ch]
3710 Added user-definable quotation characters recognition.
3712 2002-04-28 [paul] 0.7.5claws1
3714 * sync with 0.7.5cvs4
3715 see ChangeLog entry 2002-04-25
3717 2002-04-28 [paul] 0.7.5claws
3722 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
3723 Fabio Junior Beneditto
3725 2002-04-27 [jens] 0.7.4claws103
3728 updated German translation.
3730 2002-04-27 [hiro] 0.7.4claws102
3733 summary_write_cache(): fixed the mark loss of hidden messages.
3735 2002-04-26 [melvin] 0.7.4claws101
3738 fixed a second typo (same one)
3742 fixed the type again...
3744 2002-04-26 [melvin] 0.7.4claws100
3747 fixed a typo in an alert message ("temorary").
3750 corrected the typo described above.
3752 updated French translation.
3754 2002-04-26 [darko] 0.7.4claws99
3757 fix target folder colorization
3759 2002-04-25 [paul] 0.7.4claws98
3762 updated by Alessandro Maestri
3764 2002-04-24 [colin] 0.7.4claws97
3767 Fixed double "subject is empty" question.
3769 2002-04-23 [colin] 0.7.4claws96
3772 Corrected issue when "automatically display images" was
3773 not set : first image remained after selecting second.
3775 2002-04-23 [melvin] 0.7.4claws95
3777 * src/prefs_actions.c
3778 Don't display in/out dialog if there is nothing to show.
3780 2002-04-23 [paul] 0.7.4claws94
3782 * sync with 0.7.5cvs3
3783 bug fixes: see ChangeLog entry 2002-04-23
3785 2002-04-22 [darko] 0.7.4claws93
3788 fix previous check-in which changed code after
3791 2002-04-22 [paul] 0.7.4claws92
3798 update English, Spanish and French FAQs
3801 add German and Spanish manuals
3804 update English and French manuals
3807 add to and re-arrange the pixmap entries
3809 2002-04-22 [darko] 0.7.4claws91
3812 fix sender initials recognition to only allow
3813 '>' after the initials
3815 2002-04-21 [paul] 0.7.4claws90
3817 * sync with 0.7.5 release
3818 see ChangeLog entry 2002-04-21
3823 add colin's new pixmaps to EXTRA_DIST
3825 2002-04-21 [colin] 0.7.4claws89
3828 * src/mainwindow.[ch]
3829 * src/prefs_common.[ch]
3830 * src/stock_pixmap.[ch]
3831 Added "Work offline" ability.
3833 2002-04-21 [colin] 0.7.4claws88
3836 * src/prefs_common.c
3837 * src/prefs_common.h
3838 * src/textview.c : Added an option to common preferences -> display
3839 to allow user not to automatically display images.
3841 2002-04-21 [paul] 0.7.4claws87
3843 * sync with 0.7.4cvs52
3844 see ChangeLog entry 2002-04-21 (src/imap.c)
3846 2002-04-21 [paul] 0.7.4claws86
3848 * sync with 0.7.4cvs51
3849 see ChangeLog entry 2002-04-21
3851 2002-04-21 [paul] 0.7.4claws85
3853 * sync with 0.7.4cvs49
3854 see ChangeLog entries 2002-04-20 and 2002-04-21
3857 clean up: remove old 'stock_' element from xpm
3860 2002-04-21 [alfons] 0.7.4claws84
3862 apply sync patch from Paul
3865 use old claws prefs_folder_item_create() for now
3867 2002-04-19 [match] 0.7.4claws83
3869 * src/addressbook.[ch]
3870 * src/addrharvest.[ch]
3871 * src/addrgather.[ch]
3874 * src/summaryview.[ch]
3877 2002-04-19 [paul] 0.7.4claws82
3880 updated by Fabio Junior Beneditto
3882 2002-04-14 [alfons] 0.7.4claws81
3885 add #include <sys/types.h> for mode_t and off_t
3887 2002-04-13 [paul] 0.7.4claws80
3892 src/prefs_common.[ch]
3894 enable storing of GnuPG passphrase for the whole
3895 session or a user-defined number of minutes. patch
3896 submitted by Ravemax <ravemax@dextrose.com>
3898 2002-04-13 [alfons] 0.7.4claws79
3901 make email parser also stop scanning when encountering separators
3902 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
3904 2002-04-13 [paul] 0.7.4claws78
3906 * sync with 0.7.4cvs39
3907 see ChangeLog entry 2002-04-12
3909 2002-04-11 [paul] 0.7.4claws77
3911 * sync with 0.7.4cvs37
3912 see ChangeLog entry 2002-04-11
3914 2002-04-11 [paul] 0.7.4claws76
3917 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3918 the clause for OpenSSL). sync with sylpheed main
3920 2002-04-09 [melvin] 0.7.4claws75
3923 Made 'Ctrl-Enter' on send ignore some modifiers
3924 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
3925 to bind other *-Enter (but not Alt-Enter).
3927 2002-04-09 [paul] 0.7.4claws74
3929 * sync with 0.7.4cvs35
3930 see ChangeLog entries 2002-04-09
3932 2002-04-08 [paul] 0.7.4claws73
3934 * sync with 0.7.4cvs33
3935 see ChangeLog entry 200-04-08
3937 2002-04-07 [match] 0.7.4claws72
3939 * src/addrharvest.[ch]
3940 fixed to read all addresses in header, regardless
3941 of header size. improved name parsing. accommodate
3942 harvest from folders and selected message.
3944 included new address parsing function.
3945 * src/addrgather.[ch]
3946 * src/addressbook.[ch]
3947 * src/summaryview.[ch]
3949 allow address harvest of folder as well as selected
3952 2002-04-07 [paul] 0.7.4claws71
3956 don't try to authenticate with CRAM-MD5 in SMTP when
3957 SMTP-AUTH enabled if MTA doesn't issue this
3958 auth-method in it's ehlo-response. bug item #531364,
3959 patch item #938910. patch submitted by Colin Leroy
3962 2002-04-07 [paul] 0.7.4claws70
3965 fix missing MODE_READER bug. patch submitted by
3966 Colin Leroy <colin@colino.net>
3968 2002-04-07 [alfons] 0.7.4claws69
3971 * src/prefs_filtering.c
3973 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
3974 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
3976 2002-04-07 [paul] 0.7.4claws68
3978 * sync with 0.7.4cvs32
3979 see ChangeLog entry 2002-04-06
3981 * tools/filter_conv.pl
3984 2002-04-06 [paul] 0.7.4claws67
3986 * tools/filter_conv.pl
3987 modify to be able to find the name of the first
3988 mailbox and use that. main's filter does not
3989 record the full path to the mailbox and therefore
3990 can only filter to the first mailbox.
3992 2002-04-05 [paul] 0.7.4claws66
3994 * tools/filter_conv.pl
3995 attempt to make the script all-encompassing and
3996 be able to convert any main 'filter' rule thrown
3999 2002-04-05 [paul] 0.7.4claws65
4001 * tools/filter_conv.pl
4002 allow for collapsed folder trees
4004 2002-04-05 [paul] 0.7.4claws64
4006 * sync with 0.7.4cvs31
4007 see ChangeLog entries 2002-04-05
4009 2002-04-03 [paul] 0.7.4claws63
4011 * sync with 0.7.4cvs29
4012 see ChangeLog entries 2002-04-02 and 2002-04-03
4014 2002-04-02 [paul] 0.7.4claws62
4016 * sync with 0.7.4cvs26
4017 see ChangeLog entry 2002-04-01
4019 2002-04-02 [match] 0.7.4claws61
4022 * src/importpine.[ch]
4024 import Pine address book.
4026 2002-04-02 [match] 0.7.4claws60
4028 * src/addrharvest.[ch]
4029 improve address parsing of funky addresses.
4031 2002-04-02 [darko] 0.7.4claws59
4034 wrap on send improvements, it now recognizes quoted
4035 initials as part of the quotation string, and it
4036 does not join lines separated by CR
4038 2002-04-01 [match] 0.7.4claws58
4041 added new functions.
4043 remove excessive duplicate address generation
4046 2002-04-01 [alfons] 0.7.4claws57
4051 2002-04-01 [paul] 0.7.4claws56
4053 * sync with 0.7.4cvs25
4054 see ChangeLog entry 2002-04-01
4056 2002-04-01 [alfons] 0.7.4aprilfool55
4059 honour feature request item #537427 to allow for
4060 displaying names from address book for sent mail also
4062 2002-03-29 [paul] 0.7.4claws54
4065 src/prefs_filtering.[ch]
4068 add 'fast filter' for claws' filtering,
4069 /Tools/Create filter rule/... patch submitted
4070 by Neill Miller <neillm@thecodefactory.org>
4072 2002-03-29 [paul] 0.7.4claws53
4074 * sync with 0.7.4cvs24
4075 see ChangeLog entry 2002-03-29
4077 2002-03-28 [paul] 0.7.4claws52
4079 * sync with 0.7.4cvs23
4080 see ChangeLog entry 2002-03-28
4082 2002-03-27 [melvin] 0.7.4claws51
4084 * src/prefs_actions.c
4085 Added support to pass only one message part (as a
4086 file) to the command using '%p'. No quotes are needed
4087 because doubles quotes are automatically added.
4088 Fixed bug where Sylpheed could block when waiting for
4089 a child process to finish.
4090 Changed the help menu to remove quotes around symbols to
4091 avoid misinterpretation (they must not be used).
4093 2002-03-27 [melvin] 0.7.4claws50
4096 Made the new mail notification command always
4097 execute asynchronously.
4099 2002-03-27 [paul] 0.7.4claws49
4102 fix bug introduced in last commit
4104 2002-03-27 [paul] 0.7.4claws48
4106 * sync with 0.7.4cvs21
4107 see ChangeLog 2002-03-26 and 2002-03-27
4109 2002-03-26 [hoa] 0.7.4claws47
4111 * src/prefs_folder_item.c
4112 really fixed the bug #516442 with folder rescan.
4114 2002-03-26 [paul] 0.7.4claws46
4116 * sync with 0.7.4cvs19
4117 see ChangeLog entries 2002-03-25 and 2002-03-26
4119 2002-03-25 [hoa] 0.7.4claws45
4123 fix the bug #516442 with folder rescan.
4125 * src/prefs_common.[ch]
4127 added an option to enable two different behaviours
4131 2002-03-25 [paul] 0.7.4claws44
4134 src/selective_download.c
4135 correct a few menuitem labels
4137 2002-03-25 [christoph] 0.7.4claws43
4140 fix non deleted tmp message in
4141 procmsg_save_to_outbox
4142 fix problems caused by sync with
4143 main branch's procmsg_send_queue
4145 2002-03-25 [paul] 0.7.4claws42
4149 src/quote_fmt_parse.y
4150 add Last name (%L) placeholder for quoting.
4151 patch submitted by Thorsten Thielen
4152 <thth@users.sourceforge.net>
4154 2002-03-25 [paul] 0.7.4claws41
4157 get full hostname. patch submitted by
4158 Bob Woodside <rwoodside1@comcast.net>
4160 2002-03-25 [paul] 0.7.4claws40
4165 src/prefs_account.[ch]
4166 enable NNTP over SSL. patch submitted by
4167 Pascal Jermini <pascal@infinity.hn.org>
4169 2002-03-24 [paul] 0.7.4claws39
4171 * src/prefs_common.c
4172 make the arrangement of the Compose tab more
4176 fix some irregularities of style
4179 updated by Kilian Krause
4181 2002-03-23 [paul] 0.7.4claws38
4184 updated by Fabio Junior Beneditto
4186 2002-03-23 [paul] 0.7.4claws37
4189 move 'Gather addresses' to 'Tools' menu
4190 make 'Selective download' sensitive
4192 2002-03-23 [paul] 0.7.4claws36
4194 * sync with 0.7.4cvs16
4195 see ChangeLog entries 2002-03-23
4197 2002-03-22 [christoph] 0.7.4claws35
4199 * src/quote_fmt_parse.y
4200 fix include program output
4202 2002-03-22 [alfons] 0.7.4claws34
4205 initialize GDate stack variable correctly (sorry!)
4207 2002-03-22 [paul] 0.7.4claws33
4213 rename 'Tool' to 'Tools'
4216 move 'Delete duplicated messages' from
4217 'Message/' to 'Tools/'
4218 re-arrange the order of 'Tools/' items
4220 2002-03-22 [paul] 0.7.4claws32
4223 src/addressbook.[ch]
4224 auto-address completion now also matches on
4225 Nickname. patch submitted by Bob Forsman
4226 <hammor@users.sourceforge.net>
4229 correct a spelling mistake
4231 2002-03-22 [alfons] 0.7.4claws31
4234 fix getting uidl from incorrect string
4237 2002-03-21 [alfons] 0.7.4claws30
4240 more code refactoring
4241 plug mem leak introduced by delete on server
4243 2002-03-21 [paul] 0.7.4claws29
4245 * sync with 0.7.4cvs11
4246 see ChangeLog entries 2002-03-20
4248 2002-03-20 [alfons] 0.7.4claws28
4251 apply Colin's patch and refactor
4253 2002-03-20 [paul] 0.7.4claws27
4255 * sync with sylpheed 0.7.4cvs9
4256 see ChangeLog entry 2002-03-20
4258 2002-03-19 [christoph] 0.7.4claws26
4263 revert changes for flag updates
4264 (does not work correctly and no time to debug)
4266 2002-03-20 [alfons] 0.7.4claws25
4269 refactor should_delete() a little bit
4271 2002-03-19 [paul] 0.7.4claws24
4275 src/prefs_account.[ch]
4276 allow the user to leave downloaded mail on the
4277 server for n days. Patch submitted by Colin Leroy
4280 2002-02-19 [paul] 0.7.4claws23
4282 * sync with sylpheed 0.7.4cvs8
4283 see ChangeLog entries 2002-03-19
4285 2002-03-18 [paul] 0.7.4claws22
4287 * sync with sylpheed 0.7.4cvs6
4288 see ChangeLog entry 2002-03-18
4290 2002-03-18 [paul] 0.7.4claws21
4293 add en_GB message catalogue
4298 correct a few spelling mistakes
4300 2002-03-17 [alfons] 0.7.4claws20
4303 more stringent checks for NULL params when writing
4304 filtering actions to a file
4306 2002-03-17 [hoa] 0.7.3claws20
4309 fixed the count of new messages
4312 fixed the "attachment properties" window
4314 2002-03-17 [paul] 0.7.4claws19
4319 src/prefs_account.[ch]
4322 automatically mark cross-posted messages as read
4323 and (optionally) give them a colour label
4324 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
4327 2002-03-17 [paul] 0.7.4claws18
4329 * sync with sylpheed 0.7.4cvs5
4330 see ChangeLog entry 2002-03-17
4332 2002-03-17 [melvin] 0.7.4claws17
4335 Worked around a gtktext 'bug': when searching for
4336 a text in a long message it was scrolling slowly
4337 line by line until it hit the searched text.
4339 Updated French translation
4341 2002-03-17 [melvin] 0.7.4claws16
4345 * src/prefs_actions.c
4346 Moved "Edit/Actions" to "Tool/Actions"
4347 Made mainwindow/compose window sensitive as soon as
4348 no child process is running anymore even if the io dialog
4350 Fixed a struct being initialized with a non constant char*
4352 2002-03-16 [christoph] 0.7.4claws15
4355 add --with-compiler-flags option
4356 (only for developer hacking)
4360 try to make folder-stats and flag handling more
4361 independent from the summaryview. msgcounts
4362 are only set when the folder is opened and
4363 procmsg_msginfo_(un)set_flags will handle it
4364 later and summaryview will get the values
4367 2002-03-16 [paul] 0.7.4claws14
4370 fix Return-receipt. Patch submitted by Bob
4371 Woodside <rwoodside1@comcast.net>
4373 2002-03-16 [paul] 0.7.4claws13
4376 fix 'dynamic' signatures, make it work again
4377 broken during sync on 2002-03-14 (0.7.4claws2)
4379 2002-03-15 [match] 0.7.4claws12
4381 * src/addrharvest.[ch]
4382 * src/addrgather.[ch]
4383 * src/addressbook.[ch]
4385 included address harvester feature. still some
4386 issues with address parsing that I will fix.
4388 2002-03-15 [match] 0.7.4claws11
4391 * src/addrcache.[ch]
4392 * src/addressbook.[ch]
4401 tidy up. fix memory leaks. moved attribs and methods
4402 from individual interfaces to addrcache object. prep
4403 for new stuff to come in.
4405 2002-03-15 [alfons] 0.7.4claws10
4408 * src/matcher_parser_parse.y
4409 * src/matcher_parser_lex.l
4410 * src/prefs_matcher.c
4411 add filtering conditions message greater than, smaller
4412 than, and exactly matching a size in bytes
4413 (does not work with delete from POP3 server yet)
4415 this should also give others an idea what you should
4416 do to add new criterions to claws filtering system
4419 2002-03-15 [paul] 0.7.4claws9
4421 * tools/filter_conv.pl
4422 exit if there are no filter rules to convert
4423 rename filterrc to filterrc.old after completion
4425 2002-03-15 [paul] 0.7.4claws8
4427 * sync with sylpheed 0.7.4cvs3
4428 see ChangeLog entry 2002-03-14
4430 2002-03-14 [paul] 0.7.4claws7
4433 clean up the last commit (ahem)
4435 2002-03-14 [paul] 0.7.4claws6
4438 fix bug #515655. honour account preferences
4439 regarding gpg default signing/encryption when
4440 changing account from the compose window.
4442 2002-03-14 [paul] 0.7.4claws5
4445 remove unnecessary curly brackets
4447 2002-03-14 [paul] 0.7.4claws4
4450 src/prefs_filtering.[ch]
4451 add filter rename on folder rename and filter
4452 delete on folder delete. Patch submitted by
4453 Neill Miller <neillm@thecodefactory.org>
4455 2002-03-14 [christoph] 0.7.4claws3
4460 (patch submitted by "Simon 'corecode' Schubert")
4461 * src/prefs_common.c