1 2003-01-05 [christoph] 0.8.8claws46
4 fix crash when no imap connection could be established
6 2003-01-05 [paul] 0.8.8claws45
11 fix bug 605957 'shortcuts in popup-menu'
12 make user-defined shortcuts work
13 show shortcuts that are already defined
15 Patch submitted by Luke Plant
17 2003-01-05 [alfons] 0.8.8claws44
20 focus_in_event handler should not select summary view row
21 when another window (menu, dialog) grabbed for events
22 (bug #7, "[0.8.8claws42] Message summary focus")
24 2003-01-04 [christoph] 0.8.8claws43
27 update save folder after adding the sent message
29 2003-01-02 [christoph] 0.8.8claws42
32 fix unloading of all plugins and unload
33 plugins in reverse order
35 * src/gtk/pluginwindow.c
36 implement function of load and unload button
38 * src/gtk/prefswindow.c
39 * src/gtk/prefswindow.h
40 rename register function and add new unregister
43 * src/plugins/spamassassin/spamassassin_gtk.c
44 unregister prefs page and update for changes in
47 2003-01-02 [paul] 0.8.8claws41
50 updated by Ricardo Mones Lastra
55 fixes and improvements by Urke MMI
57 2003-01-02 [thorsten] 0.8.8claws40
60 fixed wrong return value
62 2003-01-02 [thorsten] 0.8.8claws39
65 fixed printing wrong variable
67 2003-01-02 [thorsten] 0.8.8claws38
70 fixed acessing members of freed pfile struct
72 2003-01-02 [thorsten] 0.8.8claws37
75 detect loops across several messages
76 as suggested by Christoph Hohmann
78 2003-01-01 [match] 0.8.8claws36
81 fixed another memory leak.
83 2003-01-01 [match] 0.8.8claws35
86 fixed memory leaks. applied Doxygen comments.
88 2003-01-01 [thorsten] 0.8.8claws34
91 inhibit endless loop if msg references itself
92 (closes Bug [ 660477 ] Infinite loop in parent flag search)
94 2003-01-01 [christoph] 0.8.8claws33
98 * src/gtk/pluginwindow.c ** NEW **
99 * src/gtk/pluginwindow.h ** NEW **
102 * src/plugins/demo/demo.c
103 * src/plugins/spamassassin/spamassassin.c
104 * src/plugins/spamassassin/spamassassin_gtk.c
105 write better plugin descriptions
107 2002-12-31 [christoph] 0.8.8claws32
109 * src/gtk/prefswindow.c
110 * src/plugins/spamassassin/spamassassin_gtk.c
111 some small improvements to GTK code
113 2002-12-31 [christoph] 0.8.8claws31
115 * src/plugins/spamassassin/spamassassin_gtk.c
116 enable folder select button
118 2002-12-31 [christoph] 0.8.8claws30
121 * src/gtk/Makefile.am
122 * src/gtk/prefswindow.c ** NEW **
123 * src/gtk/prefswindow.h ** NEW **
126 * src/common/plugin.c
127 don't try to load empty config lines
129 * src/plugins/spamassassin/Makefile.am
130 * src/plugins/spamassassin/spamassassin.c
131 * src/plugins/spamassassin/spamassassin.h ** NEW **
132 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
133 GTK config for SpamAssassin Plugin using
136 2002-12-31 [paul] 0.8.8claws29
139 remove obsolete entry 'src/menu.c'
141 2002-12-31 [alfons] 0.8.8claws28
144 * src/matcher_parser_parse.y
145 * src/prefs_matcher.c
146 add "ignore_thread" and "~ignore_thread" condition so it's
147 possible to make the actions / scoring operate on the ignore
150 2002-12-31 [christoph] 0.8.8claws27
156 * src/prefs_account.c
157 * src/prefs_actions.c
158 * src/prefs_customheader.c
159 * src/prefs_display_header.c
164 * src/common/prefs.[ch]
165 extend prefs file handling for reading and automatic handling
166 of blocks. When reading prefs_set_block_label will automatically
167 move on to the block. When writing it will copy all other blocks
170 * src/common/plugin.c
171 Now loading plugin filenames from [Plugins] block in
174 2002-12-30 [christoph] 0.8.8claws26
176 * src/common/hooks.[ch]
177 return abort status to caller of hooks_invoke
180 invoke message filtering hook and stop
181 default handling when filter returns abort
183 * src/common/plugin.[ch]
184 * src/plugins/demo/demo.c
185 modify plugin loader, because resolving symbols for strings
186 does not work correctly
189 * ac/spamassassin.m4 ** NEW **
190 * src/plugins/spamassassin/.cvsignore ** NEW **
191 * src/plugins/spamassassin/Makefile.am ** NEW **
192 * src/plugins/spamassassin/README ** NEW **
193 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
194 * src/plugins/spamassassin/spamassassin.c ** NEW **
195 * src/plugins/spamassassin/utils.[ch] ** NEW **
196 add spamassassin plugin, see src/plugins/spamassassin/README
199 2002-12-29 [alfons] 0.8.8claws25
202 when moving focus from a message view to the main
203 window, don't forget to select the summary node
204 of the displayed message. should fix "[ 659103 ]
205 focus-follows-mouse confuses sylpheed"
207 2002-12-29 [christoph] 0.8.8claws24
210 * src/stringtable.[ch] ** REMOVE **
211 * src/common/Makefile.am
212 * src/common/stringtable.[ch] ** NEW **
213 move stringtable files to common directory
215 2002-12-29 [christoph] 0.8.8claws23
218 * src/menu.[ch] ** REMOVE **
219 * src/gtk/Makefile.am
220 * src/gtk/menu.[ch] ** NEW **
221 move menu files to gtk directory
223 2002-12-29 [match] 0.8.8claws22
227 moved UI specific code out of LDAP code into addressbook
228 UI code. fixed memory leak.
230 2002-12-29 [christoph] 0.8.8claws21
233 only check for IGNORED parent message when message is
236 2002-12-29 [alfons] 0.8.8claws20
239 set gtksctree's anchor correct (immediate execute
240 changes the tree's layout, and anchor points at
241 the incorrect row). fixes "[ 657233 ] multiple msg
242 delete sometimes off by 1".
243 we probably have to look for more tree layout /
246 2002-12-29 [paul] 0.8.8claws19
249 fix bug [ 659054 ] incorrect sorting of 'From' column
250 when using 'display sender using address book'
251 thanks to Alfons and Luke Plant
253 2002-12-29 [christoph] 0.8.8claws18
257 check parent messages for IGNORE THREAD flag, when adding,
258 moving or copying messages to a folder
260 2002-12-27 [alfons] 0.8.8claws17
262 re-organize matcher part 5; more to come
265 hash keywords in matchparser_tab
267 2002-12-27 [alfons] 0.8.8claws16
269 re-organize matcher part 4; more to come
271 * src/matcher_parser.h
272 * src/matcher_parser_lex.l
273 * src/matcher_parser_parse.y
276 2002-12-27 [alfons] 0.8.8claws15
278 re-organize matcher part 3; more to come
283 2002-12-27 [alfons] 0.8.8claws14
285 re-organize matcher part 2; more to come but this should
286 work. cc me if there are any regressions.
289 add prototype for get_matchparser_tab_id()
290 * src/matcher_parser_lex.l
291 look up keywords using matchparser_tab_id();
293 2002-12-27 [alfons] 0.8.8claws12
295 re-organize matcher part 1
298 map yacc generated constants to sylpheed matcher constants
300 add function to find a matcher constant from a string
302 2002-12-27 [christoph] 0.8.8claws11
305 MENUITEM_ADD casts the 4th argument from integer to pointer
306 so it probably should not be a pointer, this means we
307 should use account id for it and not the account's pointer
309 2002-12-27 [paul] 0.8.8claws10
312 remove unneeded 'GtkWidget *vbox'
315 further sync with 0.8.8 - make sort
316 by recipient work as expected
321 2002-12-27 [paul] 0.8.8claws9
324 updated by Ivan F. Martinez
326 2002-12-27 [darko] 0.8.8claws8
329 added locked pattern to extended search
331 2002-12-27 [alfons] 0.8.8claws7
333 * src/prefs_matcher.[ch]
336 2002-12-26 [alfons] 0.8.8claws6
339 * src/matcher_parser_lex.l
340 * src/matcher_parser_parse.y
341 * src/prefs_matcher.c
342 allow color label as a condition in the matcher
344 2002-12-26 [oliver] 0.8.8claws5
347 enable Addressbook for Main and Messageview
348 * src/prefs_actions.c
349 enable actions in Messageview
351 2002-12-26 [christoph] 0.8.8claws4
353 * src/common/plugin.c
354 add a little debug output
356 * src/plugins/demo/Makefile.am
357 better use of automake
359 2002-12-26 [christoph] 0.8.8claws3
362 * src/common/Makefile.am
365 2002-12-26 [christoph] 0.8.8claws2
368 sort configure checks into common / gtk / plugins
374 * src/common/sylpheed.[ch]
375 added now sylpheed_done function for shutdown
376 * src/common/Makefile.am
377 * src/common/plugin.[ch] ** NEW **
378 plugin loader and unloader
379 * src/plugins/.cvsignore ** NEW **
380 * src/plugins/Makefile.am ** NEW **
382 * src/plugins/demo/.cvsignore ** NEW **
383 * src/plugins/demo/Makefile.am ** NEW **
384 * src/plugins/demo/demo.c ** NEW **
385 small demo plugin that installs a logtext hook and
386 outputs the log text to stdout
388 2002-12-26 [paul] 0.8.8claws1
391 updated by Ricardo Mones Lastra
393 2002-12-26 [paul] 0.8.8claws
395 * 0.8.8claws released
397 2002-12-26 [paul] 0.8.7claws12
400 updated by George Danchev
402 2002-12-26 [paul] 0.8.7claws11
405 remove unneeded 'src/prefs.c' entry
407 2002-12-26 [paul] 0.8.7claws10
411 sync with 0.8.8 release
416 partial sync with 0.8.8 release
419 2002-12-25 [alfons] 0.8.7claws9
422 * src/matcher_parser_lex.l
423 * src/matcher_parser_parse.y
424 * src/prefs_matcher.c
425 add locked flag to possible filtering / matcher
426 conditions (also a good example what should be
427 done to add a simple boolean condition)
429 2002-12-25 [christoph] 0.8.7claws8
439 * src/prefs.[ch] ** REMOVE **
440 * src/prefs_account.c
441 * src/prefs_actions.c
443 * src/prefs_customheader.c
444 * src/prefs_display_header.c
445 * src/prefs_filtering.c
446 * src/prefs_folder_item.c
447 * src/prefs_gtk.[ch] ** NEW **
448 * src/prefs_matcher.c
449 * src/prefs_scoring.c
450 * src/prefs_summary_column.c
452 * src/selective_download.c
454 * src/common/Makefile.am
455 * src/common/prefs.[ch] ** NEW **
456 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
458 2002-12-24 [alfons] 0.8.7claws7
461 summary_thread_build(): fix real cause of the crash mentioned in
462 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
463 this way we get meaningful ctree nodes
465 2002-12-24 [oliver] 0.8.7claws6
467 * src/mainwindow.[ch]
468 * src/messageview.[ch]
472 changes to use updated toolbar handling
474 2002-12-24 [oliver] 0.8.7claws5
477 generic toolbar handling
478 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
479 * src/prefs_toolbar.[ch]
482 2002-12-24 [oliver] 0.8.7claws4
484 * src/stock_pixmap.[ch]
485 move SYLPHEED_LOGO to end of list in order
486 to remove it from Custom Toolbar`s Icon View
488 2002-12-24 [alfons] 0.8.7claws3
491 summary_thread_build(): fix crash because of focus != selection
492 after threading. when deleting the selection, gtk tries but fails
493 to find the correct focusable element. we now force the selection
494 to be focused. this should solve the infamous bug reported by
495 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
496 a test case is available.
498 2002-12-24 [darko] 0.8.7claws2
501 don't crash when unmarking message with unread children
503 2002-12-23 [christoph] 0.8.7claws1
506 * src/common/Makefile.am
507 update Makefiles for moved intl.h, version.h and defs.h
509 rewrite imap_session_get to avoid duplicate code
511 2002-12-23 [paul] 0.8.7claws
513 * Santa-Claws released
517 squeeze in updated Hungarian and Russian translations.
518 Submitted by Gál Zoltán and Ruslan N. Balkin
520 2002-12-23 [paul] 0.8.6claws129
523 updated by Witold Wladyslaw Wojciech Wilk
525 2002-12-23 [paul] 0.8.6claws128
527 * src/quote_fmt_parse.y
528 fix typo and add licence header
530 2002-12-23 [paul] 0.8.6claws127
535 2002-12-23 [paul] 0.8.6claws126
538 updated translation, submitted by Alessandro Maestri
540 2002-12-23 [paul] 0.8.6claws125
542 * src/quote_fmt_parse.y
543 fix signature-stripping on replies bug. match
544 '-- \n' and not '-- '.
546 2002-12-22 [paul] 0.8.6claws124
551 updated translations. submitted by George Danchev,
552 Ricardo Mones Lastra, and Urke MMI respectively
554 2002-12-21 [paul] 0.8.6claws123
559 2002-12-21 [paul] 0.8.6claws122
562 fix bug [643638] where if a person is in one or more
563 addressbook groups editing that person's email
564 address results in removal from those groups.
565 Patch submitted by Luke Plant.
567 2002-12-20 [christoph] 0.8.6claws121
571 reimplement expand_search_string using GString to
572 prevent crashs caused by miscalculated string
573 lengths reported by Paul
575 2002-12-20 [christoph] 0.8.6claws120
578 don't use "changed" to check if op_count has to be changed as it
579 is also set when the message has unread children
580 (closes bug [ 653221 ] crash while deleting duplicates)
582 2002-12-20 [paul] 0.8.6claws119
584 * sync with 0.8.6cvs27
585 see ChangeLog 2002-12-20
587 2002-12-20 [paul] 0.8.6claws118
589 * sync with 0.8.6cvs26
590 see ChangeLog 2002-12-19 and 2002-12-20
592 2002-12-19 [alfons] 0.8.6claws117
595 fix incorrect parsing of email addresses, submitted by
596 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
597 name display if it contains @".
599 2002-12-18 [paul] 0.8.6claws116
601 * sync with 0.8.6cvs23
602 see ChangeLog 2002-12-18
604 2002-12-18 [paul] 0.8.6claws115
611 sync with 0.8.6cvs22.
612 see ChangeLog 2002-12-17 and 2002-12-18
614 2002-12-17 [christoph] 0.8.6claws114
617 o don't create a session if imap greeting fails
618 o don't close socket when authentication fails
619 this is done by imap_session_destroy
621 2002-12-17 [thorsten] 0.8.6claws113
625 tools/google_msgid.pl ** NEW FILE **
626 Added "search for message-id" script and doc
628 2002-12-17 [thorsten] 0.8.6claws112
631 Updated hungarian translation
632 (updated by Gal Zoltan)
634 2002-12-16 [christoph] 0.8.6claws111
637 remove stupid addressbook dump to debug output
639 fix memory leak found by Hiro
641 2002-12-14 [paul] 0.8.6claws110
644 fix menubar sensitivity on send
646 * src/prefs_filtering.c
647 * src/prefs_matcher.c
648 * src/prefs_scoring.c
651 * src/common/quoted-printable.h
654 2002-12-13 [christoph] 0.8.6claws109
657 * src/manage_window.[ch] ** REMOVE **
658 * src/gtk/Makefile.am
659 * src/gtk/manage_window.[ch] ** NEW **
660 move manage_window files to gtk directory
662 2002-12-13 [christoph] 0.8.6claws108
665 * src/gtkshruler.[ch] ** REMOVE **
666 * src/gtk/Makefile.am
667 * src/gtk/gtkshruler.[ch] ** NEW **
668 move gtkshruler files to gtk directory
670 2002-12-13 [christoph] 0.8.6claws107
674 * src/gtkstext.[ch] ** REMOVE **
677 * src/gtk/gtkstext.[ch] ** NEW **
678 * src/gtk/Makefile.am
679 o move stext functions to gtkstext.c to remove
680 dependency of gtkutils
681 o move gtkstext files to gtk directory
683 * src/gtk/Makefile.am
684 * src/gtk/sslcertwindow.[ch]
685 UI stuff can always depend on common code so
686 it's ok to add ../common to include path
688 2002-12-13 [colin] 0.8.6claws106
691 Disconnect sighandlers for mainwindow when
692 quicksearch has the focus
694 * src/mainwindow.[ch]
695 Make key_pressed callback public, to be able
698 2002-12-13 [christoph] 0.8.6claws105
701 create .mh_sequences file in new MH folders
702 (closes feature request [ 523162 ] MH folders should
705 2002-12-13 [colin] 0.8.6claws104
708 Better handling of quicksearch show/hide
709 (basically the button stays under the mouse
712 2002-12-13 [paul] 0.8.6claws103
714 * sync with 0.8.6cvs17
715 see ChangeLog 2002-12-13
717 2002-12-13 [paul] 0.8.6claws102
720 updated by Ricardo Mones Lastra
722 2002-12-11 [colin] 0.8.6claws101
725 remove statusbar stuff
727 set statusbar verbosity when moving folders
729 2002-12-11 [colin] 0.8.6claws100
730 * src/prefs_filtering.c
731 * src/prefs_matcher.c
732 * src/prefs_scoring.c
735 2002-12-11 [colin] 0.8.6claws99
737 * src/prefs_common.[ch]
738 Add summary_quicksearch_type
740 Save last used quicksearch type
742 2002-12-11 [jens] 0.8.6claws98
743 * src/prefs_filtering.c
744 * src/prefs_matcher.c
745 * src/prefs_scoring.c
746 added dialog for incomplete rules in scoring, filtering and
747 matcher to ask wheather really close
749 2002-12-11 [colin] 0.8.6claws97
752 Fix folder dnd statusbar logging
754 2002-12-10 [christoph] 0.8.6claws96
766 * src/common/log.[ch]
767 o handle verbose logging in statusbar directly in statusbar code
768 and common code does not need any knowledge about a statusbar
769 o remove direct calls to statusbar_(puts|pop)_all functions
771 2002-12-10 [jens] 0.8.6claws95
774 removed gettext from g_warnings
780 2002-12-10 [colin] 0.8.6claws94
783 finish crash dialog fix
785 2002-12-10 [colin] 0.8.6claws93
788 "Fix" "sylpheed already running" instead of
789 crash dialog appearing after a crash
791 2002-12-10 [colin] 0.8.6claws92
794 add src/gtk/sslcertwindow.c
796 2002-12-10 [paul] 0.8.6claws91
799 updated to reflect recent changes
800 submitted by Alessandro Maestri
802 2002-12-09 [christoph] 0.8.6claws90
805 * src/smtp.[ch] ** REMOVE **
806 * src/common/Makefile.am
807 * src/common/smtp.[ch] ** NEW **
808 move smtp files to common directory
810 2002-12-09 [christoph] 0.8.6claws89
813 * src/session.[ch] ** REMOVE **
814 * src/common/Makefile.am
815 * src/common/session.[ch] ** NEW **
816 move session files to common directory
818 2002-12-09 [paul] 0.8.6claws88
821 fix bug [649746] edit accounts: move account reverted
822 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
824 2002-12-09 [colin] 0.8.6claws87
826 * src/ssl_certificate.c
829 2002-12-09 [colin] 0.8.6claws86
832 Try to open the cert.pem database and
833 issue a warning if it isn't there
835 2002-12-09 [colin] 0.8.6claws85
837 * src/common/ssl_certificate.c
838 * src/gtk/sslcertwindow.c
841 2002-12-09 [colin] 0.8.6claws84
843 * src/ssl_certificate.[ch] ** REMOVED **
844 * src/common/ssl_certificate.[ch] ** NEW **
846 * src/common/Makefile.am
847 Moved ssl_certificate.[ch] to common
849 Put back needed include
850 * src/gtk/sslcertwindow.[ch]
851 Changed ssl_certificate.h include
853 2002-12-09 [colin] 0.8.6claws83
855 * src/gtk/sslcertwindow.[ch]
856 Implement hook for certificate acception
857 * src/ssl_certificate.[ch]
858 Implement hook for certificate acception
860 Reenable certificate acception check
862 Register sslcertwindow's hook
864 2002-12-08 [christoph] 0.8.6claws82
872 o add missing includes
875 * src/common/.cvsignore
876 * src/common/version.h ** REMOVE **
877 remove autogenerated file
879 2002-12-08 [paul] 0.8.6claws81
882 put back needed include
884 2002-12-08 [colin] 0.8.6claws80
886 * src/gtk/sslcertwindow.c
887 Cleaner popups when asking
888 * src/ssl_certificate.c
889 * src/prefs_common.[ch]
890 remove ssl certificate pref
891 put back needed include
893 put back needed include
895 2002-12-08 [christoph] 0.8.6claws79
901 only abort hook invokation if required data is missing not
902 if our own data pointer is NULL, update hookfunction for
905 2002-12-08 [paul] 0.8.6claws78
926 clean up: remove unneccesary includes
928 2002-12-08 [christoph] 0.8.6claws77
933 * src/common/hooks.[ch]
934 hook functions now have a gboolean return value, if a hook
935 returns TRUE it will stop executing of any more hooks in
936 the same hooklist for this invokation
938 2002-12-08 [colin] 0.8.6claws76
941 put back argv0 for CRASH_DIALOG
943 2002-12-08 [christoph] 0.8.6claws75
956 * src/prefs_account.[ch]
957 * src/prefs_common.[ch]
960 * src/ssl_certificate.[ch]
961 * src/ssl_manager.[ch]
962 * src/common/Makefile.am
964 * src/common/nntp.[ch]
965 * src/common/socket.[ch]
966 * src/common/ssl.[ch]
967 * src/gtk/sslcertwindow.[ch]
969 use new autoconf script to detect OpenSSL with extra parameters
970 to specify the location of libs and includes, also remove USE_SSL
973 * src/common/sylpheed.[ch]
974 * src/common/version.h.in
975 start seperation of common code initialization seperated from gui
978 The function that is called when a color lable changes
979 should not change the color lable again
981 2002-12-08 [colin] 0.8.6claws74
983 * src/gtk/sslcertwindow.c
986 2002-12-08 [colin] 0.8.6claws73
990 Register a hook for statusbar_puts_all
992 invoke statusbar_puts_all's hook
994 2002-12-08 [colin] 0.8.6claws72
996 * src/ssl_certificate.c
997 Put back a badly-removed include
999 2002-12-08 [colin] 0.8.6claws71
1001 * src/gtk/sslcertwindow.[ch] ** NEW **
1002 new certificate presentation
1003 * src/gtk/Makefile.am
1005 * src/ssl_certificate.[ch]
1006 gtk cleanup, made utility functions public
1008 use new cert presentation
1010 2002-12-07 [christoph] 0.8.6claws70
1013 * src/nntp.[ch] ** REMOVE **
1014 * src/common/Makefile.am
1015 * src/common/nntp.[ch] ** NEW **
1016 move nntp files to common directory
1018 2002-12-07 [christoph] 0.8.6claws69
1022 implement msginfo update callback using sylpheed's new
1023 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
1025 2002-12-06 [christoph] 0.8.6claws68
1028 This patch changes the 'Edit Group Details' dialog to
1029 allow extended selections in either pane, so that
1030 addresses can be added or removed from a group more
1031 quickly and easily. (it actually is a net decrease in
1032 file size, as some unnecessary functions have been
1034 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
1036 2002-12-06 [christoph] 0.8.6claws67
1039 * src/template.[ch] ** REMOVE **
1040 * src/common/Makefile.am
1041 * src/common/template.[ch] ** NEW **
1042 move template files to common directory
1045 add missing log.h include
1047 2002-12-06 [melvin] 0.8.6claws66
1049 * src/prefs_actions.c
1050 Added the trailing ">" syntax to insert command's output
1051 without replacing old text (in contrast to trailing "|").
1053 2002-12-05 [colin] 0.8.6claws65
1055 * src/common/utils.c
1056 Don't modify original search_string or it'll change
1057 the next iterations in the for()
1059 2002-12-05 [darko] 0.8.6claws64
1061 * src/common/utils.c
1062 proper check for filtering commands, found by Colin
1064 2002-12-05 [darko] 0.8.6claws63
1066 * src/common/utils.c
1067 check proper string for NULL pointer, found by Colin
1069 2002-12-05 [darko] 0.8.6claws62
1071 * src/common/utils.[ch]
1072 expand_search_string(): new function
1073 converts Mutt-like patterns to Sylpheed's
1076 use expand_search_string() to allow Mutt-like
1077 patterns in extended search
1079 document extended option in quick search
1081 2002-12-05 [paul] 0.8.6claws61
1083 * sync with 0.8.6cvs16
1084 see ChangeLog 2002-12-05
1089 2002-12-04 [christoph] 0.8.6claws60
1092 put imap authentication code into a new function and
1093 remove it from imap_session_new that will allow to
1094 send other commands before authentication
1096 2002-12-04 [christoph] 0.8.6claws59
1099 use already existing method to prevent unneeded IMAP
1100 folder selects. Set imap_select parameters to NULL
1101 in some functions if the values are not required.
1104 remove no longer required include
1106 2002-12-04 [paul] 0.8.6claws58
1109 updated by Ricardo Mones Lastra
1112 po/hu.po ** NEW FILE **
1113 initial Hungarian translation, submitted
1114 by Gál Zoltán <galzoli@hu.inter.net>
1116 2002-12-03 [christoph] 0.8.6claws57
1119 * src/gtksctree.[ch] ** REMOVE **
1120 * src/gtk/Makefile.am
1121 * src/gtk/gtksctree.[ch] ** NEW **
1122 move gtksctree files to gtk directory
1124 2002-12-03 [christoph] 0.8.6claws56
1127 * src/md5.[ch] ** REMOVE **
1128 * srm/common/Makefile.am
1129 * src/common/md5.[ch] ** NEW **
1130 move md5 files to common directory
1133 remove not required #include
1135 2002-12-03 [sergey] 0.8.6claws55
1139 gtkut_window_popup(): new function.
1141 main_window_popup(): use gtkut_window_popup() to raise
1142 window without changing its position.
1143 (see sylpheed-main ML message [sylpheed:17247])
1145 2002-12-03 [sergey] 0.8.6claws54
1148 send_message_local(): removed first-dot escaping
1149 (SMTP-only, not needed for sending through pipe)
1151 2002-12-03 [paul] 0.8.6claws53
1154 update to reflect recent changes (thanks
1155 to Ricardo Mones Lastra)
1157 * tools/filter_conv.pl
1158 fix problem with quoted strings. Patch submitted
1159 by Luke Plant <lukeplant@softhome.net>
1161 2002-12-03 [paul] 0.8.6claws52
1163 * sync with 0.8.6cvs15
1164 see ChangeLog 2002-12-03
1166 2002-12-02 [christoph] 0.8.6claws51
1168 * src/logwindow.[ch]
1169 * src/common/log.[ch]
1170 implement logging using a hook function
1174 define hooklist name in header file to avoid
1175 errors caused by wrong spelling of hooklist names
1180 2002-12-02 [christoph] 0.8.6claws50
1182 * src/common/Makefile.am
1183 add src/common/hooks.[ch]
1185 * src/common/hooks.[ch]
1186 implement a simple hook system using glib's hook functions
1190 use new hook system for folder item updates
1192 2002-12-02 [christoph] 0.8.6claws49
1194 * doc-src/ui_seperation.txt ** NEW **
1195 information for ui seperation
1198 remove files that were moved to common
1199 include common directory by default for the header files
1202 * src/common/socket.c
1203 * src/automaton.[ch]
1204 implement automaton using g_io_*-functions instead of
1205 gdk_input_add to make it ui independent
1215 remove common/ prefix because directory is now in
1223 * src/prefs_common.c
1234 * src/ssl_certificate.c
1235 add log.h header file for logging functions
1238 * src/common/utils.c
1241 o move debug_mode to common/utils.c
1242 o add functions to set and get debug_mode
1244 * src/defs.h ** REMOVE **
1245 * src/intl.h ** REMOVE **
1246 * src/socket.[ch] ** REMOVE **
1247 * src/ssl.[ch] ** REMOVE **
1248 * src/utils.[ch] ** REMOVE **
1249 replaced by new files in src/common/
1251 * src/common/Makefile.am
1252 add new files in src/common/
1254 * src/common/defs.h ** NEW **
1255 * src/common/intl.h ** NEW **
1256 * src/common/log.[ch] ** NEW **
1257 * src/common/socket.[ch] ** NEW **
1258 * src/common/ssl.[ch] ** NEW **
1259 * src/common/utils.[ch] ** NEW **
1260 replacement for files in src/
1262 2002-12-02 [colin] 0.8.6claws48
1265 Scroll folderview if necessary during dnd
1267 2002-12-02 [colin] 0.8.6claws47
1270 Add check to verify a move is within a single mailbox
1272 Add specific error string for this check
1274 2002-12-02 [colin] 0.8.6claws46
1277 Add a test to folder moving, remove a statusbar_print
1279 Add Move folder... context-menu item
1280 Factorize folder moving code
1281 Enable folder DND for mbox
1283 2002-12-01 [christoph] 0.8.6claws45
1286 remove conf.aspelltest if the version check fails
1288 2002-11-30 [christoph] 0.8.6claws44
1291 run libtoolize --force in autogen to create missing
1294 2002-11-30 [christoph] 0.8.6claws43
1300 * src/uuencode.[ch] ** REMOVED **
1301 * src/common/Makefile.am
1302 * src/common/uuencode.[ch] ** NEW **
1303 move uuen/decoder to common directory
1305 2002-11-30 [christoph] 0.8.6claws42
1308 * src/base64.[ch] ** REMOVED **
1317 * src/common/Makefile.am
1318 * src/common/base64.[ch] ** NEW **
1319 move base64 en/decoder to common directory
1321 2002-11-30 [christoph] 0.8.6claws41
1323 * src/common ** NEW **
1324 new directory for UI independent code
1326 new directory for GTK frontend
1327 * src/common/.cvsignore ** NEW **
1328 * src/gtk/.cvsignore ** NEW **
1330 * src/common/Makefile.am ** NEW **
1331 * src/gtk/Makefile.am ** NEW **
1332 automake files to build new seperated stuff
1334 the binary will currently still be build with the
1335 files in src, so we include the code from the
1336 subdirs for now after building the libs there
1338 2002-11-30 [paul] 0.8.6claws40
1341 fix bug [642731] 'Wrong selected account with drafted mail'
1343 2002-11-29 [oliver] 0.8.6claws39
1346 o update summaryview when switching between different
1349 o check if messageview holds already removed msg
1353 2002-11-29 [oliver] 0.8.6claws38
1356 remove not needed variables and includes
1357 make messageview stay opened and move to next when msgs are deleted
1359 2002-11-29 [oliver] 0.8.6claws37
1362 disable compose button (messageview toolbar) by default
1363 deleted msgs are moved to trash
1365 2002-11-29 [melvin] 0.8.6claws36
1368 Increased minimal gpgme version to 0.3.10 (Zombies out)
1369 and to detect signatures expirations (gpgme 0.3.6)
1372 Use non obsolescent function for Gpgme engine checking.
1375 Inform about expired signatures or signatures which key
1376 has expired. Expiration date is displayed.
1379 Inform about expired signatures or signatures which key
1382 2002-11-28 [paul] 0.8.6claws35
1385 re-instate 'Check for new messages' in Newsgroup
1386 folders right-click menu, after a suggestion from
1387 Tim Mann <timmann@users.sourceforge.net>
1390 after a crash check only local folders for new
1393 2002-11-28 [paul] 0.8.6claws34
1396 apply patch that fixes the checking of GTK with XIM
1397 support on different OSs, such as FreeBSD. Patch
1398 submitted by Topia <topia@users.sourceforge.net>
1400 2002-11-28 [paul] 0.8.6claws33
1405 more changes to the English
1407 2002-11-28 [paul] 0.8.6claws32
1409 * sync with 0.8.6cvs13
1410 see ChangeLog 2002-11-28 (no sync needed
1413 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
1415 * src/mainwindow.[ch]
1416 add patch by Ivan F. Martinez introducing messageview Toolbar
1417 some changes and committed by oliver
1419 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
1421 * src/messageview.[ch]
1422 add patch by Ivan F. Martinez introducing messageview Toolbar
1423 some changes and committed by oliver
1425 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
1428 add patch by Ivan F. Martinez introducing messageview Toolbar
1429 some changes and committed by oliver
1431 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
1434 add patch by Ivan F. Martinez introducing messageview Toolbar
1435 some changes and committed by oliver
1437 2002-11-28 [oliver] 0.8.6claws27
1439 * src/prefs_toolbar.[ch]
1440 getting ready for messageview toolbar
1441 free mem allocated by gettext
1442 change prefs_toolbar to prefs_toolbar_open
1444 2002-11-28 [thorsten] 0.8.6claws26
1446 * src/imageview.[ch]
1447 cleaned up conflicting declarations of
1448 imageview_show_image()
1450 2002-11-28 [paul] 0.8.6claws25
1452 * src/grouplistdialog.c
1454 src/prefs_summary_column.c
1455 a few more improvements to the English
1457 2002-11-28 [colin] 0.8.6claws24
1460 A few updates to command-line parameters
1462 2002-11-28 [colin] 0.8.6claws23
1464 * src/prefs_filtering.c
1465 Fix problems with prefs_filtering_delete_path:
1466 a) if the first rule is removed, original pointers
1467 weren't updated (leading to segfaults)
1468 b) it was always global_processing updated in case
1469 of removed path was parent of rule path
1471 2002-11-27 [paul] 0.8.6claws22
1477 src/prefs_customheader.c
1478 src/prefs_display_header.c
1479 src/prefs_filtering.c
1480 src/prefs_folder_item.c
1483 src/prefs_summary_column.c
1484 src/prefs_template.c
1486 improve the English in the GUI
1488 2002-11-27 [colin] 0.8.6claws21
1491 Fix processing renaming problems happening after
1494 2002-11-27 [colin] 0.8.6claws20
1497 recursive move now deletes src each subfolder after
1500 Use identifier instead of path during dnd (enables
1503 2002-11-27 [paul] 0.8.6claws19
1506 apply patch that does command-line processing
1507 BEFORE gtk_init, allowing claws to run from
1508 shell-scripts in non-X environment (e.g. crontab
1509 or ip-up, ip-down scripts). Patch submitted by
1510 Ruslan N. Balkin <baron@dartel.ru>
1513 updated by Alessandro Maestri
1515 2002-11-27 [paul] 0.8.6claws18
1517 * sync with 0.8.6cvs12
1519 Differences are that main uses a 'Receive dialog'
1520 frame on the Interface tab, whereas claws groups all
1521 the dialogs together in a 'Dialogs' frame.
1523 2002-11-27 [colin] 0.8.6claws17
1525 * src/prefs_matcher.c
1526 Fix Execute criteria's NOT flag
1529 2002-11-26 [christoph] 0.8.6claws16
1532 rewrite the ssl code a little bit, only use one
1533 SSL context, set default certificates' file/path
1535 2002-11-26 [thorsten] 0.8.6claws15
1538 default-reply-to didn't work for ml-reply
1540 2002-11-26 [melvin] 0.8.6claws14
1542 * src/prefs_actions.c
1543 Made pipe-actions ignore short headers in message view
1544 Made trailing-pipe-actions write in the message view with
1545 the same font as the original message
1547 2002-11-26 [paul] 0.8.6claws13
1550 this time commit the correct file
1552 2002-11-26 [paul] 0.8.6claws12
1554 * sync with 0.8.6cvs11
1555 src/quote_fmt_parse.y
1560 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
1562 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
1565 see ChangeLog 2002-11-25 and 2002-11-26
1567 2002-11-26 [colin] 0.8.6claws11
1570 Fix collapsed folder not auto-expanding during
1571 mail dnd, if it was the source folder.
1573 2002-11-25 [colin] 0.8.6claws10
1575 * src/folderview.[ch]
1576 Variable renaming and cleaning (slist of nodes
1577 to be re-collapsed is stored in FolderView)
1579 2002-11-25 [paul] 0.8.6claws9
1581 * src/prefs_common.[ch]
1582 fix breakage caused by last commit
1584 2002-11-25 [paul] 0.8.6claws8
1586 * sync with 0.8.6cvs4
1587 see ChangeLog 2002-11-21
1589 2002-11-25 [paul] 0.8.6claws7
1591 * sync with 0.8.6cvs4
1592 see ChangeLog 2002-11-20
1594 2002-11-25 [paul] 0.8.6claws6
1596 * sync with 0.8.6cvs3
1597 see ChangeLog 2002-11-18
1599 2002-11-25 [colin] 0.8.6claws5
1602 Add gtkut_ctree_node_is_parent()
1604 Spring-loaded folders
1606 2002-11-25 [colin] 0.8.6claws4
1609 Add slist_concat_unique(), function to merge
1610 two GSList filtering dups
1612 * src/summaryview.[ch]
1615 Add detection/update/display of unread answers
1618 Add procmsg_find_children()
1619 Add procmsg_msg_has_marked_parent()
1621 2002-11-25 [colin] 0.8.6claws3
1623 * src/ssl_certificate.[ch]
1624 Allow checking a certificate without a DNS
1626 Allow to forget a cert (by deleting it)
1627 Make ssl_certificate_destroy_public
1628 * src/ssl_manager.[ch] ** NEW FILES **
1629 Gui to manage (display/remove) certificates
1630 * src/prefs_common.[ch]
1631 Add a pref to allow silent acceptation of
1632 trusted certificates or not (based on the
1633 "I want to know what's going on" principle)
1635 Add SSL manager in Tools menu
1637 Add the new files to the build
1639 Add ssl_manager.c to translations
1641 2002-11-25 [colin] 0.8.6claws2
1643 * src/summaryview.[ch]
1644 Add S_SEARCH_EXTENDED to the quick search, which
1645 allows to search using filtering syntax.
1647 2002-11-25 [colin] 0.8.6claws1
1650 Deletion of duplicates now prefer deleting
1651 the unread dup (fixes feature-request 638989).
1653 2002-11-24 [paul] 0.8.6claws
1659 updated by Ricardo Mones Lastra,
1660 Witold Wladyslaw Wojciech Wilk,
1661 Ruslan N. Balkin, and Urke MMI
1664 2002-11-24 [paul] 0.8.5claws182
1667 updated by George Danchev
1669 2002-11-23 [alfons] 0.8.5claws181
1672 tiny memory leak found by browsing Dimitar's
1675 2002-11-23 [paul] 0.8.5claws180
1678 updated by Alessandro Maestri
1680 2002-11-22 [christoph] 0.8.5claws179
1684 * src/prefs_filtering.c
1688 2002-11-22 [alfons] 0.8.5claws178
1691 summary_execute_delete_func(): if message is deleted, make
1692 sure to also remove its entry in the subject hash table.
1693 fixes a corner case bug.
1695 2002-11-22 [paul] 0.8.5claws177
1698 add 'autom4te.cache'
1700 * ltconfig ** REMOVED **
1703 2002-11-22 [paul] 0.8.5claws176
1706 textview_set_font(): fix for message display in
1707 UTF-8 locales (thanks to Sergey Vlasov).
1710 add new team members and contributors
1713 2002-11-21 [colin] 0.8.5claws175
1716 Add procmsg_remove_special_headers()
1718 Use procmsg_remove_special_headers() for
1721 2002-11-21 [colin] 0.8.5claws174
1724 Fix moving/copying from queue/draft folders
1727 2002-11-21 [christoph] 0.8.5claws173
1733 * src/matcher_parser_lex.[hl]
1735 * src/mbox_folder.[ch]
1736 * src/prefs_filtering.c
1738 * src/quote_fmt_lex.l
1740 fix all warnings except the warnings in lex and yacc files
1742 2002-11-20 [christoph] 0.8.5claws172
1745 fix MsgInfo retrieval for IMAP draft and queue folders
1746 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1748 2002-11-19 [christoph] 0.8.5claws171
1751 fix segfault, when draft saving does not get
1752 the MsgInfo of the new message
1753 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1755 2002-11-19 [christoph] 0.8.5claws170
1758 add parameter check for flag setting function
1759 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1761 2002-11-18 [paul] 0.8.5claws169
1764 more sensitivity fixes to redirect mode:
1765 * disable toolbar draft button
1766 * allow only Address book in the Tools menu
1767 * disable editing of message by the spell
1770 2002-11-18 [paul] 0.8.5claws168
1773 fix sensitivity of menu items in compose_redirect():
1774 allow only the necessary items
1776 2002-11-18 [paul] 0.8.5claws167
1779 fix bug [ 603259 ] 'attachment got lost on bounce'
1781 2002-11-18 [paul] 0.8.5claws166
1784 updated by Ruslan N. Balkin <baron@dartel.ru>
1786 2002-11-18 [colin] 0.8.5claws165
1790 Remove old filtering stuff
1793 2002-11-17 [oliver] 0.8.5claws164
1796 remove not needed typedef
1798 2002-11-17 [oliver] 0.8.5claws163
1801 make toolbar's on click events translatable
1803 2002-11-15 [colin] 0.8.5claws162
1806 Revert too-soon integration of a feature
1808 2002-11-15 [christoph] 0.8.5claws161
1811 use main's implementation of imap_get_msginfo
1813 2002-11-15 [christoph] 0.8.5claws160
1823 replace claws' fetch_msginfo with main's get_msginfo
1824 (use main's implementation where possible)
1826 2002-11-15 [colin] 0.8.5claws159
1828 * src/ssl_certificate.c
1831 2002-11-16 [melvin] 0.8.5claws158
1834 Updated French translations.
1836 2002-11-16 [colin] 0.8.5claws157
1838 * src/ssl_certificate.c
1839 Check for missing parts in the certificates
1841 2002-11-15 [colin] 0.8.5claws156
1844 Preventive fix (missing check) found by
1850 sync with 0.8.6 release
1852 2002-11-15 [colin] 0.8.5claws155
1856 Fix error handling of folder_item_move_to()
1859 2002-11-15 [colin] 0.8.5claws154
1863 folder_item_move_to() sets an error message instead
1864 of having GUI stuff in folder.c
1866 2002-11-15 [colin] 0.8.5claws153
1869 Implemented a callback for MsgInfo updates,
1870 heavily copy/pasted from Christoph's folder
1872 * src/summaryview.[ch]
1873 Register summary_update_msg as callback
1875 2002-11-14 [colin] 0.8.5claws152
1878 Update the FolderItem after sending (fixes 617593)
1880 2002-11-14 [christoph] 0.8.5claws151
1883 fix wrong position of NULL pointer check found
1886 2002-11-14 [christoph] 0.8.5claws150
1889 fix segfault when deleting messages from IMAP folders
1890 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1892 2002-11-14 [colin] 0.8.5claws149
1895 Forwarding was also ignoring the folder's default account.
1897 2002-11-14 [colin] 0.8.5claws148
1900 Fix sent folder not set to folder properties when
1903 2002-11-14 [thorsten] 0.8.5claws147
1906 inc_start(): Files were not moved from .processing to inbox,
1907 if no global processing rule existed
1909 2002-11-14 [colin] 0.8.5claws146
1911 * src/ssl_certificate
1914 2002-11-14 [paul] 0.8.5claws145
1917 updated by Alessandro Maestri
1919 2002-11-13 [alfons] 0.8.5claws144
1922 folder_item_close(): only mark messages unread
1923 when a folder has new messages
1925 2002-11-13 [keith] 0.8.5claws143
1928 Fix problem moving or copying between
1931 2002-11-13 [colin] 0.8.5claws142
1933 * src/matcher_parser_parse.y
1934 Fix rule problem when " don't match
1936 2002-11-13 [christoph] 0.8.5claws141
1940 moved cache saving to folder_item_close
1941 the folderview should not have to deal with
1944 2002-11-13 [christoph] 0.8.5claws140
1947 moved setting of important score to
1948 summary_set_prefs_from_folderitem
1950 2002-11-13 [colin] 0.8.5claws139
1952 * src/matcher_parser_parse.y
1953 Fix a segfault in the parser (happening when
1954 a good expression had been tested and a bad
1957 2002-11-13 [paul] 0.8.5claws138
1959 * sync with 0.8.5cvs24
1960 see ChangeLog 2002-11-13
1963 updated by Fabio Jr. Beneditto
1965 2002-11-13 [colin] 0.8.5claws137
1970 Revert last commit, problem
1972 2002-11-13 [colin] 0.8.5claws136
1975 Remove duplicated code
1977 Bumped CACHE_VERSION and MARK_VERSION
1979 Network endian for cache and mark files
1981 2002-11-12 [colin] 0.8.5claws135
1984 Fix the "socket error" dialog which disappeared
1986 2002-11-12 [colin] 0.8.5claws134
1989 Reverse last commit which had performance
1990 problems, but still reverse the list
1992 2002-11-12 [colin] 0.8.5claws133
1997 2002-11-12 [melvin] 0.8.5claws132
2000 Added a check for a NULL prefs_common.dictionary
2002 2002-11-12 [colin] 0.8.5claws131
2004 * src/ssl_certificate.[ch]
2007 2002-11-12 [colin] 0.8.5claws130
2009 * src/ssl_certificate.[ch]
2010 Take connection port into account for
2011 checking certificates (a single hostname
2012 could have multiple servers with multiple
2015 Pass the port to ssl_certificate_check
2017 2002-11-12 [paul] 0.8.5claws129
2020 fix a typo in last commit
2022 2002-11-12 [paul] 0.8.5claws128
2024 * sync with 0.8.5cvs23
2025 see ChangeLog entry 2002-11-12
2027 2002-11-11 [colin] 0.8.5claws127
2029 * src/ssl_certificate.c
2031 Don't popup, instead log error, if the
2032 corresponding pref is checked
2033 * src/ssl_certificate.h
2034 include <openssl/objects/h>
2036 2002-11-11 [colin] 0.8.5claws126
2038 * src/ssl_certificate.h
2041 2002-11-11 [colin] 0.8.5claws125
2043 * src/ssl_certificate.c
2046 2002-11-11 [colin] 0.8.5claws124
2050 * src/ssl_certificate.[ch]
2051 Cleaned a bit (better use of SSL API)
2052 (This will cause non-recognition of saved
2053 certificates of claws12[23]...)
2055 2002-11-11 [paul] 0.8.5claws123
2058 updated by Ricardo Mones Lastra
2060 2002-11-11 [colin] 0.8.5claws122
2065 2002-11-11 [colin] 0.8.5claws121
2067 * src/ssl_certificate.[ch] ** NEW FILES **
2069 Check SSL certificates presented to us
2071 Add ssl_certificate.[ch]
2073 Add ssl_certificate.c
2075 2002-11-11 [paul] 0.8.5claws120
2077 * sync with 0.8.5cvs22
2078 see ChangeLog 2002-11-11
2080 2002-11-11 [paul] 0.8.5claws119
2082 * sync with 0.8.5cvs21
2083 see ChangeLog 2002-11-11
2085 2002-11-10 [jens] 0.8.5claws118
2089 corrected some typing
2091 updated german translation
2093 cleaned up specfile and adjusted it for claws
2095 2002-11-10 [colin] 0.8.5claws117
2098 a STATUSBAR_PUSH/POP fix
2100 2002-11-10 [colin] 0.8.5claws116
2102 * src/prefs_folder_item.c
2103 Fix hanging after opening folder properties
2105 2002-11-10 [hoa] 0.8.5claws115
2107 * src/matcher_parser_lex.l
2108 * src/matcher_parser_parse.y
2109 config file for scoring and filtering is no more trashed
2110 when there is a syntax error in a filtering rule when
2111 editing it in a dialog.
2113 2002-11-09 [colin] 0.8.5claws114
2116 Added missing initialisation of folder->destroy()
2118 2002-11-09 [colin] 0.8.5claws113
2122 Fix the status bar messages
2124 2002-11-09 [colin] 0.8.5claws112
2127 Fix hangs after folder dnd, happening after
2130 2002-11-09 [christoph] 0.8.5claws111
2133 just changed order of calls (reverse order of
2136 lock inc when checking only one account, otherwise
2137 inc all could be executed at the same time
2139 2002-11-09 [christoph] 0.8.5claws110
2142 better unlock the mouse cursor before calling
2143 summary_show because it changes the cursor too
2145 2002-11-09 [christoph] 0.8.5claws109
2149 add functions to open and close a folder
2150 o opending will execute scanning for remote folders
2152 o closing will unset new flag for messages
2154 2002-11-09 [colin] 0.8.5claws108
2157 Add a call to prefs_matcher_write_config to
2158 avoid non-leaf folders filtering settings to be
2161 2002-11-09 [paul] 0.8.5claws107
2163 * src/prefs_account.c
2166 2002-11-09 [colin] 0.8.5claws106
2171 2002-11-09 [colin] 0.8.5claws105
2174 Fix prefs_filtering deletion for MH folders (same
2176 * src/prefs_filtering.c
2177 Fix prefs_filtering renaming and deletion for
2178 folder-based processing rules.
2180 2002-11-09 [christoph] 0.8.5claws104
2184 * src/folderview.[ch]
2190 * src/prefs_folder_item.c
2193 implement a callback system for folder item updates
2195 2002-11-09 [colin] 0.8.5claws103
2198 Fix prefs_filtering renaming for MH folders (we
2199 shouldn't rename by path as another folder could
2200 have the same hierarchy).
2202 2002-11-09 [colin] 0.8.5claws102
2205 Fix a leak found by Christoph, use better variable
2208 2002-11-09 [colin] 0.8.5claws101
2211 One more fix for processing rules
2213 2002-11-08 [colin] 0.8.5claws100
2216 Don't copy the compiled regexp (will be reevaluated)
2218 Lock folderview while moving
2220 Provide info on what's happening to the user
2222 2002-11-08 [colin] 0.8.5claws99
2225 Fix folder reordering after a move if parent is
2228 Add function to copy a ScoringProp
2229 * src/prefs_folder_item.c
2230 Copy scoring rules when copying a folder prefs
2232 2002-11-08 [colin] 0.8.5claws98
2235 Fixes in case of failure
2236 * src/filtering.[ch]
2237 Add function to duplicate a FilteringProp
2239 Add function to duplicate a MatcherProp
2240 * src/prefs_folder_item.c
2241 Save folder's processing rules when copying
2244 2002-11-08 [colin] 0.8.5claws97
2249 Change a printf to debug_print
2251 2002-11-08 [colin] 0.8.5claws96
2255 Fix segfaults, call me stupido
2258 2002-11-08 [colin] 0.8.5claws95
2261 Added forgotten prefs to save when moving folders
2263 2002-11-08 [colin] 0.8.5claws94
2266 Fixes to folder DND (prefs copy)
2268 Optimization for folder DND (don't rescan whole tree)
2269 Added folderview_create_folder_node() for this
2270 optimization, so de-duped a bit the code
2271 * src/prefs_folder_item.[ch]
2272 Added prefs_folder_item_copy_prefs()
2274 2002-11-08 [paul] 0.8.5claws93
2276 * src/prefs_account.c
2278 tools/kmail2sylpheed_v2.pl
2281 2002-11-08 [paul] 0.8.5claws92
2284 src/prefs_account.[ch]
2285 remove account options 'clearsign' and 'ascii_armored',
2286 replace with 'default_gnupg_mode' to prevent mixed-mode
2289 2002-11-08 [paul] 0.8.5claws91
2292 re-implement GnuPG 'on-the-fly' mode selection,
2295 2002-11-08 [colin] 0.8.5claws90
2298 src/prefs_folder_item.c
2299 Change "Property" to "Properties"
2301 2002-11-07 [colin] 0.8.5claws89
2305 Allow folder dropping to a root folder
2307 2002-11-07 [paul] 0.8.5claws88
2312 2002-11-07 [paul] 0.8.5claws87
2315 fix reply-to-list bug. closes bug report
2316 "[633382] reply-to-list broken in recent cvs"
2318 2002-11-07 [paul] 0.8.5claws86
2321 add a forgotten '#if USE_GPGME ... #endif'
2323 2002-11-07 [paul] 0.8.5claws85
2325 * sync with 0.8.5cvs20
2326 see ChangeLog 2002-11-07
2328 2002-11-07 [colin] 0.8.5claws84
2331 Change folder_item_move_to to return the newly
2334 Select the new folderitem after moving.
2336 2002-11-07 [colin] 0.8.5claws83
2338 * src/prefs_filtering.c
2339 Fix rule rewriting when moving a leaf folder to a
2342 2002-11-07 [colin] 0.8.5claws82
2344 * src/prefs_filtering.c
2347 2002-11-07 [colin] 0.8.5claws81
2350 Add folder_item_move_to() function to move a
2351 folderitem into another one (updates matcher etc)
2353 Add folder drag'n drop (context menu to come)
2354 [Should be dataloss free, but Please backup before
2357 2002-11-06 [colin] 0.8.5claws80
2360 mh_create_folder() returns NULL if can't create
2363 2002-11-06 [paul] 0.8.5claws79
2366 allow 'on-the-fly' changing of the type of encryption
2367 and/or signing used (mime/ascii) via the compose window
2369 2002-11-06 [paul] 0.8.5claws78
2371 * sync with 0.8.5cvs19
2372 see ChangeLog 2002-11-06 for src/account.c:
2373 account_get_special_folder()
2375 2002-11-05 [alfons] 0.8.5claws77
2378 very minor cleanups: nothing to see here, move on. :-)
2380 2002-11-05 [colin] 0.8.5claws76
2383 Changes choices if compose windows are opened to
2384 Discard, Draft, Don't quit
2386 2002-11-05 [thorsten] 0.8.5claws75
2389 reenabled default_reply_to folder option
2391 2002-11-05 [colin] 0.8.5claws74
2398 add clean_quit() for the SIGTERM handler
2400 2002-11-05 [paul] 0.8.5claws73
2403 updated by Ricardo Mones Lastra
2405 2002-11-05 [melvin] 0.8.5claws72
2408 Fixed log-clipping bug #616795.
2409 To stop logging in the log window use 0 length.
2410 * src/prefs_common.c
2411 Added a label to inform about the 0 log length behaviour.
2413 2002-11-05 [paul] 0.8.5claws71
2415 * sync with 0.8.5cvs17
2416 see ChangeLog 2002-11-05
2418 2002-11-04 [paul] 0.8.5claws70
2420 * sylpheed-128x128.png
2423 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2424 <nikai@users.sourceforge.net>
2427 updated by George Danchev
2429 2002-11-03 [thorsten] 0.8.5claws69
2434 add check if gpg is active
2436 2002-11-03 [thorsten] 0.8.5claws68
2439 removed GSList declaration causing trouble on MacOS-X
2440 (submitted by alfons, reported by xfesty)
2442 2002-11-01 [paul] 0.8.5claws67
2445 remove last remnants of main's filter code
2447 2002-11-01 [paul] 0.8.5claws66
2449 * tools/filter_conv.pl
2450 fix bug where user-defined headers were ignored
2452 2002-11-01 [paul] 0.8.5claws65
2455 make a debug_print() not translatable
2457 2002-10-31 [melvin] 0.8.5claws64
2460 Fixed --disable-aspell-test. Now --disable-aspell-test will
2461 not run any GNU/aspell test. The dictionary path will
2462 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
2463 was given, in which case, it will be $prefix/lib/aspell/
2465 Fixed typo in commentary (Aspell code).
2467 2002-10-31 [paul] 0.8.5claws63
2470 remove src/filter.c and src/prefs_filter.c
2471 thanks to Ricardo for reminding me
2473 2002-10-31 [colin] 0.8.5claws62
2478 2002-10-31 [paul] 0.8.5claws61
2480 * src/prefs_filter.[ch] ** REMOVED **
2481 src/filter.[ch] ** REMOVED **
2490 src/prefs_filtering.c
2491 src/summaryview.[ch]
2492 remove main's 'filter' code
2495 update to reflect removal of main's filter
2497 2002-10-31 [paul] 0.8.5claws60
2500 remove check for global_processing in summary_filter_open().
2501 This fixes the bug where if the user uses the right-click
2502 'Create filter rule...' and doesn't have any filter rules
2503 already defined in claws' advanced filtering, the newly
2504 created filter rule goes to main's filtering which is
2505 inaccessible through the gui. Now the filter rule gets added
2506 to claws' filtering by default.
2508 2002-10-28 [melvin] 0.8.5claws59
2510 * src/prefs_actions.c
2511 Fixed bug #627322 where MIME parts were not always
2512 correctly passed to a %p action
2513 Display an error dialog when message filename is not found.
2515 2002-10-28 [melvin] 0.8.5claws58
2517 * src/prefs_common.c
2518 Readded a missing function declaration lost in 0.8.3claws34
2520 2002-10-28 [paul] 0.8.5claws57
2522 * sync with 0.8.5cvs15
2523 see ChangeLog 2002-10-28 and 2002-10-25
2525 Note: ChangeLog entry 2002-10-24 is not sync'ed.
2527 2002-10-27 [oliver] 0.8.5claws56
2530 plug leak in pop3_top_recv
2532 2002-10-26 [christoph] 0.8.5claws55
2535 set need_update folder flag when messages are added
2536 (closes bug [ 626922 ] folder not updated after receiving)
2538 2002-10-25 [melvin] 0.8.5claws54
2541 Fixed a memleak introduced in the scaling code.
2543 2002-10-24 [alfons] 0.8.5claws53
2546 make filtering's forward message action forward from the
2548 (closes bug [628089 ] Filter -> Forward from address problem
2551 2002-10-24 [christoph] 0.8.5claws52
2555 o use manual of current locale or english if current
2556 locale is not available (and english is available)
2557 o also link to sylpheed doc project manuals
2559 2002-10-23 [paul] 0.8.5claws51
2562 tools/kmail2sylpheed_v2.pl
2563 add new version of kmail addressbook importer script.
2564 works with newer versions of Kmail/KAddressBook which
2565 have new and rearranged data.
2567 2002-10-23 [martin] 0.8.5claws50
2573 added length parameter to get_abbrev_newsgroup_name()
2574 changed this function so that it abbreviates the newsgroup
2575 names only so long it is smaller than the length parameter
2576 (for better reading of some newsgroup names and space efficiency)
2578 2002-10-22 [colin] 0.8.5claws49
2581 Revert Alfons' last modification (after voting ;-))
2583 2002-10-21 [alfons] 0.8.5claws48
2586 folder view in folder selection dialog reflects state of
2587 folder view in main window
2589 2002-10-18 [alfons] 0.8.5claws47
2592 drop imported messages in folder selected by user,
2593 and not in the inbox
2594 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
2596 2002-10-18 [alfons] 0.8.5claws46
2599 make automagic reply work correctly for email accounts
2600 (whether it's viable to do a full sync with Hiro's
2601 compose.c is still under discussion)
2603 2002-10-18 [melvin] 0.8.5claws45
2605 * src/prefs_actions.c
2606 Fixed bug #622275 where asynchroneous actions left
2608 Made (synchroneous) actions' input be displayed live.
2610 2002-10-18 [christoph] 0.8.5claws44
2613 don't add a newline in the textview in front of the
2614 first textpart if header display is disabled
2615 (closes bug [ 603385 ] disabled header display leaves blank
2618 2002-10-18 [christoph] 0.8.5claws43
2625 folder->get_num_list now returns an error code
2626 (closes bug [ 609424 ] News cache cleared on failure)
2628 2002-10-17 [colin] 0.8.5claws42
2631 Changed a printf by debug_print
2635 * tools/OOo2sylpheed.pl
2636 allow for spaces in the name of the
2637 file to be attached.
2639 2002-10-16 [colin] 0.8.5claws41
2642 Use a tristate to change online mode
2644 2002-10-16 [paul] 0.8.5claws40
2647 updated by Ricardo Mones Lastra
2649 2002-10-16 [colin] 0.8.5claws39
2653 Added --online and --offline command-line
2656 2002-10-15 [christoph] 0.8.5claws38
2659 set mimeinfo->name to NULL after g_free to
2660 avoid double freeing with g_free
2662 2002-10-14 [christoph] 0.8.5claws37
2667 remove calls to folder->change_flags that are now
2668 done by procmsg flag functions (seems it is not
2669 used by any foldertype anyway)
2671 init folder->change_flags with NULL
2673 2002-10-14 [christoph] 0.8.5claws36
2677 use virtual functions for folder item new and destroy
2680 2002-10-14 [melvin] 0.8.5claws35
2683 Added a test to not run the spell checker if no default
2684 dictionary is available. No dialog is displayed though.
2686 2002-10-14 [melvin] 0.8.5claws34
2689 Fixed bug in dictionary list context menu where
2690 "More..." pointed to an emtpy submenu if the
2691 number of dictionaries is a multiple of 15
2692 Removed unneeded code in suggestions list creation
2694 2002-10-14 [paul] 0.8.5claws33
2697 updated by George Danchev
2699 2002-10-13 [hoa] 0.8.5claws32
2702 src/matcher_parser_parser.y
2703 removed the escaped string from internal structure
2706 2002-10-12 [colin] 0.8.5claws31
2708 * src/gtksctree.[ch]
2710 Removed useless function gtksctree_reanchor
2712 2002-10-12 [alfons] 0.8.5claws30
2714 * sync with remaining main changes 2002-10-09 - 2002-10-11
2715 - drop changes to src/compose.c (requires claws specific changes)
2717 2002-10-12 [alfons] 0.8.5claws29
2719 * sync with main changes of 2002-10-08
2720 - drop changes to src/compose.c (requires claws specific changes)
2721 - drop changes to src/summaryview.c (requires changes to compose.c)
2723 2002-10-12 [alfons] 0.8.5claws28
2725 * sync with main changes of 2002-10-07
2727 2002-10-12 [alfons] 0.8.5claws27
2729 * sync with main changes of 2002-10-04
2730 - drop changes to src/compose.c (requires claws specific changes)
2731 - drop changes to src/prefs_folder_item.c (claws implementation
2732 seems to be working)
2734 2002-10-12 [colin] 0.8.5claws26
2737 Fix folder-flicker when space-reading, introduced
2740 2002-10-12 [colin] 0.8.5claws25
2743 Save account address when saving as draft.
2746 2002-10-12 [colin] 0.8.5claws24
2749 Fix the problem consisting of no message selected
2750 after the last message in a folder has been moved.
2752 2002-10-12 [paul] 0.8.5claws23
2755 src/prefs_template.c
2757 add Cc and Bcc to templates. Patch submitted by
2760 2002-10-12 [colin] 0.8.5claws22
2763 Fix a bug after "Check for new messages":
2764 If a folder was opened, it was still selected at
2765 the end of the check, but displayed empty.
2767 Remove unnecessary check
2772 be more verbose in the description of
2776 2002-10-11 [colin] 0.8.5claws21
2779 Make space work (better) when no mail is selected
2781 2002-10-11 [colin] 0.8.5claws20
2787 2002-10-11 [colin] 0.8.5claws19
2790 revert 0.8.5claws6 changes as i couldn't get to
2793 2002-10-11 [melvin] 0.8.5claws18
2796 Removed buggy and unused macro (should have been committed in
2799 2002-10-11 [melvin] 0.8.5claws17
2802 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
2804 2002-10-11 [thorsten] 0.8.5claws16
2807 remove rescan warning
2809 2002-10-11 [colin] 0.8.5claws15
2812 fix a segfault that happens if conv_unmime_header
2813 fails (should be better to find out why it fails)
2815 2002-10-11 [christoph] 0.8.5claws14
2818 update folderview stats after ignore/unignore thread
2820 2002-10-11 [hoa] 0.8.5claws13
2822 * src/quote_fmt_parse.y
2823 Fixed a yacc/bison syntax error
2825 Escaping of string is fixed.
2827 2002-10-11 [colin] 0.8.5claws12
2830 Resize images to fit
2832 2002-10-11 [paul] 0.8.5claws11
2835 updated by Ricardo Mones Lastra
2837 2002-10-10 [alfons] 0.8.5claws10
2840 allow dropping files by "moving" files from a file manager,
2841 not only by the more cumbersome "copying". the latter
2842 mostly implies holding down the Control button
2844 2002-10-10 [christoph] 0.8.5claws9
2847 update folders after thread building for ignored threads
2849 2002-10-10 [christoph] 0.8.5claws8
2853 * src/filtering.[ch]
2855 * src/folderview.[ch]
2860 * src/summaryview.[ch]
2861 o added new flag need_update to FolderItem
2862 o removed folder_table from various functions from tracking
2864 o set need_update flags in folder.c's move, copy and delete
2865 functions and procmsg's flags functions
2866 o added function folderview_update_items_when_required that
2867 updates all folders with need_update set
2868 o call folderview_update_items_when_required instead of
2869 folderview_update_item_foreach
2871 2002-10-09 [sergey] 0.8.5claws7
2874 Strip CRs whel loading the text into editor in reedit mode.
2876 2002-10-09 [colin] 0.8.5claws6
2879 Make Space work when no mail is selected
2881 2002-10-09 [colin] 0.8.5claws5
2883 * src/gtksctree.[ch]
2885 Add gtk_sctree_reanchor()
2887 Use gtk_sctree_reanchor() - better fix for
2890 2002-10-09 [colin] 0.8.5claws4
2893 Fix shift-click select after delete problem
2896 2002-10-08 [thorsten] 0.8.5claws3
2899 exclude current msg from -hide read messages-
2901 2002-10-08 [colin] 0.8.5claws2
2906 Differentiate socket errors from disk full
2909 2002-10-08 [christoph] 0.8.5claws1
2913 modifications for new config directory
2915 * config.guess ** REMOVED **
2916 * config.sub ** REMOVED **
2917 * install-sh ** REMOVED **
2918 * ltmain.sh ** REMOVED **
2919 * missing ** REMOVED **
2920 * mkinstalldirs ** REMOVED **
2921 these files are autogenerated by automake
2922 when you run autogen.sh
2924 * config/.cvsignore ** NEW FILE **
2925 * config/Makefile.am ** NEW FILE **
2926 ignore autogenerated files
2927 create a Makefile in this directory
2929 2002-10-08 [paul] 0.8.5claws
2931 * 0.8.5claws release
2936 fix quote reply format for newsgroups reply bug
2941 updated by me and Witold Wladyslaw Wojciech Wilk
2944 2002-10-07 [paul] 0.8.3claws53
2949 updated messages catalogs, submitted by
2950 Alessandro Maestri, Fabio Jr.Beneditto
2951 and Urke MMI, respectively.
2953 2002-10-07 [christoph] 0.8.3claws52
2958 fix new folder ghost message bug
2959 (closes bug [ 619722 ] wrong count for newly created folders)
2961 2002-10-07 [christoph] 0.8.3claws51
2964 fix news posting problem
2966 2002-10-07 [melvin] 0.8.3claws50
2969 Updated French translation
2971 2002-10-05 [christoph] 0.8.3claws49
2974 check if line_start_cache is set in gtk_stext_update_text
2975 (closes bug [ 618119 ] crash while doing search in folder)
2977 2002-10-05 [christoph] 0.8.3claws48
2983 implement cache cleanups for claws' folder system
2984 (closes bug [ 595916 ] imapcache not cleaned up)
2986 2002-10-05 [melvin] 0.8.3claws47
2988 * src/prefs_actions.c
2989 Made the help text more clear for the %p token
2991 2002-10-04 [paul] 0.8.3claws46
2994 see ChangeLog 2002-10-02 and 2002-10-03
2996 2002-10-04 [christoph] 0.8.3claws45
2999 fix segfault caused by pop before smtp
3000 call to inc_account_mail with NULL
3003 2002-10-04 [paul] 0.8.3claws44
3006 sync the LDAP detection from 0.8.5cvs1
3008 2002-10-02 [christoph] 0.8.3claws43
3011 fix small spelling error
3013 2002-10-02 [melvin] 0.8.3claws42
3016 Behave better and say "no" when test program cannot be run.
3018 2002-10-02 [paul] 0.8.3claws41
3020 * sync with 0.8.4cvs1
3021 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
3024 toggle the behavior of Reply menuitem between
3025 normal reply and reply-to-list
3027 2002-10-01 [sergey] 0.8.3claws40
3030 Convert newlines in the message text to the canonical form
3031 before base64 encoding (RFC2045 compliance, fixes some
3032 interoperability issues with Evolution 1.0.3)
3034 2002-09-29 [colin] 0.8.3claws39
3037 Fix an unwanted copy/paste
3039 2002-09-29 [colin] 0.8.3claws38
3042 Renamed "Custom toolbar" to "Customize toolbar"
3043 Renamed "Show all header" to "Show all headers"
3044 Renamed "Set diplay item" to "Set displayed items"
3045 * src/prefs_common.c
3046 Renamed "Show all header" to "Show all headers"
3047 * src/prefs_summary_column.c
3048 Renamed "diplay item" to "displayed items"
3050 2002-09-29 [colin] 0.8.3claws37
3052 * src/mainwindow.[ch]
3053 online/offline status pixmaps follow theme
3055 * src/summaryview.[ch]
3056 quicksearch pixmap follows theme changes
3058 2002-09-29 [thorsten] 0.8.3claws36
3061 src/prefs_folder_item.[ch]
3062 add default_reply_to folder option (closes patch 581044)
3064 2002-09-29 [christoph] 0.8.3claws35
3066 * acconfig.h ** REMOVED **
3070 * ac/gnupg-check-typedef.m4
3071 fix autoheader 2.50 warning
3073 2002-09-29 [christoph] 0.8.3claws34
3075 * major code cleanup (part 2)
3077 - unused variables removed
3078 - unused functions removed
3079 - uninitialized variables checked
3080 - missing return statements added
3081 - missing function return types added
3082 - added parentheses around assignment
3083 when suggested by gcc
3085 2002-09-29 [alfons] 0.8.3claws33
3088 log_window_clear(): only bracket gtk_text_forward_delete()
3089 with gtk_text_freeze() / gtk_text_thaw() (see if this
3090 works around GTK text bug)
3092 2002-09-29 [paul] 0.8.3claws32
3096 updated by George Danchev and Urke MMI
3099 2002-09-27 [christoph] 0.8.3claws31
3101 * doc-src/readme.txt
3102 * doc-src/rfc1806.txt ** REMOVED **
3103 * doc-src/rfc2183.txt ** NEW FILE **
3104 * doc-src/rfc2980.txt ** NEW FILE **
3107 2002-09-27 [melvin] 0.8.3claws30
3110 Fixed typo which could break linking
3112 2002-09-27 [melvin] 0.8.3claws29
3115 Improved GNU/aspell checking.
3118 2002-09-27 [paul] 0.8.3claws28
3120 * sync with 0.8.3cvs8
3121 see ChangeLog 2002-09-27
3123 2002-09-26 [colin] 0.8.3claws27
3127 Add "Reply to Mailing-list" to the toolbar
3129 2002-09-26 [christoph] 0.8.3claws26
3132 Fix wrong message counts in summaryview status
3134 2002-09-26 [paul] 0.8.3claws25
3136 * sync with 0.8.3cvs7
3137 see ChangeLog 2002-09-26
3139 2002-09-26 [paul] 0.8.3claws24
3141 * sync with 0.8.3cvs6
3142 see ChangeLog 2002-09-25
3144 2002-09-25 [christoph] 0.8.3claws23
3146 * src/prefs_common.c
3147 * src/prefs_folder_item.c
3148 * src/prefs_scoring.c
3149 Renamed "kill score" to "hide score" in GUI
3152 2002-09-25 [paul] 0.8.3claws22
3154 * sync with 0.8.3cvs5
3155 see ChangeLog 2002-09-24
3157 2002-09-24 [alfons] 0.8.3claws21
3159 patch by Satoshi Nagayasu: allows appending / saving multiple
3160 selected files (closes "[ 612279 ] save multiple mesg(s) in
3164 add Satoshi Nagayasu
3166 summary_save_as(): allow saving selected files to
3168 summary_set_menu_sensitive: enable "Save As..." when
3169 multiple files are selected
3171 append_file(): new function
3173 2002-09-24 [colin] 0.8.3claws20
3176 Fix segfault when mimeinfo doesn't have a
3179 2002-09-24 [colin] 0.8.3claws19
3181 * src/prefs_common.[ch]
3182 Add a preference to display send dialog or not
3184 Display send dialog according to preference
3186 2002-09-24 [colin] 0.8.3claws18
3189 Disable user actions when sending
3191 2002-09-24 [colin] 0.8.3claws17
3194 Do not display name or filename for attachments
3195 with an application/pgp-signature type
3196 (security flaw, see bug 537413)
3198 2002-09-23 [colin] 0.8.3claws16
3201 Initialize entry_email, entry_alias and
3202 entry_remarks to first email address of the list
3204 2002-09-23 [colin] 0.83claws15
3207 Drop pgp-signature when reediting a signed queued
3210 2002-09-23 [melvin] 0.8.3claws14
3213 Updated French translation
3215 2002-09-23 [melvin] 0.8.3claws13
3218 Made custom toolbar menu labels more consistent
3219 * src/prefs_toolbar.c
3220 Made custom toolbar window title more consistent
3222 2002-09-22 [colin] 0.8.3claws12
3225 Initialize session type to normal before getting
3226 mail (fixes strange Get behaviour)
3227 * src/prefs_account.h
3228 Move STYPE_POP_BEFORE_SMTP to last position to
3229 avoid other side-effects
3231 2002-09-22 [colin] 0.8.3claws11
3233 * src/prefs_account.c
3234 Fix pop_bfr_smtp_tm_entry sensivity when switching
3235 from pop3 to apop or vice-versa
3237 2002-09-22 [colin] 0.8.3claws10
3239 * src/prefs_account.[ch]
3240 Add an option for the POP before SMTP timeout
3242 Remember time of last POP connection
3244 Do POP before SMTP only if timeout reached
3246 2002-09-22 [oliver] 0.8.3claws9
3249 explain custom toolbar
3251 2002-09-22 [oliver] 0.8.3claws8
3253 * src/prefs_actions.[ch]
3254 custom toolbar for compose
3255 actions callback from compose toolbar
3257 remove include toolbar.h
3259 2002-09-22 [oliver] 0.8.3claws7
3261 * src/prefs_toolbar.[ch]
3262 custom toolbar for compose
3263 - generic prefs_toolbar handles both
3264 Mainwin's toolbar as well as Compose toolbar
3266 2002-09-22 [oliver] 0.8.3claws6
3269 custom toolbar for compose
3270 restructure toolbar.[ch]
3272 2002-09-22 [oliver] 0.8.3claws5
3275 custom toolbar for compose
3277 2002-09-22 [oliver] 0.8.3claws4
3279 * src/mainwindow.[ch]
3280 custom toolbar for compose
3281 move mainwin toolbar back to mainwindow
3283 2002-09-22 [alfons] 0.8.3claws3
3290 2002-09-22 [alfons] 0.8.3claws2
3293 procmsg_save_to_outbox(): don't unlink message file from queue;
3294 callers should do it using folder_item_remove_msg()
3296 2002-09-22 [colin] 0.8.3claws1
3299 Made mimeview_check_signature() public
3301 Made GPG signatures verifiable by clicking
3302 the [application/pgp-signature] in the Text
3305 2002-09-22 [paul] 0.8.3claws
3314 updated translations, submitted by George Danchev,
3315 me, Ricardo Mones Lastra, Alessandro Maestri,
3316 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
3317 and Urke MMI, respectively.
3319 2002-09-22 [alfons] 0.8.2claws65
3323 no furry valgrinds have been used to plug these memleaks
3325 2002-09-20 [paul] 0.8.2claws64
3327 * sync with 0.8.3cvs4
3328 'Select thread' re-implemented
3329 see ChangeLog 2002-09-20
3331 2002-09-21 [alfons] 0.8.2claws63
3334 compose_send(): plug unnoticed memleak
3336 2002-09-20 [alfons] 0.8.2claws62
3339 replace_address_in_edit(): strict check for NULL address to
3340 fix "[ 607348 ] Segfault in address completion". My guess is
3341 that this happens with an empty address book, but it's good
3342 to have this check here anyway
3344 completion_window_button_press(): free string returned
3345 from the internal cache
3347 2002-09-20 [christoph] 0.8.2claws61
3350 added ENC_BINARY to EncodingType
3352 the string returned by procmime_get_encoding_str
3353 should not depend on the order of values in the
3354 EncodingType definition
3355 * doc-src/rfc1806.txt ** NEW FILE **
3356 Added rfc1806 about MIME Content-Disposition
3359 2002-09-19 [paul] 0.8.2claws60
3361 * sync with 0.8.2cvs3
3362 see ChangeLog 2002-09-19
3364 2002-09-19 [paul] 0.8.2claws59
3366 * src/prefs_folder_item.c
3367 revert to Darko's original alignment of colour
3369 add a colon to folder_color label
3372 add Colin's patch (with Hiro's modifications) to
3373 force BASE64 encoding for 8-bit text when signing
3374 (sync with 0.8.3cvs2)
3376 2002-09-18 [alfons] 0.8.2claws58
3381 (beautify a little bit)
3383 2002-09-18 [christoph] 0.8.2claws57
3386 fix handling of fgetc return value
3388 2002-09-17 [alfons] 0.8.2claws56
3391 summary_sort(): check non-NULL summaryview->folder_item when no
3392 folder is selected at all
3393 (closes "[ 610344 ] sort label make syl Crash")
3395 2002-09-17 [alfons] 0.8.2claws55
3398 beautify a little bit
3400 2002-09-17 [christoph] 0.8.2claws54
3403 initialize max values for cache and folder
3404 when cache or folder is empty
3406 2002-09-15 [colin] 0.8.2claws53
3409 Fix a leak (thanks Alfons!) and cleaned
3410 variables names for custom headers
3412 2002-09-15 [colin] 0.8.2claws52
3415 Fix custom headers recognition when
3416 prefs_common.trans_hdr is on
3418 2002-09-15 [colin] 0.8.2claws51
3421 Allow dynamically-added custom headers
3422 Yet not reparsed if reedited
3424 2002-09-15 [alfons] 0.8.2claws50
3426 * src/prefs_account.c
3429 2002-09-15 [colin] 0.8.2claws49
3431 * src/prefs_account.c
3432 fix pop_before_smtp sensitivity
3434 2002-09-15 [colin] 0.8.2claws48
3437 add inc_pop_before_smtp()
3438 allow MainWindow to be undefined in
3439 inc_account_mail() and inc_start()
3442 add STYPE_POP_BEFORE_SMTP session type
3443 * src/prefs_account.c
3444 activated pop before smtp option
3446 do pop before smtp if the relevant option
3449 2002-09-15 [paul] 0.8.2claws47
3452 see ChangeLog 2002-09-15
3454 2002-09-14 [paul] 0.8.2claws46
3457 updated Bulgarian translation, submitted by
3460 2002-09-13 [paul] 0.8.2claws45
3463 merge claws' select_account() with main's
3464 (new) compose_select_account(). [sync with
3465 0.8.2cvs15, see ChangeLog 2002-09-11]
3467 2002-09-12 [christoph] 0.8.2claws44
3470 allocate 1 elements of FolderItem not 0
3472 2002-09-12 [colin] 0.8.2claws43
3475 Fix bug #590825 (obey Follow-up: poster)
3477 2002-09-12 [colin] 0.8.2claws42
3480 Fix bug #557009 (wrong headers for messages
3481 forwarded as attachments)
3483 2002-09-11 [colin] 0.8.2claws41
3486 Put SCF: pseudo-header on top of message
3487 Set draft tmp_flag when saved as draft
3491 Skip after first \n\n for beginning of real message
3494 2002-09-11 [christoph] 0.8.2claws40
3497 use procmsg flag functions in filtering or processing
3498 will cause incorrect folder message counts
3500 2002-09-11 [colin] 0.8.2claws39
3503 Fix bug #550175 - wrong save folder when reediting
3506 2002-09-11 [paul] 0.8.2claws38
3508 * sync with 0.8.2cvs14
3509 see ChangeLog 2002-09-11
3511 2002-09-11 [colin] 0.8.2claws37
3514 Fix a typo (seeming to cause new/unread status to
3517 2002-09-10 [christoph] 0.8.2claws36
3520 compose_redirect should not use compose_generic_new
3521 because that does more stuff than expected including
3522 opening the external editor
3523 (closes bug "[ 526608 ] bounced messages appear blank
3526 2002-09-10 [christoph] 0.8.2claws35
3529 fix problem with too large message number range
3530 causing a crash in folder_item_scan
3532 2002-09-10 [paul] 0.8.2claws34
3534 * sync with 0.8.2cvs13
3535 see ChangeLog 2002-09-10
3537 2002-09-10 [christoph] 0.8.2claws33
3540 set MsgInfo TmpFlags for queue and draft folders
3541 (closes bug "[ 591676 ] Queue ignore MIME on restart")
3543 2002-09-10 [paul] 0.8.2claws32
3546 po/bg.po ** NEW FILE **
3547 new Bulgarian translation submitted by
3548 George Danchev <danchev@spnet.net>
3552 tools/tb2sylpheed ** NEW FILE **
3553 add script that converts an addressbook exported
3554 from The Bat! into a Sylpheed addressbook. Submitted
3555 by Urke MMI <urke-kg@eunet.yu>
3557 2002-09-10 [paul] 0.8.2claws31
3559 * sync with 0.8.2cvs12
3560 see ChangeLog 2002-09-10
3562 2002-09-06 [paul] 0.8.2claws30
3564 * src/prefs_common.c
3565 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
3569 tools/ldif-to-xml.py ** REMOVED **
3570 remove obsolete python script
3572 2002-09-06 [paul] 0.8.2claws29
3574 * sync with 0.8.2cvs10
3575 see ChangeLog 2002-09-06
3577 2002-09-04 [paul] 0.8.2claws28
3579 * sync with 0.8.2cvs9
3580 see ChangeLog 2002-08-04
3582 2002-09-04 [colin] 0.8.2claws27
3584 * src/prefs_common.[ch]
3585 Added signature color configuration
3587 Use user-specified signature color
3589 2002-09-03 [colin] 0.8.2claws26
3591 * src/prefs_common.[ch]
3592 Added autosave and autosave_length prefs
3594 Added compose_remove_draft()
3595 Auto-save drafts according to the prefs
3597 Added a crash-indicator file, allowing to check
3598 for new messages on startup if Sylpheed crashed
3599 (makes saved drafts "reappear")
3601 2002-09-03 [colin] 0.8.2claws25
3606 2002-09-03 [paul] 0.8.2claws24
3608 * sync with 0.8.2cvs8
3609 see ChangeLog 2002-09-02 and 2002-09-03
3611 2002-09-03 [darko] 0.8.2claws23
3614 use normal style when creating new folder to pick
3617 2002-09-02 [melvin] 0.8.2claws22
3620 removed some obsolete code
3622 2002-09-02 [melvin] 0.8.2claws21
3625 fixed test's equality sign (== to =)
3627 2002-09-02 [alfons] 0.8.2claws20
3631 revert change of 0.8.2claws16 and use the mh_folder_destroy
3632 as folder->destroy virtual as suggested by Hiro
3633 (the mh.c code seems to have been lost around mh.c.1.21)
3635 2002-09-02 [paul] 0.8.2claws19
3638 updated by Fabio Jr. Beneditto
3641 use 'http://claws.sylpheed.org' for homepage link.
3642 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
3644 2002-09-01 [alfons] 0.8.2claws18
3647 plug memleak related to one Martin Kluge found
3649 2002-08-31 [paul] 0.8.2claws17
3651 * sync with 0.8.2cvs6
3652 see ChangeLog 2002-08-30
3654 2002-08-31 [alfons] 0.8.2claws16
3657 folder_destroy(): remove mailbox from folderlist even if it has
3660 2002-08-31 [alfons] 0.8.2claws15
3665 (being pedantic I know)
3667 2002-08-31 [alfons] 0.8.2claws14
3670 check for NULL pointers returned from folder->fetch_msginfo virtual
3671 (should solve some reported crashes)
3673 2002-08-30 [alfons] 0.8.2claws13
3678 enable crash dialog on compilation time
3679 (--enable-crash-dialog configure option)
3681 2002-08-30 [alfons] 0.8.2claws12
3686 apply memory leak plug patch by Martin Kluge
3687 (closes patch "[ 602568 ] patch for 602441 little memory leak",
3688 bug "[ 599677 ] Very small memory leak in 0.81claws115",
3689 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
3691 2002-08-30 [darko] 0.8.2claws11
3694 copy Gtk style from normal style to match
3695 font size for coloured folders
3697 2002-08-29 [alfons] 0.8.2claws10
3700 Type=Internet <- Type=Application
3701 (reported by Michael Schwendt, see:
3702 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
3703 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
3705 2002-08-29 [paul] 0.8.2claws9
3707 * sync with 0.8.2cvs5
3708 see ChangeLog 2002-08-29
3710 2002-08-29 [colin] 0.8.2claws8
3713 Added a sanity check in summary_select_thread
3714 Should fix bug 601605
3716 2002-08-29 [colin] 0.8.2claws7
3719 Revert claws6 changes regarding bug #591676
3721 2002-08-28 [colin] 0.8.2claws6
3724 Ignore cache for queue folderitems
3727 2002-08-28 [melvin] 0.8.2claws5