1 2002-10-27 [oliver] 0.8.5claws56
4 plug leak in pop3_top_recv
6 2002-10-26 [christoph] 0.8.5claws55
9 set need_update folder flag when messages are added
10 (closes bug [ 626922 ] folder not updated after receiving)
12 2002-10-25 [melvin] 0.8.5claws54
15 Fixed a memleak introduced in the scaling code.
17 2002-10-24 [alfons] 0.8.5claws53
20 make filtering's forward message action forward from the
22 (closes bug [628089 ] Filter -> Forward from address problem
25 2002-10-24 [christoph] 0.8.5claws52
29 o use manual of current locale or english if current
30 locale is not available (and english is available)
31 o also link to sylpheed doc project manuals
33 2002-10-23 [paul] 0.8.5claws51
36 tools/kmail2sylpheed_v2.pl
37 add new version of kmail addressbook importer script.
38 works with newer versions of Kmail/KAddressBook which
39 have new and rearranged data.
41 2002-10-23 [martin] 0.8.5claws50
47 added length parameter to get_abbrev_newsgroup_name()
48 changed this function so that it abbreviates the newsgroup
49 names only so long it is smaller than the length parameter
50 (for better reading of some newsgroup names and space efficiency)
52 2002-10-22 [colin] 0.8.5claws49
55 Revert Alfons' last modification (after voting ;-))
57 2002-10-21 [alfons] 0.8.5claws48
60 folder view in folder selection dialog reflects state of
61 folder view in main window
63 2002-10-18 [alfons] 0.8.5claws47
66 drop imported messages in folder selected by user,
68 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
70 2002-10-18 [alfons] 0.8.5claws46
73 make automagic reply work correctly for email accounts
74 (whether it's viable to do a full sync with Hiro's
75 compose.c is still under discussion)
77 2002-10-18 [melvin] 0.8.5claws45
80 Fixed bug #622275 where asynchroneous actions left
82 Made (synchroneous) actions' input be displayed live.
84 2002-10-18 [christoph] 0.8.5claws44
87 don't add a newline in the textview in front of the
88 first textpart if header display is disabled
89 (closes bug [ 603385 ] disabled header display leaves blank
92 2002-10-18 [christoph] 0.8.5claws43
99 folder->get_num_list now returns an error code
100 (closes bug [ 609424 ] News cache cleared on failure)
102 2002-10-17 [colin] 0.8.5claws42
105 Changed a printf by debug_print
109 * tools/OOo2sylpheed.pl
110 allow for spaces in the name of the
113 2002-10-16 [colin] 0.8.5claws41
116 Use a tristate to change online mode
118 2002-10-16 [paul] 0.8.5claws40
121 updated by Ricardo Mones Lastra
123 2002-10-16 [colin] 0.8.5claws39
127 Added --online and --offline command-line
130 2002-10-15 [christoph] 0.8.5claws38
133 set mimeinfo->name to NULL after g_free to
134 avoid double freeing with g_free
136 2002-10-14 [christoph] 0.8.5claws37
141 remove calls to folder->change_flags that are now
142 done by procmsg flag functions (seems it is not
143 used by any foldertype anyway)
145 init folder->change_flags with NULL
147 2002-10-14 [christoph] 0.8.5claws36
151 use virtual functions for folder item new and destroy
154 2002-10-14 [melvin] 0.8.5claws35
157 Added a test to not run the spell checker if no default
158 dictionary is available. No dialog is displayed though.
160 2002-10-14 [melvin] 0.8.5claws34
163 Fixed bug in dictionary list context menu where
164 "More..." pointed to an emtpy submenu if the
165 number of dictionaries is a multiple of 15
166 Removed unneeded code in suggestions list creation
168 2002-10-14 [paul] 0.8.5claws33
171 updated by George Danchev
173 2002-10-13 [hoa] 0.8.5claws32
176 src/matcher_parser_parser.y
177 removed the escaped string from internal structure
180 2002-10-12 [colin] 0.8.5claws31
184 Removed useless function gtksctree_reanchor
186 2002-10-12 [alfons] 0.8.5claws30
188 * sync with remaining main changes 2002-10-09 - 2002-10-11
189 - drop changes to src/compose.c (requires claws specific changes)
191 2002-10-12 [alfons] 0.8.5claws29
193 * sync with main changes of 2002-10-08
194 - drop changes to src/compose.c (requires claws specific changes)
195 - drop changes to src/summaryview.c (requires changes to compose.c)
197 2002-10-12 [alfons] 0.8.5claws28
199 * sync with main changes of 2002-10-07
201 2002-10-12 [alfons] 0.8.5claws27
203 * sync with main changes of 2002-10-04
204 - drop changes to src/compose.c (requires claws specific changes)
205 - drop changes to src/prefs_folder_item.c (claws implementation
208 2002-10-12 [colin] 0.8.5claws26
211 Fix folder-flicker when space-reading, introduced
214 2002-10-12 [colin] 0.8.5claws25
217 Save account address when saving as draft.
220 2002-10-12 [colin] 0.8.5claws24
223 Fix the problem consisting of no message selected
224 after the last message in a folder has been moved.
226 2002-10-12 [paul] 0.8.5claws23
231 add Cc and Bcc to templates. Patch submitted by
234 2002-10-12 [colin] 0.8.5claws22
237 Fix a bug after "Check for new messages":
238 If a folder was opened, it was still selected at
239 the end of the check, but displayed empty.
241 Remove unnecessary check
246 be more verbose in the description of
250 2002-10-11 [colin] 0.8.5claws21
253 Make space work (better) when no mail is selected
255 2002-10-11 [colin] 0.8.5claws20
261 2002-10-11 [colin] 0.8.5claws19
264 revert 0.8.5claws6 changes as i couldn't get to
267 2002-10-11 [melvin] 0.8.5claws18
270 Removed buggy and unused macro (should have been committed in
273 2002-10-11 [melvin] 0.8.5claws17
276 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
278 2002-10-11 [thorsten] 0.8.5claws16
281 remove rescan warning
283 2002-10-11 [colin] 0.8.5claws15
286 fix a segfault that happens if conv_unmime_header
287 fails (should be better to find out why it fails)
289 2002-10-11 [christoph] 0.8.5claws14
292 update folderview stats after ignore/unignore thread
294 2002-10-11 [hoa] 0.8.5claws13
296 * src/quote_fmt_parse.y
297 Fixed a yacc/bison syntax error
299 Escaping of string is fixed.
301 2002-10-11 [colin] 0.8.5claws12
306 2002-10-11 [paul] 0.8.5claws11
309 updated by Ricardo Mones Lastra
311 2002-10-10 [alfons] 0.8.5claws10
314 allow dropping files by "moving" files from a file manager,
315 not only by the more cumbersome "copying". the latter
316 mostly implies holding down the Control button
318 2002-10-10 [christoph] 0.8.5claws9
321 update folders after thread building for ignored threads
323 2002-10-10 [christoph] 0.8.5claws8
329 * src/folderview.[ch]
334 * src/summaryview.[ch]
335 o added new flag need_update to FolderItem
336 o removed folder_table from various functions from tracking
338 o set need_update flags in folder.c's move, copy and delete
339 functions and procmsg's flags functions
340 o added function folderview_update_items_when_required that
341 updates all folders with need_update set
342 o call folderview_update_items_when_required instead of
343 folderview_update_item_foreach
345 2002-10-09 [sergey] 0.8.5claws7
348 Strip CRs whel loading the text into editor in reedit mode.
350 2002-10-09 [colin] 0.8.5claws6
353 Make Space work when no mail is selected
355 2002-10-09 [colin] 0.8.5claws5
359 Add gtk_sctree_reanchor()
361 Use gtk_sctree_reanchor() - better fix for
364 2002-10-09 [colin] 0.8.5claws4
367 Fix shift-click select after delete problem
370 2002-10-08 [thorsten] 0.8.5claws3
373 exclude current msg from -hide read messages-
375 2002-10-08 [colin] 0.8.5claws2
380 Differentiate socket errors from disk full
383 2002-10-08 [christoph] 0.8.5claws1
387 modifications for new config directory
389 * config.guess ** REMOVED **
390 * config.sub ** REMOVED **
391 * install-sh ** REMOVED **
392 * ltmain.sh ** REMOVED **
393 * missing ** REMOVED **
394 * mkinstalldirs ** REMOVED **
395 these files are autogenerated by automake
396 when you run autogen.sh
398 * config/.cvsignore ** NEW FILE **
399 * config/Makefile.am ** NEW FILE **
400 ignore autogenerated files
401 create a Makefile in this directory
403 2002-10-08 [paul] 0.8.5claws
410 fix quote reply format for newsgroups reply bug
415 updated by me and Witold Wladyslaw Wojciech Wilk
418 2002-10-07 [paul] 0.8.3claws53
423 updated messages catalogs, submitted by
424 Alessandro Maestri, Fabio Jr.Beneditto
425 and Urke MMI, respectively.
427 2002-10-07 [christoph] 0.8.3claws52
432 fix new folder ghost message bug
433 (closes bug [ 619722 ] wrong count for newly created folders)
435 2002-10-07 [christoph] 0.8.3claws51
438 fix news posting problem
440 2002-10-07 [melvin] 0.8.3claws50
443 Updated French translation
445 2002-10-05 [christoph] 0.8.3claws49
448 check if line_start_cache is set in gtk_stext_update_text
449 (closes bug [ 618119 ] crash while doing search in folder)
451 2002-10-05 [christoph] 0.8.3claws48
457 implement cache cleanups for claws' folder system
458 (closes bug [ 595916 ] imapcache not cleaned up)
460 2002-10-05 [melvin] 0.8.3claws47
462 * src/prefs_actions.c
463 Made the help text more clear for the %p token
465 2002-10-04 [paul] 0.8.3claws46
468 see ChangeLog 2002-10-02 and 2002-10-03
470 2002-10-04 [christoph] 0.8.3claws45
473 fix segfault caused by pop before smtp
474 call to inc_account_mail with NULL
477 2002-10-04 [paul] 0.8.3claws44
480 sync the LDAP detection from 0.8.5cvs1
482 2002-10-02 [christoph] 0.8.3claws43
485 fix small spelling error
487 2002-10-02 [melvin] 0.8.3claws42
490 Behave better and say "no" when test program cannot be run.
492 2002-10-02 [paul] 0.8.3claws41
494 * sync with 0.8.4cvs1
495 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
498 toggle the behavior of Reply menuitem between
499 normal reply and reply-to-list
501 2002-10-01 [sergey] 0.8.3claws40
504 Convert newlines in the message text to the canonical form
505 before base64 encoding (RFC2045 compliance, fixes some
506 interoperability issues with Evolution 1.0.3)
508 2002-09-29 [colin] 0.8.3claws39
511 Fix an unwanted copy/paste
513 2002-09-29 [colin] 0.8.3claws38
516 Renamed "Custom toolbar" to "Customize toolbar"
517 Renamed "Show all header" to "Show all headers"
518 Renamed "Set diplay item" to "Set displayed items"
520 Renamed "Show all header" to "Show all headers"
521 * src/prefs_summary_column.c
522 Renamed "diplay item" to "displayed items"
524 2002-09-29 [colin] 0.8.3claws37
526 * src/mainwindow.[ch]
527 online/offline status pixmaps follow theme
529 * src/summaryview.[ch]
530 quicksearch pixmap follows theme changes
532 2002-09-29 [thorsten] 0.8.3claws36
535 src/prefs_folder_item.[ch]
536 add default_reply_to folder option (closes patch 581044)
538 2002-09-29 [christoph] 0.8.3claws35
540 * acconfig.h ** REMOVED **
544 * ac/gnupg-check-typedef.m4
545 fix autoheader 2.50 warning
547 2002-09-29 [christoph] 0.8.3claws34
549 * major code cleanup (part 2)
551 - unused variables removed
552 - unused functions removed
553 - uninitialized variables checked
554 - missing return statements added
555 - missing function return types added
556 - added parentheses around assignment
557 when suggested by gcc
559 2002-09-29 [alfons] 0.8.3claws33
562 log_window_clear(): only bracket gtk_text_forward_delete()
563 with gtk_text_freeze() / gtk_text_thaw() (see if this
564 works around GTK text bug)
566 2002-09-29 [paul] 0.8.3claws32
570 updated by George Danchev and Urke MMI
573 2002-09-27 [christoph] 0.8.3claws31
576 * doc-src/rfc1806.txt ** REMOVED **
577 * doc-src/rfc2183.txt ** NEW FILE **
578 * doc-src/rfc2980.txt ** NEW FILE **
581 2002-09-27 [melvin] 0.8.3claws30
584 Fixed typo which could break linking
586 2002-09-27 [melvin] 0.8.3claws29
589 Improved GNU/aspell checking.
592 2002-09-27 [paul] 0.8.3claws28
594 * sync with 0.8.3cvs8
595 see ChangeLog 2002-09-27
597 2002-09-26 [colin] 0.8.3claws27
601 Add "Reply to Mailing-list" to the toolbar
603 2002-09-26 [christoph] 0.8.3claws26
606 Fix wrong message counts in summaryview status
608 2002-09-26 [paul] 0.8.3claws25
610 * sync with 0.8.3cvs7
611 see ChangeLog 2002-09-26
613 2002-09-26 [paul] 0.8.3claws24
615 * sync with 0.8.3cvs6
616 see ChangeLog 2002-09-25
618 2002-09-25 [christoph] 0.8.3claws23
621 * src/prefs_folder_item.c
622 * src/prefs_scoring.c
623 Renamed "kill score" to "hide score" in GUI
626 2002-09-25 [paul] 0.8.3claws22
628 * sync with 0.8.3cvs5
629 see ChangeLog 2002-09-24
631 2002-09-24 [alfons] 0.8.3claws21
633 patch by Satoshi Nagayasu: allows appending / saving multiple
634 selected files (closes "[ 612279 ] save multiple mesg(s) in
640 summary_save_as(): allow saving selected files to
642 summary_set_menu_sensitive: enable "Save As..." when
643 multiple files are selected
645 append_file(): new function
647 2002-09-24 [colin] 0.8.3claws20
650 Fix segfault when mimeinfo doesn't have a
653 2002-09-24 [colin] 0.8.3claws19
655 * src/prefs_common.[ch]
656 Add a preference to display send dialog or not
658 Display send dialog according to preference
660 2002-09-24 [colin] 0.8.3claws18
663 Disable user actions when sending
665 2002-09-24 [colin] 0.8.3claws17
668 Do not display name or filename for attachments
669 with an application/pgp-signature type
670 (security flaw, see bug 537413)
672 2002-09-23 [colin] 0.8.3claws16
675 Initialize entry_email, entry_alias and
676 entry_remarks to first email address of the list
678 2002-09-23 [colin] 0.83claws15
681 Drop pgp-signature when reediting a signed queued
684 2002-09-23 [melvin] 0.8.3claws14
687 Updated French translation
689 2002-09-23 [melvin] 0.8.3claws13
692 Made custom toolbar menu labels more consistent
693 * src/prefs_toolbar.c
694 Made custom toolbar window title more consistent
696 2002-09-22 [colin] 0.8.3claws12
699 Initialize session type to normal before getting
700 mail (fixes strange Get behaviour)
701 * src/prefs_account.h
702 Move STYPE_POP_BEFORE_SMTP to last position to
703 avoid other side-effects
705 2002-09-22 [colin] 0.8.3claws11
707 * src/prefs_account.c
708 Fix pop_bfr_smtp_tm_entry sensivity when switching
709 from pop3 to apop or vice-versa
711 2002-09-22 [colin] 0.8.3claws10
713 * src/prefs_account.[ch]
714 Add an option for the POP before SMTP timeout
716 Remember time of last POP connection
718 Do POP before SMTP only if timeout reached
720 2002-09-22 [oliver] 0.8.3claws9
723 explain custom toolbar
725 2002-09-22 [oliver] 0.8.3claws8
727 * src/prefs_actions.[ch]
728 custom toolbar for compose
729 actions callback from compose toolbar
731 remove include toolbar.h
733 2002-09-22 [oliver] 0.8.3claws7
735 * src/prefs_toolbar.[ch]
736 custom toolbar for compose
737 - generic prefs_toolbar handles both
738 Mainwin's toolbar as well as Compose toolbar
740 2002-09-22 [oliver] 0.8.3claws6
743 custom toolbar for compose
744 restructure toolbar.[ch]
746 2002-09-22 [oliver] 0.8.3claws5
749 custom toolbar for compose
751 2002-09-22 [oliver] 0.8.3claws4
753 * src/mainwindow.[ch]
754 custom toolbar for compose
755 move mainwin toolbar back to mainwindow
757 2002-09-22 [alfons] 0.8.3claws3
764 2002-09-22 [alfons] 0.8.3claws2
767 procmsg_save_to_outbox(): don't unlink message file from queue;
768 callers should do it using folder_item_remove_msg()
770 2002-09-22 [colin] 0.8.3claws1
773 Made mimeview_check_signature() public
775 Made GPG signatures verifiable by clicking
776 the [application/pgp-signature] in the Text
779 2002-09-22 [paul] 0.8.3claws
788 updated translations, submitted by George Danchev,
789 me, Ricardo Mones Lastra, Alessandro Maestri,
790 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
791 and Urke MMI, respectively.
793 2002-09-22 [alfons] 0.8.2claws65
797 no furry valgrinds have been used to plug these memleaks
799 2002-09-20 [paul] 0.8.2claws64
801 * sync with 0.8.3cvs4
802 'Select thread' re-implemented
803 see ChangeLog 2002-09-20
805 2002-09-21 [alfons] 0.8.2claws63
808 compose_send(): plug unnoticed memleak
810 2002-09-20 [alfons] 0.8.2claws62
813 replace_address_in_edit(): strict check for NULL address to
814 fix "[ 607348 ] Segfault in address completion". My guess is
815 that this happens with an empty address book, but it's good
816 to have this check here anyway
818 completion_window_button_press(): free string returned
819 from the internal cache
821 2002-09-20 [christoph] 0.8.2claws61
824 added ENC_BINARY to EncodingType
826 the string returned by procmime_get_encoding_str
827 should not depend on the order of values in the
828 EncodingType definition
829 * doc-src/rfc1806.txt ** NEW FILE **
830 Added rfc1806 about MIME Content-Disposition
833 2002-09-19 [paul] 0.8.2claws60
835 * sync with 0.8.2cvs3
836 see ChangeLog 2002-09-19
838 2002-09-19 [paul] 0.8.2claws59
840 * src/prefs_folder_item.c
841 revert to Darko's original alignment of colour
843 add a colon to folder_color label
846 add Colin's patch (with Hiro's modifications) to
847 force BASE64 encoding for 8-bit text when signing
848 (sync with 0.8.3cvs2)
850 2002-09-18 [alfons] 0.8.2claws58
855 (beautify a little bit)
857 2002-09-18 [christoph] 0.8.2claws57
860 fix handling of fgetc return value
862 2002-09-17 [alfons] 0.8.2claws56
865 summary_sort(): check non-NULL summaryview->folder_item when no
866 folder is selected at all
867 (closes "[ 610344 ] sort label make syl Crash")
869 2002-09-17 [alfons] 0.8.2claws55
872 beautify a little bit
874 2002-09-17 [christoph] 0.8.2claws54
877 initialize max values for cache and folder
878 when cache or folder is empty
880 2002-09-15 [colin] 0.8.2claws53
883 Fix a leak (thanks Alfons!) and cleaned
884 variables names for custom headers
886 2002-09-15 [colin] 0.8.2claws52
889 Fix custom headers recognition when
890 prefs_common.trans_hdr is on
892 2002-09-15 [colin] 0.8.2claws51
895 Allow dynamically-added custom headers
896 Yet not reparsed if reedited
898 2002-09-15 [alfons] 0.8.2claws50
900 * src/prefs_account.c
903 2002-09-15 [colin] 0.8.2claws49
905 * src/prefs_account.c
906 fix pop_before_smtp sensitivity
908 2002-09-15 [colin] 0.8.2claws48
911 add inc_pop_before_smtp()
912 allow MainWindow to be undefined in
913 inc_account_mail() and inc_start()
916 add STYPE_POP_BEFORE_SMTP session type
917 * src/prefs_account.c
918 activated pop before smtp option
920 do pop before smtp if the relevant option
923 2002-09-15 [paul] 0.8.2claws47
926 see ChangeLog 2002-09-15
928 2002-09-14 [paul] 0.8.2claws46
931 updated Bulgarian translation, submitted by
934 2002-09-13 [paul] 0.8.2claws45
937 merge claws' select_account() with main's
938 (new) compose_select_account(). [sync with
939 0.8.2cvs15, see ChangeLog 2002-09-11]
941 2002-09-12 [christoph] 0.8.2claws44
944 allocate 1 elements of FolderItem not 0
946 2002-09-12 [colin] 0.8.2claws43
949 Fix bug #590825 (obey Follow-up: poster)
951 2002-09-12 [colin] 0.8.2claws42
954 Fix bug #557009 (wrong headers for messages
955 forwarded as attachments)
957 2002-09-11 [colin] 0.8.2claws41
960 Put SCF: pseudo-header on top of message
961 Set draft tmp_flag when saved as draft
965 Skip after first \n\n for beginning of real message
968 2002-09-11 [christoph] 0.8.2claws40
971 use procmsg flag functions in filtering or processing
972 will cause incorrect folder message counts
974 2002-09-11 [colin] 0.8.2claws39
977 Fix bug #550175 - wrong save folder when reediting
980 2002-09-11 [paul] 0.8.2claws38
982 * sync with 0.8.2cvs14
983 see ChangeLog 2002-09-11
985 2002-09-11 [colin] 0.8.2claws37
988 Fix a typo (seeming to cause new/unread status to
991 2002-09-10 [christoph] 0.8.2claws36
994 compose_redirect should not use compose_generic_new
995 because that does more stuff than expected including
996 opening the external editor
997 (closes bug "[ 526608 ] bounced messages appear blank
1000 2002-09-10 [christoph] 0.8.2claws35
1003 fix problem with too large message number range
1004 causing a crash in folder_item_scan
1006 2002-09-10 [paul] 0.8.2claws34
1008 * sync with 0.8.2cvs13
1009 see ChangeLog 2002-09-10
1011 2002-09-10 [christoph] 0.8.2claws33
1014 set MsgInfo TmpFlags for queue and draft folders
1015 (closes bug "[ 591676 ] Queue ignore MIME on restart")
1017 2002-09-10 [paul] 0.8.2claws32
1020 po/bg.po ** NEW FILE **
1021 new Bulgarian translation submitted by
1022 George Danchev <danchev@spnet.net>
1026 tools/tb2sylpheed ** NEW FILE **
1027 add script that converts an addressbook exported
1028 from The Bat! into a Sylpheed addressbook. Submitted
1029 by Urke MMI <urke-kg@eunet.yu>
1031 2002-09-10 [paul] 0.8.2claws31
1033 * sync with 0.8.2cvs12
1034 see ChangeLog 2002-09-10
1036 2002-09-06 [paul] 0.8.2claws30
1038 * src/prefs_common.c
1039 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
1043 tools/ldif-to-xml.py ** REMOVED **
1044 remove obsolete python script
1046 2002-09-06 [paul] 0.8.2claws29
1048 * sync with 0.8.2cvs10
1049 see ChangeLog 2002-09-06
1051 2002-09-04 [paul] 0.8.2claws28
1053 * sync with 0.8.2cvs9
1054 see ChangeLog 2002-08-04
1056 2002-09-04 [colin] 0.8.2claws27
1058 * src/prefs_common.[ch]
1059 Added signature color configuration
1061 Use user-specified signature color
1063 2002-09-03 [colin] 0.8.2claws26
1065 * src/prefs_common.[ch]
1066 Added autosave and autosave_length prefs
1068 Added compose_remove_draft()
1069 Auto-save drafts according to the prefs
1071 Added a crash-indicator file, allowing to check
1072 for new messages on startup if Sylpheed crashed
1073 (makes saved drafts "reappear")
1075 2002-09-03 [colin] 0.8.2claws25
1080 2002-09-03 [paul] 0.8.2claws24
1082 * sync with 0.8.2cvs8
1083 see ChangeLog 2002-09-02 and 2002-09-03
1085 2002-09-03 [darko] 0.8.2claws23
1088 use normal style when creating new folder to pick
1091 2002-09-02 [melvin] 0.8.2claws22
1094 removed some obsolete code
1096 2002-09-02 [melvin] 0.8.2claws21
1099 fixed test's equality sign (== to =)
1101 2002-09-02 [alfons] 0.8.2claws20
1105 revert change of 0.8.2claws16 and use the mh_folder_destroy
1106 as folder->destroy virtual as suggested by Hiro
1107 (the mh.c code seems to have been lost around mh.c.1.21)
1109 2002-09-02 [paul] 0.8.2claws19
1112 updated by Fabio Jr. Beneditto
1115 use 'http://claws.sylpheed.org' for homepage link.
1116 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
1118 2002-09-01 [alfons] 0.8.2claws18
1121 plug memleak related to one Martin Kluge found
1123 2002-08-31 [paul] 0.8.2claws17
1125 * sync with 0.8.2cvs6
1126 see ChangeLog 2002-08-30
1128 2002-08-31 [alfons] 0.8.2claws16
1131 folder_destroy(): remove mailbox from folderlist even if it has
1134 2002-08-31 [alfons] 0.8.2claws15
1139 (being pedantic I know)
1141 2002-08-31 [alfons] 0.8.2claws14
1144 check for NULL pointers returned from folder->fetch_msginfo virtual
1145 (should solve some reported crashes)
1147 2002-08-30 [alfons] 0.8.2claws13
1152 enable crash dialog on compilation time
1153 (--enable-crash-dialog configure option)
1155 2002-08-30 [alfons] 0.8.2claws12
1160 apply memory leak plug patch by Martin Kluge
1161 (closes patch "[ 602568 ] patch for 602441 little memory leak",
1162 bug "[ 599677 ] Very small memory leak in 0.81claws115",
1163 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
1165 2002-08-30 [darko] 0.8.2claws11
1168 copy Gtk style from normal style to match
1169 font size for coloured folders
1171 2002-08-29 [alfons] 0.8.2claws10
1174 Type=Internet <- Type=Application
1175 (reported by Michael Schwendt, see:
1176 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
1177 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
1179 2002-08-29 [paul] 0.8.2claws9
1181 * sync with 0.8.2cvs5
1182 see ChangeLog 2002-08-29
1184 2002-08-29 [colin] 0.8.2claws8
1187 Added a sanity check in summary_select_thread
1188 Should fix bug 601605
1190 2002-08-29 [colin] 0.8.2claws7
1193 Revert claws6 changes regarding bug #591676
1195 2002-08-28 [colin] 0.8.2claws6
1198 Ignore cache for queue folderitems
1201 2002-08-28 [melvin] 0.8.2claws5
1206 2002-08-28 [melvin] 0.8.2claws4
1209 Updated a bit the text concerning the spell checker
1211 2002-08-28 [melvin] 0.8.2claws3
1213 Merged the GNU_aspell_branch:
1214 Support of new GNU/aspell is now included and the old pspell
1215 is not supported anymore.
1219 Updated spell checker text to reflect the switch to GNU/aspell
1221 * ac/aspell.m4 *** NEW ***
1222 * src/gtkaspell.[ch] *** NEW ***
1223 * ac/pspell.m4 *** DELETED ***
1224 * src/gtkspell.[ch] *** DELETED ***
1227 Updated for GNU/aspell support
1230 Replaced gtkspell.c by gtkaspell.c
1238 * src/prefs_common.[ch]
1239 Updated for GNU/aspell support
1241 2002-08-28 [paul] 0.8.2claws2
1243 * sync with 0.8.2cvs4
1244 see ChangeLog 2002-08-27 and 2002-08-28
1246 2002-08-28 [colin] 0.8.2claws1
1248 * src/summary_search.c
1251 2002-08-28 [jens] 0.8.2claws
1254 Updated German translations
1256 2002-08-27 [melvin] 0.8.2claws
1259 Updated French translations
1261 2002-08-27 [paul] 0.8.2claws
1263 * sync with 0.8.2 main release
1271 updated message catalogs submitted by
1272 Ricardo Mones Lastra, Alessandro Maestri,
1273 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
1274 Beneditto and Urke MMI
1276 2002-08-27 [hoa] 0.8.1claws123
1278 * src/mainwindow.[ch]
1279 * src/summaryview.[ch]
1280 removed the "filter setting" menu option.
1281 add a "cancel a news message" menu option.
1283 2002-08-26 [martin] 0.8.1claws122
1286 changed string under 0.8.1claws79 changed by myself
1289 2002-08-26 [martin] 0.8.1claws121
1292 added kill command to debuggerrc to start crash dialog
1294 2002-08-26 [paul] 0.8.1claws120
1296 * sync with 0.8.1cvs31
1297 see ChangeLog 2002-08-26
1299 2002-08-25 [alfons] 0.8.1claws119
1302 fix bug that didn't send out correct headers to news server
1303 when sending news article and email from queue (bug reported
1304 and patch provided by Tim Mann; closes bug
1305 "[ 583196 ] 0.7.8claws can't post news")
1307 2002-08-25 [alfons] 0.8.1claws118
1309 * src/selective_download.c
1310 mark two strings as translatable
1311 (thanks to Urke MMI for pointing this out)
1313 2002-08-25 [alfons] 0.8.1claws117
1316 treat sent boxes as special and allow sorting them by addressee
1317 (closes "[ 589418 ] Sent folder sorting misbehavior"
1318 submitted by Steve Lamb)
1320 2002-08-24 [alfons] 0.8.1claws116
1323 fix memleak reported by Martin Kluge
1324 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
1326 2002-08-24 [oliver] 0.8.1claws115
1328 * src/prefs_toolbar.c
1329 o code cleanup as suggested by Alfons
1332 2002-08-24 [alfons] 0.8.1claws114
1335 o fix another memory leak reported by Martin Kluge
1336 (see "[ 599568 ] Small Memory Leak")
1337 o remove 'from' variable from 'summary_set_header()'; we can
1340 2002-08-24 [paul] 0.8.1claws113
1342 * sync with 0.8.1cvs30
1343 see ChangeLog 2002-08-23
1345 2002-08-24 [alfons] 0.8.1claws112
1348 remove unnecessary allocations for search bar fixing leaks
1349 reported by Martin Kluge
1350 (see "[ 599451 ] Further memory leaks?")
1352 2002-08-24 [alfons] 0.8.1claws111
1355 make get_socket_name() public for crash.c
1357 o make report bug button work (goes to claws'
1358 bug tracker at sf.net)
1359 o introduce function for doing important stuff just
1360 before claws goes down
1363 2002-08-24 [alfons] 0.8.1claws110
1366 move cursor to "To" entry when forwarding as attachment
1367 (reported and solved by Steve Lamb, closes bug report
1368 "[ 592880 ] Forward as attachment; cursor not in to")
1370 2002-08-24 [colin] 0.8.1claws109
1373 fix quick search visibility after GUI (de)separations.
1375 2002-08-23 [colin] 0.8.1claws108
1378 fix header pane visibility after folderview or
1379 messageview (de)separation
1381 2002-08-23 [paul] 0.8.1claws107
1383 * src/mainwindow.[ch]
1385 give full control of display or non-display
1386 of the Execute icon to Custom toolbar settings.
1387 add new sensitivity condition to maninwindow.h:
1393 more sync with 0.8.1cvs29
1395 2002-08-23 [melvin] 0.8.1claws106
1398 Readded support for custom widget in alertpanel lost in last
1401 2002-08-23 [paul] 0.8.1claws105
1403 * sync with 0.8.1cvs29
1404 see ChangeLog 2002-08-23
1406 2002-08-23 [colin] 0.8.1claws104
1409 Fix folder and search pixmaps exchanging positions
1410 after theme or toolbar changes. Thank to Oliver for
1413 2002-08-23 [colin] 0.8.1claws103
1416 src/messageview.[ch]
1419 Changed messageview_create() and noticeview_create()
1420 to avoid the last gdk_warning
1422 2002-08-22 [colin] 0.8.1claws102
1425 Fix my new `Creating pixmap from xpm' warning
1427 2002-08-22 [colin] 0.8.1claws101
1430 Fix some of the gdk warnings
1432 2002-08-22 [colin] 0.8.1claws100
1435 * src/stock_pixmap.c
1436 * src/stock_pixmap.h
1437 * src/pixmaps/quicksearch.xpm *ADDED*
1438 Add the quicksearch pixmap
1442 Make quicksearch bar visible/hidden via a button
1444 2002-08-22 [christoph] 0.8.1claws99
1447 fix folder update for newsgroups with message
1448 numbers below minimum number of articles to fetch
1449 (closes bug #598445)
1451 2002-08-22 [paul] 0.8.1claws98
1453 * sync with 0.8.1cvs28
1454 see ChangeLog 2002-08-22
1456 2002-08-21 [alfons] 0.8.1claws97
1459 use bt instead of bt full which seems to work
1460 better, and bt full doesn't give a great deal
1461 of information anyway
1463 2002-08-21 [colin] 0.8.1claws96
1466 fix summaryview_searchtype_changed prototype
1468 2002-08-21 [christoph] 0.8.1claws95
1471 o fix broken menu update for sorting type, we have to
1472 get this info from the summaryview now
1473 o removed setting of threaded state in menu callback
1474 * src/summaryview.[ch]
1475 more summaryview/folderitem seperation for
1478 removed not required --with-compiler-flags option
1480 2002-08-21 [oliver] 0.8.1claws94
1483 o rename toolbar.xml to toolbar_main.xml
1484 since toolbar_compose.xml might come up
1489 2002-08-21 [darko] 0.8.1claws93
1492 don't reset tmp flags for messages copied
1495 2002-08-21 [colin] 0.8.1claws92
1497 * src/prefs_filtering.c
1498 fix renaming rules on folder rename
1499 when folder is not a leaf folder
1501 2002-08-21 [paul] 0.8.1claws91
1503 * src/prefs_folder_item.c
1504 fix alignment of colour selector
1506 2002-08-21 [paul] 0.8.1claws90
1508 * sync with 0.8.1cvs27
1509 see ChangeLog 2002-08-21
1511 2002-08-21 [paul] 0.8.1claws89
1514 fix crash when changing field type in
1517 2002-08-21 [colin] 0.8.1claws88
1520 Made quick search case-insensitive
1522 2002-08-21 [paul] 0.8.1claws87
1524 * sync with 0.8.1cvs26
1525 see ChangeLog 2002-08-21
1527 2002-08-20 [christoph] 0.8.1claws86
1531 * src/summaryview.[ch]
1532 more summaryview/folderitem seperation for
1533 sort_key and sort_type
1535 added missing return statement
1537 2002-08-20 [colin] 0.8.1claws85
1539 * src/summaryview.[ch]
1540 Added a quick search box
1542 * src/prefs_common.[ch]
1543 Added a show/hide option for the quick search
1545 2002-08-20 [oliver] 0.8.1claws84
1548 remove toolbar_create_popups
1550 o remove toolbar_create_popups
1551 o fix toolbar_set_sensitive
1552 (Bug reports #596834 and #596832)
1553 * src/prefs_toolbar.c
1554 o add "Set default" button
1555 o align label and text + combo widgets
1557 2002-08-20 [hoa] 0.8.1claws83bis
1560 fixed a bug in imap_fetch_msginfo() in case there is no
1563 2002-08-20 [darko] 0.8.1claws83
1566 copy the color style of folder view so it
1567 works with GTK themes
1569 2002-08-20 [darko] 0.8.1claws82
1573 * src/prefs_folder_item.[hc]
1574 don't use UI stuff in folder.h
1576 2002-08-20 [darko] 0.8.1claws81
1579 * src/prefs_folder_item.h
1581 * src/prefs_folder_item.c
1582 ability to set folder color in folderview
1584 2002-08-19 [alfons] 0.8.1claws80
1587 fix one of the earlier memleaks reported by Martin Kluge
1589 2002-08-19 [alfons] 0.8.1claws79
1592 hide notice view when selecting seperate folder
1593 view (reported by Urke MMI)
1595 2002-08-19 [christoph] 0.8.1claws78
1598 * src/prefs_folder_item.h
1599 * src/summaryview.[ch]
1600 o add summary_set_prefs_from_folderitem to set
1601 summaryview prefs (first step to remove all
1602 references to the folderitem in summaryview)
1603 o moved compiled regex stuff from folderitem prefs
1606 2002-08-19 [paul] 0.8.1claws77
1609 add check for '.' to QUOTE_IF_REQUIRED
1611 2002-08-19 [paul] 0.8.1claws76
1614 sync with 0.8.1cvs25 (plug memory leak)
1616 * src/prefs_toolbar.c
1617 re-order prefs_toolbar_cancel()
1619 2002-08-18 [alfons] 0.8.1claws75
1623 plug other memleaks reported by Martin Kluge
1625 2002-08-18 [paul] 0.8.1claws74
1628 updated by Fabio Jr. Beneditto
1630 2002-08-18 [paul] 0.8.1claws73
1633 fix bug where tooltips were displayed untranslated
1635 * src/prefs_toolbar.c
1636 fix bug where clicking 'Cancel' creates an icon & text
1637 toolbar regardless of prefs
1640 2002-08-17 [oliver] 0.8.1claws72
1642 * src/prefs_toolbar.c
1643 update toolbar on CANCEL
1644 bug reported by Martin Kluge
1646 toolbar_destroy memleak fixed
1648 2002-08-17 [alfons] 0.8.1claws71
1651 plug another memleak reported by Martin Kluge
1653 2002-08-16 [alfons] 0.8.1claws70
1656 use execvp() correctly (suggested by wwp; thanks!)
1658 2002-08-16 [alfons] 0.8.1claws69
1661 plug memory leak reported by Kim Schultz & Martin Kluge
1663 2002-08-16 [paul] 0.8.1claws68
1666 updated by Ricardo Mones Lastra
1668 2002-08-16 [paul] 0.8.1claws67
1671 fix bug where 'Compose News' icon showed wrong
1674 2002-08-16 [paul] 0.8.1claws66
1676 * sync with 0.8.1cvs24
1677 see ChangeLog 2002-08-16
1680 updated by Alessandro Maestri
1682 2002-08-15 [paul] 0.8.1claws65
1687 2002-08-15 [paul] 0.8.1claws64
1690 don't translate debug info
1695 2002-08-15 [paul] 0.8.1claws63
1697 * src/prefs_toolbar.c
1698 fix bug where clicking 'OK' creates an icon & text
1699 toolbar regardless of prefs
1701 2002-08-14 [alfons] 0.8.1claws62
1704 add global var that has the full argv[0]
1706 o execvp the correct sylpheed by using argv0
1707 and setting the correct work dir
1710 2002-08-14 [oliver] 0.8.1claws61
1712 * enable/disable Toolbar Action Buttons
1716 * src/prefs_toolbar.c
1718 2002-08-14 [melvin] 0.8.1claws60
1721 Updated French translations
1723 2002-08-14 [melvin] 0.8.1claws59
1726 Made bug report not translatable
1728 Fixed exporthtml_build_filespec() return value
1730 Fixed incorrect include file
1732 * src/prefs_actions.c
1733 * src/prefs_toolbar.c
1734 Made debug info not translatable
1737 Added missing includes
1738 * src/prefs_common.c
1741 2002-08-14 [paul] 0.8.1claws58
1743 * faq/es/sylpheed-faq.html
1744 faq/es/sylpheed-faq-[1-3].html
1745 faq/es/sylpheed-faq-4.html **NEW FILE **
1748 2002-08-13 [christoph] 0.8.1claws57
1751 ignore thread fix that did not mark all
1752 child nodes of a ignored thread as
1753 ignored. Does not work perfectly yet,
1754 but it is better now
1756 2002-08-13 [alfons] 0.8.1claws56
1759 o implement 'save crash log'
1762 2002-08-13 [melvin] 0.8.1claws55
1765 removed unrequired "execinfo.h" header
1767 2002-08-12 [paul] 0.8.1claws54
1769 * faq/en/sylpheed-faq.html
1770 faq/en/sylpheed-faq-[1-3].html
1771 faq/en/sylpheed-faq-4.html **NEW FILE **
1774 2002-08-12 [alfons] 0.8.1claws53
1777 add crash.c to translatables
1779 bring in Leandro's crash dialog
1781 2002-08-11 [alfons] 0.8.1claws52
1784 clean up some warnings
1786 2002-08-11 [alfons] 0.8.1claws51
1790 * src/crash.[ch] ** NEW FILES **
1792 initial gdb crash handler
1794 2002-08-11 [paul] 0.8.1claws50
1796 * src/prefs_toolbar.c
1797 replace Up/Down arrow pixmaps with text to be
1798 consistent across icon themes
1800 2002-08-11 [paul] 0.8.1claws49
1802 * src/prefs_common.c
1804 rename 'Pixmap' -> 'Icon'
1807 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1809 2002-08-10 [paul] 0.8.1claws48
1811 * src/prefs_toolbar.c
1814 2002-08-10 [paul] 0.8.1claws47
1817 don't write Processing progress to status bar
1818 patch submitted by Alexander Evseev
1820 * src/prefs_toolbar.c
1821 re-position and resize window
1822 make window assume correct size on first call
1824 2002-08-10 [paul] 0.8.1claws46
1831 follow UI text conventions
1833 2002-08-10 [alfons] 0.8.1claws45
1836 correct pixmap for delete action
1838 2002-08-10 [paul] 0.8.1claws44
1841 updated by Fabio Jr. Beneditto
1843 2002-08-10 [paul] 0.8.1claws43
1846 add custom toolbar files
1848 2002-08-10 [paul] 0.8.1claws42
1850 * sync with 0.8.1cvs22
1851 see ChangeLog 2002-08-09
1853 2002-08-09 [paul] 0.8.1claws41
1857 tools/outlook2sylpheed.pl ** NEW FILE **
1858 add script to convert exported Outlook
1859 contacts list to a Sylpheed addressbook.
1860 Submitted by Ricardo Mones Lastra.
1862 2002-08-09 [paul] 0.8.1claws40
1866 po/sr.po ** NEW FILE **
1867 add Serbian message catalog. Submitted by
1868 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
1870 2002-08-09 [paul] 0.8.1claws39
1872 * sync with 0.8.1cvs21
1873 see ChangeLog 2002-08-08
1875 2002-08-08 [oliver] 0.8.1claws38
1878 move Custom Toolbar to Configuration menu
1880 2002-08-08 [oliver] 0.8.1claws37
1882 * src/prefs_toolbar.c
1883 fix substitute pixmap bug
1885 2002-08-08 [paul] 0.8.1claws36
1887 * sync with 0.8.1cvs19
1888 see ChangeLog 2002-08-08
1890 2002-08-07 [christoph] 0.8.1claws35
1893 fixed a memory leak in new canonicalize_file_replace
1895 2002-08-07 [christoph] 0.8.1claws34
1898 o canonicalize_file_replace should create the temporary
1899 file in the same directory as the original file.
1900 o added get_tmpfile_in_dir that creates a temorary file
1901 in a specified directory.
1903 2002-08-07 [melvin] 0.8.1claws33
1906 fixed bug where 'Article' button acted as 'Email' button.
1908 2002-08-07 [paul] 0.8.1claws32
1910 * sync with 0.8.1.cvs17
1911 see ChangeLog 2002-08-07
1913 2002-08-07 [colin] 0.8.1claws31
1916 fix mass-cancel problem
1918 2002-08-07 [thorsten] 0.8.1claws30
1920 * src/prefs_toolbar.c
1921 fix: crash on replace or add new button
1923 fix: close xmlfile after reading
1925 fix: unlink() file before rename()
1927 2002-08-06 [paul] 0.8.1claws29
1929 * sync with 0.8.cvs15
1930 see ChangeLog 2002-08-06
1932 2002-08-06 [oliver] 0.8.1claws28
1935 * src/prefs_toolbar.c
1936 fixed empty toolbar issue
1938 2002-08-06 [oliver] 0.8.1claws27
1940 * Custom Toolbar Final
1944 o toolbar stuff now lives in src/toolbar.[ch]
1945 o main_window_toolbar_* functions are renamed to
1946 toolbar_* reflecting their new source file
1947 * src/mainwindow.[ch]
1948 o remove toolbar stuff
1950 2002-08-06 [oliver] 0.8.1claws26
1953 * src/prefs_toolbar.[ch] **New File**
1954 * src/toolbar.[ch] **New File**
1955 o prefs_toolbar.[ch] custom toolbar frontend
1956 o toolbar.[ch] backend
1958 2002-08-06 [oliver] 0.8.1claws25
1960 * src/prefs_actions.[ch]
1961 o new exported function actions_execute
1963 2002-08-06 [paul] 0.8.1claws24
1965 * sync with 0.8.1cvs4
1966 see ChangeLog 2002-08-06
1968 2002-08-06 [paul] 0.8.1claws23
1970 * sync with 0.8.1cvs13
1971 see ChangeLog 2002-08-06
1973 2002-08-06 [paul] 0.8.1claws22
1975 * sync with 0.8.1cvs12
1976 see ChangeLog 2002-08-05 and 2002-08-06
1978 2002-08-06 [match] 0.8.1claws21
1981 improvements to cut/copy/paste address
1983 2002-08-05 [match] 0.8.1claws20
1990 fixes to improve cut/copy/paste
1992 2002-08-06 [melvin] 0.8.1claws19
1995 account_find_all_from_address(): new function that returns the
1996 list of all accounts that are matched in an address.
1997 * src/alertpanel.[ch]
1998 alertpanel() now accepts a custom widget
1999 alertpanel_with_widget(): new function that pops up a panel with
2000 a custom widget in it
2002 gtkut_account_menu_new(): new function that allows the selection
2003 of an account from a list of accounts.
2005 Extended Return Receipt notification to select the correct
2006 account and to make a security test on the Delivery-Notification
2007 address which should be the same as the Return-Path.
2009 2002-08-06 [thorsten] 0.8.1claws18
2012 attach_all: save unnamed as "noname.%d",
2013 dont free static dirname
2015 2002-08-05 [alfons] 0.8.1claws17
2018 detect XIM by trying to link rather than compile a XIM program
2020 2002-08-05 [oliver] 0.8.1claws16
2022 * src/stock_pixmap.[ch]
2023 o add UP_ARROW to available pixmaps (already in pixmap-directory)
2024 o new func to retrieve pixmaps
2026 2002-08-05 [paul] 0.8.1claws15
2028 * sync with 0.8.1cvs10
2029 see ChangeLog 2002-08-05
2031 2002-08-04 [alfons] 0.8.1claws14
2034 see if this plugs memleak
2036 2002-08-04 [melvin] 0.8.1claws13
2039 fixed bug that could crash Sylpheed when highlighting
2040 all misspelled words.
2042 2002-08-03 [melvin] 0.8.1claws12
2044 * src/prefs_actions.c
2045 removed unnecessary checks for NULL introduced in 0.8.1claws11.
2047 fixed bug where the Return Receipt was sent to
2048 Delivery-Notification-To address even if it was not present
2050 2002-08-02 [alfons] 0.8.1claws11
2052 * src/prefs_actions.c
2053 o more check for NULLs
2054 o put create_io_dialog() in right conditional block
2056 2002-08-02 [paul] 0.8.1claws10
2059 updated by Ricardo Mones Lastra
2061 2002-08-01 [christoph] 0.8.1claws9
2064 don't free the cache of the opened
2065 folder in the summaryview
2067 don't unset flags, if it is not required
2069 2002-08-01 [paul] 0.8.1claws8
2071 * sync with 0.8.1cvs8
2072 see ChangeLog entry 2002-08-01
2074 2002-08-01 [paul] 0.8.1claws7
2076 * sync with 0.8.1cvs7
2077 see ChangeLog 2002-07-31 and 2002-08-01
2079 2002-07-31 [christoph] 0.8.1claws6
2082 forgot to update menu sensitivity
2083 function for new menu entry
2085 2002-07-31 [alfons] 0.8.1claws5
2088 check folder item and its path for NULL on
2091 2002-07-31 [christoph] 0.8.1claws4
2094 check if folder_item_get_msginfo in
2095 folder_item_remove_msg returned NULL
2097 better clear the uid cache in the
2098 uid validity check function and delete
2101 2002-07-31 [paul] 0.8.1claws3
2104 add the '--attach' option and a few other
2107 2002-07-31 [paul] 0.8.1claws2
2109 * sync with 0.8.1cvs5
2110 see ChangeLog 2002-07-31
2112 2002-07-31 [christoph] 0.8.1claws1
2114 * src/folderview.[ch]
2116 replace "Rescan all folders..." with
2117 "Check all folders for new messages..."
2119 2002-07-30 [paul] 0.8.1claws
2121 * version 0.8.1claws released
2123 2002-07-30 [paul] 0.8.0claws29
2125 * tools/OOo2sylpheed.pl ** NEW FILE **
2127 add script to enable sending documents as
2128 attachments from OpenOffice.org
2130 2002-07-30 [melvin] 0.8.0claws28
2132 * src/prefs_actions.c
2133 Made the actions' input/output dialog display
2136 2002-07-30 [christoph] 0.8.0claws27
2139 check if folder_item_get_msginfo in
2140 procmsg_save_to_outbox returned NULL
2142 2002-07-30 [paul] 0.8.0claws26
2144 * sync with 0.8.1cvs4
2145 see ChangeLog 2002-07-29
2147 2002-07-29 [thorsten] 0.8.0claws25
2150 added selective download, delete on server
2152 2002-07-29 [paul] 0.8.0claws24
2154 * sync with 0.8.1cvs3
2155 see ChangeLog 2002-07-29
2157 2002-07-27 [christoph] 0.8.0claws23
2160 add extra check if fetching the msginfo
2163 2002-07-27 [paul] 0.8.0claws22
2165 * sync with 0.8.1cvs2
2166 see ChangeLog 2002-07-26
2168 2002-07-27 [christoph] 0.8.0claws21
2171 add another check if a valid msginfo
2174 2002-07-26 [hoa] 0.8.0claws20
2177 Fixed a condition in folder_item_destroy()
2180 Fixed an error in IMAP protocol
2182 2002-07-26 [alfons] 0.8.0claws19
2185 ofcourse compare with identifier, not the path
2187 2002-07-26 [alfons] 0.8.0claws18
2190 use folder item identifier for saving / restoring
2191 preferences because folder->path might not be unique
2193 2002-07-26 [melvin] 0.8.0claws17
2196 Fixed a crash introduced in 0.8.0claws5 when log is
2197 cut under 80 characters.
2199 2002-07-26 [paul] 0.8.0claws16
2201 * sync with 0.8.1cvs1
2202 see ChangeLog 2002-07-26
2204 2002-07-26 [christoph] 0.8.0claws15
2207 imap folder now remembers the last selected
2208 folder and imap_fetch_msginfo skips selecting
2209 the folder if it is already selected
2211 2002-07-26 [christoph] 0.8.0claws14
2216 fix imap folder rescanning
2218 2002-07-25 [christoph] 0.8.0claws13
2228 implement imap uid cache and uid validity check
2230 2002-07-25 [alfons] 0.8.0claws12
2233 fix a brown paper bag bug, and also add some more
2236 2002-07-25 [christoph] 0.8.0claws11
2239 don't mix copy, fetch_msginfo and remove
2240 operations in folder item copy and move
2243 2002-07-25 [christoph] 0.8.0claws10
2247 * src/prefs_folder_item.c
2248 * src/summaryview.[ch]
2249 remove no longer required parameter update_cache from
2252 2002-07-25 [paul] 0.8.0claws9
2259 2002-07-24 [alfons] 0.8.0claws8
2262 sort correctly when using simplified subject line
2263 (closes feature request "[ 585141 ] applying regexp to subject
2264 before sort" submitted by Alexandra Walford)
2266 2002-07-24 [paul] 0.8.0claws7
2268 * sync with 0.8.0cvs3
2269 see ChangeLog 2002-07-24
2271 2002-07-23 [christoph] 0.8.0claws6
2278 o separate processing and summaryview
2279 o removed summary_write_cache from summaryview
2280 o removed summaryview->killed_messages, because we don't have
2281 to keep a list of killed messages anymore. New cache will
2282 keep the hidden messages in cache anyway
2285 * src/selective_download.c
2286 o removed unnecessary summary_write_cache calls
2288 o don't set ignore thread flag in procmsg_get_thread_tree
2289 if it is already set
2292 o moved STATUSBAR_PUSH/POP to statusbar.h because
2293 they are used in different files
2295 2002-07-23 [melvin] 0.8.0claws5
2301 * src/editldap_basedn.c
2303 * src/prefs_common.c
2304 Fixed few memory leak (gtk_editable_get_chars returns
2305 an allocated string)
2307 Fixed few memory leak (gtk_editable_get_chars returns
2308 an allocated string) and modified a little the log cutting
2311 Replaced a call to an obsolete function gtk_entry_get_text()
2312 by gtk_editable_get_chars()
2314 Removed a debug printf
2316 2002-07-23 [christoph] 0.8.0claws4
2319 fix another g_dirname memory leak
2321 2002-07-23 [christoph] 0.8.0claws3
2324 fixed a memory leak in mh_fetch_msginfo
2325 fixed crash when message header could not be
2328 2002-07-23 [paul] 0.8.0claws2
2330 * sync with 0.8.0cvs2
2331 see ChangeLog 2002-07-23
2333 2002-07-23 [paul] 0.8.0claws1
2335 * sync with 0.8.0cvs1
2336 see ChangeLog 2002-07-23
2338 2002-07-23 [paul] 0.8.0claws
2340 * release of 0.8.0claws
2342 2002-07-23 [paul] 0.7.8claws99
2345 new Russian translation, submitted by
2346 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
2348 2002-07-22 [jens] 0.7.8claws98
2351 Updated German translations.
2353 2002-07-22 [paul] 0.7.8claws97
2359 updated translations by Ricardo Mones Lastra,
2360 Alessandro Maestri, Wilbert Berendsen and
2361 Fabio Jr. Beneditto respectively
2363 2002-07-22 [christoph] 0.7.8claws96
2366 fix memory leak caused by wrong g_dirname usage
2368 2002-07-22 [christoph] 0.7.8claws95
2371 update new and unread message counts for summaryview
2372 summaryview does not get it from the folder anymore
2373 and has to update the values itself
2375 2002-07-22 [melvin] 0.7.8claws94
2378 Updated French translations.
2380 2002-07-22 [christoph] 0.7.8claws93
2383 set prop->preg pointer to NULL or following check
2384 will not fail and regexec will be called with
2387 2002-07-21 [alfons] 0.7.8claws92
2389 * src/prefs_common.[ch]
2390 remove option "Send return receipt on request"
2392 2002-07-21 [thorsten] 0.7.8claws91
2395 fixed memleaks, coding style as pointed out by alfons
2397 2002-07-21 [alfons] 0.7.8claws90
2400 * src/noticeview.[ch]
2401 o fix bug notice view being displayed when going to empty folder
2402 (noticed by Christoph)
2403 o allow RRR to be sent when restarting sylpheed, or changing folder
2404 (noticed by Thorsten)
2406 2002-07-21 [thorsten] 0.7.8claws89
2409 Included save_all patch from Xaview FACQ
2410 added support for pathnames
2412 2002-07-21 [alfons] 0.7.8claws88
2417 * src/messageview.[ch]
2418 * src/noticeview.c ** NEW FILE **
2419 * src/noticeview.h ** NEW FILE **
2420 make return receipts work again
2421 (UI idea by Leandro Pereira)
2423 2002-07-21 [paul] 0.7.8claws87
2426 fix sensitivity of 'Select thread'
2428 2002-07-21 [paul] 0.7.8claws86
2430 * src/prefs_common.c
2431 add browser command line for Galeon
2433 2002-07-21 [paul] 0.7.8claws85
2436 fix 'EXTRA_DIST': remove README.README, add TODO
2439 2002-07-21 [alfons] 0.7.8claws84
2442 make enter clear selection
2443 (closes "[ 579888 ] Editor selection/entry error"
2444 reported by Steve Lamb)
2446 2002-07-21 [alfons] 0.7.8claws83
2449 sort message list when selecting unthread messages
2450 (closes "[ 501593 ] switching threaded view doesn't sort"
2451 reported by Simon Schubert)
2453 2002-07-20 [alfons] 0.7.8claws82
2458 2002-07-20 [thorsten] 0.7.8claws81
2461 Fixed expansion of empty fields in matchactions
2463 2002-07-19 [melvin] 0.7.8claws80
2466 Removed a duplicate menu entry (fast mode) introduced during
2468 Added a menu separator between 'Use alternate' and 'Fast mode'
2470 2002-07-19 [paul] 0.7.8claws79
2476 2002-07-19 [thorsten] 0.7.8claws78
2478 * tools/calypso_convert.pl ** NEW FILE **
2481 script to import mbox files exported
2483 o generates folder structure
2484 o includes attachments
2486 2002-07-19 [melvin] 0.7.8claws77
2488 * src/selective_download.[ch]
2489 Fixed bug where closing the dialog with the window manager's
2490 close button will not unlock the summary
2491 Corrected some function declarations that missed a return value
2492 Made the source code comply better with coding style.
2493 * src/prefs_common.c
2494 Added new browser command line for Mozilla.
2496 2002-07-18 [paul] 0.7.8claws76
2499 src/selective_download.[ch]
2500 reflect theme changes, fix Gdk Warning when creating
2501 pixmap from NULL window, and minor clean up.
2502 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2507 2002-07-17 [paul] 0.7.8claws75
2515 2002-07-16 [paul] 0.7.8claws74
2517 * tools/filter_conv.pl
2519 replace conversion script with reimplemented version,
2520 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
2522 2002-07-16 [colin] 0.7.8claws73
2525 remove forgotten debug messages - sorry ;-)
2527 2002-07-16 [colin] 0.7.8claws72
2533 add the ability to select part of a text mime-part
2536 2002-07-15 [christoph] 0.7.8claws71
2539 fix folder message count for folders without
2540 msg_is_changed (includes news folders)
2542 2002-07-15 [martin] 0.7.8claws70
2545 option "display recipient on 'From'..." now works
2546 without the need of enabling the option
2547 "display sender using address book".
2549 2002-07-15 [christoph] 0.7.8claws69
2552 removed setting folder status from summaryview.
2553 folder.c should update all message counts correctly.
2555 2002-07-15 [paul] 0.7.8claws68
2558 updated by Fabio Junior Beneditto
2560 2002-07-15 [darko] 0.7.8claws67
2563 Fixed target folder colorization, don't decrease op
2566 2002-07-14 [paul] 0.7.8claws66
2568 * sync with main 0.8.0
2569 see ChangeLog 2002-07-14
2571 2002-07-13 [melvin] 0.7.8claws65
2576 Replaced sprintf by g_snprintf to prevent possible buffer
2579 Corrected a log message output format.
2580 Added a missing "done" debug output.
2582 Added keyboard accelerator for Priority menu items
2583 Added missing \n in debug output
2587 Added missing \n in debug output
2589 2002-07-13 [paul] 0.7.8claws64
2592 change Sergey's email address to the sf address
2595 increase show_url_timeout (more useful for long
2598 2002-07-12 [sergey] 0.7.8claws63
2601 applied (with some modifications) patch to set the
2602 micalg parameter for signatures
2603 (2001-08-28 Werner Koch <wk@gnupg.org>)
2605 2002-07-12 [sergey] 0.7.8claws62
2609 fixed man page installation
2611 2002-07-12 [paul] 0.7.8claws61
2613 * sync with 0.7.8cvs26
2614 see ChangeLog 2002-07-11 and 2002-07-12
2616 2002-07-11 [christoph] 0.7.8claws60
2620 first use the message number to find the message
2621 to mark with a reply flag but check the
2622 message-id if we got the correct message, if not
2623 try to find it by message-id.
2624 use new string seperator that is not allowed
2627 2002-07-11 [paul] 0.7.8claws59
2629 * sync with 0.7.8cvs23
2630 see ChangeLog 2002-07-10
2632 2002-07-10 [christoph] 0.7.8claws58
2636 Added message-id table to the cache in memory
2637 and functions to msgcache.c and folder.c to
2638 fetch MsgInfos by message id
2641 store folder and message-id of message replying
2642 to in queue header and set reply flag after sending
2643 (Closes bug #469498)
2645 2002-07-10 [paul] 0.7.8claws57
2649 add Martin to the list of authors
2651 2002-07-09 [martin] 0.7.8claws56
2653 Added gtk_ctree_last_visible(), tree_update_level(),
2654 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
2655 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2656 from gtk+ to gtksctree.c for the new sorting code
2657 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
2658 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
2660 Added declaration for gtk_sctree_sort_recursive() and
2661 gtk_sctree_sort_node
2666 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2667 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
2669 2002-07-08 [paul] 0.7.8claws55
2671 * more sync with 0.7.8cvs21
2672 see ChangeLog 2002-07-08
2674 2002-07-08 [paul] 0.7.8claws54
2676 * sync with 0.7.8cvs21
2677 see ChangeLog 2002-07-08
2679 2002-07-07 [alfons] 0.7.8claws53
2682 * src/stock_pixmap.[ch]
2683 * src/pixmaps/notice_warn.xpm ** NEW FILE **
2684 * src/pixmaps/notice_error.xpm ** NEW FILE **
2685 * src/pixmaps/notice_note.xpm ** NEW FILE **
2686 add new pixmaps for upcoming notice pane
2688 2002-07-06 [melvin] 0.7.8claws52
2691 Made them a bit closer to Sylpheed's coding style.
2693 Removed possible memory leaks when some errors occurs.
2695 2002-07-06 [melvin] 0.7.8claws51
2698 Removed --no-location in xgettext command line to help
2699 translators that use Emacs' po-mode
2701 Removed unnecessary comments that messed up sylpheed.pot
2703 2002-07-06 [paul] 0.7.8claws50
2705 * sync with 0.7.8cvs19
2706 see ChangeLog 2002-07-05
2708 2002-07-06 [christoph] 0.7.8claws49
2712 fix folder_item_remove_all_msg and folderview
2713 status for trash folders after emptying trash
2715 2002-07-05 [paul] 0.7.8claws48
2717 * sync with 0.7.8cvs16
2718 see ChangeLog 2002-07-04 and 2002-07-05
2720 2002-07-04 [paul] 0.7.8claws47
2722 * sync with 0.7.8cvs14
2723 see ChangeLog 2002-07-04
2725 2002-07-03 [alfons] 0.7.8claws46
2728 dupe folder item's path because it's being reallocated
2729 by new folder scanning code
2731 2002-07-03 [christoph] 0.7.8claws45
2734 better IMAP uid fetching using 'FETCH 1:* (UID)'
2736 add missing return in msgcache_write
2738 2002-07-02 [thorsten] 0.7.8claws44
2743 use binary mode for file access
2745 2002-07-02 [christoph] 0.7.8claws43
2747 * major code cleanup (part 1)
2749 - unused variables removed
2750 - unused functions removed
2751 - uninitialized variables checked
2752 - missing return statements added
2753 - missing function return types added
2754 - added parentheses around assignment and
2755 && in || when suggested by gcc
2759 replaced direct calls to folder->scan_tree
2760 with folder_scan_tree and restore folder
2761 prefs in this function. The folder should
2762 not have to deal with them.
2763 ( Should now work for all folder types )
2765 2002-07-02 [paul] 0.7.8claws42
2767 * sync with 0.7.8cvs13
2768 see ChangeLog 2002-07-01 and 2002-07-02
2770 2002-07-01 [christoph] 0.7.8claws41
2773 fix "goto next/prev unread message" with
2776 2002-07-01 [paul] 0.7.8claws40
2779 updated by Ricardo Mones Lastra
2781 2002-06-30 [match] 0.7.8claws39
2784 applied variation of leonerd's patch (566661) to
2785 allow multiple email addresses per JPilot entry.
2786 addresses may be separated by space, comma, pipe,
2787 semi-colon, new-line.
2789 2002-06-30 [alfons] 0.7.8claws38
2792 simple fix for putting older nodes before
2793 newer nodes when threading by subject
2795 2002-06-30 [christoph] 0.7.8claws37
2802 fix broken folder tree rescaning
2803 and don't use procmsg_get_mark_sum
2806 2002-06-30 [christoph] 0.7.8claws36
2808 * merge new cache branch
2810 fix new cache imap copy bug
2812 improved folder_item_scan
2813 it should now always set the correct
2814 new, unread and total message counts
2816 2002-06-29 [paul] 0.7.8claws35
2819 correct syntax error
2821 2002-06-29 [paul] 0.7.8claws34
2825 man/Makefile.am ** NEW FILE **
2826 man/sylpheed.1.gz ** NEW FILE **
2827 add Sylpheed man page
2829 2002-06-29 [paul] 0.7.8claws33
2832 updated by Fabio Junior Beneditto
2834 2002-06-28 [jens] 0.7.8claws32
2839 * src/selective_download.c
2840 removed gettext for space " "
2845 2002-06-28 [paul] 0.7.8claws31
2847 * sync with 0.7.8cvs11
2848 see ChangeLog 2002-06-28
2850 2002-06-28 [paul] 0.7.8claws30
2852 * sync with 0.7.8cvs10
2853 see ChangeLog 2002-06-27 and 2002-06-28
2855 2002-06-26 [paul] 0.7.8claws29
2858 src/selective_download.c
2859 don't gettextise empty strings.
2860 reserved by gettext. gettext("") returns
2861 the header entry with meta information,
2862 not the empty string
2867 2002-06-26 [paul] 0.7.8claws28
2869 * sync with 0.7.8cvs7
2870 see ChangeLog 2002-06-25
2872 * src/prefs_common.c
2873 ...and in the process, tweak the gui a little
2875 2002-06-25 [alfons] 0.7.8claws27
2879 fine tune ldap library detection
2881 2002-06-25 [alfons] 0.7.8claws26
2884 don't allow return receipts when composing a news article
2886 2002-06-25 [paul] 0.7.8claws25
2889 add '$(AMTAR)' to 'release' section to allow for
2890 new and older autotools
2892 2002-06-25 [paul] 0.7.8claws24
2895 fix "No more unread messages" persistant pop-up
2898 2002-06-25 [paul] 0.7.8claws23
2901 updated by Alessandro Maestri
2903 2002-06-25 [paul] 0.7.8claws22
2905 * sync with 0.7.8cvs6
2906 see ChangeLog 2002-06-25
2908 2002-06-24 [paul] 0.7.8claws21
2911 add GPL copyright information
2913 2002-06-24 [paul] 0.7.8claws20
2917 tools/update-po ** NEW FILE **
2918 add script that eases the creation of *.po files
2919 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2921 2002-06-23 [alfons] 0.7.8claws19
2924 make notification_convert_header obey const correctness
2925 (next step will be fixing the broken return receipt)
2927 2002-06-23 [paul] 0.7.8claws18
2930 fix bug introduced in last commit:
2931 removed too much code in last commit - put back what's
2934 2002-06-23 [paul] 0.7.8claws17
2936 * src/messageview.[ch]
2937 remove code committed in error from locally patched
2940 2002-06-23 [colin] 0.7.8claws16
2943 add compose_entry_select(), used to select the default_to
2944 email address - hopefully avoiding people sending mails to
2947 2002-06-22 [alfons] 0.7.8claws15
2950 add Bram Metsch & Stanislav Karchebny
2952 * src/prefs_account.[ch]
2954 - apply and adapt Bram's patch which allows user to set SMTP AUTH
2955 options. (see <http://sourceforge.net/tracker/index.php
2956 ?func=detail&aid=566937&group_id=25528&atid=384600>);
2958 - merge Stanislav's fix to make SMTP AUTH work with qmail
2959 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
2961 2002-06-22 [paul] 0.7.8claws14
2963 * sync with 0.7.8cvs5
2964 see ChangeLog 2002-06-19 and 2002-06-20
2966 2002-06-22 [alfons] 0.7.8claws13
2968 * src/selective_download.c
2969 fix a stupid mistake I made
2971 2002-06-22 [alfons] 0.7.8claws12
2973 * src/selective_download.[ch]
2974 fix another unnoticed leak; cleanup code
2979 gpg-sign <-- gpg-sign-syl
2981 2002-06-21 [alfons] 0.7.8claws11
2983 * src/selective_download.c
2984 * src/selective_download.h
2985 fix assorted mix of allocation errors (should solve
2986 problem reported by Philippe Gramoullé, see:
2987 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
2989 2002-06-20 [melvin] 0.7.8claws10
2991 * tools/gpg-sign *REMOVED*
2992 tools/gpg-sign-syl *ADDED*
2993 Replaced the gpg clearsigning script with the version using
2994 xterm instead of ssh-askpass and changed its name.
2997 Updated actions example to reflect the renaming of the
2998 gpg clearsigning script.
3000 2002-06-19 [paul] 0.7.8claws9
3002 * sync with 0.7.8claws9
3003 see ChangeLog 2002-06-18 and 2002-06-19
3005 2002-06-19 [paul] 0.7.8claws8
3007 * sync with 0.7.8cvs1
3008 see ChangeLog 2002-06-18
3010 2002-06-18 [alfons] 0.7.8claws7
3013 add omitted prototype
3015 2002-06-17 [paul] 0.7.8claws6
3018 fix hiding of exec_btn
3020 2002-06-17 [paul] 0.7.8claws5
3023 remove unneeded code: should_delete()
3024 and Pop3State::uidl_todelete_list
3026 2002-06-17 [paul] 0.7.8claws4
3029 see ChangeLog 2002-06-11 and 2002-06-13
3031 2002-06-16 [alfons] 0.7.8claws3
3034 make sure lock sort mode (claws specific) is
3035 also persists after a tree rescan
3037 2002-06-16 [alfons] 0.7.8claws2
3039 * src/prefs_folder_item.c
3041 fix persistence of folder sort mode (broken
3042 by adapting Hiro's new folder persistence code)
3044 2002-06-16 [alfons] 0.7.8claws1
3048 * src/prefscommon.[ch]
3049 control size of log text in log window;
3050 closes patch #569155 submitted by Mitko Haralanov.
3052 2002-06-15 [paul] 0.7.8claws
3054 * release of 0.7.8claws
3056 2002-06-15 [paul] 0.7.7claws
3059 updated by Fabio Junior Beneditto
3061 2002-06-14 [paul] 0.7.6claws49
3064 updated by Ricardo Mones Lastra
3066 2002-06-14 [paul] 0.7.6claws48
3069 updated translation by Wilbert Berendsen
3071 2002-06-14 [melvin] 0.7.6claws47
3074 Updated French translation
3076 2002-06-13 [paul] 0.7.6claws46
3079 allow filename to be typed in, rather than just
3080 selected by the mouse. Patch by Gustavo Noronha Silva.
3082 2002-06-13 [alfons] 0.7.6claws45
3084 * src/mainwindow.[ch]
3085 more cleanups (removing unnecessary menu items Expand
3086 summary / message view)
3088 2002-06-13 [melvin] 0.7.6claws44
3091 Added src/string_match.c
3092 * src/string_match.c
3093 Fixed possible buffer overflow.
3095 Added missing config.h header.
3096 * src/prefs_common.c
3099 Made some strings translatable (missing _(..)).
3101 2002-06-13 [melvin] 0.7.6claws43
3104 Corrected action example (verifying clearsigned mail).
3105 * src/prefs_account.c
3107 * src/prefs_common.c
3108 Removed incorrect line that generated a Gtk-CRITICAL msg.
3110 2002-06-12 [alfons] 0.7.6claws42
3113 add init of score column lost in 0.7.6claws42
3115 2002-06-12 [paul] 0.7.6claws41
3117 * src/prefs_account.c
3118 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
3119 behavior of the radio buttons, (from 0.7.7cvs2)
3121 2002-06-11 [alfons] 0.7.6claws40
3123 * src/messageview.[ch]
3124 * src/summaryview.[ch]
3125 * src/summary_search.c
3127 perform a sync to bring in Hiro's separate view implementation
3129 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
3131 2002-06-11 [paul] 0.7.6claws39
3133 * src/prefs_account.c
3134 correct a typo on the Receive tab
3136 2002-06-10 [match] 0.7.6claws38
3139 Included address completion patch from Gustavo Noronha.
3141 2002-06-10 [paul] 0.7.6claws37
3145 src/prefs_account.[ch]
3146 src/selective_download.[ch]
3149 - check if POP Account
3150 - Receive Button renamed to Preview
3151 - Preview Button Popup: preview new/all messages
3153 - Account Preferences-->Receive tab checkbutton if you
3154 want to remove Mail after Download
3156 - Account Preferences-->Receive tab checkbutton use
3157 filtering rules on preview
3158 (think of delete_on_server)
3160 - Account selectable from SD dialog
3161 - checkbutton to show already downloaded messages if
3162 all messages are previewed
3163 - new clist column showing Date
3166 - play ball with UIDL
3167 - fault tolerant (?)
3168 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
3170 2002-06-10 [melvin] 0.7.6claws36
3173 Added a hint to ac/README in cvs instructions.
3175 * src/prefs_actions.c
3176 Made it possible to use a more elaborate command line
3177 for asynchronous actions, too.
3179 2002-06-10 [melvin] 0.7.6claws35
3181 * src/prefs_actions.c
3182 Make it possible to use a more elaborate command line
3183 (e.g. |foo|bar|cat>there;echo Done|)
3184 Corrected error message when calling %f, %F and %p commands
3185 from the compose window.
3187 2002-06-09 [colin] 0.7.6claws34
3190 Automatically find unread messages in current folder
3191 before annoying the user.
3193 2002-06-08 [alfons] 0.7.6claws33
3196 remove bad formatting string in it.po translation
3197 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
3199 2002-06-08 [paul] 0.7.6claws32
3201 * sync with 0.7.6cvs25
3202 see ChangeLog 2002-06-07
3204 2002-06-05 [paul] 0.7.6claws31
3207 add 'Sort by locked' and 'Sort by score'
3209 2002-06-05 [paul] 0.7.6claws30
3211 * sync with 0.7.6cvs24
3212 see ChangeLog 2002-06-04
3214 2002-06-04 [paul] 0.7.6claws29
3217 updated by Fabio Junior Beneditto
3219 2002-06-03 [thorsten] 0.7.6claws28
3222 fclose() matcherrc after reading
3224 2002-06-03 [paul] 0.7.6claws27
3226 * sync with 0.7.6cvs21
3227 see ChangeLog 2002-05-31
3229 2002-05-31 [paul] 0.7.6claws26
3231 * sync with 0.7.6cvs20
3232 see ChangeLog 2002-05-29 and 2002-05-30
3234 2002-05-31 [paul] 0.7.6claws25
3237 hopefully fix last buggy sync
3240 correct typo in 'Actions' examples
3242 2002-05-29 [paul] 0.7.6claws24
3244 * sync with 0.7.6cvs18
3245 see ChangeLog 2002-05-28 and 2002-05-29
3251 2002-05-28 [paul] 0.7.6claws23
3253 * sync with 0.7.6cvs16
3254 see ChangeLog 2002-05-28
3256 2002-05-27 [thorsten] 0.7.6claws22
3258 * faq/it/sylpheed-faq-1.html
3259 faq/it/sylpheed-faq-2.html
3260 faq/it/sylpheed-faq-3.html
3261 faq/it/sylpheed-faq.html
3262 corrected DOS lineendings
3263 * faq/de/sylpheed-faq-1.html
3264 faq/de/sylpheed-faq-2.html
3265 faq/en/sylpheed-faq-1.html
3266 faq/en/sylpheed-faq-2.html
3267 faq/en/sylpheed-faq-3.html
3268 faq/es/sylpheed-faq-1.html
3269 faq/es/sylpheed-faq-2.html
3270 faq/es/sylpheed-faq-3.html
3271 faq/fr/sylpheed-faq-1.html
3272 faq/it/sylpheed-faq-1.html
3273 faq/it/sylpheed-faq-2.html
3274 faq/it/sylpheed-faq-3.html
3275 faq/it/sylpheed-faq.html
3276 changed ">" to "
3278 2002-05-27 [paul] 0.7.6claws21
3280 * sync with 0.7.6cvs15
3281 see ChangeLog 2002-05-27
3283 2002-05-27 [paul] 0.7.6claws20
3285 * src/prefs_account.c
3288 2002-05-26 [paul] 0.7.6claws19
3293 2002-05-25 [paul] 0.7.6claws18
3296 add description of kmail2sylpheed.pl
3298 2002-05-25 [paul] 0.7.6claws17
3300 * tools/kmail2sylpheed.pl ** NEW FILE **
3301 perl script that converts an exported Kmail address
3302 book, converts it to sylpheed addressbook file,
3303 writes the file to .sylpheed, and updates
3306 2002-05-25 [paul] 0.7.6claws16
3308 * sync with 0.7.6cvs14
3309 see ChangeLog 2002-05-23
3311 2002-05-24 [paul] 0.7.6claws15
3314 make a correction and add some more info
3316 2002-05-24 [paul] 0.7.6claws14
3320 compose_redirect_write_headers_from_headerlist()
3321 add Subject and Resent-Message-ID to
3322 compose_redirect_write_headers()
3323 Received, Subject, and X-UIDL are filtered out in
3324 compose_redirect_write_to_file()
3326 2002-05-23 [paul] 0.7.6claws13
3332 src/matcher_parser_lex.l
3333 src/matcher_parser_parse.y
3334 src/prefs_common.[ch]
3335 src/prefs_filtering.c
3337 rename 'Bounce' to 'Redirect'
3339 2002-05-23 [paul] 0.7.6claws12
3341 * more sync with 0.7.6cvs13
3343 see ChangeLog 2002-05-22
3345 2002-05-22 [paul] 0.7.6claws11
3347 * sync with 0.7.6cvs13
3349 see ChangeLog 2002-05-20
3351 see ChangeLog 2002-05-22
3353 2002-05-21 [melvin] 0.7.6claws10
3356 Added missing filtering and scoring headers
3357 Fixed bad function call that showed garbage
3358 in Folder->Processing
3360 2002-05-21 [paul] 0.7.6claws9
3363 make all tools executable, (patch by Alfons).
3365 2002-05-20 [alfons] 0.7.6claws8
3368 don't forget to call mktime() so we have a valid week
3370 (Bug report by Roger Sondermann <mail@jumaros.de>)
3372 2002-05-20 [paul] 0.7.6claws7
3375 fix broken parsing of urls
3377 fix displaying of urls
3379 both fixes from the patch [547855] by Eugene
3382 2002-05-19 [alfons] 0.7.6claws6
3385 make sylpheed configure correctly with the latest
3386 and greatest of automake / autoconf / gettext
3388 2002-05-19 [alfons] 0.7.6claws5
3392 add function for returning ime zone offset
3394 * src/quote_fmt_parse.y
3395 better quotation formatting - does not convert
3396 to local time, but uses the original date string.
3398 Note: %z inserts the timezone offset (should
3399 work also on platforms where strftime does not
3402 2002-05-18 [christoph] 0.7.6claws4
3405 fix indentation of some code
3410 correct path for ignorethread.xpm
3411 incorrect filename for sylpheed_logo.xpm
3412 add missing include matcher_parser_parse.h
3414 2002-05-18 [paul] 0.7.6claws3
3416 * sync with 0.7.6cvs8
3417 see ChangeLog 2002-05-16 and 2002-05-17
3419 2002-05-18 [melvin] 0.7.6claws2
3422 Corrected an action's definition and fixed some misspellings.
3424 2002-05-18 [paul] 0.7.6claws1
3427 tools/gpg-sign ** new file **
3428 tools/uudec ** new file **
3429 add Melvin's Actions scripts
3432 add Melvin's descriptions for Actions
3434 2002-05-18 [paul] 0.7.6claws
3436 * Version 0.7.6claws released
3438 2002-05-17 [paul] 0.7.5claws32
3441 updated by Ricardo Mones Lastra
3443 2002-05-17 [paul] 0.7.5claws31
3446 fix Account prefs default folder for sent/draft/deleted
3451 updated translation by Alessandro Maestri and
3454 2002-05-17 [melvin] 0.7.5claws30
3456 * src/prefs_actions.c
3457 Fixed bug where using %F not at the end of the command
3458 resulted in an additional empty argument being created.
3459 Thanks to Darko Koruga for reporting the bug.
3461 2002-05-17 [melvin] 0.7.5claws29
3464 Updated French translations.
3466 2002-05-15 [paul] 0.7.5claws28
3469 updated by Ricardo Mones Lastra
3471 2002-05-15 [paul] 0.7.5claws27
3473 * sync with 0.7.6cvs4
3474 see ChangeLog 2002-05-14 and 2002-05-15
3476 2002-05-14 [paul] 0.7.5claws26
3478 * sync with 0.7.6cvs1
3479 see ChangeLog 2002-05-13
3481 2002-05-13 [thorsten] 0.7.5claws25
3484 fix select_all and copy in multipart messages
3486 fix select_all and copy in multipart messages
3488 2002-05-12 [paul] 0.7.5claws24
3491 reverse last commit, bug already fixed in 0.7.5claws3
3493 2002-05-12 [netztorte] 0.7.5claws23
3496 dont parse empty addressbook (checked in before claws20)
3498 2002-05-12 [melvin] 0.7.5claws22
3501 Removed unneeded priority code introduced by the previous
3504 2002-05-12 [melvin] 0.7.5claws21
3507 Added possibility to set message's priority.
3509 Added possibility to set message's priority.
3510 Added missing headers
3512 2002-05-12 [melvin] 0.7.5claws20
3514 * src/prefs_actions.c
3515 Removed implicitely added quotes around the name
3516 of the temporary files of mime parts.
3518 2002-05-12 [paul] 0.7.5claws19
3520 * sync with 0.7.5cvs20
3521 see ChangeLog 2002-05-11
3523 2002-05-12 [alfons] 0.7.5claws18
3525 * src/quote_fmt_lex.l
3526 * src/quote_fmt_parse.y
3527 allow quote / reply date & time format to be set using
3528 %D{format}. format is a format string you'd pass to
3529 strftime() (see man strftime, or the Display tab |
3530 Date format setting).
3532 Currently %D converts the date to local time.
3534 2002-05-11 [paul] 0.7.5claws17
3536 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
3537 see ChangeLog 2002-05-10 and 2002-05-11
3539 2002-05-10 [paul] 0.7.5claws16
3541 * sync with 0.7.5cvs16
3542 see ChangeLog entries 2002-05-09 and
3545 2002-05-10 [colin] 0.7.5claws15
3548 Corrected a bug that prevented sylpheed to open
3549 double-clicked URIs.
3551 2002-05-09 [paul] 0.7.5claws14
3553 * sync with 0.7.5cvs14
3554 see ChangeLog 2002-05-08 and 2002-05-09
3556 2002-05-08 [paul] 0.7.5claws13
3558 * sync with 0.7.5cvs11
3559 see ChangeLog entry 2002-05-08
3561 2002-05-08 [paul] 0.7.5claws12
3565 fix segfault on View->Open in new window
3566 patch submitted by Thorsten Maerz <torte@netztorte.de>
3568 2002-05-07 [paul] 0.7.5claws11
3570 * sync with 0.7.5cvs9
3571 see ChangeLog entry 2002-05-07
3573 2002-05-06 [paul] 0.7.5claws10
3577 display url in statusbar on single-click
3578 patch submitted by Thorsten Maerz <torte@netztorte.de>
3580 2002-05-06 [match] 0.7.5claws9
3587 XML implementation of properties file.
3588 * src/exporthtml.[ch]
3589 * src/expthtmldlg.[ch]
3593 2002-05-02 [sergey] 0.7.5claws8
3595 * src/mainwindow.c (mainwin_entries),
3596 src/prefs_common.c (prefs_send_create()),
3597 src/codeconv.c (locale_table):
3598 use charset name "Windows-1251" instead of "CP1251".
3600 2002-05-02 [colin] 0.7.5claws7
3604 src/prefs_folder_item.c
3605 Fixed cosmetics bugs due to Outbox renamed to Sent.
3607 2002-05-02 [hiro] 0.7.5claws6
3610 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
3612 2002-05-02 [paul] 0.7.5claws5
3615 more sync with 0.7.5cvs7, see ChangeLog entry
3618 2002-05-02 [hiro] 0.7.5claws4
3621 compose_queue_sub():
3622 check if queue folder exists (closes #550397).
3623 removed directory creation since it should be handled
3626 imap_add_msg(): return UID for appended message
3629 2002-04-30 [paul] 0.7.5claws3
3632 fix account_find_from_address() bug
3634 2002-04-28 [colin] 0.7.5claws2
3638 src/prefs_common.[ch]
3640 Added user-definable quotation characters recognition.
3642 2002-04-28 [paul] 0.7.5claws1
3644 * sync with 0.7.5cvs4
3645 see ChangeLog entry 2002-04-25
3647 2002-04-28 [paul] 0.7.5claws
3652 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
3653 Fabio Junior Beneditto
3655 2002-04-27 [jens] 0.7.4claws103
3658 updated German translation.
3660 2002-04-27 [hiro] 0.7.4claws102
3663 summary_write_cache(): fixed the mark loss of hidden messages.
3665 2002-04-26 [melvin] 0.7.4claws101
3668 fixed a second typo (same one)
3672 fixed the type again...
3674 2002-04-26 [melvin] 0.7.4claws100
3677 fixed a typo in an alert message ("temorary").
3680 corrected the typo described above.
3682 updated French translation.
3684 2002-04-26 [darko] 0.7.4claws99
3687 fix target folder colorization
3689 2002-04-25 [paul] 0.7.4claws98
3692 updated by Alessandro Maestri
3694 2002-04-24 [colin] 0.7.4claws97
3697 Fixed double "subject is empty" question.
3699 2002-04-23 [colin] 0.7.4claws96
3702 Corrected issue when "automatically display images" was
3703 not set : first image remained after selecting second.
3705 2002-04-23 [melvin] 0.7.4claws95
3707 * src/prefs_actions.c
3708 Don't display in/out dialog if there is nothing to show.
3710 2002-04-23 [paul] 0.7.4claws94
3712 * sync with 0.7.5cvs3
3713 bug fixes: see ChangeLog entry 2002-04-23
3715 2002-04-22 [darko] 0.7.4claws93
3718 fix previous check-in which changed code after
3721 2002-04-22 [paul] 0.7.4claws92
3728 update English, Spanish and French FAQs
3731 add German and Spanish manuals
3734 update English and French manuals
3737 add to and re-arrange the pixmap entries
3739 2002-04-22 [darko] 0.7.4claws91
3742 fix sender initials recognition to only allow
3743 '>' after the initials
3745 2002-04-21 [paul] 0.7.4claws90
3747 * sync with 0.7.5 release
3748 see ChangeLog entry 2002-04-21
3753 add colin's new pixmaps to EXTRA_DIST
3755 2002-04-21 [colin] 0.7.4claws89
3758 * src/mainwindow.[ch]