1 2002-12-20 [christoph] 0.8.6claws121
5 reimplement expand_search_string using GString to
6 prevent crashs caused by miscalculated string
7 lengths reported by Paul
9 2002-12-20 [christoph] 0.8.6claws120
12 don't use "changed" to check if op_count has to be changed as it
13 is also set when the message has unread children
14 (closes bug [ 653221 ] crash while deleting duplicates)
16 2002-12-20 [paul] 0.8.6claws119
18 * sync with 0.8.6cvs27
19 see ChangeLog 2002-12-20
21 2002-12-20 [paul] 0.8.6claws118
23 * sync with 0.8.6cvs26
24 see ChangeLog 2002-12-19 and 2002-12-20
26 2002-12-19 [alfons] 0.8.6claws117
29 fix incorrect parsing of email addresses, submitted by
30 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
31 name display if it contains @".
33 2002-12-18 [paul] 0.8.6claws116
35 * sync with 0.8.6cvs23
36 see ChangeLog 2002-12-18
38 2002-12-18 [paul] 0.8.6claws115
46 see ChangeLog 2002-12-17 and 2002-12-18
48 2002-12-17 [christoph] 0.8.6claws114
51 o don't create a session if imap greeting fails
52 o don't close socket when authentication fails
53 this is done by imap_session_destroy
55 2002-12-17 [thorsten] 0.8.6claws113
59 tools/google_msgid.pl ** NEW FILE **
60 Added "search for message-id" script and doc
62 2002-12-17 [thorsten] 0.8.6claws112
65 Updated hungarian translation
66 (updated by Gal Zoltan)
68 2002-12-16 [christoph] 0.8.6claws111
71 remove stupid addressbook dump to debug output
73 fix memory leak found by Hiro
75 2002-12-14 [paul] 0.8.6claws110
78 fix menubar sensitivity on send
80 * src/prefs_filtering.c
85 * src/common/quoted-printable.h
88 2002-12-13 [christoph] 0.8.6claws109
91 * src/manage_window.[ch]
93 * src/gtk/manage_window.[ch]
94 move manage_window files to gtk directory
96 2002-12-13 [christoph] 0.8.6claws108
100 * src/gtk/Makefile.am
101 * src/gtk/gtkshruler.[ch]
102 move gtkshruler files to gtk directory
104 2002-12-13 [christoph] 0.8.6claws107
108 * src/gtkstext.[ch] ** REMOVE **
111 * src/gtk/gtkstext.[ch] ** NEW **
112 * src/gtk/Makefile.am
113 o move stext functions to gtkstext.c to remove
114 dependency of gtkutils
115 o move gtkstext files to gtk directory
117 * src/gtk/Makefile.am
118 * src/gtk/sslcertwindow.[ch]
119 UI stuff can always depend on common code so
120 it's ok to add ../common to include path
122 2002-12-13 [colin] 0.8.6claws106
125 Disconnect sighandlers for mainwindow when
126 quicksearch has the focus
128 * src/mainwindow.[ch]
129 Make key_pressed callback public, to be able
132 2002-12-13 [christoph] 0.8.6claws105
135 create .mh_sequences file in new MH folders
136 (closes feature request [ 523162 ] MH folders should
139 2002-12-13 [colin] 0.8.6claws104
142 Better handling of quicksearch show/hide
143 (basically the button stays under the mouse
146 2002-12-13 [paul] 0.8.6claws103
148 * sync with 0.8.6cvs17
149 see ChangeLog 2002-12-13
151 2002-12-13 [paul] 0.8.6claws102
154 updated by Ricardo Mones Lastra
156 2002-12-11 [colin] 0.8.6claws101
159 remove statusbar stuff
161 set statusbar verbosity when moving folders
163 2002-12-11 [colin] 0.8.6claws100
164 * src/prefs_filtering.c
165 * src/prefs_matcher.c
166 * src/prefs_scoring.c
169 2002-12-11 [colin] 0.8.6claws99
171 * src/prefs_common.[ch]
172 Add summary_quicksearch_type
174 Save last used quicksearch type
176 2002-12-11 [jens] 0.8.6claws98
177 * src/prefs_filtering.c
178 * src/prefs_matcher.c
179 * src/prefs_scoring.c
180 added dialog for incomplete rules in scoring, filtering and
181 matcher to ask wheather really close
183 2002-12-11 [colin] 0.8.6claws97
186 Fix folder dnd statusbar logging
188 2002-12-10 [christoph] 0.8.6claws96
200 * src/common/log.[ch]
201 o handle verbose logging in statusbar directly in statusbar code
202 and common code does not need any knowledge about a statusbar
203 o remove direct calls to statusbar_(puts|pop)_all functions
205 2002-12-10 [jens] 0.8.6claws95
208 removed gettext from g_warnings
214 2002-12-10 [colin] 0.8.6claws94
217 finish crash dialog fix
219 2002-12-10 [colin] 0.8.6claws93
222 "Fix" "sylpheed already running" instead of
223 crash dialog appearing after a crash
225 2002-12-10 [colin] 0.8.6claws92
228 add src/gtk/sslcertwindow.c
230 2002-12-10 [paul] 0.8.6claws91
233 updated to reflect recent changes
234 submitted by Alessandro Maestri
236 2002-12-09 [christoph] 0.8.6claws90
239 * src/smtp.[ch] ** REMOVE **
240 * src/common/Makefile.am
241 * src/common/smtp.[ch] ** NEW **
242 move smtp files to common directory
244 2002-12-09 [christoph] 0.8.6claws89
247 * src/session.[ch] ** REMOVE **
248 * src/common/Makefile.am
249 * src/common/session.[ch] ** NEW **
250 move session files to common directory
252 2002-12-09 [paul] 0.8.6claws88
255 fix bug [649746] edit accounts: move account reverted
256 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
258 2002-12-09 [colin] 0.8.6claws87
260 * src/ssl_certificate.c
263 2002-12-09 [colin] 0.8.6claws86
266 Try to open the cert.pem database and
267 issue a warning if it isn't there
269 2002-12-09 [colin] 0.8.6claws85
271 * src/common/ssl_certificate.c
272 * src/gtk/sslcertwindow.c
275 2002-12-09 [colin] 0.8.6claws84
277 * src/ssl_certificate.[ch] ** REMOVED **
278 * src/common/ssl_certificate.[ch] ** NEW **
280 * src/common/Makefile.am
281 Moved ssl_certificate.[ch] to common
283 Put back needed include
284 * src/gtk/sslcertwindow.[ch]
285 Changed ssl_certificate.h include
287 2002-12-09 [colin] 0.8.6claws83
289 * src/gtk/sslcertwindow.[ch]
290 Implement hook for certificate acception
291 * src/ssl_certificate.[ch]
292 Implement hook for certificate acception
294 Reenable certificate acception check
296 Register sslcertwindow's hook
298 2002-12-08 [christoph] 0.8.6claws82
306 o add missing includes
309 * src/common/.cvsignore
310 * src/common/version.h ** REMOVE **
311 remove autogenerated file
313 2002-12-08 [paul] 0.8.6claws81
316 put back needed include
318 2002-12-08 [colin] 0.8.6claws80
320 * src/gtk/sslcertwindow.c
321 Cleaner popups when asking
322 * src/ssl_certificate.c
323 * src/prefs_common.[ch]
324 remove ssl certificate pref
325 put back needed include
327 put back needed include
329 2002-12-08 [christoph] 0.8.6claws79
335 only abort hook invokation if required data is missing not
336 if our own data pointer is NULL, update hookfunction for
339 2002-12-08 [paul] 0.8.6claws78
360 clean up: remove unneccesary includes
362 2002-12-08 [christoph] 0.8.6claws77
367 * src/common/hooks.[ch]
368 hook functions now have a gboolean return value, if a hook
369 returns TRUE it will stop executing of any more hooks in
370 the same hooklist for this invokation
372 2002-12-08 [colin] 0.8.6claws76
375 put back argv0 for CRASH_DIALOG
377 2002-12-08 [christoph] 0.8.6claws75
390 * src/prefs_account.[ch]
391 * src/prefs_common.[ch]
394 * src/ssl_certificate.[ch]
395 * src/ssl_manager.[ch]
396 * src/common/Makefile.am
398 * src/common/nntp.[ch]
399 * src/common/socket.[ch]
400 * src/common/ssl.[ch]
401 * src/gtk/sslcertwindow.[ch]
403 use new autoconf script to detect OpenSSL with extra parameters
404 to specify the location of libs and includes, also remove USE_SSL
407 * src/common/sylpheed.[ch]
408 * src/common/version.h.in
409 start seperation of common code initialization seperated from gui
412 The function that is called when a color lable changes
413 should not change the color lable again
415 2002-12-08 [colin] 0.8.6claws74
417 * src/gtk/sslcertwindow.c
420 2002-12-08 [colin] 0.8.6claws73
424 Register a hook for statusbar_puts_all
426 invoke statusbar_puts_all's hook
428 2002-12-08 [colin] 0.8.6claws72
430 * src/ssl_certificate.c
431 Put back a badly-removed include
433 2002-12-08 [colin] 0.8.6claws71
435 * src/gtk/sslcertwindow.[ch] ** NEW **
436 new certificate presentation
437 * src/gtk/Makefile.am
439 * src/ssl_certificate.[ch]
440 gtk cleanup, made utility functions public
442 use new cert presentation
444 2002-12-07 [christoph] 0.8.6claws70
447 * src/nntp.[ch] ** REMOVE **
448 * src/common/Makefile.am
449 * src/common/nntp.[ch] ** NEW **
450 move nntp files to common directory
452 2002-12-07 [christoph] 0.8.6claws69
456 implement msginfo update callback using sylpheed's new
457 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
459 2002-12-06 [christoph] 0.8.6claws68
462 This patch changes the 'Edit Group Details' dialog to
463 allow extended selections in either pane, so that
464 addresses can be added or removed from a group more
465 quickly and easily. (it actually is a net decrease in
466 file size, as some unnecessary functions have been
468 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
470 2002-12-06 [christoph] 0.8.6claws67
473 * src/template.[ch] ** REMOVE **
474 * src/common/Makefile.am
475 * src/common/template.[ch] ** NEW **
476 move template files to common directory
479 add missing log.h include
481 2002-12-06 [melvin] 0.8.6claws66
483 * src/prefs_actions.c
484 Added the trailing ">" syntax to insert command's output
485 without replacing old text (in contrast to trailing "|").
487 2002-12-05 [colin] 0.8.6claws65
490 Don't modify original search_string or it'll change
491 the next iterations in the for()
493 2002-12-05 [darko] 0.8.6claws64
496 proper check for filtering commands, found by Colin
498 2002-12-05 [darko] 0.8.6claws63
501 check proper string for NULL pointer, found by Colin
503 2002-12-05 [darko] 0.8.6claws62
505 * src/common/utils.[ch]
506 expand_search_string(): new function
507 converts Mutt-like patterns to Sylpheed's
510 use expand_search_string() to allow Mutt-like
511 patterns in extended search
513 document extended option in quick search
515 2002-12-05 [paul] 0.8.6claws61
517 * sync with 0.8.6cvs16
518 see ChangeLog 2002-12-05
523 2002-12-04 [christoph] 0.8.6claws60
526 put imap authentication code into a new function and
527 remove it from imap_session_new that will allow to
528 send other commands before authentication
530 2002-12-04 [christoph] 0.8.6claws59
533 use already existing method to prevent unneeded IMAP
534 folder selects. Set imap_select parameters to NULL
535 in some functions if the values are not required.
538 remove no longer required include
540 2002-12-04 [paul] 0.8.6claws58
543 updated by Ricardo Mones Lastra
546 po/hu.po ** NEW FILE **
547 initial Hungarian translation, submitted
548 by Gál Zoltán <galzoli@hu.inter.net>
550 2002-12-03 [christoph] 0.8.6claws57
553 * src/gtksctree.[ch] ** REMOVE **
554 * src/gtk/Makefile.am
555 * src/gtk/gtksctree.[ch] ** NEW **
556 move gtksctree files to gtk directory
558 2002-12-03 [christoph] 0.8.6claws56
561 * src/md5.[ch] ** REMOVE **
562 * srm/common/Makefile.am
563 * src/common/md5.[ch] ** NEW **
564 move md5 files to common directory
567 remove not required #include
569 2002-12-03 [sergey] 0.8.6claws55
573 gtkut_window_popup(): new function.
575 main_window_popup(): use gtkut_window_popup() to raise
576 window without changing its position.
577 (see sylpheed-main ML message [sylpheed:17247])
579 2002-12-03 [sergey] 0.8.6claws54
582 send_message_local(): removed first-dot escaping
583 (SMTP-only, not needed for sending through pipe)
585 2002-12-03 [paul] 0.8.6claws53
588 update to reflect recent changes (thanks
589 to Ricardo Mones Lastra)
591 * tools/filter_conv.pl
592 fix problem with quoted strings. Patch submitted
593 by Luke Plant <lukeplant@softhome.net>
595 2002-12-03 [paul] 0.8.6claws52
597 * sync with 0.8.6cvs15
598 see ChangeLog 2002-12-03
600 2002-12-02 [christoph] 0.8.6claws51
603 * src/common/log.[ch]
604 implement logging using a hook function
608 define hooklist name in header file to avoid
609 errors caused by wrong spelling of hooklist names
614 2002-12-02 [christoph] 0.8.6claws50
616 * src/common/Makefile.am
617 add src/common/hooks.[ch]
619 * src/common/hooks.[ch]
620 implement a simple hook system using glib's hook functions
624 use new hook system for folder item updates
626 2002-12-02 [christoph] 0.8.6claws49
628 * doc-src/ui_seperation.txt ** NEW **
629 information for ui seperation
632 remove files that were moved to common
633 include common directory by default for the header files
636 * src/common/socket.c
638 implement automaton using g_io_*-functions instead of
639 gdk_input_add to make it ui independent
649 remove common/ prefix because directory is now in
668 * src/ssl_certificate.c
669 add log.h header file for logging functions
675 o move debug_mode to common/utils.c
676 o add functions to set and get debug_mode
678 * src/defs.h ** REMOVE **
679 * src/intl.h ** REMOVE **
680 * src/socket.[ch] ** REMOVE **
681 * src/ssl.[ch] ** REMOVE **
682 * src/utils.[ch] ** REMOVE **
683 replaced by new files in src/common/
685 * src/common/Makefile.am
686 add new files in src/common/
688 * src/common/defs.h ** NEW **
689 * src/common/intl.h ** NEW **
690 * src/common/log.[ch] ** NEW **
691 * src/common/socket.[ch] ** NEW **
692 * src/common/ssl.[ch] ** NEW **
693 * src/common/utils.[ch] ** NEW **
694 replacement for files in src/
696 2002-12-02 [colin] 0.8.6claws48
699 Scroll folderview if necessary during dnd
701 2002-12-02 [colin] 0.8.6claws47
704 Add check to verify a move is within a single mailbox
706 Add specific error string for this check
708 2002-12-02 [colin] 0.8.6claws46
711 Add a test to folder moving, remove a statusbar_print
713 Add Move folder... context-menu item
714 Factorize folder moving code
715 Enable folder DND for mbox
717 2002-12-01 [christoph] 0.8.6claws45
720 remove conf.aspelltest if the version check fails
722 2002-11-30 [christoph] 0.8.6claws44
725 run libtoolize --force in autogen to create missing
728 2002-11-30 [christoph] 0.8.6claws43
734 * src/uuencode.[ch] ** REMOVED **
735 * src/common/Makefile.am
736 * src/common/uuencode.[ch] ** NEW **
737 move uuen/decoder to common directory
739 2002-11-30 [christoph] 0.8.6claws42
742 * src/base64.[ch] ** REMOVED **
751 * src/common/Makefile.am
752 * src/common/base64.[ch] ** NEW **
753 move base64 en/decoder to common directory
755 2002-11-30 [christoph] 0.8.6claws41
757 * src/common ** NEW **
758 new directory for UI independent code
760 new directory for GTK frontend
761 * src/common/.cvsignore ** NEW **
762 * src/gtk/.cvsignore ** NEW **
764 * src/common/Makefile.am ** NEW **
765 * src/gtk/Makefile.am ** NEW **
766 automake files to build new seperated stuff
768 the binary will currently still be build with the
769 files in src, so we include the code from the
770 subdirs for now after building the libs there
772 2002-11-30 [paul] 0.8.6claws40
775 fix bug [642731] 'Wrong selected account with drafted mail'
777 2002-11-29 [oliver] 0.8.6claws39
780 o update summaryview when switching between different
783 o check if messageview holds already removed msg
787 2002-11-29 [oliver] 0.8.6claws38
790 remove not needed variables and includes
791 make messageview stay opened and move to next when msgs are deleted
793 2002-11-29 [oliver] 0.8.6claws37
796 disable compose button (messageview toolbar) by default
797 deleted msgs are moved to trash
799 2002-11-29 [melvin] 0.8.6claws36
802 Increased minimal gpgme version to 0.3.10 (Zombies out)
803 and to detect signatures expirations (gpgme 0.3.6)
806 Use non obsolescent function for Gpgme engine checking.
809 Inform about expired signatures or signatures which key
810 has expired. Expiration date is displayed.
813 Inform about expired signatures or signatures which key
816 2002-11-28 [paul] 0.8.6claws35
819 re-instate 'Check for new messages' in Newsgroup
820 folders right-click menu, after a suggestion from
821 Tim Mann <timmann@users.sourceforge.net>
824 after a crash check only local folders for new
827 2002-11-28 [paul] 0.8.6claws34
830 apply patch that fixes the checking of GTK with XIM
831 support on different OSs, such as FreeBSD. Patch
832 submitted by Topia <topia@users.sourceforge.net>
834 2002-11-28 [paul] 0.8.6claws33
839 more changes to the English
841 2002-11-28 [paul] 0.8.6claws32
843 * sync with 0.8.6cvs13
844 see ChangeLog 2002-11-28 (no sync needed
847 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
849 * src/mainwindow.[ch]
850 add patch by Ivan F. Martinez introducing messageview Toolbar
851 some changes and committed by oliver
853 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
855 * src/messageview.[ch]
856 add patch by Ivan F. Martinez introducing messageview Toolbar
857 some changes and committed by oliver
859 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
862 add patch by Ivan F. Martinez introducing messageview Toolbar
863 some changes and committed by oliver
865 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
868 add patch by Ivan F. Martinez introducing messageview Toolbar
869 some changes and committed by oliver
871 2002-11-28 [oliver] 0.8.6claws27
873 * src/prefs_toolbar.[ch]
874 getting ready for messageview toolbar
875 free mem allocated by gettext
876 change prefs_toolbar to prefs_toolbar_open
878 2002-11-28 [thorsten] 0.8.6claws26
881 cleaned up conflicting declarations of
882 imageview_show_image()
884 2002-11-28 [paul] 0.8.6claws25
886 * src/grouplistdialog.c
888 src/prefs_summary_column.c
889 a few more improvements to the English
891 2002-11-28 [colin] 0.8.6claws24
894 A few updates to command-line parameters
896 2002-11-28 [colin] 0.8.6claws23
898 * src/prefs_filtering.c
899 Fix problems with prefs_filtering_delete_path:
900 a) if the first rule is removed, original pointers
901 weren't updated (leading to segfaults)
902 b) it was always global_processing updated in case
903 of removed path was parent of rule path
905 2002-11-27 [paul] 0.8.6claws22
911 src/prefs_customheader.c
912 src/prefs_display_header.c
913 src/prefs_filtering.c
914 src/prefs_folder_item.c
917 src/prefs_summary_column.c
920 improve the English in the GUI
922 2002-11-27 [colin] 0.8.6claws21
925 Fix processing renaming problems happening after
928 2002-11-27 [colin] 0.8.6claws20
931 recursive move now deletes src each subfolder after
934 Use identifier instead of path during dnd (enables
937 2002-11-27 [paul] 0.8.6claws19
940 apply patch that does command-line processing
941 BEFORE gtk_init, allowing claws to run from
942 shell-scripts in non-X environment (e.g. crontab
943 or ip-up, ip-down scripts). Patch submitted by
944 Ruslan N. Balkin <baron@dartel.ru>
947 updated by Alessandro Maestri
949 2002-11-27 [paul] 0.8.6claws18
951 * sync with 0.8.6cvs12
953 Differences are that main uses a 'Receive dialog'
954 frame on the Interface tab, whereas claws groups all
955 the dialogs together in a 'Dialogs' frame.
957 2002-11-27 [colin] 0.8.6claws17
959 * src/prefs_matcher.c
960 Fix Execute criteria's NOT flag
963 2002-11-26 [christoph] 0.8.6claws16
966 rewrite the ssl code a little bit, only use one
967 SSL context, set default certificates' file/path
969 2002-11-26 [thorsten] 0.8.6claws15
972 default-reply-to didn't work for ml-reply
974 2002-11-26 [melvin] 0.8.6claws14
976 * src/prefs_actions.c
977 Made pipe-actions ignore short headers in message view
978 Made trailing-pipe-actions write in the message view with
979 the same font as the original message
981 2002-11-26 [paul] 0.8.6claws13
984 this time commit the correct file
986 2002-11-26 [paul] 0.8.6claws12
988 * sync with 0.8.6cvs11
989 src/quote_fmt_parse.y
994 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
996 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
999 see ChangeLog 2002-11-25 and 2002-11-26
1001 2002-11-26 [colin] 0.8.6claws11
1004 Fix collapsed folder not auto-expanding during
1005 mail dnd, if it was the source folder.
1007 2002-11-25 [colin] 0.8.6claws10
1009 * src/folderview.[ch]
1010 Variable renaming and cleaning (slist of nodes
1011 to be re-collapsed is stored in FolderView)
1013 2002-11-25 [paul] 0.8.6claws9
1015 * src/prefs_common.[ch]
1016 fix breakage caused by last commit
1018 2002-11-25 [paul] 0.8.6claws8
1020 * sync with 0.8.6cvs4
1021 see ChangeLog 2002-11-21
1023 2002-11-25 [paul] 0.8.6claws7
1025 * sync with 0.8.6cvs4
1026 see ChangeLog 2002-11-20
1028 2002-11-25 [paul] 0.8.6claws6
1030 * sync with 0.8.6cvs3
1031 see ChangeLog 2002-11-18
1033 2002-11-25 [colin] 0.8.6claws5
1036 Add gtkut_ctree_node_is_parent()
1038 Spring-loaded folders
1040 2002-11-25 [colin] 0.8.6claws4
1043 Add slist_concat_unique(), function to merge
1044 two GSList filtering dups
1046 * src/summaryview.[ch]
1049 Add detection/update/display of unread answers
1052 Add procmsg_find_children()
1053 Add procmsg_msg_has_marked_parent()
1055 2002-11-25 [colin] 0.8.6claws3
1057 * src/ssl_certificate.[ch]
1058 Allow checking a certificate without a DNS
1060 Allow to forget a cert (by deleting it)
1061 Make ssl_certificate_destroy_public
1062 * src/ssl_manager.[ch] ** NEW FILES **
1063 Gui to manage (display/remove) certificates
1064 * src/prefs_common.[ch]
1065 Add a pref to allow silent acceptation of
1066 trusted certificates or not (based on the
1067 "I want to know what's going on" principle)
1069 Add SSL manager in Tools menu
1071 Add the new files to the build
1073 Add ssl_manager.c to translations
1075 2002-11-25 [colin] 0.8.6claws2
1077 * src/summaryview.[ch]
1078 Add S_SEARCH_EXTENDED to the quick search, which
1079 allows to search using filtering syntax.
1081 2002-11-25 [colin] 0.8.6claws1
1084 Deletion of duplicates now prefer deleting
1085 the unread dup (fixes feature-request 638989).
1087 2002-11-24 [paul] 0.8.6claws
1093 updated by Ricardo Mones Lastra,
1094 Witold Wladyslaw Wojciech Wilk,
1095 Ruslan N. Balkin, and Urke MMI
1098 2002-11-24 [paul] 0.8.5claws182
1101 updated by George Danchev
1103 2002-11-23 [alfons] 0.8.5claws181
1106 tiny memory leak found by browsing Dimitar's
1109 2002-11-23 [paul] 0.8.5claws180
1112 updated by Alessandro Maestri
1114 2002-11-22 [christoph] 0.8.5claws179
1118 * src/prefs_filtering.c
1122 2002-11-22 [alfons] 0.8.5claws178
1125 summary_execute_delete_func(): if message is deleted, make
1126 sure to also remove its entry in the subject hash table.
1127 fixes a corner case bug.
1129 2002-11-22 [paul] 0.8.5claws177
1132 add 'autom4te.cache'
1134 * ltconfig ** REMOVED **
1137 2002-11-22 [paul] 0.8.5claws176
1140 textview_set_font(): fix for message display in
1141 UTF-8 locales (thanks to Sergey Vlasov).
1144 add new team members and contributors
1147 2002-11-21 [colin] 0.8.5claws175
1150 Add procmsg_remove_special_headers()
1152 Use procmsg_remove_special_headers() for
1155 2002-11-21 [colin] 0.8.5claws174
1158 Fix moving/copying from queue/draft folders
1161 2002-11-21 [christoph] 0.8.5claws173
1167 * src/matcher_parser_lex.[hl]
1169 * src/mbox_folder.[ch]
1170 * src/prefs_filtering.c
1172 * src/quote_fmt_lex.l
1174 fix all warnings except the warnings in lex and yacc files
1176 2002-11-20 [christoph] 0.8.5claws172
1179 fix MsgInfo retrieval for IMAP draft and queue folders
1180 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1182 2002-11-19 [christoph] 0.8.5claws171
1185 fix segfault, when draft saving does not get
1186 the MsgInfo of the new message
1187 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1189 2002-11-19 [christoph] 0.8.5claws170
1192 add parameter check for flag setting function
1193 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1195 2002-11-18 [paul] 0.8.5claws169
1198 more sensitivity fixes to redirect mode:
1199 * disable toolbar draft button
1200 * allow only Address book in the Tools menu
1201 * disable editing of message by the spell
1204 2002-11-18 [paul] 0.8.5claws168
1207 fix sensitivity of menu items in compose_redirect():
1208 allow only the necessary items
1210 2002-11-18 [paul] 0.8.5claws167
1213 fix bug [ 603259 ] 'attachment got lost on bounce'
1215 2002-11-18 [paul] 0.8.5claws166
1218 updated by Ruslan N. Balkin <baron@dartel.ru>
1220 2002-11-18 [colin] 0.8.5claws165
1224 Remove old filtering stuff
1227 2002-11-17 [oliver] 0.8.5claws164
1230 remove not needed typedef
1232 2002-11-17 [oliver] 0.8.5claws163
1235 make toolbar's on click events translatable
1237 2002-11-15 [colin] 0.8.5claws162
1240 Revert too-soon integration of a feature
1242 2002-11-15 [christoph] 0.8.5claws161
1245 use main's implementation of imap_get_msginfo
1247 2002-11-15 [christoph] 0.8.5claws160
1257 replace claws' fetch_msginfo with main's get_msginfo
1258 (use main's implementation where possible)
1260 2002-11-15 [colin] 0.8.5claws159
1262 * src/ssl_certificate.c
1265 2002-11-16 [melvin] 0.8.5claws158
1268 Updated French translations.
1270 2002-11-16 [colin] 0.8.5claws157
1272 * src/ssl_certificate.c
1273 Check for missing parts in the certificates
1275 2002-11-15 [colin] 0.8.5claws156
1278 Preventive fix (missing check) found by
1284 sync with 0.8.6 release
1286 2002-11-15 [colin] 0.8.5claws155
1290 Fix error handling of folder_item_move_to()
1293 2002-11-15 [colin] 0.8.5claws154
1297 folder_item_move_to() sets an error message instead
1298 of having GUI stuff in folder.c
1300 2002-11-15 [colin] 0.8.5claws153
1303 Implemented a callback for MsgInfo updates,
1304 heavily copy/pasted from Christoph's folder
1306 * src/summaryview.[ch]
1307 Register summary_update_msg as callback
1309 2002-11-14 [colin] 0.8.5claws152
1312 Update the FolderItem after sending (fixes 617593)
1314 2002-11-14 [christoph] 0.8.5claws151
1317 fix wrong position of NULL pointer check found
1320 2002-11-14 [christoph] 0.8.5claws150
1323 fix segfault when deleting messages from IMAP folders
1324 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1326 2002-11-14 [colin] 0.8.5claws149
1329 Forwarding was also ignoring the folder's default account.
1331 2002-11-14 [colin] 0.8.5claws148
1334 Fix sent folder not set to folder properties when
1337 2002-11-14 [thorsten] 0.8.5claws147
1340 inc_start(): Files were not moved from .processing to inbox,
1341 if no global processing rule existed
1343 2002-11-14 [colin] 0.8.5claws146
1345 * src/ssl_certificate
1348 2002-11-14 [paul] 0.8.5claws145
1351 updated by Alessandro Maestri
1353 2002-11-13 [alfons] 0.8.5claws144
1356 folder_item_close(): only mark messages unread
1357 when a folder has new messages
1359 2002-11-13 [keith] 0.8.5claws143
1362 Fix problem moving or copying between
1365 2002-11-13 [colin] 0.8.5claws142
1367 * src/matcher_parser_parse.y
1368 Fix rule problem when " don't match
1370 2002-11-13 [christoph] 0.8.5claws141
1374 moved cache saving to folder_item_close
1375 the folderview should not have to deal with
1378 2002-11-13 [christoph] 0.8.5claws140
1381 moved setting of important score to
1382 summary_set_prefs_from_folderitem
1384 2002-11-13 [colin] 0.8.5claws139
1386 * src/matcher_parser_parse.y
1387 Fix a segfault in the parser (happening when
1388 a good expression had been tested and a bad
1391 2002-11-13 [paul] 0.8.5claws138
1393 * sync with 0.8.5cvs24
1394 see ChangeLog 2002-11-13
1397 updated by Fabio Jr. Beneditto
1399 2002-11-13 [colin] 0.8.5claws137
1404 Revert last commit, problem
1406 2002-11-13 [colin] 0.8.5claws136
1409 Remove duplicated code
1411 Bumped CACHE_VERSION and MARK_VERSION
1413 Network endian for cache and mark files
1415 2002-11-12 [colin] 0.8.5claws135
1418 Fix the "socket error" dialog which disappeared
1420 2002-11-12 [colin] 0.8.5claws134
1423 Reverse last commit which had performance
1424 problems, but still reverse the list
1426 2002-11-12 [colin] 0.8.5claws133
1431 2002-11-12 [melvin] 0.8.5claws132
1434 Added a check for a NULL prefs_common.dictionary
1436 2002-11-12 [colin] 0.8.5claws131
1438 * src/ssl_certificate.[ch]
1441 2002-11-12 [colin] 0.8.5claws130
1443 * src/ssl_certificate.[ch]
1444 Take connection port into account for
1445 checking certificates (a single hostname
1446 could have multiple servers with multiple
1449 Pass the port to ssl_certificate_check
1451 2002-11-12 [paul] 0.8.5claws129
1454 fix a typo in last commit
1456 2002-11-12 [paul] 0.8.5claws128
1458 * sync with 0.8.5cvs23
1459 see ChangeLog entry 2002-11-12
1461 2002-11-11 [colin] 0.8.5claws127
1463 * src/ssl_certificate.c
1465 Don't popup, instead log error, if the
1466 corresponding pref is checked
1467 * src/ssl_certificate.h
1468 include <openssl/objects/h>
1470 2002-11-11 [colin] 0.8.5claws126
1472 * src/ssl_certificate.h
1475 2002-11-11 [colin] 0.8.5claws125
1477 * src/ssl_certificate.c
1480 2002-11-11 [colin] 0.8.5claws124
1484 * src/ssl_certificate.[ch]
1485 Cleaned a bit (better use of SSL API)
1486 (This will cause non-recognition of saved
1487 certificates of claws12[23]...)
1489 2002-11-11 [paul] 0.8.5claws123
1492 updated by Ricardo Mones Lastra
1494 2002-11-11 [colin] 0.8.5claws122
1499 2002-11-11 [colin] 0.8.5claws121
1501 * src/ssl_certificate.[ch] ** NEW FILES **
1503 Check SSL certificates presented to us
1505 Add ssl_certificate.[ch]
1507 Add ssl_certificate.c
1509 2002-11-11 [paul] 0.8.5claws120
1511 * sync with 0.8.5cvs22
1512 see ChangeLog 2002-11-11
1514 2002-11-11 [paul] 0.8.5claws119
1516 * sync with 0.8.5cvs21
1517 see ChangeLog 2002-11-11
1519 2002-11-10 [jens] 0.8.5claws118
1523 corrected some typing
1525 updated german translation
1527 cleaned up specfile and adjusted it for claws
1529 2002-11-10 [colin] 0.8.5claws117
1532 a STATUSBAR_PUSH/POP fix
1534 2002-11-10 [colin] 0.8.5claws116
1536 * src/prefs_folder_item.c
1537 Fix hanging after opening folder properties
1539 2002-11-10 [hoa] 0.8.5claws115
1541 * src/matcher_parser_lex.l
1542 * src/matcher_parser_parse.y
1543 config file for scoring and filtering is no more trashed
1544 when there is a syntax error in a filtering rule when
1545 editing it in a dialog.
1547 2002-11-09 [colin] 0.8.5claws114
1550 Added missing initialisation of folder->destroy()
1552 2002-11-09 [colin] 0.8.5claws113
1556 Fix the status bar messages
1558 2002-11-09 [colin] 0.8.5claws112
1561 Fix hangs after folder dnd, happening after
1564 2002-11-09 [christoph] 0.8.5claws111
1567 just changed order of calls (reverse order of
1570 lock inc when checking only one account, otherwise
1571 inc all could be executed at the same time
1573 2002-11-09 [christoph] 0.8.5claws110
1576 better unlock the mouse cursor before calling
1577 summary_show because it changes the cursor too
1579 2002-11-09 [christoph] 0.8.5claws109
1583 add functions to open and close a folder
1584 o opending will execute scanning for remote folders
1586 o closing will unset new flag for messages
1588 2002-11-09 [colin] 0.8.5claws108
1591 Add a call to prefs_matcher_write_config to
1592 avoid non-leaf folders filtering settings to be
1595 2002-11-09 [paul] 0.8.5claws107
1597 * src/prefs_account.c
1600 2002-11-09 [colin] 0.8.5claws106
1605 2002-11-09 [colin] 0.8.5claws105
1608 Fix prefs_filtering deletion for MH folders (same
1610 * src/prefs_filtering.c
1611 Fix prefs_filtering renaming and deletion for
1612 folder-based processing rules.
1614 2002-11-09 [christoph] 0.8.5claws104
1618 * src/folderview.[ch]
1624 * src/prefs_folder_item.c
1627 implement a callback system for folder item updates
1629 2002-11-09 [colin] 0.8.5claws103
1632 Fix prefs_filtering renaming for MH folders (we
1633 shouldn't rename by path as another folder could
1634 have the same hierarchy).
1636 2002-11-09 [colin] 0.8.5claws102
1639 Fix a leak found by Christoph, use better variable
1642 2002-11-09 [colin] 0.8.5claws101
1645 One more fix for processing rules
1647 2002-11-08 [colin] 0.8.5claws100
1650 Don't copy the compiled regexp (will be reevaluated)
1652 Lock folderview while moving
1654 Provide info on what's happening to the user
1656 2002-11-08 [colin] 0.8.5claws99
1659 Fix folder reordering after a move if parent is
1662 Add function to copy a ScoringProp
1663 * src/prefs_folder_item.c
1664 Copy scoring rules when copying a folder prefs
1666 2002-11-08 [colin] 0.8.5claws98
1669 Fixes in case of failure
1670 * src/filtering.[ch]
1671 Add function to duplicate a FilteringProp
1673 Add function to duplicate a MatcherProp
1674 * src/prefs_folder_item.c
1675 Save folder's processing rules when copying
1678 2002-11-08 [colin] 0.8.5claws97
1683 Change a printf to debug_print
1685 2002-11-08 [colin] 0.8.5claws96
1689 Fix segfaults, call me stupido
1692 2002-11-08 [colin] 0.8.5claws95
1695 Added forgotten prefs to save when moving folders
1697 2002-11-08 [colin] 0.8.5claws94
1700 Fixes to folder DND (prefs copy)
1702 Optimization for folder DND (don't rescan whole tree)
1703 Added folderview_create_folder_node() for this
1704 optimization, so de-duped a bit the code
1705 * src/prefs_folder_item.[ch]
1706 Added prefs_folder_item_copy_prefs()
1708 2002-11-08 [paul] 0.8.5claws93
1710 * src/prefs_account.c
1712 tools/kmail2sylpheed_v2.pl
1715 2002-11-08 [paul] 0.8.5claws92
1718 src/prefs_account.[ch]
1719 remove account options 'clearsign' and 'ascii_armored',
1720 replace with 'default_gnupg_mode' to prevent mixed-mode
1723 2002-11-08 [paul] 0.8.5claws91
1726 re-implement GnuPG 'on-the-fly' mode selection,
1729 2002-11-08 [colin] 0.8.5claws90
1732 src/prefs_folder_item.c
1733 Change "Property" to "Properties"
1735 2002-11-07 [colin] 0.8.5claws89
1739 Allow folder dropping to a root folder
1741 2002-11-07 [paul] 0.8.5claws88
1746 2002-11-07 [paul] 0.8.5claws87
1749 fix reply-to-list bug. closes bug report
1750 "[633382] reply-to-list broken in recent cvs"
1752 2002-11-07 [paul] 0.8.5claws86
1755 add a forgotten '#if USE_GPGME ... #endif'
1757 2002-11-07 [paul] 0.8.5claws85
1759 * sync with 0.8.5cvs20
1760 see ChangeLog 2002-11-07
1762 2002-11-07 [colin] 0.8.5claws84
1765 Change folder_item_move_to to return the newly
1768 Select the new folderitem after moving.
1770 2002-11-07 [colin] 0.8.5claws83
1772 * src/prefs_filtering.c
1773 Fix rule rewriting when moving a leaf folder to a
1776 2002-11-07 [colin] 0.8.5claws82
1778 * src/prefs_filtering.c
1781 2002-11-07 [colin] 0.8.5claws81
1784 Add folder_item_move_to() function to move a
1785 folderitem into another one (updates matcher etc)
1787 Add folder drag'n drop (context menu to come)
1788 [Should be dataloss free, but Please backup before
1791 2002-11-06 [colin] 0.8.5claws80
1794 mh_create_folder() returns NULL if can't create
1797 2002-11-06 [paul] 0.8.5claws79
1800 allow 'on-the-fly' changing of the type of encryption
1801 and/or signing used (mime/ascii) via the compose window
1803 2002-11-06 [paul] 0.8.5claws78
1805 * sync with 0.8.5cvs19
1806 see ChangeLog 2002-11-06 for src/account.c:
1807 account_get_special_folder()
1809 2002-11-05 [alfons] 0.8.5claws77
1812 very minor cleanups: nothing to see here, move on. :-)
1814 2002-11-05 [colin] 0.8.5claws76
1817 Changes choices if compose windows are opened to
1818 Discard, Draft, Don't quit
1820 2002-11-05 [thorsten] 0.8.5claws75
1823 reenabled default_reply_to folder option
1825 2002-11-05 [colin] 0.8.5claws74
1832 add clean_quit() for the SIGTERM handler
1834 2002-11-05 [paul] 0.8.5claws73
1837 updated by Ricardo Mones Lastra
1839 2002-11-05 [melvin] 0.8.5claws72
1842 Fixed log-clipping bug #616795.
1843 To stop logging in the log window use 0 length.
1844 * src/prefs_common.c
1845 Added a label to inform about the 0 log length behaviour.
1847 2002-11-05 [paul] 0.8.5claws71
1849 * sync with 0.8.5cvs17
1850 see ChangeLog 2002-11-05
1852 2002-11-04 [paul] 0.8.5claws70
1854 * sylpheed-128x128.png
1857 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1858 <nikai@users.sourceforge.net>
1861 updated by George Danchev
1863 2002-11-03 [thorsten] 0.8.5claws69
1868 add check if gpg is active
1870 2002-11-03 [thorsten] 0.8.5claws68
1873 removed GSList declaration causing trouble on MacOS-X
1874 (submitted by alfons, reported by xfesty)
1876 2002-11-01 [paul] 0.8.5claws67
1879 remove last remnants of main's filter code
1881 2002-11-01 [paul] 0.8.5claws66
1883 * tools/filter_conv.pl
1884 fix bug where user-defined headers were ignored
1886 2002-11-01 [paul] 0.8.5claws65
1889 make a debug_print() not translatable
1891 2002-10-31 [melvin] 0.8.5claws64
1894 Fixed --disable-aspell-test. Now --disable-aspell-test will
1895 not run any GNU/aspell test. The dictionary path will
1896 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1897 was given, in which case, it will be $prefix/lib/aspell/
1899 Fixed typo in commentary (Aspell code).
1901 2002-10-31 [paul] 0.8.5claws63
1904 remove src/filter.c and src/prefs_filter.c
1905 thanks to Ricardo for reminding me
1907 2002-10-31 [colin] 0.8.5claws62
1912 2002-10-31 [paul] 0.8.5claws61
1914 * src/prefs_filter.[ch] ** REMOVED **
1915 src/filter.[ch] ** REMOVED **
1924 src/prefs_filtering.c
1925 src/summaryview.[ch]
1926 remove main's 'filter' code
1929 update to reflect removal of main's filter
1931 2002-10-31 [paul] 0.8.5claws60
1934 remove check for global_processing in summary_filter_open().
1935 This fixes the bug where if the user uses the right-click
1936 'Create filter rule...' and doesn't have any filter rules
1937 already defined in claws' advanced filtering, the newly
1938 created filter rule goes to main's filtering which is
1939 inaccessible through the gui. Now the filter rule gets added
1940 to claws' filtering by default.
1942 2002-10-28 [melvin] 0.8.5claws59
1944 * src/prefs_actions.c
1945 Fixed bug #627322 where MIME parts were not always
1946 correctly passed to a %p action
1947 Display an error dialog when message filename is not found.
1949 2002-10-28 [melvin] 0.8.5claws58
1951 * src/prefs_common.c
1952 Readded a missing function declaration lost in 0.8.3claws34
1954 2002-10-28 [paul] 0.8.5claws57
1956 * sync with 0.8.5cvs15
1957 see ChangeLog 2002-10-28 and 2002-10-25
1959 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1961 2002-10-27 [oliver] 0.8.5claws56
1964 plug leak in pop3_top_recv
1966 2002-10-26 [christoph] 0.8.5claws55
1969 set need_update folder flag when messages are added
1970 (closes bug [ 626922 ] folder not updated after receiving)
1972 2002-10-25 [melvin] 0.8.5claws54
1975 Fixed a memleak introduced in the scaling code.
1977 2002-10-24 [alfons] 0.8.5claws53
1980 make filtering's forward message action forward from the
1982 (closes bug [628089 ] Filter -> Forward from address problem
1985 2002-10-24 [christoph] 0.8.5claws52
1989 o use manual of current locale or english if current
1990 locale is not available (and english is available)
1991 o also link to sylpheed doc project manuals
1993 2002-10-23 [paul] 0.8.5claws51
1996 tools/kmail2sylpheed_v2.pl
1997 add new version of kmail addressbook importer script.
1998 works with newer versions of Kmail/KAddressBook which
1999 have new and rearranged data.
2001 2002-10-23 [martin] 0.8.5claws50
2007 added length parameter to get_abbrev_newsgroup_name()
2008 changed this function so that it abbreviates the newsgroup
2009 names only so long it is smaller than the length parameter
2010 (for better reading of some newsgroup names and space efficiency)
2012 2002-10-22 [colin] 0.8.5claws49
2015 Revert Alfons' last modification (after voting ;-))
2017 2002-10-21 [alfons] 0.8.5claws48
2020 folder view in folder selection dialog reflects state of
2021 folder view in main window
2023 2002-10-18 [alfons] 0.8.5claws47
2026 drop imported messages in folder selected by user,
2027 and not in the inbox
2028 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
2030 2002-10-18 [alfons] 0.8.5claws46
2033 make automagic reply work correctly for email accounts
2034 (whether it's viable to do a full sync with Hiro's
2035 compose.c is still under discussion)
2037 2002-10-18 [melvin] 0.8.5claws45
2039 * src/prefs_actions.c
2040 Fixed bug #622275 where asynchroneous actions left
2042 Made (synchroneous) actions' input be displayed live.
2044 2002-10-18 [christoph] 0.8.5claws44
2047 don't add a newline in the textview in front of the
2048 first textpart if header display is disabled
2049 (closes bug [ 603385 ] disabled header display leaves blank
2052 2002-10-18 [christoph] 0.8.5claws43
2059 folder->get_num_list now returns an error code
2060 (closes bug [ 609424 ] News cache cleared on failure)
2062 2002-10-17 [colin] 0.8.5claws42
2065 Changed a printf by debug_print
2069 * tools/OOo2sylpheed.pl
2070 allow for spaces in the name of the
2071 file to be attached.
2073 2002-10-16 [colin] 0.8.5claws41
2076 Use a tristate to change online mode
2078 2002-10-16 [paul] 0.8.5claws40
2081 updated by Ricardo Mones Lastra
2083 2002-10-16 [colin] 0.8.5claws39
2087 Added --online and --offline command-line
2090 2002-10-15 [christoph] 0.8.5claws38
2093 set mimeinfo->name to NULL after g_free to
2094 avoid double freeing with g_free
2096 2002-10-14 [christoph] 0.8.5claws37
2101 remove calls to folder->change_flags that are now
2102 done by procmsg flag functions (seems it is not
2103 used by any foldertype anyway)
2105 init folder->change_flags with NULL
2107 2002-10-14 [christoph] 0.8.5claws36
2111 use virtual functions for folder item new and destroy
2114 2002-10-14 [melvin] 0.8.5claws35
2117 Added a test to not run the spell checker if no default
2118 dictionary is available. No dialog is displayed though.
2120 2002-10-14 [melvin] 0.8.5claws34
2123 Fixed bug in dictionary list context menu where
2124 "More..." pointed to an emtpy submenu if the
2125 number of dictionaries is a multiple of 15
2126 Removed unneeded code in suggestions list creation
2128 2002-10-14 [paul] 0.8.5claws33
2131 updated by George Danchev
2133 2002-10-13 [hoa] 0.8.5claws32
2136 src/matcher_parser_parser.y
2137 removed the escaped string from internal structure
2140 2002-10-12 [colin] 0.8.5claws31
2142 * src/gtksctree.[ch]
2144 Removed useless function gtksctree_reanchor
2146 2002-10-12 [alfons] 0.8.5claws30
2148 * sync with remaining main changes 2002-10-09 - 2002-10-11
2149 - drop changes to src/compose.c (requires claws specific changes)
2151 2002-10-12 [alfons] 0.8.5claws29
2153 * sync with main changes of 2002-10-08
2154 - drop changes to src/compose.c (requires claws specific changes)
2155 - drop changes to src/summaryview.c (requires changes to compose.c)
2157 2002-10-12 [alfons] 0.8.5claws28
2159 * sync with main changes of 2002-10-07
2161 2002-10-12 [alfons] 0.8.5claws27
2163 * sync with main changes of 2002-10-04
2164 - drop changes to src/compose.c (requires claws specific changes)
2165 - drop changes to src/prefs_folder_item.c (claws implementation
2166 seems to be working)
2168 2002-10-12 [colin] 0.8.5claws26
2171 Fix folder-flicker when space-reading, introduced
2174 2002-10-12 [colin] 0.8.5claws25
2177 Save account address when saving as draft.
2180 2002-10-12 [colin] 0.8.5claws24
2183 Fix the problem consisting of no message selected
2184 after the last message in a folder has been moved.
2186 2002-10-12 [paul] 0.8.5claws23
2189 src/prefs_template.c
2191 add Cc and Bcc to templates. Patch submitted by
2194 2002-10-12 [colin] 0.8.5claws22
2197 Fix a bug after "Check for new messages":
2198 If a folder was opened, it was still selected at
2199 the end of the check, but displayed empty.
2201 Remove unnecessary check
2206 be more verbose in the description of
2210 2002-10-11 [colin] 0.8.5claws21
2213 Make space work (better) when no mail is selected
2215 2002-10-11 [colin] 0.8.5claws20
2221 2002-10-11 [colin] 0.8.5claws19
2224 revert 0.8.5claws6 changes as i couldn't get to
2227 2002-10-11 [melvin] 0.8.5claws18
2230 Removed buggy and unused macro (should have been committed in
2233 2002-10-11 [melvin] 0.8.5claws17
2236 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
2238 2002-10-11 [thorsten] 0.8.5claws16
2241 remove rescan warning
2243 2002-10-11 [colin] 0.8.5claws15
2246 fix a segfault that happens if conv_unmime_header
2247 fails (should be better to find out why it fails)
2249 2002-10-11 [christoph] 0.8.5claws14
2252 update folderview stats after ignore/unignore thread
2254 2002-10-11 [hoa] 0.8.5claws13
2256 * src/quote_fmt_parse.y
2257 Fixed a yacc/bison syntax error
2259 Escaping of string is fixed.
2261 2002-10-11 [colin] 0.8.5claws12
2264 Resize images to fit
2266 2002-10-11 [paul] 0.8.5claws11
2269 updated by Ricardo Mones Lastra
2271 2002-10-10 [alfons] 0.8.5claws10
2274 allow dropping files by "moving" files from a file manager,
2275 not only by the more cumbersome "copying". the latter
2276 mostly implies holding down the Control button
2278 2002-10-10 [christoph] 0.8.5claws9
2281 update folders after thread building for ignored threads
2283 2002-10-10 [christoph] 0.8.5claws8
2287 * src/filtering.[ch]
2289 * src/folderview.[ch]
2294 * src/summaryview.[ch]
2295 o added new flag need_update to FolderItem
2296 o removed folder_table from various functions from tracking
2298 o set need_update flags in folder.c's move, copy and delete
2299 functions and procmsg's flags functions
2300 o added function folderview_update_items_when_required that
2301 updates all folders with need_update set
2302 o call folderview_update_items_when_required instead of
2303 folderview_update_item_foreach
2305 2002-10-09 [sergey] 0.8.5claws7
2308 Strip CRs whel loading the text into editor in reedit mode.
2310 2002-10-09 [colin] 0.8.5claws6
2313 Make Space work when no mail is selected
2315 2002-10-09 [colin] 0.8.5claws5
2317 * src/gtksctree.[ch]
2319 Add gtk_sctree_reanchor()
2321 Use gtk_sctree_reanchor() - better fix for
2324 2002-10-09 [colin] 0.8.5claws4
2327 Fix shift-click select after delete problem
2330 2002-10-08 [thorsten] 0.8.5claws3
2333 exclude current msg from -hide read messages-
2335 2002-10-08 [colin] 0.8.5claws2
2340 Differentiate socket errors from disk full
2343 2002-10-08 [christoph] 0.8.5claws1
2347 modifications for new config directory
2349 * config.guess ** REMOVED **
2350 * config.sub ** REMOVED **
2351 * install-sh ** REMOVED **
2352 * ltmain.sh ** REMOVED **
2353 * missing ** REMOVED **
2354 * mkinstalldirs ** REMOVED **
2355 these files are autogenerated by automake
2356 when you run autogen.sh
2358 * config/.cvsignore ** NEW FILE **
2359 * config/Makefile.am ** NEW FILE **
2360 ignore autogenerated files
2361 create a Makefile in this directory
2363 2002-10-08 [paul] 0.8.5claws
2365 * 0.8.5claws release
2370 fix quote reply format for newsgroups reply bug
2375 updated by me and Witold Wladyslaw Wojciech Wilk
2378 2002-10-07 [paul] 0.8.3claws53
2383 updated messages catalogs, submitted by
2384 Alessandro Maestri, Fabio Jr.Beneditto
2385 and Urke MMI, respectively.
2387 2002-10-07 [christoph] 0.8.3claws52
2392 fix new folder ghost message bug
2393 (closes bug [ 619722 ] wrong count for newly created folders)
2395 2002-10-07 [christoph] 0.8.3claws51
2398 fix news posting problem
2400 2002-10-07 [melvin] 0.8.3claws50
2403 Updated French translation
2405 2002-10-05 [christoph] 0.8.3claws49
2408 check if line_start_cache is set in gtk_stext_update_text
2409 (closes bug [ 618119 ] crash while doing search in folder)
2411 2002-10-05 [christoph] 0.8.3claws48
2417 implement cache cleanups for claws' folder system
2418 (closes bug [ 595916 ] imapcache not cleaned up)
2420 2002-10-05 [melvin] 0.8.3claws47
2422 * src/prefs_actions.c
2423 Made the help text more clear for the %p token
2425 2002-10-04 [paul] 0.8.3claws46
2428 see ChangeLog 2002-10-02 and 2002-10-03
2430 2002-10-04 [christoph] 0.8.3claws45
2433 fix segfault caused by pop before smtp
2434 call to inc_account_mail with NULL
2437 2002-10-04 [paul] 0.8.3claws44
2440 sync the LDAP detection from 0.8.5cvs1
2442 2002-10-02 [christoph] 0.8.3claws43
2445 fix small spelling error
2447 2002-10-02 [melvin] 0.8.3claws42
2450 Behave better and say "no" when test program cannot be run.
2452 2002-10-02 [paul] 0.8.3claws41
2454 * sync with 0.8.4cvs1
2455 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2458 toggle the behavior of Reply menuitem between
2459 normal reply and reply-to-list
2461 2002-10-01 [sergey] 0.8.3claws40
2464 Convert newlines in the message text to the canonical form
2465 before base64 encoding (RFC2045 compliance, fixes some
2466 interoperability issues with Evolution 1.0.3)
2468 2002-09-29 [colin] 0.8.3claws39
2471 Fix an unwanted copy/paste
2473 2002-09-29 [colin] 0.8.3claws38
2476 Renamed "Custom toolbar" to "Customize toolbar"
2477 Renamed "Show all header" to "Show all headers"
2478 Renamed "Set diplay item" to "Set displayed items"
2479 * src/prefs_common.c
2480 Renamed "Show all header" to "Show all headers"
2481 * src/prefs_summary_column.c
2482 Renamed "diplay item" to "displayed items"
2484 2002-09-29 [colin] 0.8.3claws37
2486 * src/mainwindow.[ch]
2487 online/offline status pixmaps follow theme
2489 * src/summaryview.[ch]
2490 quicksearch pixmap follows theme changes
2492 2002-09-29 [thorsten] 0.8.3claws36
2495 src/prefs_folder_item.[ch]
2496 add default_reply_to folder option (closes patch 581044)
2498 2002-09-29 [christoph] 0.8.3claws35
2500 * acconfig.h ** REMOVED **
2504 * ac/gnupg-check-typedef.m4
2505 fix autoheader 2.50 warning
2507 2002-09-29 [christoph] 0.8.3claws34
2509 * major code cleanup (part 2)
2511 - unused variables removed
2512 - unused functions removed
2513 - uninitialized variables checked
2514 - missing return statements added
2515 - missing function return types added
2516 - added parentheses around assignment
2517 when suggested by gcc
2519 2002-09-29 [alfons] 0.8.3claws33
2522 log_window_clear(): only bracket gtk_text_forward_delete()
2523 with gtk_text_freeze() / gtk_text_thaw() (see if this
2524 works around GTK text bug)
2526 2002-09-29 [paul] 0.8.3claws32
2530 updated by George Danchev and Urke MMI
2533 2002-09-27 [christoph] 0.8.3claws31
2535 * doc-src/readme.txt
2536 * doc-src/rfc1806.txt ** REMOVED **
2537 * doc-src/rfc2183.txt ** NEW FILE **
2538 * doc-src/rfc2980.txt ** NEW FILE **
2541 2002-09-27 [melvin] 0.8.3claws30
2544 Fixed typo which could break linking
2546 2002-09-27 [melvin] 0.8.3claws29
2549 Improved GNU/aspell checking.
2552 2002-09-27 [paul] 0.8.3claws28
2554 * sync with 0.8.3cvs8
2555 see ChangeLog 2002-09-27
2557 2002-09-26 [colin] 0.8.3claws27
2561 Add "Reply to Mailing-list" to the toolbar
2563 2002-09-26 [christoph] 0.8.3claws26
2566 Fix wrong message counts in summaryview status
2568 2002-09-26 [paul] 0.8.3claws25
2570 * sync with 0.8.3cvs7
2571 see ChangeLog 2002-09-26
2573 2002-09-26 [paul] 0.8.3claws24
2575 * sync with 0.8.3cvs6
2576 see ChangeLog 2002-09-25
2578 2002-09-25 [christoph] 0.8.3claws23
2580 * src/prefs_common.c
2581 * src/prefs_folder_item.c
2582 * src/prefs_scoring.c
2583 Renamed "kill score" to "hide score" in GUI
2586 2002-09-25 [paul] 0.8.3claws22
2588 * sync with 0.8.3cvs5
2589 see ChangeLog 2002-09-24
2591 2002-09-24 [alfons] 0.8.3claws21
2593 patch by Satoshi Nagayasu: allows appending / saving multiple
2594 selected files (closes "[ 612279 ] save multiple mesg(s) in
2598 add Satoshi Nagayasu
2600 summary_save_as(): allow saving selected files to
2602 summary_set_menu_sensitive: enable "Save As..." when
2603 multiple files are selected
2605 append_file(): new function
2607 2002-09-24 [colin] 0.8.3claws20
2610 Fix segfault when mimeinfo doesn't have a
2613 2002-09-24 [colin] 0.8.3claws19
2615 * src/prefs_common.[ch]
2616 Add a preference to display send dialog or not
2618 Display send dialog according to preference
2620 2002-09-24 [colin] 0.8.3claws18
2623 Disable user actions when sending
2625 2002-09-24 [colin] 0.8.3claws17
2628 Do not display name or filename for attachments
2629 with an application/pgp-signature type
2630 (security flaw, see bug 537413)
2632 2002-09-23 [colin] 0.8.3claws16
2635 Initialize entry_email, entry_alias and
2636 entry_remarks to first email address of the list
2638 2002-09-23 [colin] 0.83claws15
2641 Drop pgp-signature when reediting a signed queued
2644 2002-09-23 [melvin] 0.8.3claws14
2647 Updated French translation
2649 2002-09-23 [melvin] 0.8.3claws13
2652 Made custom toolbar menu labels more consistent
2653 * src/prefs_toolbar.c
2654 Made custom toolbar window title more consistent
2656 2002-09-22 [colin] 0.8.3claws12
2659 Initialize session type to normal before getting
2660 mail (fixes strange Get behaviour)
2661 * src/prefs_account.h
2662 Move STYPE_POP_BEFORE_SMTP to last position to
2663 avoid other side-effects
2665 2002-09-22 [colin] 0.8.3claws11
2667 * src/prefs_account.c
2668 Fix pop_bfr_smtp_tm_entry sensivity when switching
2669 from pop3 to apop or vice-versa
2671 2002-09-22 [colin] 0.8.3claws10
2673 * src/prefs_account.[ch]
2674 Add an option for the POP before SMTP timeout
2676 Remember time of last POP connection
2678 Do POP before SMTP only if timeout reached
2680 2002-09-22 [oliver] 0.8.3claws9
2683 explain custom toolbar
2685 2002-09-22 [oliver] 0.8.3claws8
2687 * src/prefs_actions.[ch]
2688 custom toolbar for compose
2689 actions callback from compose toolbar
2691 remove include toolbar.h
2693 2002-09-22 [oliver] 0.8.3claws7
2695 * src/prefs_toolbar.[ch]
2696 custom toolbar for compose
2697 - generic prefs_toolbar handles both
2698 Mainwin's toolbar as well as Compose toolbar
2700 2002-09-22 [oliver] 0.8.3claws6
2703 custom toolbar for compose
2704 restructure toolbar.[ch]
2706 2002-09-22 [oliver] 0.8.3claws5
2709 custom toolbar for compose
2711 2002-09-22 [oliver] 0.8.3claws4
2713 * src/mainwindow.[ch]
2714 custom toolbar for compose
2715 move mainwin toolbar back to mainwindow
2717 2002-09-22 [alfons] 0.8.3claws3
2724 2002-09-22 [alfons] 0.8.3claws2
2727 procmsg_save_to_outbox(): don't unlink message file from queue;
2728 callers should do it using folder_item_remove_msg()
2730 2002-09-22 [colin] 0.8.3claws1
2733 Made mimeview_check_signature() public
2735 Made GPG signatures verifiable by clicking
2736 the [application/pgp-signature] in the Text
2739 2002-09-22 [paul] 0.8.3claws
2748 updated translations, submitted by George Danchev,
2749 me, Ricardo Mones Lastra, Alessandro Maestri,
2750 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2751 and Urke MMI, respectively.
2753 2002-09-22 [alfons] 0.8.2claws65
2757 no furry valgrinds have been used to plug these memleaks
2759 2002-09-20 [paul] 0.8.2claws64
2761 * sync with 0.8.3cvs4
2762 'Select thread' re-implemented
2763 see ChangeLog 2002-09-20
2765 2002-09-21 [alfons] 0.8.2claws63
2768 compose_send(): plug unnoticed memleak
2770 2002-09-20 [alfons] 0.8.2claws62
2773 replace_address_in_edit(): strict check for NULL address to
2774 fix "[ 607348 ] Segfault in address completion". My guess is
2775 that this happens with an empty address book, but it's good
2776 to have this check here anyway
2778 completion_window_button_press(): free string returned
2779 from the internal cache
2781 2002-09-20 [christoph] 0.8.2claws61
2784 added ENC_BINARY to EncodingType
2786 the string returned by procmime_get_encoding_str
2787 should not depend on the order of values in the
2788 EncodingType definition
2789 * doc-src/rfc1806.txt ** NEW FILE **
2790 Added rfc1806 about MIME Content-Disposition
2793 2002-09-19 [paul] 0.8.2claws60
2795 * sync with 0.8.2cvs3
2796 see ChangeLog 2002-09-19
2798 2002-09-19 [paul] 0.8.2claws59
2800 * src/prefs_folder_item.c
2801 revert to Darko's original alignment of colour
2803 add a colon to folder_color label
2806 add Colin's patch (with Hiro's modifications) to
2807 force BASE64 encoding for 8-bit text when signing
2808 (sync with 0.8.3cvs2)
2810 2002-09-18 [alfons] 0.8.2claws58
2815 (beautify a little bit)
2817 2002-09-18 [christoph] 0.8.2claws57
2820 fix handling of fgetc return value
2822 2002-09-17 [alfons] 0.8.2claws56
2825 summary_sort(): check non-NULL summaryview->folder_item when no
2826 folder is selected at all
2827 (closes "[ 610344 ] sort label make syl Crash")
2829 2002-09-17 [alfons] 0.8.2claws55
2832 beautify a little bit
2834 2002-09-17 [christoph] 0.8.2claws54
2837 initialize max values for cache and folder
2838 when cache or folder is empty
2840 2002-09-15 [colin] 0.8.2claws53
2843 Fix a leak (thanks Alfons!) and cleaned
2844 variables names for custom headers
2846 2002-09-15 [colin] 0.8.2claws52
2849 Fix custom headers recognition when
2850 prefs_common.trans_hdr is on
2852 2002-09-15 [colin] 0.8.2claws51
2855 Allow dynamically-added custom headers
2856 Yet not reparsed if reedited
2858 2002-09-15 [alfons] 0.8.2claws50
2860 * src/prefs_account.c
2863 2002-09-15 [colin] 0.8.2claws49
2865 * src/prefs_account.c
2866 fix pop_before_smtp sensitivity
2868 2002-09-15 [colin] 0.8.2claws48
2871 add inc_pop_before_smtp()
2872 allow MainWindow to be undefined in
2873 inc_account_mail() and inc_start()
2876 add STYPE_POP_BEFORE_SMTP session type
2877 * src/prefs_account.c
2878 activated pop before smtp option
2880 do pop before smtp if the relevant option
2883 2002-09-15 [paul] 0.8.2claws47
2886 see ChangeLog 2002-09-15
2888 2002-09-14 [paul] 0.8.2claws46
2891 updated Bulgarian translation, submitted by
2894 2002-09-13 [paul] 0.8.2claws45
2897 merge claws' select_account() with main's
2898 (new) compose_select_account(). [sync with
2899 0.8.2cvs15, see ChangeLog 2002-09-11]
2901 2002-09-12 [christoph] 0.8.2claws44
2904 allocate 1 elements of FolderItem not 0
2906 2002-09-12 [colin] 0.8.2claws43
2909 Fix bug #590825 (obey Follow-up: poster)
2911 2002-09-12 [colin] 0.8.2claws42
2914 Fix bug #557009 (wrong headers for messages
2915 forwarded as attachments)
2917 2002-09-11 [colin] 0.8.2claws41
2920 Put SCF: pseudo-header on top of message
2921 Set draft tmp_flag when saved as draft
2925 Skip after first \n\n for beginning of real message
2928 2002-09-11 [christoph] 0.8.2claws40
2931 use procmsg flag functions in filtering or processing
2932 will cause incorrect folder message counts
2934 2002-09-11 [colin] 0.8.2claws39
2937 Fix bug #550175 - wrong save folder when reediting
2940 2002-09-11 [paul] 0.8.2claws38
2942 * sync with 0.8.2cvs14
2943 see ChangeLog 2002-09-11
2945 2002-09-11 [colin] 0.8.2claws37
2948 Fix a typo (seeming to cause new/unread status to
2951 2002-09-10 [christoph] 0.8.2claws36
2954 compose_redirect should not use compose_generic_new
2955 because that does more stuff than expected including
2956 opening the external editor
2957 (closes bug "[ 526608 ] bounced messages appear blank
2960 2002-09-10 [christoph] 0.8.2claws35
2963 fix problem with too large message number range
2964 causing a crash in folder_item_scan
2966 2002-09-10 [paul] 0.8.2claws34
2968 * sync with 0.8.2cvs13
2969 see ChangeLog 2002-09-10
2971 2002-09-10 [christoph] 0.8.2claws33
2974 set MsgInfo TmpFlags for queue and draft folders
2975 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2977 2002-09-10 [paul] 0.8.2claws32
2980 po/bg.po ** NEW FILE **
2981 new Bulgarian translation submitted by
2982 George Danchev <danchev@spnet.net>
2986 tools/tb2sylpheed ** NEW FILE **
2987 add script that converts an addressbook exported
2988 from The Bat! into a Sylpheed addressbook. Submitted
2989 by Urke MMI <urke-kg@eunet.yu>
2991 2002-09-10 [paul] 0.8.2claws31
2993 * sync with 0.8.2cvs12
2994 see ChangeLog 2002-09-10
2996 2002-09-06 [paul] 0.8.2claws30
2998 * src/prefs_common.c
2999 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
3003 tools/ldif-to-xml.py ** REMOVED **
3004 remove obsolete python script
3006 2002-09-06 [paul] 0.8.2claws29
3008 * sync with 0.8.2cvs10
3009 see ChangeLog 2002-09-06
3011 2002-09-04 [paul] 0.8.2claws28
3013 * sync with 0.8.2cvs9
3014 see ChangeLog 2002-08-04
3016 2002-09-04 [colin] 0.8.2claws27
3018 * src/prefs_common.[ch]
3019 Added signature color configuration
3021 Use user-specified signature color
3023 2002-09-03 [colin] 0.8.2claws26
3025 * src/prefs_common.[ch]
3026 Added autosave and autosave_length prefs
3028 Added compose_remove_draft()
3029 Auto-save drafts according to the prefs
3031 Added a crash-indicator file, allowing to check
3032 for new messages on startup if Sylpheed crashed
3033 (makes saved drafts "reappear")
3035 2002-09-03 [colin] 0.8.2claws25
3040 2002-09-03 [paul] 0.8.2claws24
3042 * sync with 0.8.2cvs8
3043 see ChangeLog 2002-09-02 and 2002-09-03
3045 2002-09-03 [darko] 0.8.2claws23
3048 use normal style when creating new folder to pick
3051 2002-09-02 [melvin] 0.8.2claws22
3054 removed some obsolete code
3056 2002-09-02 [melvin] 0.8.2claws21
3059 fixed test's equality sign (== to =)
3061 2002-09-02 [alfons] 0.8.2claws20
3065 revert change of 0.8.2claws16 and use the mh_folder_destroy
3066 as folder->destroy virtual as suggested by Hiro
3067 (the mh.c code seems to have been lost around mh.c.1.21)
3069 2002-09-02 [paul] 0.8.2claws19
3072 updated by Fabio Jr. Beneditto
3075 use 'http://claws.sylpheed.org' for homepage link.
3076 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
3078 2002-09-01 [alfons] 0.8.2claws18
3081 plug memleak related to one Martin Kluge found
3083 2002-08-31 [paul] 0.8.2claws17
3085 * sync with 0.8.2cvs6
3086 see ChangeLog 2002-08-30
3088 2002-08-31 [alfons] 0.8.2claws16
3091 folder_destroy(): remove mailbox from folderlist even if it has
3094 2002-08-31 [alfons] 0.8.2claws15
3099 (being pedantic I know)
3101 2002-08-31 [alfons] 0.8.2claws14
3104 check for NULL pointers returned from folder->fetch_msginfo virtual
3105 (should solve some reported crashes)
3107 2002-08-30 [alfons] 0.8.2claws13
3112 enable crash dialog on compilation time
3113 (--enable-crash-dialog configure option)
3115 2002-08-30 [alfons] 0.8.2claws12
3120 apply memory leak plug patch by Martin Kluge
3121 (closes patch "[ 602568 ] patch for 602441 little memory leak",
3122 bug "[ 599677 ] Very small memory leak in 0.81claws115",
3123 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
3125 2002-08-30 [darko] 0.8.2claws11
3128 copy Gtk style from normal style to match
3129 font size for coloured folders
3131 2002-08-29 [alfons] 0.8.2claws10
3134 Type=Internet <- Type=Application
3135 (reported by Michael Schwendt, see:
3136 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
3137 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
3139 2002-08-29 [paul] 0.8.2claws9
3141 * sync with 0.8.2cvs5
3142 see ChangeLog 2002-08-29
3144 2002-08-29 [colin] 0.8.2claws8
3147 Added a sanity check in summary_select_thread
3148 Should fix bug 601605
3150 2002-08-29 [colin] 0.8.2claws7
3153 Revert claws6 changes regarding bug #591676
3155 2002-08-28 [colin] 0.8.2claws6
3158 Ignore cache for queue folderitems
3161 2002-08-28 [melvin] 0.8.2claws5
3166 2002-08-28 [melvin] 0.8.2claws4
3169 Updated a bit the text concerning the spell checker
3171 2002-08-28 [melvin] 0.8.2claws3
3173 Merged the GNU_aspell_branch:
3174 Support of new GNU/aspell is now included and the old pspell
3175 is not supported anymore.
3179 Updated spell checker text to reflect the switch to GNU/aspell
3181 * ac/aspell.m4 *** NEW ***
3182 * src/gtkaspell.[ch] *** NEW ***
3183 * ac/pspell.m4 *** DELETED ***
3184 * src/gtkspell.[ch] *** DELETED ***
3187 Updated for GNU/aspell support
3190 Replaced gtkspell.c by gtkaspell.c
3198 * src/prefs_common.[ch]
3199 Updated for GNU/aspell support
3201 2002-08-28 [paul] 0.8.2claws2
3203 * sync with 0.8.2cvs4
3204 see ChangeLog 2002-08-27 and 2002-08-28
3206 2002-08-28 [colin] 0.8.2claws1
3208 * src/summary_search.c
3211 2002-08-28 [jens] 0.8.2claws
3214 Updated German translations
3216 2002-08-27 [melvin] 0.8.2claws
3219 Updated French translations
3221 2002-08-27 [paul] 0.8.2claws
3223 * sync with 0.8.2 main release
3231 updated message catalogs submitted by
3232 Ricardo Mones Lastra, Alessandro Maestri,
3233 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
3234 Beneditto and Urke MMI
3236 2002-08-27 [hoa] 0.8.1claws123
3238 * src/mainwindow.[ch]
3239 * src/summaryview.[ch]
3240 removed the "filter setting" menu option.
3241 add a "cancel a news message" menu option.
3243 2002-08-26 [martin] 0.8.1claws122
3246 changed string under 0.8.1claws79 changed by myself
3249 2002-08-26 [martin] 0.8.1claws121
3252 added kill command to debuggerrc to start crash dialog
3254 2002-08-26 [paul] 0.8.1claws120
3256 * sync with 0.8.1cvs31
3257 see ChangeLog 2002-08-26
3259 2002-08-25 [alfons] 0.8.1claws119
3262 fix bug that didn't send out correct headers to news server
3263 when sending news article and email from queue (bug reported
3264 and patch provided by Tim Mann; closes bug
3265 "[ 583196 ] 0.7.8claws can't post news")
3267 2002-08-25 [alfons] 0.8.1claws118
3269 * src/selective_download.c
3270 mark two strings as translatable
3271 (thanks to Urke MMI for pointing this out)
3273 2002-08-25 [alfons] 0.8.1claws117
3276 treat sent boxes as special and allow sorting them by addressee
3277 (closes "[ 589418 ] Sent folder sorting misbehavior"
3278 submitted by Steve Lamb)
3280 2002-08-24 [alfons] 0.8.1claws116
3283 fix memleak reported by Martin Kluge
3284 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
3286 2002-08-24 [oliver] 0.8.1claws115
3288 * src/prefs_toolbar.c
3289 o code cleanup as suggested by Alfons
3292 2002-08-24 [alfons] 0.8.1claws114
3295 o fix another memory leak reported by Martin Kluge
3296 (see "[ 599568 ] Small Memory Leak")
3297 o remove 'from' variable from 'summary_set_header()'; we can
3300 2002-08-24 [paul] 0.8.1claws113
3302 * sync with 0.8.1cvs30
3303 see ChangeLog 2002-08-23
3305 2002-08-24 [alfons] 0.8.1claws112
3308 remove unnecessary allocations for search bar fixing leaks
3309 reported by Martin Kluge
3310 (see "[ 599451 ] Further memory leaks?")
3312 2002-08-24 [alfons] 0.8.1claws111
3315 make get_socket_name() public for crash.c
3317 o make report bug button work (goes to claws'
3318 bug tracker at sf.net)
3319 o introduce function for doing important stuff just
3320 before claws goes down
3323 2002-08-24 [alfons] 0.8.1claws110
3326 move cursor to "To" entry when forwarding as attachment
3327 (reported and solved by Steve Lamb, closes bug report
3328 "[ 592880 ] Forward as attachment; cursor not in to")
3330 2002-08-24 [colin] 0.8.1claws109
3333 fix quick search visibility after GUI (de)separations.
3335 2002-08-23 [colin] 0.8.1claws108
3338 fix header pane visibility after folderview or
3339 messageview (de)separation
3341 2002-08-23 [paul] 0.8.1claws107
3343 * src/mainwindow.[ch]
3345 give full control of display or non-display
3346 of the Execute icon to Custom toolbar settings.
3347 add new sensitivity condition to maninwindow.h:
3353 more sync with 0.8.1cvs29
3355 2002-08-23 [melvin] 0.8.1claws106
3358 Readded support for custom widget in alertpanel lost in last
3361 2002-08-23 [paul] 0.8.1claws105
3363 * sync with 0.8.1cvs29
3364 see ChangeLog 2002-08-23
3366 2002-08-23 [colin] 0.8.1claws104
3369 Fix folder and search pixmaps exchanging positions
3370 after theme or toolbar changes. Thank to Oliver for
3373 2002-08-23 [colin] 0.8.1claws103
3376 src/messageview.[ch]
3379 Changed messageview_create() and noticeview_create()
3380 to avoid the last gdk_warning
3382 2002-08-22 [colin] 0.8.1claws102
3385 Fix my new `Creating pixmap from xpm' warning
3387 2002-08-22 [colin] 0.8.1claws101
3390 Fix some of the gdk warnings
3392 2002-08-22 [colin] 0.8.1claws100
3395 * src/stock_pixmap.c
3396 * src/stock_pixmap.h
3397 * src/pixmaps/quicksearch.xpm *ADDED*
3398 Add the quicksearch pixmap
3402 Make quicksearch bar visible/hidden via a button
3404 2002-08-22 [christoph] 0.8.1claws99
3407 fix folder update for newsgroups with message
3408 numbers below minimum number of articles to fetch
3409 (closes bug #598445)
3411 2002-08-22 [paul] 0.8.1claws98
3413 * sync with 0.8.1cvs28
3414 see ChangeLog 2002-08-22
3416 2002-08-21 [alfons] 0.8.1claws97
3419 use bt instead of bt full which seems to work
3420 better, and bt full doesn't give a great deal
3421 of information anyway
3423 2002-08-21 [colin] 0.8.1claws96
3426 fix summaryview_searchtype_changed prototype
3428 2002-08-21 [christoph] 0.8.1claws95
3431 o fix broken menu update for sorting type, we have to
3432 get this info from the summaryview now
3433 o removed setting of threaded state in menu callback
3434 * src/summaryview.[ch]
3435 more summaryview/folderitem seperation for
3438 removed not required --with-compiler-flags option
3440 2002-08-21 [oliver] 0.8.1claws94
3443 o rename toolbar.xml to toolbar_main.xml
3444 since toolbar_compose.xml might come up
3449 2002-08-21 [darko] 0.8.1claws93
3452 don't reset tmp flags for messages copied
3455 2002-08-21 [colin] 0.8.1claws92
3457 * src/prefs_filtering.c
3458 fix renaming rules on folder rename
3459 when folder is not a leaf folder
3461 2002-08-21 [paul] 0.8.1claws91
3463 * src/prefs_folder_item.c
3464 fix alignment of colour selector
3466 2002-08-21 [paul] 0.8.1claws90
3468 * sync with 0.8.1cvs27
3469 see ChangeLog 2002-08-21
3471 2002-08-21 [paul] 0.8.1claws89
3474 fix crash when changing field type in
3477 2002-08-21 [colin] 0.8.1claws88
3480 Made quick search case-insensitive
3482 2002-08-21 [paul] 0.8.1claws87
3484 * sync with 0.8.1cvs26
3485 see ChangeLog 2002-08-21
3487 2002-08-20 [christoph] 0.8.1claws86
3491 * src/summaryview.[ch]
3492 more summaryview/folderitem seperation for
3493 sort_key and sort_type
3495 added missing return statement
3497 2002-08-20 [colin] 0.8.1claws85
3499 * src/summaryview.[ch]
3500 Added a quick search box
3502 * src/prefs_common.[ch]
3503 Added a show/hide option for the quick search
3505 2002-08-20 [oliver] 0.8.1claws84
3508 remove toolbar_create_popups
3510 o remove toolbar_create_popups
3511 o fix toolbar_set_sensitive
3512 (Bug reports #596834 and #596832)
3513 * src/prefs_toolbar.c
3514 o add "Set default" button
3515 o align label and text + combo widgets
3517 2002-08-20 [hoa] 0.8.1claws83bis
3520 fixed a bug in imap_fetch_msginfo() in case there is no
3523 2002-08-20 [darko] 0.8.1claws83
3526 copy the color style of folder view so it
3527 works with GTK themes
3529 2002-08-20 [darko] 0.8.1claws82
3533 * src/prefs_folder_item.[hc]
3534 don't use UI stuff in folder.h
3536 2002-08-20 [darko] 0.8.1claws81
3539 * src/prefs_folder_item.h
3541 * src/prefs_folder_item.c
3542 ability to set folder color in folderview
3544 2002-08-19 [alfons] 0.8.1claws80
3547 fix one of the earlier memleaks reported by Martin Kluge
3549 2002-08-19 [alfons] 0.8.1claws79
3552 hide notice view when selecting seperate folder
3553 view (reported by Urke MMI)
3555 2002-08-19 [christoph] 0.8.1claws78
3558 * src/prefs_folder_item.h
3559 * src/summaryview.[ch]
3560 o add summary_set_prefs_from_folderitem to set
3561 summaryview prefs (first step to remove all
3562 references to the folderitem in summaryview)
3563 o moved compiled regex stuff from folderitem prefs
3566 2002-08-19 [paul] 0.8.1claws77
3569 add check for '.' to QUOTE_IF_REQUIRED
3571 2002-08-19 [paul] 0.8.1claws76
3574 sync with 0.8.1cvs25 (plug memory leak)
3576 * src/prefs_toolbar.c
3577 re-order prefs_toolbar_cancel()
3579 2002-08-18 [alfons] 0.8.1claws75
3583 plug other memleaks reported by Martin Kluge
3585 2002-08-18 [paul] 0.8.1claws74
3588 updated by Fabio Jr. Beneditto
3590 2002-08-18 [paul] 0.8.1claws73
3593 fix bug where tooltips were displayed untranslated
3595 * src/prefs_toolbar.c
3596 fix bug where clicking 'Cancel' creates an icon & text
3597 toolbar regardless of prefs
3600 2002-08-17 [oliver] 0.8.1claws72
3602 * src/prefs_toolbar.c
3603 update toolbar on CANCEL
3604 bug reported by Martin Kluge
3606 toolbar_destroy memleak fixed
3608 2002-08-17 [alfons] 0.8.1claws71
3611 plug another memleak reported by Martin Kluge
3613 2002-08-16 [alfons] 0.8.1claws70
3616 use execvp() correctly (suggested by wwp; thanks!)
3618 2002-08-16 [alfons] 0.8.1claws69
3621 plug memory leak reported by Kim Schultz & Martin Kluge
3623 2002-08-16 [paul] 0.8.1claws68
3626 updated by Ricardo Mones Lastra
3628 2002-08-16 [paul] 0.8.1claws67
3631 fix bug where 'Compose News' icon showed wrong
3634 2002-08-16 [paul] 0.8.1claws66
3636 * sync with 0.8.1cvs24
3637 see ChangeLog 2002-08-16
3640 updated by Alessandro Maestri
3642 2002-08-15 [paul] 0.8.1claws65
3647 2002-08-15 [paul] 0.8.1claws64
3650 don't translate debug info
3655 2002-08-15 [paul] 0.8.1claws63
3657 * src/prefs_toolbar.c
3658 fix bug where clicking 'OK' creates an icon & text
3659 toolbar regardless of prefs
3661 2002-08-14 [alfons] 0.8.1claws62
3664 add global var that has the full argv[0]
3666 o execvp the correct sylpheed by using argv0
3667 and setting the correct work dir
3670 2002-08-14 [oliver] 0.8.1claws61
3672 * enable/disable Toolbar Action Buttons
3676 * src/prefs_toolbar.c
3678 2002-08-14 [melvin] 0.8.1claws60
3681 Updated French translations
3683 2002-08-14 [melvin] 0.8.1claws59
3686 Made bug report not translatable
3688 Fixed exporthtml_build_filespec() return value
3690 Fixed incorrect include file
3692 * src/prefs_actions.c
3693 * src/prefs_toolbar.c
3694 Made debug info not translatable
3697 Added missing includes
3698 * src/prefs_common.c
3701 2002-08-14 [paul] 0.8.1claws58
3703 * faq/es/sylpheed-faq.html
3704 faq/es/sylpheed-faq-[1-3].html
3705 faq/es/sylpheed-faq-4.html **NEW FILE **
3708 2002-08-13 [christoph] 0.8.1claws57
3711 ignore thread fix that did not mark all
3712 child nodes of a ignored thread as
3713 ignored. Does not work perfectly yet,
3714 but it is better now
3716 2002-08-13 [alfons] 0.8.1claws56
3719 o implement 'save crash log'
3722 2002-08-13 [melvin] 0.8.1claws55
3725 removed unrequired "execinfo.h" header
3727 2002-08-12 [paul] 0.8.1claws54
3729 * faq/en/sylpheed-faq.html
3730 faq/en/sylpheed-faq-[1-3].html
3731 faq/en/sylpheed-faq-4.html **NEW FILE **
3734 2002-08-12 [alfons] 0.8.1claws53
3737 add crash.c to translatables
3739 bring in Leandro's crash dialog
3741 2002-08-11 [alfons] 0.8.1claws52
3744 clean up some warnings
3746 2002-08-11 [alfons] 0.8.1claws51
3750 * src/crash.[ch] ** NEW FILES **
3752 initial gdb crash handler
3754 2002-08-11 [paul] 0.8.1claws50
3756 * src/prefs_toolbar.c
3757 replace Up/Down arrow pixmaps with text to be
3758 consistent across icon themes
3760 2002-08-11 [paul] 0.8.1claws49
3762 * src/prefs_common.c
3764 rename 'Pixmap' -> 'Icon'
3767 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3769 2002-08-10 [paul] 0.8.1claws48
3771 * src/prefs_toolbar.c
3774 2002-08-10 [paul] 0.8.1claws47
3777 don't write Processing progress to status bar
3778 patch submitted by Alexander Evseev
3780 * src/prefs_toolbar.c
3781 re-position and resize window
3782 make window assume correct size on first call
3784 2002-08-10 [paul] 0.8.1claws46
3791 follow UI text conventions
3793 2002-08-10 [alfons] 0.8.1claws45
3796 correct pixmap for delete action
3798 2002-08-10 [paul] 0.8.1claws44
3801 updated by Fabio Jr. Beneditto
3803 2002-08-10 [paul] 0.8.1claws43
3806 add custom toolbar files
3808 2002-08-10 [paul] 0.8.1claws42
3810 * sync with 0.8.1cvs22
3811 see ChangeLog 2002-08-09
3813 2002-08-09 [paul] 0.8.1claws41
3817 tools/outlook2sylpheed.pl ** NEW FILE **
3818 add script to convert exported Outlook
3819 contacts list to a Sylpheed addressbook.
3820 Submitted by Ricardo Mones Lastra.
3822 2002-08-09 [paul] 0.8.1claws40
3826 po/sr.po ** NEW FILE **
3827 add Serbian message catalog. Submitted by
3828 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3830 2002-08-09 [paul] 0.8.1claws39
3832 * sync with 0.8.1cvs21
3833 see ChangeLog 2002-08-08
3835 2002-08-08 [oliver] 0.8.1claws38
3838 move Custom Toolbar to Configuration menu
3840 2002-08-08 [oliver] 0.8.1claws37
3842 * src/prefs_toolbar.c
3843 fix substitute pixmap bug
3845 2002-08-08 [paul] 0.8.1claws36
3847 * sync with 0.8.1cvs19
3848 see ChangeLog 2002-08-08
3850 2002-08-07 [christoph] 0.8.1claws35
3853 fixed a memory leak in new canonicalize_file_replace
3855 2002-08-07 [christoph] 0.8.1claws34
3858 o canonicalize_file_replace should create the temporary
3859 file in the same directory as the original file.
3860 o added get_tmpfile_in_dir that creates a temorary file
3861 in a specified directory.
3863 2002-08-07 [melvin] 0.8.1claws33
3866 fixed bug where 'Article' button acted as 'Email' button.
3868 2002-08-07 [paul] 0.8.1claws32
3870 * sync with 0.8.1.cvs17
3871 see ChangeLog 2002-08-07
3873 2002-08-07 [colin] 0.8.1claws31
3876 fix mass-cancel problem
3878 2002-08-07 [thorsten] 0.8.1claws30
3880 * src/prefs_toolbar.c
3881 fix: crash on replace or add new button
3883 fix: close xmlfile after reading
3885 fix: unlink() file before rename()
3887 2002-08-06 [paul] 0.8.1claws29
3889 * sync with 0.8.cvs15
3890 see ChangeLog 2002-08-06
3892 2002-08-06 [oliver] 0.8.1claws28
3895 * src/prefs_toolbar.c
3896 fixed empty toolbar issue
3898 2002-08-06 [oliver] 0.8.1claws27
3900 * Custom Toolbar Final
3904 o toolbar stuff now lives in src/toolbar.[ch]
3905 o main_window_toolbar_* functions are renamed to
3906 toolbar_* reflecting their new source file
3907 * src/mainwindow.[ch]
3908 o remove toolbar stuff
3910 2002-08-06 [oliver] 0.8.1claws26
3913 * src/prefs_toolbar.[ch] **New File**
3914 * src/toolbar.[ch] **New File**
3915 o prefs_toolbar.[ch] custom toolbar frontend
3916 o toolbar.[ch] backend
3918 2002-08-06 [oliver] 0.8.1claws25
3920 * src/prefs_actions.[ch]
3921 o new exported function actions_execute
3923 2002-08-06 [paul] 0.8.1claws24
3925 * sync with 0.8.1cvs4
3926 see ChangeLog 2002-08-06
3928 2002-08-06 [paul] 0.8.1claws23
3930 * sync with 0.8.1cvs13
3931 see ChangeLog 2002-08-06
3933 2002-08-06 [paul] 0.8.1claws22
3935 * sync with 0.8.1cvs12
3936 see ChangeLog 2002-08-05 and 2002-08-06
3938 2002-08-06 [match] 0.8.1claws21
3941 improvements to cut/copy/paste address
3943 2002-08-05 [match] 0.8.1claws20
3950 fixes to improve cut/copy/paste
3952 2002-08-06 [melvin] 0.8.1claws19
3955 account_find_all_from_address(): new function that returns the
3956 list of all accounts that are matched in an address.
3957 * src/alertpanel.[ch]
3958 alertpanel() now accepts a custom widget
3959 alertpanel_with_widget(): new function that pops up a panel with
3960 a custom widget in it
3962 gtkut_account_menu_new(): new function that allows the selection
3963 of an account from a list of accounts.
3965 Extended Return Receipt notification to select the correct
3966 account and to make a security test on the Delivery-Notification
3967 address which should be the same as the Return-Path.
3969 2002-08-06 [thorsten] 0.8.1claws18
3972 attach_all: save unnamed as "noname.%d",
3973 dont free static dirname
3975 2002-08-05 [alfons] 0.8.1claws17
3978 detect XIM by trying to link rather than compile a XIM program
3980 2002-08-05 [oliver] 0.8.1claws16
3982 * src/stock_pixmap.[ch]
3983 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3984 o new func to retrieve pixmaps
3986 2002-08-05 [paul] 0.8.1claws15
3988 * sync with 0.8.1cvs10
3989 see ChangeLog 2002-08-05
3991 2002-08-04 [alfons] 0.8.1claws14
3994 see if this plugs memleak
3996 2002-08-04 [melvin] 0.8.1claws13
3999 fixed bug that could crash Sylpheed when highlighting
4000 all misspelled words.
4002 2002-08-03 [melvin] 0.8.1claws12
4004 * src/prefs_actions.c
4005 removed unnecessary checks for NULL introduced in 0.8.1claws11.
4007 fixed bug where the Return Receipt was sent to
4008 Delivery-Notification-To address even if it was not present
4010 2002-08-02 [alfons] 0.8.1claws11
4012 * src/prefs_actions.c
4013 o more check for NULLs
4014 o put create_io_dialog() in right conditional block
4016 2002-08-02 [paul] 0.8.1claws10
4019 updated by Ricardo Mones Lastra
4021 2002-08-01 [christoph] 0.8.1claws9
4024 don't free the cache of the opened
4025 folder in the summaryview
4027 don't unset flags, if it is not required
4029 2002-08-01 [paul] 0.8.1claws8
4031 * sync with 0.8.1cvs8
4032 see ChangeLog entry 2002-08-01
4034 2002-08-01 [paul] 0.8.1claws7
4036 * sync with 0.8.1cvs7
4037 see ChangeLog 2002-07-31 and 2002-08-01
4039 2002-07-31 [christoph] 0.8.1claws6
4042 forgot to update menu sensitivity
4043 function for new menu entry
4045 2002-07-31 [alfons] 0.8.1claws5
4048 check folder item and its path for NULL on
4051 2002-07-31 [christoph] 0.8.1claws4
4054 check if folder_item_get_msginfo in
4055 folder_item_remove_msg returned NULL
4057 better clear the uid cache in the
4058 uid validity check function and delete
4061 2002-07-31 [paul] 0.8.1claws3
4064 add the '--attach' option and a few other
4067 2002-07-31 [paul] 0.8.1claws2
4069 * sync with 0.8.1cvs5
4070 see ChangeLog 2002-07-31
4072 2002-07-31 [christoph] 0.8.1claws1
4074 * src/folderview.[ch]
4076 replace "Rescan all folders..." with
4077 "Check all folders for new messages..."
4079 2002-07-30 [paul] 0.8.1claws
4081 * version 0.8.1claws released
4083 2002-07-30 [paul] 0.8.0claws29
4085 * tools/OOo2sylpheed.pl ** NEW FILE **
4087 add script to enable sending documents as
4088 attachments from OpenOffice.org
4090 2002-07-30 [melvin] 0.8.0claws28
4092 * src/prefs_actions.c
4093 Made the actions' input/output dialog display
4096 2002-07-30 [christoph] 0.8.0claws27
4099 check if folder_item_get_msginfo in
4100 procmsg_save_to_outbox returned NULL
4102 2002-07-30 [paul] 0.8.0claws26
4104 * sync with 0.8.1cvs4
4105 see ChangeLog 2002-07-29
4107 2002-07-29 [thorsten] 0.8.0claws25
4110 added selective download, delete on server
4112 2002-07-29 [paul] 0.8.0claws24
4114 * sync with 0.8.1cvs3
4115 see ChangeLog 2002-07-29
4117 2002-07-27 [christoph] 0.8.0claws23
4120 add extra check if fetching the msginfo
4123 2002-07-27 [paul] 0.8.0claws22
4125 * sync with 0.8.1cvs2
4126 see ChangeLog 2002-07-26
4128 2002-07-27 [christoph] 0.8.0claws21
4131 add another check if a valid msginfo
4134 2002-07-26 [hoa] 0.8.0claws20
4137 Fixed a condition in folder_item_destroy()
4140 Fixed an error in IMAP protocol
4142 2002-07-26 [alfons] 0.8.0claws19
4145 ofcourse compare with identifier, not the path
4147 2002-07-26 [alfons] 0.8.0claws18
4150 use folder item identifier for saving / restoring
4151 preferences because folder->path might not be unique
4153 2002-07-26 [melvin] 0.8.0claws17
4156 Fixed a crash introduced in 0.8.0claws5 when log is
4157 cut under 80 characters.
4159 2002-07-26 [paul] 0.8.0claws16
4161 * sync with 0.8.1cvs1
4162 see ChangeLog 2002-07-26
4164 2002-07-26 [christoph] 0.8.0claws15
4167 imap folder now remembers the last selected
4168 folder and imap_fetch_msginfo skips selecting
4169 the folder if it is already selected
4171 2002-07-26 [christoph] 0.8.0claws14
4176 fix imap folder rescanning
4178 2002-07-25 [christoph] 0.8.0claws13
4188 implement imap uid cache and uid validity check
4190 2002-07-25 [alfons] 0.8.0claws12
4193 fix a brown paper bag bug, and also add some more
4196 2002-07-25 [christoph] 0.8.0claws11
4199 don't mix copy, fetch_msginfo and remove
4200 operations in folder item copy and move
4203 2002-07-25 [christoph] 0.8.0claws10
4207 * src/prefs_folder_item.c
4208 * src/summaryview.[ch]
4209 remove no longer required parameter update_cache from
4212 2002-07-25 [paul] 0.8.0claws9
4219 2002-07-24 [alfons] 0.8.0claws8
4222 sort correctly when using simplified subject line
4223 (closes feature request "[ 585141 ] applying regexp to subject
4224 before sort" submitted by Alexandra Walford)
4226 2002-07-24 [paul] 0.8.0claws7
4228 * sync with 0.8.0cvs3
4229 see ChangeLog 2002-07-24
4231 2002-07-23 [christoph] 0.8.0claws6
4238 o separate processing and summaryview
4239 o removed summary_write_cache from summaryview
4240 o removed summaryview->killed_messages, because we don't have
4241 to keep a list of killed messages anymore. New cache will
4242 keep the hidden messages in cache anyway
4245 * src/selective_download.c
4246 o removed unnecessary summary_write_cache calls
4248 o don't set ignore thread flag in procmsg_get_thread_tree
4249 if it is already set
4252 o moved STATUSBAR_PUSH/POP to statusbar.h because
4253 they are used in different files
4255 2002-07-23 [melvin] 0.8.0claws5
4261 * src/editldap_basedn.c
4263 * src/prefs_common.c
4264 Fixed few memory leak (gtk_editable_get_chars returns
4265 an allocated string)
4267 Fixed few memory leak (gtk_editable_get_chars returns
4268 an allocated string) and modified a little the log cutting
4271 Replaced a call to an obsolete function gtk_entry_get_text()
4272 by gtk_editable_get_chars()
4274 Removed a debug printf
4276 2002-07-23 [christoph] 0.8.0claws4
4279 fix another g_dirname memory leak
4281 2002-07-23 [christoph] 0.8.0claws3
4284 fixed a memory leak in mh_fetch_msginfo
4285 fixed crash when message header could not be
4288 2002-07-23 [paul] 0.8.0claws2
4290 * sync with 0.8.0cvs2
4291 see ChangeLog 2002-07-23
4293 2002-07-23 [paul] 0.8.0claws1
4295 * sync with 0.8.0cvs1
4296 see ChangeLog 2002-07-23
4298 2002-07-23 [paul] 0.8.0claws
4300 * release of 0.8.0claws
4302 2002-07-23 [paul] 0.7.8claws99
4305 new Russian translation, submitted by
4306 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
4308 2002-07-22 [jens] 0.7.8claws98
4311 Updated German translations.
4313 2002-07-22 [paul] 0.7.8claws97
4319 updated translations by Ricardo Mones Lastra,
4320 Alessandro Maestri, Wilbert Berendsen and
4321 Fabio Jr. Beneditto respectively
4323 2002-07-22 [christoph] 0.7.8claws96
4326 fix memory leak caused by wrong g_dirname usage
4328 2002-07-22 [christoph] 0.7.8claws95
4331 update new and unread message counts for summaryview
4332 summaryview does not get it from the folder anymore
4333 and has to update the values itself
4335 2002-07-22 [melvin] 0.7.8claws94
4338 Updated French translations.
4340 2002-07-22 [christoph] 0.7.8claws93
4343 set prop->preg pointer to NULL or following check
4344 will not fail and regexec will be called with
4347 2002-07-21 [alfons] 0.7.8claws92
4349 * src/prefs_common.[ch]
4350 remove option "Send return receipt on request"
4352 2002-07-21 [thorsten] 0.7.8claws91
4355 fixed memleaks, coding style as pointed out by alfons
4357 2002-07-21 [alfons] 0.7.8claws90
4360 * src/noticeview.[ch]
4361 o fix bug notice view being displayed when going to empty folder
4362 (noticed by Christoph)
4363 o allow RRR to be sent when restarting sylpheed, or changing folder
4364 (noticed by Thorsten)
4366 2002-07-21 [thorsten] 0.7.8claws89
4369 Included save_all patch from Xaview FACQ
4370 added support for pathnames
4372 2002-07-21 [alfons] 0.7.8claws88
4377 * src/messageview.[ch]
4378 * src/noticeview.c ** NEW FILE **
4379 * src/noticeview.h ** NEW FILE **
4380 make return receipts work again
4381 (UI idea by Leandro Pereira)
4383 2002-07-21 [paul] 0.7.8claws87
4386 fix sensitivity of 'Select thread'
4388 2002-07-21 [paul] 0.7.8claws86
4390 * src/prefs_common.c
4391 add browser command line for Galeon
4393 2002-07-21 [paul] 0.7.8claws85
4396 fix 'EXTRA_DIST': remove README.README, add TODO
4399 2002-07-21 [alfons] 0.7.8claws84
4402 make enter clear selection
4403 (closes "[ 579888 ] Editor selection/entry error"
4404 reported by Steve Lamb)
4406 2002-07-21 [alfons] 0.7.8claws83
4409 sort message list when selecting unthread messages
4410 (closes "[ 501593 ] switching threaded view doesn't sort"
4411 reported by Simon Schubert)
4413 2002-07-20 [alfons] 0.7.8claws82
4418 2002-07-20 [thorsten] 0.7.8claws81
4421 Fixed expansion of empty fields in matchactions
4423 2002-07-19 [melvin] 0.7.8claws80
4426 Removed a duplicate menu entry (fast mode) introduced during
4428 Added a menu separator between 'Use alternate' and 'Fast mode'
4430 2002-07-19 [paul] 0.7.8claws79
4436 2002-07-19 [thorsten] 0.7.8claws78
4438 * tools/calypso_convert.pl ** NEW FILE **
4441 script to import mbox files exported
4443 o generates folder structure
4444 o includes attachments
4446 2002-07-19 [melvin] 0.7.8claws77
4448 * src/selective_download.[ch]
4449 Fixed bug where closing the dialog with the window manager's
4450 close button will not unlock the summary