1 2002-12-13 [christoph] 0.8.6claws109
4 * src/manage_window.[ch]
6 * src/gtk/manage_window.[ch]
7 move manage_window files to gtk directory
9 2002-12-13 [christoph] 0.8.6claws108
14 * src/gtk/gtkshruler.[ch]
15 move gtkshruler files to gtk directory
17 2002-12-13 [christoph] 0.8.6claws107
21 * src/gtkstext.[ch] ** REMOVE **
24 * src/gtk/gtkstext.[ch] ** NEW **
26 o move stext functions to gtkstext.c to remove
27 dependency of gtkutils
28 o move gtkstext files to gtk directory
31 * src/gtk/sslcertwindow.[ch]
32 UI stuff can always depend on common code so
33 it's ok to add ../common to include path
35 2002-12-13 [colin] 0.8.6claws106
38 Disconnect sighandlers for mainwindow when
39 quicksearch has the focus
42 Make key_pressed callback public, to be able
45 2002-12-13 [christoph] 0.8.6claws105
48 create .mh_sequences file in new MH folders
49 (closes feature request [ 523162 ] MH folders should
52 2002-12-13 [colin] 0.8.6claws104
55 Better handling of quicksearch show/hide
56 (basically the button stays under the mouse
59 2002-12-13 [paul] 0.8.6claws103
61 * sync with 0.8.6cvs17
62 see ChangeLog 2002-12-13
64 2002-12-13 [paul] 0.8.6claws102
67 updated by Ricardo Mones Lastra
69 2002-12-11 [colin] 0.8.6claws101
72 remove statusbar stuff
74 set statusbar verbosity when moving folders
76 2002-12-11 [colin] 0.8.6claws100
77 * src/prefs_filtering.c
82 2002-12-11 [colin] 0.8.6claws99
84 * src/prefs_common.[ch]
85 Add summary_quicksearch_type
87 Save last used quicksearch type
89 2002-12-11 [jens] 0.8.6claws98
90 * src/prefs_filtering.c
93 added dialog for incomplete rules in scoring, filtering and
94 matcher to ask wheather really close
96 2002-12-11 [colin] 0.8.6claws97
99 Fix folder dnd statusbar logging
101 2002-12-10 [christoph] 0.8.6claws96
113 * src/common/log.[ch]
114 o handle verbose logging in statusbar directly in statusbar code
115 and common code does not need any knowledge about a statusbar
116 o remove direct calls to statusbar_(puts|pop)_all functions
118 2002-12-10 [jens] 0.8.6claws95
121 removed gettext from g_warnings
127 2002-12-10 [colin] 0.8.6claws94
130 finish crash dialog fix
132 2002-12-10 [colin] 0.8.6claws93
135 "Fix" "sylpheed already running" instead of
136 crash dialog appearing after a crash
138 2002-12-10 [colin] 0.8.6claws92
141 add src/gtk/sslcertwindow.c
143 2002-12-10 [paul] 0.8.6claws91
146 updated to reflect recent changes
147 submitted by Alessandro Maestri
149 2002-12-09 [christoph] 0.8.6claws90
152 * src/smtp.[ch] ** REMOVE **
153 * src/common/Makefile.am
154 * src/common/smtp.[ch] ** NEW **
155 move smtp files to common directory
157 2002-12-09 [christoph] 0.8.6claws89
160 * src/session.[ch] ** REMOVE **
161 * src/common/Makefile.am
162 * src/common/session.[ch] ** NEW **
163 move session files to common directory
165 2002-12-09 [paul] 0.8.6claws88
168 fix bug [649746] edit accounts: move account reverted
169 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
171 2002-12-09 [colin] 0.8.6claws87
173 * src/ssl_certificate.c
176 2002-12-09 [colin] 0.8.6claws86
179 Try to open the cert.pem database and
180 issue a warning if it isn't there
182 2002-12-09 [colin] 0.8.6claws85
184 * src/common/ssl_certificate.c
185 * src/gtk/sslcertwindow.c
188 2002-12-09 [colin] 0.8.6claws84
190 * src/ssl_certificate.[ch] ** REMOVED **
191 * src/common/ssl_certificate.[ch] ** NEW **
193 * src/common/Makefile.am
194 Moved ssl_certificate.[ch] to common
196 Put back needed include
197 * src/gtk/sslcertwindow.[ch]
198 Changed ssl_certificate.h include
200 2002-12-09 [colin] 0.8.6claws83
202 * src/gtk/sslcertwindow.[ch]
203 Implement hook for certificate acception
204 * src/ssl_certificate.[ch]
205 Implement hook for certificate acception
207 Reenable certificate acception check
209 Register sslcertwindow's hook
211 2002-12-08 [christoph] 0.8.6claws82
219 o add missing includes
222 * src/common/.cvsignore
223 * src/common/version.h ** REMOVE **
224 remove autogenerated file
226 2002-12-08 [paul] 0.8.6claws81
229 put back needed include
231 2002-12-08 [colin] 0.8.6claws80
233 * src/gtk/sslcertwindow.c
234 Cleaner popups when asking
235 * src/ssl_certificate.c
236 * src/prefs_common.[ch]
237 remove ssl certificate pref
238 put back needed include
240 put back needed include
242 2002-12-08 [christoph] 0.8.6claws79
248 only abort hook invokation if required data is missing not
249 if our own data pointer is NULL, update hookfunction for
252 2002-12-08 [paul] 0.8.6claws78
273 clean up: remove unneccesary includes
275 2002-12-08 [christoph] 0.8.6claws77
280 * src/common/hooks.[ch]
281 hook functions now have a gboolean return value, if a hook
282 returns TRUE it will stop executing of any more hooks in
283 the same hooklist for this invokation
285 2002-12-08 [colin] 0.8.6claws76
288 put back argv0 for CRASH_DIALOG
290 2002-12-08 [christoph] 0.8.6claws75
303 * src/prefs_account.[ch]
304 * src/prefs_common.[ch]
307 * src/ssl_certificate.[ch]
308 * src/ssl_manager.[ch]
309 * src/common/Makefile.am
311 * src/common/nntp.[ch]
312 * src/common/socket.[ch]
313 * src/common/ssl.[ch]
314 * src/gtk/sslcertwindow.[ch]
316 use new autoconf script to detect OpenSSL with extra parameters
317 to specify the location of libs and includes, also remove USE_SSL
320 * src/common/sylpheed.[ch]
321 * src/common/version.h.in
322 start seperation of common code initialization seperated from gui
325 The function that is called when a color lable changes
326 should not change the color lable again
328 2002-12-08 [colin] 0.8.6claws74
330 * src/gtk/sslcertwindow.c
333 2002-12-08 [colin] 0.8.6claws73
337 Register a hook for statusbar_puts_all
339 invoke statusbar_puts_all's hook
341 2002-12-08 [colin] 0.8.6claws72
343 * src/ssl_certificate.c
344 Put back a badly-removed include
346 2002-12-08 [colin] 0.8.6claws71
348 * src/gtk/sslcertwindow.[ch] ** NEW **
349 new certificate presentation
350 * src/gtk/Makefile.am
352 * src/ssl_certificate.[ch]
353 gtk cleanup, made utility functions public
355 use new cert presentation
357 2002-12-07 [christoph] 0.8.6claws70
360 * src/nntp.[ch] ** REMOVE **
361 * src/common/Makefile.am
362 * src/common/nntp.[ch] ** NEW **
363 move nntp files to common directory
365 2002-12-07 [christoph] 0.8.6claws69
369 implement msginfo update callback using sylpheed's new
370 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
372 2002-12-06 [christoph] 0.8.6claws68
375 This patch changes the 'Edit Group Details' dialog to
376 allow extended selections in either pane, so that
377 addresses can be added or removed from a group more
378 quickly and easily. (it actually is a net decrease in
379 file size, as some unnecessary functions have been
381 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
383 2002-12-06 [christoph] 0.8.6claws67
386 * src/template.[ch] ** REMOVE **
387 * src/common/Makefile.am
388 * src/common/template.[ch] ** NEW **
389 move template files to common directory
392 add missing log.h include
394 2002-12-06 [melvin] 0.8.6claws66
396 * src/prefs_actions.c
397 Added the trailing ">" syntax to insert command's output
398 without replacing old text (in contrast to trailing "|").
400 2002-12-05 [colin] 0.8.6claws65
403 Don't modify original search_string or it'll change
404 the next iterations in the for()
406 2002-12-05 [darko] 0.8.6claws64
409 proper check for filtering commands, found by Colin
411 2002-12-05 [darko] 0.8.6claws63
414 check proper string for NULL pointer, found by Colin
416 2002-12-05 [darko] 0.8.6claws62
418 * src/common/utils.[ch]
419 expand_search_string(): new function
420 converts Mutt-like patterns to Sylpheed's
423 use expand_search_string() to allow Mutt-like
424 patterns in extended search
426 document extended option in quick search
428 2002-12-05 [paul] 0.8.6claws61
430 * sync with 0.8.6cvs16
431 see ChangeLog 2002-12-05
436 2002-12-04 [christoph] 0.8.6claws60
439 put imap authentication code into a new function and
440 remove it from imap_session_new that will allow to
441 send other commands before authentication
443 2002-12-04 [christoph] 0.8.6claws59
446 use already existing method to prevent unneeded IMAP
447 folder selects. Set imap_select parameters to NULL
448 in some functions if the values are not required.
451 remove no longer required include
453 2002-12-04 [paul] 0.8.6claws58
456 updated by Ricardo Mones Lastra
459 po/hu.po ** NEW FILE **
460 initial Hungarian translation, submitted
461 by Gál Zoltán <galzoli@hu.inter.net>
463 2002-12-03 [christoph] 0.8.6claws57
466 * src/gtksctree.[ch] ** REMOVE **
467 * src/gtk/Makefile.am
468 * src/gtk/gtksctree.[ch] ** NEW **
469 move gtksctree files to gtk directory
471 2002-12-03 [christoph] 0.8.6claws56
474 * src/md5.[ch] ** REMOVE **
475 * srm/common/Makefile.am
476 * src/common/md5.[ch] ** NEW **
477 move md5 files to common directory
480 remove not required #include
482 2002-12-03 [sergey] 0.8.6claws55
486 gtkut_window_popup(): new function.
488 main_window_popup(): use gtkut_window_popup() to raise
489 window without changing its position.
490 (see sylpheed-main ML message [sylpheed:17247])
492 2002-12-03 [sergey] 0.8.6claws54
495 send_message_local(): removed first-dot escaping
496 (SMTP-only, not needed for sending through pipe)
498 2002-12-03 [paul] 0.8.6claws53
501 update to reflect recent changes (thanks
502 to Ricardo Mones Lastra)
504 * tools/filter_conv.pl
505 fix problem with quoted strings. Patch submitted
506 by Luke Plant <lukeplant@softhome.net>
508 2002-12-03 [paul] 0.8.6claws52
510 * sync with 0.8.6cvs15
511 see ChangeLog 2002-12-03
513 2002-12-02 [christoph] 0.8.6claws51
516 * src/common/log.[ch]
517 implement logging using a hook function
521 define hooklist name in header file to avoid
522 errors caused by wrong spelling of hooklist names
527 2002-12-02 [christoph] 0.8.6claws50
529 * src/common/Makefile.am
530 add src/common/hooks.[ch]
532 * src/common/hooks.[ch]
533 implement a simple hook system using glib's hook functions
537 use new hook system for folder item updates
539 2002-12-02 [christoph] 0.8.6claws49
541 * doc-src/ui_seperation.txt ** NEW **
542 information for ui seperation
545 remove files that were moved to common
546 include common directory by default for the header files
549 * src/common/socket.c
551 implement automaton using g_io_*-functions instead of
552 gdk_input_add to make it ui independent
562 remove common/ prefix because directory is now in
581 * src/ssl_certificate.c
582 add log.h header file for logging functions
588 o move debug_mode to common/utils.c
589 o add functions to set and get debug_mode
591 * src/defs.h ** REMOVE **
592 * src/intl.h ** REMOVE **
593 * src/socket.[ch] ** REMOVE **
594 * src/ssl.[ch] ** REMOVE **
595 * src/utils.[ch] ** REMOVE **
596 replaced by new files in src/common/
598 * src/common/Makefile.am
599 add new files in src/common/
601 * src/common/defs.h ** NEW **
602 * src/common/intl.h ** NEW **
603 * src/common/log.[ch] ** NEW **
604 * src/common/socket.[ch] ** NEW **
605 * src/common/ssl.[ch] ** NEW **
606 * src/common/utils.[ch] ** NEW **
607 replacement for files in src/
609 2002-12-02 [colin] 0.8.6claws48
612 Scroll folderview if necessary during dnd
614 2002-12-02 [colin] 0.8.6claws47
617 Add check to verify a move is within a single mailbox
619 Add specific error string for this check
621 2002-12-02 [colin] 0.8.6claws46
624 Add a test to folder moving, remove a statusbar_print
626 Add Move folder... context-menu item
627 Factorize folder moving code
628 Enable folder DND for mbox
630 2002-12-01 [christoph] 0.8.6claws45
633 remove conf.aspelltest if the version check fails
635 2002-11-30 [christoph] 0.8.6claws44
638 run libtoolize --force in autogen to create missing
641 2002-11-30 [christoph] 0.8.6claws43
647 * src/uuencode.[ch] ** REMOVED **
648 * src/common/Makefile.am
649 * src/common/uuencode.[ch] ** NEW **
650 move uuen/decoder to common directory
652 2002-11-30 [christoph] 0.8.6claws42
655 * src/base64.[ch] ** REMOVED **
664 * src/common/Makefile.am
665 * src/common/base64.[ch] ** NEW **
666 move base64 en/decoder to common directory
668 2002-11-30 [christoph] 0.8.6claws41
670 * src/common ** NEW **
671 new directory for UI independent code
673 new directory for GTK frontend
674 * src/common/.cvsignore ** NEW **
675 * src/gtk/.cvsignore ** NEW **
677 * src/common/Makefile.am ** NEW **
678 * src/gtk/Makefile.am ** NEW **
679 automake files to build new seperated stuff
681 the binary will currently still be build with the
682 files in src, so we include the code from the
683 subdirs for now after building the libs there
685 2002-11-30 [paul] 0.8.6claws40
688 fix bug [642731] 'Wrong selected account with drafted mail'
690 2002-11-29 [oliver] 0.8.6claws39
693 o update summaryview when switching between different
696 o check if messageview holds already removed msg
700 2002-11-29 [oliver] 0.8.6claws38
703 remove not needed variables and includes
704 make messageview stay opened and move to next when msgs are deleted
706 2002-11-29 [oliver] 0.8.6claws37
709 disable compose button (messageview toolbar) by default
710 deleted msgs are moved to trash
712 2002-11-29 [melvin] 0.8.6claws36
715 Increased minimal gpgme version to 0.3.10 (Zombies out)
716 and to detect signatures expirations (gpgme 0.3.6)
719 Use non obsolescent function for Gpgme engine checking.
722 Inform about expired signatures or signatures which key
723 has expired. Expiration date is displayed.
726 Inform about expired signatures or signatures which key
729 2002-11-28 [paul] 0.8.6claws35
732 re-instate 'Check for new messages' in Newsgroup
733 folders right-click menu, after a suggestion from
734 Tim Mann <timmann@users.sourceforge.net>
737 after a crash check only local folders for new
740 2002-11-28 [paul] 0.8.6claws34
743 apply patch that fixes the checking of GTK with XIM
744 support on different OSs, such as FreeBSD. Patch
745 submitted by Topia <topia@users.sourceforge.net>
747 2002-11-28 [paul] 0.8.6claws33
752 more changes to the English
754 2002-11-28 [paul] 0.8.6claws32
756 * sync with 0.8.6cvs13
757 see ChangeLog 2002-11-28 (no sync needed
760 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
762 * src/mainwindow.[ch]
763 add patch by Ivan F. Martinez introducing messageview Toolbar
764 some changes and committed by oliver
766 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
768 * src/messageview.[ch]
769 add patch by Ivan F. Martinez introducing messageview Toolbar
770 some changes and committed by oliver
772 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
775 add patch by Ivan F. Martinez introducing messageview Toolbar
776 some changes and committed by oliver
778 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
781 add patch by Ivan F. Martinez introducing messageview Toolbar
782 some changes and committed by oliver
784 2002-11-28 [oliver] 0.8.6claws27
786 * src/prefs_toolbar.[ch]
787 getting ready for messageview toolbar
788 free mem allocated by gettext
789 change prefs_toolbar to prefs_toolbar_open
791 2002-11-28 [thorsten] 0.8.6claws26
794 cleaned up conflicting declarations of
795 imageview_show_image()
797 2002-11-28 [paul] 0.8.6claws25
799 * src/grouplistdialog.c
801 src/prefs_summary_column.c
802 a few more improvements to the English
804 2002-11-28 [colin] 0.8.6claws24
807 A few updates to command-line parameters
809 2002-11-28 [colin] 0.8.6claws23
811 * src/prefs_filtering.c
812 Fix problems with prefs_filtering_delete_path:
813 a) if the first rule is removed, original pointers
814 weren't updated (leading to segfaults)
815 b) it was always global_processing updated in case
816 of removed path was parent of rule path
818 2002-11-27 [paul] 0.8.6claws22
824 src/prefs_customheader.c
825 src/prefs_display_header.c
826 src/prefs_filtering.c
827 src/prefs_folder_item.c
830 src/prefs_summary_column.c
833 improve the English in the GUI
835 2002-11-27 [colin] 0.8.6claws21
838 Fix processing renaming problems happening after
841 2002-11-27 [colin] 0.8.6claws20
844 recursive move now deletes src each subfolder after
847 Use identifier instead of path during dnd (enables
850 2002-11-27 [paul] 0.8.6claws19
853 apply patch that does command-line processing
854 BEFORE gtk_init, allowing claws to run from
855 shell-scripts in non-X environment (e.g. crontab
856 or ip-up, ip-down scripts). Patch submitted by
857 Ruslan N. Balkin <baron@dartel.ru>
860 updated by Alessandro Maestri
862 2002-11-27 [paul] 0.8.6claws18
864 * sync with 0.8.6cvs12
866 Differences are that main uses a 'Receive dialog'
867 frame on the Interface tab, whereas claws groups all
868 the dialogs together in a 'Dialogs' frame.
870 2002-11-27 [colin] 0.8.6claws17
872 * src/prefs_matcher.c
873 Fix Execute criteria's NOT flag
876 2002-11-26 [christoph] 0.8.6claws16
879 rewrite the ssl code a little bit, only use one
880 SSL context, set default certificates' file/path
882 2002-11-26 [thorsten] 0.8.6claws15
885 default-reply-to didn't work for ml-reply
887 2002-11-26 [melvin] 0.8.6claws14
889 * src/prefs_actions.c
890 Made pipe-actions ignore short headers in message view
891 Made trailing-pipe-actions write in the message view with
892 the same font as the original message
894 2002-11-26 [paul] 0.8.6claws13
897 this time commit the correct file
899 2002-11-26 [paul] 0.8.6claws12
901 * sync with 0.8.6cvs11
902 src/quote_fmt_parse.y
907 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
909 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
912 see ChangeLog 2002-11-25 and 2002-11-26
914 2002-11-26 [colin] 0.8.6claws11
917 Fix collapsed folder not auto-expanding during
918 mail dnd, if it was the source folder.
920 2002-11-25 [colin] 0.8.6claws10
922 * src/folderview.[ch]
923 Variable renaming and cleaning (slist of nodes
924 to be re-collapsed is stored in FolderView)
926 2002-11-25 [paul] 0.8.6claws9
928 * src/prefs_common.[ch]
929 fix breakage caused by last commit
931 2002-11-25 [paul] 0.8.6claws8
933 * sync with 0.8.6cvs4
934 see ChangeLog 2002-11-21
936 2002-11-25 [paul] 0.8.6claws7
938 * sync with 0.8.6cvs4
939 see ChangeLog 2002-11-20
941 2002-11-25 [paul] 0.8.6claws6
943 * sync with 0.8.6cvs3
944 see ChangeLog 2002-11-18
946 2002-11-25 [colin] 0.8.6claws5
949 Add gtkut_ctree_node_is_parent()
951 Spring-loaded folders
953 2002-11-25 [colin] 0.8.6claws4
956 Add slist_concat_unique(), function to merge
957 two GSList filtering dups
959 * src/summaryview.[ch]
962 Add detection/update/display of unread answers
965 Add procmsg_find_children()
966 Add procmsg_msg_has_marked_parent()
968 2002-11-25 [colin] 0.8.6claws3
970 * src/ssl_certificate.[ch]
971 Allow checking a certificate without a DNS
973 Allow to forget a cert (by deleting it)
974 Make ssl_certificate_destroy_public
975 * src/ssl_manager.[ch] ** NEW FILES **
976 Gui to manage (display/remove) certificates
977 * src/prefs_common.[ch]
978 Add a pref to allow silent acceptation of
979 trusted certificates or not (based on the
980 "I want to know what's going on" principle)
982 Add SSL manager in Tools menu
984 Add the new files to the build
986 Add ssl_manager.c to translations
988 2002-11-25 [colin] 0.8.6claws2
990 * src/summaryview.[ch]
991 Add S_SEARCH_EXTENDED to the quick search, which
992 allows to search using filtering syntax.
994 2002-11-25 [colin] 0.8.6claws1
997 Deletion of duplicates now prefer deleting
998 the unread dup (fixes feature-request 638989).
1000 2002-11-24 [paul] 0.8.6claws
1006 updated by Ricardo Mones Lastra,
1007 Witold Wladyslaw Wojciech Wilk,
1008 Ruslan N. Balkin, and Urke MMI
1011 2002-11-24 [paul] 0.8.5claws182
1014 updated by George Danchev
1016 2002-11-23 [alfons] 0.8.5claws181
1019 tiny memory leak found by browsing Dimitar's
1022 2002-11-23 [paul] 0.8.5claws180
1025 updated by Alessandro Maestri
1027 2002-11-22 [christoph] 0.8.5claws179
1031 * src/prefs_filtering.c
1035 2002-11-22 [alfons] 0.8.5claws178
1038 summary_execute_delete_func(): if message is deleted, make
1039 sure to also remove its entry in the subject hash table.
1040 fixes a corner case bug.
1042 2002-11-22 [paul] 0.8.5claws177
1045 add 'autom4te.cache'
1047 * ltconfig ** REMOVED **
1050 2002-11-22 [paul] 0.8.5claws176
1053 textview_set_font(): fix for message display in
1054 UTF-8 locales (thanks to Sergey Vlasov).
1057 add new team members and contributors
1060 2002-11-21 [colin] 0.8.5claws175
1063 Add procmsg_remove_special_headers()
1065 Use procmsg_remove_special_headers() for
1068 2002-11-21 [colin] 0.8.5claws174
1071 Fix moving/copying from queue/draft folders
1074 2002-11-21 [christoph] 0.8.5claws173
1080 * src/matcher_parser_lex.[hl]
1082 * src/mbox_folder.[ch]
1083 * src/prefs_filtering.c
1085 * src/quote_fmt_lex.l
1087 fix all warnings except the warnings in lex and yacc files
1089 2002-11-20 [christoph] 0.8.5claws172
1092 fix MsgInfo retrieval for IMAP draft and queue folders
1093 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1095 2002-11-19 [christoph] 0.8.5claws171
1098 fix segfault, when draft saving does not get
1099 the MsgInfo of the new message
1100 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1102 2002-11-19 [christoph] 0.8.5claws170
1105 add parameter check for flag setting function
1106 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1108 2002-11-18 [paul] 0.8.5claws169
1111 more sensitivity fixes to redirect mode:
1112 * disable toolbar draft button
1113 * allow only Address book in the Tools menu
1114 * disable editing of message by the spell
1117 2002-11-18 [paul] 0.8.5claws168
1120 fix sensitivity of menu items in compose_redirect():
1121 allow only the necessary items
1123 2002-11-18 [paul] 0.8.5claws167
1126 fix bug [ 603259 ] 'attachment got lost on bounce'
1128 2002-11-18 [paul] 0.8.5claws166
1131 updated by Ruslan N. Balkin <baron@dartel.ru>
1133 2002-11-18 [colin] 0.8.5claws165
1137 Remove old filtering stuff
1140 2002-11-17 [oliver] 0.8.5claws164
1143 remove not needed typedef
1145 2002-11-17 [oliver] 0.8.5claws163
1148 make toolbar's on click events translatable
1150 2002-11-15 [colin] 0.8.5claws162
1153 Revert too-soon integration of a feature
1155 2002-11-15 [christoph] 0.8.5claws161
1158 use main's implementation of imap_get_msginfo
1160 2002-11-15 [christoph] 0.8.5claws160
1170 replace claws' fetch_msginfo with main's get_msginfo
1171 (use main's implementation where possible)
1173 2002-11-15 [colin] 0.8.5claws159
1175 * src/ssl_certificate.c
1178 2002-11-16 [melvin] 0.8.5claws158
1181 Updated French translations.
1183 2002-11-16 [colin] 0.8.5claws157
1185 * src/ssl_certificate.c
1186 Check for missing parts in the certificates
1188 2002-11-15 [colin] 0.8.5claws156
1191 Preventive fix (missing check) found by
1197 sync with 0.8.6 release
1199 2002-11-15 [colin] 0.8.5claws155
1203 Fix error handling of folder_item_move_to()
1206 2002-11-15 [colin] 0.8.5claws154
1210 folder_item_move_to() sets an error message instead
1211 of having GUI stuff in folder.c
1213 2002-11-15 [colin] 0.8.5claws153
1216 Implemented a callback for MsgInfo updates,
1217 heavily copy/pasted from Christoph's folder
1219 * src/summaryview.[ch]
1220 Register summary_update_msg as callback
1222 2002-11-14 [colin] 0.8.5claws152
1225 Update the FolderItem after sending (fixes 617593)
1227 2002-11-14 [christoph] 0.8.5claws151
1230 fix wrong position of NULL pointer check found
1233 2002-11-14 [christoph] 0.8.5claws150
1236 fix segfault when deleting messages from IMAP folders
1237 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1239 2002-11-14 [colin] 0.8.5claws149
1242 Forwarding was also ignoring the folder's default account.
1244 2002-11-14 [colin] 0.8.5claws148
1247 Fix sent folder not set to folder properties when
1250 2002-11-14 [thorsten] 0.8.5claws147
1253 inc_start(): Files were not moved from .processing to inbox,
1254 if no global processing rule existed
1256 2002-11-14 [colin] 0.8.5claws146
1258 * src/ssl_certificate
1261 2002-11-14 [paul] 0.8.5claws145
1264 updated by Alessandro Maestri
1266 2002-11-13 [alfons] 0.8.5claws144
1269 folder_item_close(): only mark messages unread
1270 when a folder has new messages
1272 2002-11-13 [keith] 0.8.5claws143
1275 Fix problem moving or copying between
1278 2002-11-13 [colin] 0.8.5claws142
1280 * src/matcher_parser_parse.y
1281 Fix rule problem when " don't match
1283 2002-11-13 [christoph] 0.8.5claws141
1287 moved cache saving to folder_item_close
1288 the folderview should not have to deal with
1291 2002-11-13 [christoph] 0.8.5claws140
1294 moved setting of important score to
1295 summary_set_prefs_from_folderitem
1297 2002-11-13 [colin] 0.8.5claws139
1299 * src/matcher_parser_parse.y
1300 Fix a segfault in the parser (happening when
1301 a good expression had been tested and a bad
1304 2002-11-13 [paul] 0.8.5claws138
1306 * sync with 0.8.5cvs24
1307 see ChangeLog 2002-11-13
1310 updated by Fabio Jr. Beneditto
1312 2002-11-13 [colin] 0.8.5claws137
1317 Revert last commit, problem
1319 2002-11-13 [colin] 0.8.5claws136
1322 Remove duplicated code
1324 Bumped CACHE_VERSION and MARK_VERSION
1326 Network endian for cache and mark files
1328 2002-11-12 [colin] 0.8.5claws135
1331 Fix the "socket error" dialog which disappeared
1333 2002-11-12 [colin] 0.8.5claws134
1336 Reverse last commit which had performance
1337 problems, but still reverse the list
1339 2002-11-12 [colin] 0.8.5claws133
1344 2002-11-12 [melvin] 0.8.5claws132
1347 Added a check for a NULL prefs_common.dictionary
1349 2002-11-12 [colin] 0.8.5claws131
1351 * src/ssl_certificate.[ch]
1354 2002-11-12 [colin] 0.8.5claws130
1356 * src/ssl_certificate.[ch]
1357 Take connection port into account for
1358 checking certificates (a single hostname
1359 could have multiple servers with multiple
1362 Pass the port to ssl_certificate_check
1364 2002-11-12 [paul] 0.8.5claws129
1367 fix a typo in last commit
1369 2002-11-12 [paul] 0.8.5claws128
1371 * sync with 0.8.5cvs23
1372 see ChangeLog entry 2002-11-12
1374 2002-11-11 [colin] 0.8.5claws127
1376 * src/ssl_certificate.c
1378 Don't popup, instead log error, if the
1379 corresponding pref is checked
1380 * src/ssl_certificate.h
1381 include <openssl/objects/h>
1383 2002-11-11 [colin] 0.8.5claws126
1385 * src/ssl_certificate.h
1388 2002-11-11 [colin] 0.8.5claws125
1390 * src/ssl_certificate.c
1393 2002-11-11 [colin] 0.8.5claws124
1397 * src/ssl_certificate.[ch]
1398 Cleaned a bit (better use of SSL API)
1399 (This will cause non-recognition of saved
1400 certificates of claws12[23]...)
1402 2002-11-11 [paul] 0.8.5claws123
1405 updated by Ricardo Mones Lastra
1407 2002-11-11 [colin] 0.8.5claws122
1412 2002-11-11 [colin] 0.8.5claws121
1414 * src/ssl_certificate.[ch] ** NEW FILES **
1416 Check SSL certificates presented to us
1418 Add ssl_certificate.[ch]
1420 Add ssl_certificate.c
1422 2002-11-11 [paul] 0.8.5claws120
1424 * sync with 0.8.5cvs22
1425 see ChangeLog 2002-11-11
1427 2002-11-11 [paul] 0.8.5claws119
1429 * sync with 0.8.5cvs21
1430 see ChangeLog 2002-11-11
1432 2002-11-10 [jens] 0.8.5claws118
1436 corrected some typing
1438 updated german translation
1440 cleaned up specfile and adjusted it for claws
1442 2002-11-10 [colin] 0.8.5claws117
1445 a STATUSBAR_PUSH/POP fix
1447 2002-11-10 [colin] 0.8.5claws116
1449 * src/prefs_folder_item.c
1450 Fix hanging after opening folder properties
1452 2002-11-10 [hoa] 0.8.5claws115
1454 * src/matcher_parser_lex.l
1455 * src/matcher_parser_parse.y
1456 config file for scoring and filtering is no more trashed
1457 when there is a syntax error in a filtering rule when
1458 editing it in a dialog.
1460 2002-11-09 [colin] 0.8.5claws114
1463 Added missing initialisation of folder->destroy()
1465 2002-11-09 [colin] 0.8.5claws113
1469 Fix the status bar messages
1471 2002-11-09 [colin] 0.8.5claws112
1474 Fix hangs after folder dnd, happening after
1477 2002-11-09 [christoph] 0.8.5claws111
1480 just changed order of calls (reverse order of
1483 lock inc when checking only one account, otherwise
1484 inc all could be executed at the same time
1486 2002-11-09 [christoph] 0.8.5claws110
1489 better unlock the mouse cursor before calling
1490 summary_show because it changes the cursor too
1492 2002-11-09 [christoph] 0.8.5claws109
1496 add functions to open and close a folder
1497 o opending will execute scanning for remote folders
1499 o closing will unset new flag for messages
1501 2002-11-09 [colin] 0.8.5claws108
1504 Add a call to prefs_matcher_write_config to
1505 avoid non-leaf folders filtering settings to be
1508 2002-11-09 [paul] 0.8.5claws107
1510 * src/prefs_account.c
1513 2002-11-09 [colin] 0.8.5claws106
1518 2002-11-09 [colin] 0.8.5claws105
1521 Fix prefs_filtering deletion for MH folders (same
1523 * src/prefs_filtering.c
1524 Fix prefs_filtering renaming and deletion for
1525 folder-based processing rules.
1527 2002-11-09 [christoph] 0.8.5claws104
1531 * src/folderview.[ch]
1537 * src/prefs_folder_item.c
1540 implement a callback system for folder item updates
1542 2002-11-09 [colin] 0.8.5claws103
1545 Fix prefs_filtering renaming for MH folders (we
1546 shouldn't rename by path as another folder could
1547 have the same hierarchy).
1549 2002-11-09 [colin] 0.8.5claws102
1552 Fix a leak found by Christoph, use better variable
1555 2002-11-09 [colin] 0.8.5claws101
1558 One more fix for processing rules
1560 2002-11-08 [colin] 0.8.5claws100
1563 Don't copy the compiled regexp (will be reevaluated)
1565 Lock folderview while moving
1567 Provide info on what's happening to the user
1569 2002-11-08 [colin] 0.8.5claws99
1572 Fix folder reordering after a move if parent is
1575 Add function to copy a ScoringProp
1576 * src/prefs_folder_item.c
1577 Copy scoring rules when copying a folder prefs
1579 2002-11-08 [colin] 0.8.5claws98
1582 Fixes in case of failure
1583 * src/filtering.[ch]
1584 Add function to duplicate a FilteringProp
1586 Add function to duplicate a MatcherProp
1587 * src/prefs_folder_item.c
1588 Save folder's processing rules when copying
1591 2002-11-08 [colin] 0.8.5claws97
1596 Change a printf to debug_print
1598 2002-11-08 [colin] 0.8.5claws96
1602 Fix segfaults, call me stupido
1605 2002-11-08 [colin] 0.8.5claws95
1608 Added forgotten prefs to save when moving folders
1610 2002-11-08 [colin] 0.8.5claws94
1613 Fixes to folder DND (prefs copy)
1615 Optimization for folder DND (don't rescan whole tree)
1616 Added folderview_create_folder_node() for this
1617 optimization, so de-duped a bit the code
1618 * src/prefs_folder_item.[ch]
1619 Added prefs_folder_item_copy_prefs()
1621 2002-11-08 [paul] 0.8.5claws93
1623 * src/prefs_account.c
1625 tools/kmail2sylpheed_v2.pl
1628 2002-11-08 [paul] 0.8.5claws92
1631 src/prefs_account.[ch]
1632 remove account options 'clearsign' and 'ascii_armored',
1633 replace with 'default_gnupg_mode' to prevent mixed-mode
1636 2002-11-08 [paul] 0.8.5claws91
1639 re-implement GnuPG 'on-the-fly' mode selection,
1642 2002-11-08 [colin] 0.8.5claws90
1645 src/prefs_folder_item.c
1646 Change "Property" to "Properties"
1648 2002-11-07 [colin] 0.8.5claws89
1652 Allow folder dropping to a root folder
1654 2002-11-07 [paul] 0.8.5claws88
1659 2002-11-07 [paul] 0.8.5claws87
1662 fix reply-to-list bug. closes bug report
1663 "[633382] reply-to-list broken in recent cvs"
1665 2002-11-07 [paul] 0.8.5claws86
1668 add a forgotten '#if USE_GPGME ... #endif'
1670 2002-11-07 [paul] 0.8.5claws85
1672 * sync with 0.8.5cvs20
1673 see ChangeLog 2002-11-07
1675 2002-11-07 [colin] 0.8.5claws84
1678 Change folder_item_move_to to return the newly
1681 Select the new folderitem after moving.
1683 2002-11-07 [colin] 0.8.5claws83
1685 * src/prefs_filtering.c
1686 Fix rule rewriting when moving a leaf folder to a
1689 2002-11-07 [colin] 0.8.5claws82
1691 * src/prefs_filtering.c
1694 2002-11-07 [colin] 0.8.5claws81
1697 Add folder_item_move_to() function to move a
1698 folderitem into another one (updates matcher etc)
1700 Add folder drag'n drop (context menu to come)
1701 [Should be dataloss free, but Please backup before
1704 2002-11-06 [colin] 0.8.5claws80
1707 mh_create_folder() returns NULL if can't create
1710 2002-11-06 [paul] 0.8.5claws79
1713 allow 'on-the-fly' changing of the type of encryption
1714 and/or signing used (mime/ascii) via the compose window
1716 2002-11-06 [paul] 0.8.5claws78
1718 * sync with 0.8.5cvs19
1719 see ChangeLog 2002-11-06 for src/account.c:
1720 account_get_special_folder()
1722 2002-11-05 [alfons] 0.8.5claws77
1725 very minor cleanups: nothing to see here, move on. :-)
1727 2002-11-05 [colin] 0.8.5claws76
1730 Changes choices if compose windows are opened to
1731 Discard, Draft, Don't quit
1733 2002-11-05 [thorsten] 0.8.5claws75
1736 reenabled default_reply_to folder option
1738 2002-11-05 [colin] 0.8.5claws74
1745 add clean_quit() for the SIGTERM handler
1747 2002-11-05 [paul] 0.8.5claws73
1750 updated by Ricardo Mones Lastra
1752 2002-11-05 [melvin] 0.8.5claws72
1755 Fixed log-clipping bug #616795.
1756 To stop logging in the log window use 0 length.
1757 * src/prefs_common.c
1758 Added a label to inform about the 0 log length behaviour.
1760 2002-11-05 [paul] 0.8.5claws71
1762 * sync with 0.8.5cvs17
1763 see ChangeLog 2002-11-05
1765 2002-11-04 [paul] 0.8.5claws70
1767 * sylpheed-128x128.png
1770 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1771 <nikai@users.sourceforge.net>
1774 updated by George Danchev
1776 2002-11-03 [thorsten] 0.8.5claws69
1781 add check if gpg is active
1783 2002-11-03 [thorsten] 0.8.5claws68
1786 removed GSList declaration causing trouble on MacOS-X
1787 (submitted by alfons, reported by xfesty)
1789 2002-11-01 [paul] 0.8.5claws67
1792 remove last remnants of main's filter code
1794 2002-11-01 [paul] 0.8.5claws66
1796 * tools/filter_conv.pl
1797 fix bug where user-defined headers were ignored
1799 2002-11-01 [paul] 0.8.5claws65
1802 make a debug_print() not translatable
1804 2002-10-31 [melvin] 0.8.5claws64
1807 Fixed --disable-aspell-test. Now --disable-aspell-test will
1808 not run any GNU/aspell test. The dictionary path will
1809 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1810 was given, in which case, it will be $prefix/lib/aspell/
1812 Fixed typo in commentary (Aspell code).
1814 2002-10-31 [paul] 0.8.5claws63
1817 remove src/filter.c and src/prefs_filter.c
1818 thanks to Ricardo for reminding me
1820 2002-10-31 [colin] 0.8.5claws62
1825 2002-10-31 [paul] 0.8.5claws61
1827 * src/prefs_filter.[ch] ** REMOVED **
1828 src/filter.[ch] ** REMOVED **
1837 src/prefs_filtering.c
1838 src/summaryview.[ch]
1839 remove main's 'filter' code
1842 update to reflect removal of main's filter
1844 2002-10-31 [paul] 0.8.5claws60
1847 remove check for global_processing in summary_filter_open().
1848 This fixes the bug where if the user uses the right-click
1849 'Create filter rule...' and doesn't have any filter rules
1850 already defined in claws' advanced filtering, the newly
1851 created filter rule goes to main's filtering which is
1852 inaccessible through the gui. Now the filter rule gets added
1853 to claws' filtering by default.
1855 2002-10-28 [melvin] 0.8.5claws59
1857 * src/prefs_actions.c
1858 Fixed bug #627322 where MIME parts were not always
1859 correctly passed to a %p action
1860 Display an error dialog when message filename is not found.
1862 2002-10-28 [melvin] 0.8.5claws58
1864 * src/prefs_common.c
1865 Readded a missing function declaration lost in 0.8.3claws34
1867 2002-10-28 [paul] 0.8.5claws57
1869 * sync with 0.8.5cvs15
1870 see ChangeLog 2002-10-28 and 2002-10-25
1872 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1874 2002-10-27 [oliver] 0.8.5claws56
1877 plug leak in pop3_top_recv
1879 2002-10-26 [christoph] 0.8.5claws55
1882 set need_update folder flag when messages are added
1883 (closes bug [ 626922 ] folder not updated after receiving)
1885 2002-10-25 [melvin] 0.8.5claws54
1888 Fixed a memleak introduced in the scaling code.
1890 2002-10-24 [alfons] 0.8.5claws53
1893 make filtering's forward message action forward from the
1895 (closes bug [628089 ] Filter -> Forward from address problem
1898 2002-10-24 [christoph] 0.8.5claws52
1902 o use manual of current locale or english if current
1903 locale is not available (and english is available)
1904 o also link to sylpheed doc project manuals
1906 2002-10-23 [paul] 0.8.5claws51
1909 tools/kmail2sylpheed_v2.pl
1910 add new version of kmail addressbook importer script.
1911 works with newer versions of Kmail/KAddressBook which
1912 have new and rearranged data.
1914 2002-10-23 [martin] 0.8.5claws50
1920 added length parameter to get_abbrev_newsgroup_name()
1921 changed this function so that it abbreviates the newsgroup
1922 names only so long it is smaller than the length parameter
1923 (for better reading of some newsgroup names and space efficiency)
1925 2002-10-22 [colin] 0.8.5claws49
1928 Revert Alfons' last modification (after voting ;-))
1930 2002-10-21 [alfons] 0.8.5claws48
1933 folder view in folder selection dialog reflects state of
1934 folder view in main window
1936 2002-10-18 [alfons] 0.8.5claws47
1939 drop imported messages in folder selected by user,
1940 and not in the inbox
1941 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1943 2002-10-18 [alfons] 0.8.5claws46
1946 make automagic reply work correctly for email accounts
1947 (whether it's viable to do a full sync with Hiro's
1948 compose.c is still under discussion)
1950 2002-10-18 [melvin] 0.8.5claws45
1952 * src/prefs_actions.c
1953 Fixed bug #622275 where asynchroneous actions left
1955 Made (synchroneous) actions' input be displayed live.
1957 2002-10-18 [christoph] 0.8.5claws44
1960 don't add a newline in the textview in front of the
1961 first textpart if header display is disabled
1962 (closes bug [ 603385 ] disabled header display leaves blank
1965 2002-10-18 [christoph] 0.8.5claws43
1972 folder->get_num_list now returns an error code
1973 (closes bug [ 609424 ] News cache cleared on failure)
1975 2002-10-17 [colin] 0.8.5claws42
1978 Changed a printf by debug_print
1982 * tools/OOo2sylpheed.pl
1983 allow for spaces in the name of the
1984 file to be attached.
1986 2002-10-16 [colin] 0.8.5claws41
1989 Use a tristate to change online mode
1991 2002-10-16 [paul] 0.8.5claws40
1994 updated by Ricardo Mones Lastra
1996 2002-10-16 [colin] 0.8.5claws39
2000 Added --online and --offline command-line
2003 2002-10-15 [christoph] 0.8.5claws38
2006 set mimeinfo->name to NULL after g_free to
2007 avoid double freeing with g_free
2009 2002-10-14 [christoph] 0.8.5claws37
2014 remove calls to folder->change_flags that are now
2015 done by procmsg flag functions (seems it is not
2016 used by any foldertype anyway)
2018 init folder->change_flags with NULL
2020 2002-10-14 [christoph] 0.8.5claws36
2024 use virtual functions for folder item new and destroy
2027 2002-10-14 [melvin] 0.8.5claws35
2030 Added a test to not run the spell checker if no default
2031 dictionary is available. No dialog is displayed though.
2033 2002-10-14 [melvin] 0.8.5claws34
2036 Fixed bug in dictionary list context menu where
2037 "More..." pointed to an emtpy submenu if the
2038 number of dictionaries is a multiple of 15
2039 Removed unneeded code in suggestions list creation
2041 2002-10-14 [paul] 0.8.5claws33
2044 updated by George Danchev
2046 2002-10-13 [hoa] 0.8.5claws32
2049 src/matcher_parser_parser.y
2050 removed the escaped string from internal structure
2053 2002-10-12 [colin] 0.8.5claws31
2055 * src/gtksctree.[ch]
2057 Removed useless function gtksctree_reanchor
2059 2002-10-12 [alfons] 0.8.5claws30
2061 * sync with remaining main changes 2002-10-09 - 2002-10-11
2062 - drop changes to src/compose.c (requires claws specific changes)
2064 2002-10-12 [alfons] 0.8.5claws29
2066 * sync with main changes of 2002-10-08
2067 - drop changes to src/compose.c (requires claws specific changes)
2068 - drop changes to src/summaryview.c (requires changes to compose.c)
2070 2002-10-12 [alfons] 0.8.5claws28
2072 * sync with main changes of 2002-10-07
2074 2002-10-12 [alfons] 0.8.5claws27
2076 * sync with main changes of 2002-10-04
2077 - drop changes to src/compose.c (requires claws specific changes)
2078 - drop changes to src/prefs_folder_item.c (claws implementation
2079 seems to be working)
2081 2002-10-12 [colin] 0.8.5claws26
2084 Fix folder-flicker when space-reading, introduced
2087 2002-10-12 [colin] 0.8.5claws25
2090 Save account address when saving as draft.
2093 2002-10-12 [colin] 0.8.5claws24
2096 Fix the problem consisting of no message selected
2097 after the last message in a folder has been moved.
2099 2002-10-12 [paul] 0.8.5claws23
2102 src/prefs_template.c
2104 add Cc and Bcc to templates. Patch submitted by
2107 2002-10-12 [colin] 0.8.5claws22
2110 Fix a bug after "Check for new messages":
2111 If a folder was opened, it was still selected at
2112 the end of the check, but displayed empty.
2114 Remove unnecessary check
2119 be more verbose in the description of
2123 2002-10-11 [colin] 0.8.5claws21
2126 Make space work (better) when no mail is selected
2128 2002-10-11 [colin] 0.8.5claws20
2134 2002-10-11 [colin] 0.8.5claws19
2137 revert 0.8.5claws6 changes as i couldn't get to
2140 2002-10-11 [melvin] 0.8.5claws18
2143 Removed buggy and unused macro (should have been committed in
2146 2002-10-11 [melvin] 0.8.5claws17
2149 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
2151 2002-10-11 [thorsten] 0.8.5claws16
2154 remove rescan warning
2156 2002-10-11 [colin] 0.8.5claws15
2159 fix a segfault that happens if conv_unmime_header
2160 fails (should be better to find out why it fails)
2162 2002-10-11 [christoph] 0.8.5claws14
2165 update folderview stats after ignore/unignore thread
2167 2002-10-11 [hoa] 0.8.5claws13
2169 * src/quote_fmt_parse.y
2170 Fixed a yacc/bison syntax error
2172 Escaping of string is fixed.
2174 2002-10-11 [colin] 0.8.5claws12
2177 Resize images to fit
2179 2002-10-11 [paul] 0.8.5claws11
2182 updated by Ricardo Mones Lastra
2184 2002-10-10 [alfons] 0.8.5claws10
2187 allow dropping files by "moving" files from a file manager,
2188 not only by the more cumbersome "copying". the latter
2189 mostly implies holding down the Control button
2191 2002-10-10 [christoph] 0.8.5claws9
2194 update folders after thread building for ignored threads
2196 2002-10-10 [christoph] 0.8.5claws8
2200 * src/filtering.[ch]
2202 * src/folderview.[ch]
2207 * src/summaryview.[ch]
2208 o added new flag need_update to FolderItem
2209 o removed folder_table from various functions from tracking
2211 o set need_update flags in folder.c's move, copy and delete
2212 functions and procmsg's flags functions
2213 o added function folderview_update_items_when_required that
2214 updates all folders with need_update set
2215 o call folderview_update_items_when_required instead of
2216 folderview_update_item_foreach
2218 2002-10-09 [sergey] 0.8.5claws7
2221 Strip CRs whel loading the text into editor in reedit mode.
2223 2002-10-09 [colin] 0.8.5claws6
2226 Make Space work when no mail is selected
2228 2002-10-09 [colin] 0.8.5claws5
2230 * src/gtksctree.[ch]
2232 Add gtk_sctree_reanchor()
2234 Use gtk_sctree_reanchor() - better fix for
2237 2002-10-09 [colin] 0.8.5claws4
2240 Fix shift-click select after delete problem
2243 2002-10-08 [thorsten] 0.8.5claws3
2246 exclude current msg from -hide read messages-
2248 2002-10-08 [colin] 0.8.5claws2
2253 Differentiate socket errors from disk full
2256 2002-10-08 [christoph] 0.8.5claws1
2260 modifications for new config directory
2262 * config.guess ** REMOVED **
2263 * config.sub ** REMOVED **
2264 * install-sh ** REMOVED **
2265 * ltmain.sh ** REMOVED **
2266 * missing ** REMOVED **
2267 * mkinstalldirs ** REMOVED **
2268 these files are autogenerated by automake
2269 when you run autogen.sh
2271 * config/.cvsignore ** NEW FILE **
2272 * config/Makefile.am ** NEW FILE **
2273 ignore autogenerated files
2274 create a Makefile in this directory
2276 2002-10-08 [paul] 0.8.5claws
2278 * 0.8.5claws release
2283 fix quote reply format for newsgroups reply bug
2288 updated by me and Witold Wladyslaw Wojciech Wilk
2291 2002-10-07 [paul] 0.8.3claws53
2296 updated messages catalogs, submitted by
2297 Alessandro Maestri, Fabio Jr.Beneditto
2298 and Urke MMI, respectively.
2300 2002-10-07 [christoph] 0.8.3claws52
2305 fix new folder ghost message bug
2306 (closes bug [ 619722 ] wrong count for newly created folders)
2308 2002-10-07 [christoph] 0.8.3claws51
2311 fix news posting problem
2313 2002-10-07 [melvin] 0.8.3claws50
2316 Updated French translation
2318 2002-10-05 [christoph] 0.8.3claws49
2321 check if line_start_cache is set in gtk_stext_update_text
2322 (closes bug [ 618119 ] crash while doing search in folder)
2324 2002-10-05 [christoph] 0.8.3claws48
2330 implement cache cleanups for claws' folder system
2331 (closes bug [ 595916 ] imapcache not cleaned up)
2333 2002-10-05 [melvin] 0.8.3claws47
2335 * src/prefs_actions.c
2336 Made the help text more clear for the %p token
2338 2002-10-04 [paul] 0.8.3claws46
2341 see ChangeLog 2002-10-02 and 2002-10-03
2343 2002-10-04 [christoph] 0.8.3claws45
2346 fix segfault caused by pop before smtp
2347 call to inc_account_mail with NULL
2350 2002-10-04 [paul] 0.8.3claws44
2353 sync the LDAP detection from 0.8.5cvs1
2355 2002-10-02 [christoph] 0.8.3claws43
2358 fix small spelling error
2360 2002-10-02 [melvin] 0.8.3claws42
2363 Behave better and say "no" when test program cannot be run.
2365 2002-10-02 [paul] 0.8.3claws41
2367 * sync with 0.8.4cvs1
2368 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2371 toggle the behavior of Reply menuitem between
2372 normal reply and reply-to-list
2374 2002-10-01 [sergey] 0.8.3claws40
2377 Convert newlines in the message text to the canonical form
2378 before base64 encoding (RFC2045 compliance, fixes some
2379 interoperability issues with Evolution 1.0.3)
2381 2002-09-29 [colin] 0.8.3claws39
2384 Fix an unwanted copy/paste
2386 2002-09-29 [colin] 0.8.3claws38
2389 Renamed "Custom toolbar" to "Customize toolbar"
2390 Renamed "Show all header" to "Show all headers"
2391 Renamed "Set diplay item" to "Set displayed items"
2392 * src/prefs_common.c
2393 Renamed "Show all header" to "Show all headers"
2394 * src/prefs_summary_column.c
2395 Renamed "diplay item" to "displayed items"
2397 2002-09-29 [colin] 0.8.3claws37
2399 * src/mainwindow.[ch]
2400 online/offline status pixmaps follow theme
2402 * src/summaryview.[ch]
2403 quicksearch pixmap follows theme changes
2405 2002-09-29 [thorsten] 0.8.3claws36
2408 src/prefs_folder_item.[ch]
2409 add default_reply_to folder option (closes patch 581044)
2411 2002-09-29 [christoph] 0.8.3claws35
2413 * acconfig.h ** REMOVED **
2417 * ac/gnupg-check-typedef.m4
2418 fix autoheader 2.50 warning
2420 2002-09-29 [christoph] 0.8.3claws34
2422 * major code cleanup (part 2)
2424 - unused variables removed
2425 - unused functions removed
2426 - uninitialized variables checked
2427 - missing return statements added
2428 - missing function return types added
2429 - added parentheses around assignment
2430 when suggested by gcc
2432 2002-09-29 [alfons] 0.8.3claws33
2435 log_window_clear(): only bracket gtk_text_forward_delete()
2436 with gtk_text_freeze() / gtk_text_thaw() (see if this
2437 works around GTK text bug)
2439 2002-09-29 [paul] 0.8.3claws32
2443 updated by George Danchev and Urke MMI
2446 2002-09-27 [christoph] 0.8.3claws31
2448 * doc-src/readme.txt
2449 * doc-src/rfc1806.txt ** REMOVED **
2450 * doc-src/rfc2183.txt ** NEW FILE **
2451 * doc-src/rfc2980.txt ** NEW FILE **
2454 2002-09-27 [melvin] 0.8.3claws30
2457 Fixed typo which could break linking
2459 2002-09-27 [melvin] 0.8.3claws29
2462 Improved GNU/aspell checking.
2465 2002-09-27 [paul] 0.8.3claws28
2467 * sync with 0.8.3cvs8
2468 see ChangeLog 2002-09-27
2470 2002-09-26 [colin] 0.8.3claws27
2474 Add "Reply to Mailing-list" to the toolbar
2476 2002-09-26 [christoph] 0.8.3claws26
2479 Fix wrong message counts in summaryview status
2481 2002-09-26 [paul] 0.8.3claws25
2483 * sync with 0.8.3cvs7
2484 see ChangeLog 2002-09-26
2486 2002-09-26 [paul] 0.8.3claws24
2488 * sync with 0.8.3cvs6
2489 see ChangeLog 2002-09-25
2491 2002-09-25 [christoph] 0.8.3claws23
2493 * src/prefs_common.c
2494 * src/prefs_folder_item.c
2495 * src/prefs_scoring.c
2496 Renamed "kill score" to "hide score" in GUI
2499 2002-09-25 [paul] 0.8.3claws22
2501 * sync with 0.8.3cvs5
2502 see ChangeLog 2002-09-24
2504 2002-09-24 [alfons] 0.8.3claws21
2506 patch by Satoshi Nagayasu: allows appending / saving multiple
2507 selected files (closes "[ 612279 ] save multiple mesg(s) in
2511 add Satoshi Nagayasu
2513 summary_save_as(): allow saving selected files to
2515 summary_set_menu_sensitive: enable "Save As..." when
2516 multiple files are selected
2518 append_file(): new function
2520 2002-09-24 [colin] 0.8.3claws20
2523 Fix segfault when mimeinfo doesn't have a
2526 2002-09-24 [colin] 0.8.3claws19
2528 * src/prefs_common.[ch]
2529 Add a preference to display send dialog or not
2531 Display send dialog according to preference
2533 2002-09-24 [colin] 0.8.3claws18
2536 Disable user actions when sending
2538 2002-09-24 [colin] 0.8.3claws17
2541 Do not display name or filename for attachments
2542 with an application/pgp-signature type
2543 (security flaw, see bug 537413)
2545 2002-09-23 [colin] 0.8.3claws16
2548 Initialize entry_email, entry_alias and
2549 entry_remarks to first email address of the list
2551 2002-09-23 [colin] 0.83claws15
2554 Drop pgp-signature when reediting a signed queued
2557 2002-09-23 [melvin] 0.8.3claws14
2560 Updated French translation
2562 2002-09-23 [melvin] 0.8.3claws13
2565 Made custom toolbar menu labels more consistent
2566 * src/prefs_toolbar.c
2567 Made custom toolbar window title more consistent
2569 2002-09-22 [colin] 0.8.3claws12
2572 Initialize session type to normal before getting
2573 mail (fixes strange Get behaviour)
2574 * src/prefs_account.h
2575 Move STYPE_POP_BEFORE_SMTP to last position to
2576 avoid other side-effects
2578 2002-09-22 [colin] 0.8.3claws11
2580 * src/prefs_account.c
2581 Fix pop_bfr_smtp_tm_entry sensivity when switching
2582 from pop3 to apop or vice-versa
2584 2002-09-22 [colin] 0.8.3claws10
2586 * src/prefs_account.[ch]
2587 Add an option for the POP before SMTP timeout
2589 Remember time of last POP connection
2591 Do POP before SMTP only if timeout reached
2593 2002-09-22 [oliver] 0.8.3claws9
2596 explain custom toolbar
2598 2002-09-22 [oliver] 0.8.3claws8
2600 * src/prefs_actions.[ch]
2601 custom toolbar for compose
2602 actions callback from compose toolbar
2604 remove include toolbar.h
2606 2002-09-22 [oliver] 0.8.3claws7
2608 * src/prefs_toolbar.[ch]
2609 custom toolbar for compose
2610 - generic prefs_toolbar handles both
2611 Mainwin's toolbar as well as Compose toolbar
2613 2002-09-22 [oliver] 0.8.3claws6
2616 custom toolbar for compose
2617 restructure toolbar.[ch]
2619 2002-09-22 [oliver] 0.8.3claws5
2622 custom toolbar for compose
2624 2002-09-22 [oliver] 0.8.3claws4
2626 * src/mainwindow.[ch]
2627 custom toolbar for compose
2628 move mainwin toolbar back to mainwindow
2630 2002-09-22 [alfons] 0.8.3claws3
2637 2002-09-22 [alfons] 0.8.3claws2
2640 procmsg_save_to_outbox(): don't unlink message file from queue;
2641 callers should do it using folder_item_remove_msg()
2643 2002-09-22 [colin] 0.8.3claws1
2646 Made mimeview_check_signature() public
2648 Made GPG signatures verifiable by clicking
2649 the [application/pgp-signature] in the Text
2652 2002-09-22 [paul] 0.8.3claws
2661 updated translations, submitted by George Danchev,
2662 me, Ricardo Mones Lastra, Alessandro Maestri,
2663 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2664 and Urke MMI, respectively.
2666 2002-09-22 [alfons] 0.8.2claws65
2670 no furry valgrinds have been used to plug these memleaks
2672 2002-09-20 [paul] 0.8.2claws64
2674 * sync with 0.8.3cvs4
2675 'Select thread' re-implemented
2676 see ChangeLog 2002-09-20
2678 2002-09-21 [alfons] 0.8.2claws63
2681 compose_send(): plug unnoticed memleak
2683 2002-09-20 [alfons] 0.8.2claws62
2686 replace_address_in_edit(): strict check for NULL address to
2687 fix "[ 607348 ] Segfault in address completion". My guess is
2688 that this happens with an empty address book, but it's good
2689 to have this check here anyway
2691 completion_window_button_press(): free string returned
2692 from the internal cache
2694 2002-09-20 [christoph] 0.8.2claws61
2697 added ENC_BINARY to EncodingType
2699 the string returned by procmime_get_encoding_str
2700 should not depend on the order of values in the
2701 EncodingType definition
2702 * doc-src/rfc1806.txt ** NEW FILE **
2703 Added rfc1806 about MIME Content-Disposition
2706 2002-09-19 [paul] 0.8.2claws60
2708 * sync with 0.8.2cvs3
2709 see ChangeLog 2002-09-19
2711 2002-09-19 [paul] 0.8.2claws59
2713 * src/prefs_folder_item.c
2714 revert to Darko's original alignment of colour
2716 add a colon to folder_color label
2719 add Colin's patch (with Hiro's modifications) to
2720 force BASE64 encoding for 8-bit text when signing
2721 (sync with 0.8.3cvs2)
2723 2002-09-18 [alfons] 0.8.2claws58
2728 (beautify a little bit)
2730 2002-09-18 [christoph] 0.8.2claws57
2733 fix handling of fgetc return value
2735 2002-09-17 [alfons] 0.8.2claws56
2738 summary_sort(): check non-NULL summaryview->folder_item when no
2739 folder is selected at all
2740 (closes "[ 610344 ] sort label make syl Crash")
2742 2002-09-17 [alfons] 0.8.2claws55
2745 beautify a little bit
2747 2002-09-17 [christoph] 0.8.2claws54
2750 initialize max values for cache and folder
2751 when cache or folder is empty
2753 2002-09-15 [colin] 0.8.2claws53
2756 Fix a leak (thanks Alfons!) and cleaned
2757 variables names for custom headers
2759 2002-09-15 [colin] 0.8.2claws52
2762 Fix custom headers recognition when
2763 prefs_common.trans_hdr is on
2765 2002-09-15 [colin] 0.8.2claws51
2768 Allow dynamically-added custom headers
2769 Yet not reparsed if reedited
2771 2002-09-15 [alfons] 0.8.2claws50
2773 * src/prefs_account.c
2776 2002-09-15 [colin] 0.8.2claws49
2778 * src/prefs_account.c
2779 fix pop_before_smtp sensitivity
2781 2002-09-15 [colin] 0.8.2claws48
2784 add inc_pop_before_smtp()
2785 allow MainWindow to be undefined in
2786 inc_account_mail() and inc_start()
2789 add STYPE_POP_BEFORE_SMTP session type
2790 * src/prefs_account.c
2791 activated pop before smtp option
2793 do pop before smtp if the relevant option
2796 2002-09-15 [paul] 0.8.2claws47
2799 see ChangeLog 2002-09-15
2801 2002-09-14 [paul] 0.8.2claws46
2804 updated Bulgarian translation, submitted by
2807 2002-09-13 [paul] 0.8.2claws45
2810 merge claws' select_account() with main's
2811 (new) compose_select_account(). [sync with
2812 0.8.2cvs15, see ChangeLog 2002-09-11]
2814 2002-09-12 [christoph] 0.8.2claws44
2817 allocate 1 elements of FolderItem not 0
2819 2002-09-12 [colin] 0.8.2claws43
2822 Fix bug #590825 (obey Follow-up: poster)
2824 2002-09-12 [colin] 0.8.2claws42
2827 Fix bug #557009 (wrong headers for messages
2828 forwarded as attachments)
2830 2002-09-11 [colin] 0.8.2claws41
2833 Put SCF: pseudo-header on top of message
2834 Set draft tmp_flag when saved as draft
2838 Skip after first \n\n for beginning of real message
2841 2002-09-11 [christoph] 0.8.2claws40
2844 use procmsg flag functions in filtering or processing
2845 will cause incorrect folder message counts
2847 2002-09-11 [colin] 0.8.2claws39
2850 Fix bug #550175 - wrong save folder when reediting
2853 2002-09-11 [paul] 0.8.2claws38
2855 * sync with 0.8.2cvs14
2856 see ChangeLog 2002-09-11
2858 2002-09-11 [colin] 0.8.2claws37
2861 Fix a typo (seeming to cause new/unread status to
2864 2002-09-10 [christoph] 0.8.2claws36
2867 compose_redirect should not use compose_generic_new
2868 because that does more stuff than expected including
2869 opening the external editor
2870 (closes bug "[ 526608 ] bounced messages appear blank
2873 2002-09-10 [christoph] 0.8.2claws35
2876 fix problem with too large message number range
2877 causing a crash in folder_item_scan
2879 2002-09-10 [paul] 0.8.2claws34
2881 * sync with 0.8.2cvs13
2882 see ChangeLog 2002-09-10
2884 2002-09-10 [christoph] 0.8.2claws33
2887 set MsgInfo TmpFlags for queue and draft folders
2888 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2890 2002-09-10 [paul] 0.8.2claws32
2893 po/bg.po ** NEW FILE **
2894 new Bulgarian translation submitted by
2895 George Danchev <danchev@spnet.net>
2899 tools/tb2sylpheed ** NEW FILE **
2900 add script that converts an addressbook exported
2901 from The Bat! into a Sylpheed addressbook. Submitted
2902 by Urke MMI <urke-kg@eunet.yu>
2904 2002-09-10 [paul] 0.8.2claws31
2906 * sync with 0.8.2cvs12
2907 see ChangeLog 2002-09-10
2909 2002-09-06 [paul] 0.8.2claws30
2911 * src/prefs_common.c
2912 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2916 tools/ldif-to-xml.py ** REMOVED **
2917 remove obsolete python script
2919 2002-09-06 [paul] 0.8.2claws29
2921 * sync with 0.8.2cvs10
2922 see ChangeLog 2002-09-06
2924 2002-09-04 [paul] 0.8.2claws28
2926 * sync with 0.8.2cvs9
2927 see ChangeLog 2002-08-04
2929 2002-09-04 [colin] 0.8.2claws27
2931 * src/prefs_common.[ch]
2932 Added signature color configuration
2934 Use user-specified signature color
2936 2002-09-03 [colin] 0.8.2claws26
2938 * src/prefs_common.[ch]
2939 Added autosave and autosave_length prefs
2941 Added compose_remove_draft()
2942 Auto-save drafts according to the prefs
2944 Added a crash-indicator file, allowing to check
2945 for new messages on startup if Sylpheed crashed
2946 (makes saved drafts "reappear")
2948 2002-09-03 [colin] 0.8.2claws25
2953 2002-09-03 [paul] 0.8.2claws24
2955 * sync with 0.8.2cvs8
2956 see ChangeLog 2002-09-02 and 2002-09-03
2958 2002-09-03 [darko] 0.8.2claws23
2961 use normal style when creating new folder to pick
2964 2002-09-02 [melvin] 0.8.2claws22
2967 removed some obsolete code
2969 2002-09-02 [melvin] 0.8.2claws21
2972 fixed test's equality sign (== to =)
2974 2002-09-02 [alfons] 0.8.2claws20
2978 revert change of 0.8.2claws16 and use the mh_folder_destroy
2979 as folder->destroy virtual as suggested by Hiro
2980 (the mh.c code seems to have been lost around mh.c.1.21)
2982 2002-09-02 [paul] 0.8.2claws19
2985 updated by Fabio Jr. Beneditto
2988 use 'http://claws.sylpheed.org' for homepage link.
2989 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2991 2002-09-01 [alfons] 0.8.2claws18
2994 plug memleak related to one Martin Kluge found
2996 2002-08-31 [paul] 0.8.2claws17
2998 * sync with 0.8.2cvs6
2999 see ChangeLog 2002-08-30
3001 2002-08-31 [alfons] 0.8.2claws16
3004 folder_destroy(): remove mailbox from folderlist even if it has
3007 2002-08-31 [alfons] 0.8.2claws15
3012 (being pedantic I know)
3014 2002-08-31 [alfons] 0.8.2claws14
3017 check for NULL pointers returned from folder->fetch_msginfo virtual
3018 (should solve some reported crashes)
3020 2002-08-30 [alfons] 0.8.2claws13
3025 enable crash dialog on compilation time
3026 (--enable-crash-dialog configure option)
3028 2002-08-30 [alfons] 0.8.2claws12
3033 apply memory leak plug patch by Martin Kluge
3034 (closes patch "[ 602568 ] patch for 602441 little memory leak",
3035 bug "[ 599677 ] Very small memory leak in 0.81claws115",
3036 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
3038 2002-08-30 [darko] 0.8.2claws11
3041 copy Gtk style from normal style to match
3042 font size for coloured folders
3044 2002-08-29 [alfons] 0.8.2claws10
3047 Type=Internet <- Type=Application
3048 (reported by Michael Schwendt, see:
3049 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
3050 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
3052 2002-08-29 [paul] 0.8.2claws9
3054 * sync with 0.8.2cvs5
3055 see ChangeLog 2002-08-29
3057 2002-08-29 [colin] 0.8.2claws8
3060 Added a sanity check in summary_select_thread
3061 Should fix bug 601605
3063 2002-08-29 [colin] 0.8.2claws7
3066 Revert claws6 changes regarding bug #591676
3068 2002-08-28 [colin] 0.8.2claws6
3071 Ignore cache for queue folderitems
3074 2002-08-28 [melvin] 0.8.2claws5
3079 2002-08-28 [melvin] 0.8.2claws4
3082 Updated a bit the text concerning the spell checker
3084 2002-08-28 [melvin] 0.8.2claws3
3086 Merged the GNU_aspell_branch:
3087 Support of new GNU/aspell is now included and the old pspell
3088 is not supported anymore.
3092 Updated spell checker text to reflect the switch to GNU/aspell
3094 * ac/aspell.m4 *** NEW ***
3095 * src/gtkaspell.[ch] *** NEW ***
3096 * ac/pspell.m4 *** DELETED ***
3097 * src/gtkspell.[ch] *** DELETED ***
3100 Updated for GNU/aspell support
3103 Replaced gtkspell.c by gtkaspell.c
3111 * src/prefs_common.[ch]
3112 Updated for GNU/aspell support
3114 2002-08-28 [paul] 0.8.2claws2
3116 * sync with 0.8.2cvs4
3117 see ChangeLog 2002-08-27 and 2002-08-28
3119 2002-08-28 [colin] 0.8.2claws1
3121 * src/summary_search.c
3124 2002-08-28 [jens] 0.8.2claws
3127 Updated German translations
3129 2002-08-27 [melvin] 0.8.2claws
3132 Updated French translations
3134 2002-08-27 [paul] 0.8.2claws
3136 * sync with 0.8.2 main release
3144 updated message catalogs submitted by
3145 Ricardo Mones Lastra, Alessandro Maestri,
3146 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
3147 Beneditto and Urke MMI
3149 2002-08-27 [hoa] 0.8.1claws123
3151 * src/mainwindow.[ch]
3152 * src/summaryview.[ch]
3153 removed the "filter setting" menu option.
3154 add a "cancel a news message" menu option.
3156 2002-08-26 [martin] 0.8.1claws122
3159 changed string under 0.8.1claws79 changed by myself
3162 2002-08-26 [martin] 0.8.1claws121
3165 added kill command to debuggerrc to start crash dialog
3167 2002-08-26 [paul] 0.8.1claws120
3169 * sync with 0.8.1cvs31
3170 see ChangeLog 2002-08-26
3172 2002-08-25 [alfons] 0.8.1claws119
3175 fix bug that didn't send out correct headers to news server
3176 when sending news article and email from queue (bug reported
3177 and patch provided by Tim Mann; closes bug
3178 "[ 583196 ] 0.7.8claws can't post news")
3180 2002-08-25 [alfons] 0.8.1claws118
3182 * src/selective_download.c
3183 mark two strings as translatable
3184 (thanks to Urke MMI for pointing this out)
3186 2002-08-25 [alfons] 0.8.1claws117
3189 treat sent boxes as special and allow sorting them by addressee
3190 (closes "[ 589418 ] Sent folder sorting misbehavior"
3191 submitted by Steve Lamb)
3193 2002-08-24 [alfons] 0.8.1claws116
3196 fix memleak reported by Martin Kluge
3197 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
3199 2002-08-24 [oliver] 0.8.1claws115
3201 * src/prefs_toolbar.c
3202 o code cleanup as suggested by Alfons
3205 2002-08-24 [alfons] 0.8.1claws114
3208 o fix another memory leak reported by Martin Kluge
3209 (see "[ 599568 ] Small Memory Leak")
3210 o remove 'from' variable from 'summary_set_header()'; we can
3213 2002-08-24 [paul] 0.8.1claws113
3215 * sync with 0.8.1cvs30
3216 see ChangeLog 2002-08-23
3218 2002-08-24 [alfons] 0.8.1claws112
3221 remove unnecessary allocations for search bar fixing leaks
3222 reported by Martin Kluge
3223 (see "[ 599451 ] Further memory leaks?")
3225 2002-08-24 [alfons] 0.8.1claws111
3228 make get_socket_name() public for crash.c
3230 o make report bug button work (goes to claws'
3231 bug tracker at sf.net)
3232 o introduce function for doing important stuff just
3233 before claws goes down
3236 2002-08-24 [alfons] 0.8.1claws110
3239 move cursor to "To" entry when forwarding as attachment
3240 (reported and solved by Steve Lamb, closes bug report
3241 "[ 592880 ] Forward as attachment; cursor not in to")
3243 2002-08-24 [colin] 0.8.1claws109
3246 fix quick search visibility after GUI (de)separations.
3248 2002-08-23 [colin] 0.8.1claws108
3251 fix header pane visibility after folderview or
3252 messageview (de)separation
3254 2002-08-23 [paul] 0.8.1claws107
3256 * src/mainwindow.[ch]
3258 give full control of display or non-display
3259 of the Execute icon to Custom toolbar settings.
3260 add new sensitivity condition to maninwindow.h:
3266 more sync with 0.8.1cvs29
3268 2002-08-23 [melvin] 0.8.1claws106
3271 Readded support for custom widget in alertpanel lost in last
3274 2002-08-23 [paul] 0.8.1claws105
3276 * sync with 0.8.1cvs29
3277 see ChangeLog 2002-08-23
3279 2002-08-23 [colin] 0.8.1claws104
3282 Fix folder and search pixmaps exchanging positions
3283 after theme or toolbar changes. Thank to Oliver for
3286 2002-08-23 [colin] 0.8.1claws103
3289 src/messageview.[ch]
3292 Changed messageview_create() and noticeview_create()
3293 to avoid the last gdk_warning
3295 2002-08-22 [colin] 0.8.1claws102
3298 Fix my new `Creating pixmap from xpm' warning
3300 2002-08-22 [colin] 0.8.1claws101
3303 Fix some of the gdk warnings
3305 2002-08-22 [colin] 0.8.1claws100
3308 * src/stock_pixmap.c
3309 * src/stock_pixmap.h
3310 * src/pixmaps/quicksearch.xpm *ADDED*
3311 Add the quicksearch pixmap
3315 Make quicksearch bar visible/hidden via a button
3317 2002-08-22 [christoph] 0.8.1claws99
3320 fix folder update for newsgroups with message
3321 numbers below minimum number of articles to fetch
3322 (closes bug #598445)
3324 2002-08-22 [paul] 0.8.1claws98
3326 * sync with 0.8.1cvs28
3327 see ChangeLog 2002-08-22
3329 2002-08-21 [alfons] 0.8.1claws97
3332 use bt instead of bt full which seems to work
3333 better, and bt full doesn't give a great deal
3334 of information anyway
3336 2002-08-21 [colin] 0.8.1claws96
3339 fix summaryview_searchtype_changed prototype
3341 2002-08-21 [christoph] 0.8.1claws95
3344 o fix broken menu update for sorting type, we have to
3345 get this info from the summaryview now
3346 o removed setting of threaded state in menu callback
3347 * src/summaryview.[ch]
3348 more summaryview/folderitem seperation for
3351 removed not required --with-compiler-flags option
3353 2002-08-21 [oliver] 0.8.1claws94
3356 o rename toolbar.xml to toolbar_main.xml
3357 since toolbar_compose.xml might come up
3362 2002-08-21 [darko] 0.8.1claws93
3365 don't reset tmp flags for messages copied
3368 2002-08-21 [colin] 0.8.1claws92
3370 * src/prefs_filtering.c
3371 fix renaming rules on folder rename
3372 when folder is not a leaf folder
3374 2002-08-21 [paul] 0.8.1claws91
3376 * src/prefs_folder_item.c
3377 fix alignment of colour selector
3379 2002-08-21 [paul] 0.8.1claws90
3381 * sync with 0.8.1cvs27
3382 see ChangeLog 2002-08-21
3384 2002-08-21 [paul] 0.8.1claws89
3387 fix crash when changing field type in
3390 2002-08-21 [colin] 0.8.1claws88
3393 Made quick search case-insensitive
3395 2002-08-21 [paul] 0.8.1claws87
3397 * sync with 0.8.1cvs26
3398 see ChangeLog 2002-08-21
3400 2002-08-20 [christoph] 0.8.1claws86
3404 * src/summaryview.[ch]
3405 more summaryview/folderitem seperation for
3406 sort_key and sort_type
3408 added missing return statement
3410 2002-08-20 [colin] 0.8.1claws85
3412 * src/summaryview.[ch]
3413 Added a quick search box
3415 * src/prefs_common.[ch]
3416 Added a show/hide option for the quick search
3418 2002-08-20 [oliver] 0.8.1claws84
3421 remove toolbar_create_popups
3423 o remove toolbar_create_popups
3424 o fix toolbar_set_sensitive
3425 (Bug reports #596834 and #596832)
3426 * src/prefs_toolbar.c
3427 o add "Set default" button
3428 o align label and text + combo widgets
3430 2002-08-20 [hoa] 0.8.1claws83bis
3433 fixed a bug in imap_fetch_msginfo() in case there is no
3436 2002-08-20 [darko] 0.8.1claws83
3439 copy the color style of folder view so it
3440 works with GTK themes
3442 2002-08-20 [darko] 0.8.1claws82
3446 * src/prefs_folder_item.[hc]
3447 don't use UI stuff in folder.h
3449 2002-08-20 [darko] 0.8.1claws81
3452 * src/prefs_folder_item.h
3454 * src/prefs_folder_item.c
3455 ability to set folder color in folderview
3457 2002-08-19 [alfons] 0.8.1claws80
3460 fix one of the earlier memleaks reported by Martin Kluge
3462 2002-08-19 [alfons] 0.8.1claws79
3465 hide notice view when selecting seperate folder
3466 view (reported by Urke MMI)
3468 2002-08-19 [christoph] 0.8.1claws78
3471 * src/prefs_folder_item.h
3472 * src/summaryview.[ch]
3473 o add summary_set_prefs_from_folderitem to set
3474 summaryview prefs (first step to remove all
3475 references to the folderitem in summaryview)
3476 o moved compiled regex stuff from folderitem prefs
3479 2002-08-19 [paul] 0.8.1claws77
3482 add check for '.' to QUOTE_IF_REQUIRED
3484 2002-08-19 [paul] 0.8.1claws76
3487 sync with 0.8.1cvs25 (plug memory leak)
3489 * src/prefs_toolbar.c
3490 re-order prefs_toolbar_cancel()
3492 2002-08-18 [alfons] 0.8.1claws75
3496 plug other memleaks reported by Martin Kluge
3498 2002-08-18 [paul] 0.8.1claws74
3501 updated by Fabio Jr. Beneditto
3503 2002-08-18 [paul] 0.8.1claws73
3506 fix bug where tooltips were displayed untranslated
3508 * src/prefs_toolbar.c
3509 fix bug where clicking 'Cancel' creates an icon & text
3510 toolbar regardless of prefs
3513 2002-08-17 [oliver] 0.8.1claws72
3515 * src/prefs_toolbar.c
3516 update toolbar on CANCEL
3517 bug reported by Martin Kluge
3519 toolbar_destroy memleak fixed
3521 2002-08-17 [alfons] 0.8.1claws71
3524 plug another memleak reported by Martin Kluge
3526 2002-08-16 [alfons] 0.8.1claws70
3529 use execvp() correctly (suggested by wwp; thanks!)
3531 2002-08-16 [alfons] 0.8.1claws69
3534 plug memory leak reported by Kim Schultz & Martin Kluge
3536 2002-08-16 [paul] 0.8.1claws68
3539 updated by Ricardo Mones Lastra
3541 2002-08-16 [paul] 0.8.1claws67
3544 fix bug where 'Compose News' icon showed wrong
3547 2002-08-16 [paul] 0.8.1claws66
3549 * sync with 0.8.1cvs24
3550 see ChangeLog 2002-08-16
3553 updated by Alessandro Maestri
3555 2002-08-15 [paul] 0.8.1claws65
3560 2002-08-15 [paul] 0.8.1claws64
3563 don't translate debug info
3568 2002-08-15 [paul] 0.8.1claws63
3570 * src/prefs_toolbar.c
3571 fix bug where clicking 'OK' creates an icon & text
3572 toolbar regardless of prefs
3574 2002-08-14 [alfons] 0.8.1claws62
3577 add global var that has the full argv[0]
3579 o execvp the correct sylpheed by using argv0
3580 and setting the correct work dir
3583 2002-08-14 [oliver] 0.8.1claws61
3585 * enable/disable Toolbar Action Buttons
3589 * src/prefs_toolbar.c
3591 2002-08-14 [melvin] 0.8.1claws60
3594 Updated French translations
3596 2002-08-14 [melvin] 0.8.1claws59
3599 Made bug report not translatable
3601 Fixed exporthtml_build_filespec() return value
3603 Fixed incorrect include file
3605 * src/prefs_actions.c
3606 * src/prefs_toolbar.c
3607 Made debug info not translatable
3610 Added missing includes
3611 * src/prefs_common.c
3614 2002-08-14 [paul] 0.8.1claws58
3616 * faq/es/sylpheed-faq.html
3617 faq/es/sylpheed-faq-[1-3].html
3618 faq/es/sylpheed-faq-4.html **NEW FILE **
3621 2002-08-13 [christoph] 0.8.1claws57
3624 ignore thread fix that did not mark all
3625 child nodes of a ignored thread as
3626 ignored. Does not work perfectly yet,
3627 but it is better now
3629 2002-08-13 [alfons] 0.8.1claws56
3632 o implement 'save crash log'
3635 2002-08-13 [melvin] 0.8.1claws55
3638 removed unrequired "execinfo.h" header
3640 2002-08-12 [paul] 0.8.1claws54
3642 * faq/en/sylpheed-faq.html
3643 faq/en/sylpheed-faq-[1-3].html
3644 faq/en/sylpheed-faq-4.html **NEW FILE **
3647 2002-08-12 [alfons] 0.8.1claws53
3650 add crash.c to translatables
3652 bring in Leandro's crash dialog
3654 2002-08-11 [alfons] 0.8.1claws52
3657 clean up some warnings
3659 2002-08-11 [alfons] 0.8.1claws51
3663 * src/crash.[ch] ** NEW FILES **
3665 initial gdb crash handler
3667 2002-08-11 [paul] 0.8.1claws50
3669 * src/prefs_toolbar.c
3670 replace Up/Down arrow pixmaps with text to be
3671 consistent across icon themes
3673 2002-08-11 [paul] 0.8.1claws49
3675 * src/prefs_common.c
3677 rename 'Pixmap' -> 'Icon'
3680 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3682 2002-08-10 [paul] 0.8.1claws48
3684 * src/prefs_toolbar.c
3687 2002-08-10 [paul] 0.8.1claws47
3690 don't write Processing progress to status bar
3691 patch submitted by Alexander Evseev
3693 * src/prefs_toolbar.c
3694 re-position and resize window
3695 make window assume correct size on first call
3697 2002-08-10 [paul] 0.8.1claws46
3704 follow UI text conventions
3706 2002-08-10 [alfons] 0.8.1claws45
3709 correct pixmap for delete action
3711 2002-08-10 [paul] 0.8.1claws44
3714 updated by Fabio Jr. Beneditto
3716 2002-08-10 [paul] 0.8.1claws43
3719 add custom toolbar files
3721 2002-08-10 [paul] 0.8.1claws42
3723 * sync with 0.8.1cvs22
3724 see ChangeLog 2002-08-09
3726 2002-08-09 [paul] 0.8.1claws41
3730 tools/outlook2sylpheed.pl ** NEW FILE **
3731 add script to convert exported Outlook
3732 contacts list to a Sylpheed addressbook.
3733 Submitted by Ricardo Mones Lastra.
3735 2002-08-09 [paul] 0.8.1claws40
3739 po/sr.po ** NEW FILE **
3740 add Serbian message catalog. Submitted by
3741 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3743 2002-08-09 [paul] 0.8.1claws39
3745 * sync with 0.8.1cvs21
3746 see ChangeLog 2002-08-08
3748 2002-08-08 [oliver] 0.8.1claws38
3751 move Custom Toolbar to Configuration menu
3753 2002-08-08 [oliver] 0.8.1claws37
3755 * src/prefs_toolbar.c
3756 fix substitute pixmap bug
3758 2002-08-08 [paul] 0.8.1claws36
3760 * sync with 0.8.1cvs19
3761 see ChangeLog 2002-08-08
3763 2002-08-07 [christoph] 0.8.1claws35
3766 fixed a memory leak in new canonicalize_file_replace
3768 2002-08-07 [christoph] 0.8.1claws34
3771 o canonicalize_file_replace should create the temporary
3772 file in the same directory as the original file.
3773 o added get_tmpfile_in_dir that creates a temorary file
3774 in a specified directory.
3776 2002-08-07 [melvin] 0.8.1claws33
3779 fixed bug where 'Article' button acted as 'Email' button.
3781 2002-08-07 [paul] 0.8.1claws32
3783 * sync with 0.8.1.cvs17
3784 see ChangeLog 2002-08-07
3786 2002-08-07 [colin] 0.8.1claws31
3789 fix mass-cancel problem
3791 2002-08-07 [thorsten] 0.8.1claws30
3793 * src/prefs_toolbar.c
3794 fix: crash on replace or add new button
3796 fix: close xmlfile after reading
3798 fix: unlink() file before rename()
3800 2002-08-06 [paul] 0.8.1claws29
3802 * sync with 0.8.cvs15
3803 see ChangeLog 2002-08-06
3805 2002-08-06 [oliver] 0.8.1claws28
3808 * src/prefs_toolbar.c
3809 fixed empty toolbar issue
3811 2002-08-06 [oliver] 0.8.1claws27
3813 * Custom Toolbar Final
3817 o toolbar stuff now lives in src/toolbar.[ch]
3818 o main_window_toolbar_* functions are renamed to
3819 toolbar_* reflecting their new source file
3820 * src/mainwindow.[ch]
3821 o remove toolbar stuff
3823 2002-08-06 [oliver] 0.8.1claws26
3826 * src/prefs_toolbar.[ch] **New File**
3827 * src/toolbar.[ch] **New File**
3828 o prefs_toolbar.[ch] custom toolbar frontend
3829 o toolbar.[ch] backend
3831 2002-08-06 [oliver] 0.8.1claws25
3833 * src/prefs_actions.[ch]
3834 o new exported function actions_execute
3836 2002-08-06 [paul] 0.8.1claws24
3838 * sync with 0.8.1cvs4
3839 see ChangeLog 2002-08-06
3841 2002-08-06 [paul] 0.8.1claws23
3843 * sync with 0.8.1cvs13
3844 see ChangeLog 2002-08-06
3846 2002-08-06 [paul] 0.8.1claws22
3848 * sync with 0.8.1cvs12
3849 see ChangeLog 2002-08-05 and 2002-08-06
3851 2002-08-06 [match] 0.8.1claws21
3854 improvements to cut/copy/paste address
3856 2002-08-05 [match] 0.8.1claws20
3863 fixes to improve cut/copy/paste
3865 2002-08-06 [melvin] 0.8.1claws19
3868 account_find_all_from_address(): new function that returns the
3869 list of all accounts that are matched in an address.
3870 * src/alertpanel.[ch]
3871 alertpanel() now accepts a custom widget
3872 alertpanel_with_widget(): new function that pops up a panel with
3873 a custom widget in it
3875 gtkut_account_menu_new(): new function that allows the selection
3876 of an account from a list of accounts.
3878 Extended Return Receipt notification to select the correct
3879 account and to make a security test on the Delivery-Notification
3880 address which should be the same as the Return-Path.
3882 2002-08-06 [thorsten] 0.8.1claws18
3885 attach_all: save unnamed as "noname.%d",
3886 dont free static dirname
3888 2002-08-05 [alfons] 0.8.1claws17
3891 detect XIM by trying to link rather than compile a XIM program
3893 2002-08-05 [oliver] 0.8.1claws16
3895 * src/stock_pixmap.[ch]
3896 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3897 o new func to retrieve pixmaps
3899 2002-08-05 [paul] 0.8.1claws15
3901 * sync with 0.8.1cvs10
3902 see ChangeLog 2002-08-05
3904 2002-08-04 [alfons] 0.8.1claws14
3907 see if this plugs memleak
3909 2002-08-04 [melvin] 0.8.1claws13
3912 fixed bug that could crash Sylpheed when highlighting
3913 all misspelled words.
3915 2002-08-03 [melvin] 0.8.1claws12
3917 * src/prefs_actions.c
3918 removed unnecessary checks for NULL introduced in 0.8.1claws11.
3920 fixed bug where the Return Receipt was sent to
3921 Delivery-Notification-To address even if it was not present
3923 2002-08-02 [alfons] 0.8.1claws11
3925 * src/prefs_actions.c
3926 o more check for NULLs
3927 o put create_io_dialog() in right conditional block
3929 2002-08-02 [paul] 0.8.1claws10
3932 updated by Ricardo Mones Lastra
3934 2002-08-01 [christoph] 0.8.1claws9
3937 don't free the cache of the opened
3938 folder in the summaryview
3940 don't unset flags, if it is not required
3942 2002-08-01 [paul] 0.8.1claws8
3944 * sync with 0.8.1cvs8
3945 see ChangeLog entry 2002-08-01
3947 2002-08-01 [paul] 0.8.1claws7
3949 * sync with 0.8.1cvs7
3950 see ChangeLog 2002-07-31 and 2002-08-01
3952 2002-07-31 [christoph] 0.8.1claws6
3955 forgot to update menu sensitivity
3956 function for new menu entry
3958 2002-07-31 [alfons] 0.8.1claws5
3961 check folder item and its path for NULL on
3964 2002-07-31 [christoph] 0.8.1claws4
3967 check if folder_item_get_msginfo in
3968 folder_item_remove_msg returned NULL
3970 better clear the uid cache in the
3971 uid validity check function and delete
3974 2002-07-31 [paul] 0.8.1claws3
3977 add the '--attach' option and a few other
3980 2002-07-31 [paul] 0.8.1claws2
3982 * sync with 0.8.1cvs5
3983 see ChangeLog 2002-07-31
3985 2002-07-31 [christoph] 0.8.1claws1
3987 * src/folderview.[ch]
3989 replace "Rescan all folders..." with
3990 "Check all folders for new messages..."
3992 2002-07-30 [paul] 0.8.1claws
3994 * version 0.8.1claws released
3996 2002-07-30 [paul] 0.8.0claws29
3998 * tools/OOo2sylpheed.pl ** NEW FILE **
4000 add script to enable sending documents as
4001 attachments from OpenOffice.org
4003 2002-07-30 [melvin] 0.8.0claws28
4005 * src/prefs_actions.c
4006 Made the actions' input/output dialog display
4009 2002-07-30 [christoph] 0.8.0claws27
4012 check if folder_item_get_msginfo in
4013 procmsg_save_to_outbox returned NULL
4015 2002-07-30 [paul] 0.8.0claws26
4017 * sync with 0.8.1cvs4
4018 see ChangeLog 2002-07-29
4020 2002-07-29 [thorsten] 0.8.0claws25
4023 added selective download, delete on server
4025 2002-07-29 [paul] 0.8.0claws24
4027 * sync with 0.8.1cvs3
4028 see ChangeLog 2002-07-29
4030 2002-07-27 [christoph] 0.8.0claws23
4033 add extra check if fetching the msginfo
4036 2002-07-27 [paul] 0.8.0claws22
4038 * sync with 0.8.1cvs2
4039 see ChangeLog 2002-07-26
4041 2002-07-27 [christoph] 0.8.0claws21
4044 add another check if a valid msginfo
4047 2002-07-26 [hoa] 0.8.0claws20
4050 Fixed a condition in folder_item_destroy()
4053 Fixed an error in IMAP protocol
4055 2002-07-26 [alfons] 0.8.0claws19
4058 ofcourse compare with identifier, not the path
4060 2002-07-26 [alfons] 0.8.0claws18
4063 use folder item identifier for saving / restoring
4064 preferences because folder->path might not be unique
4066 2002-07-26 [melvin] 0.8.0claws17
4069 Fixed a crash introduced in 0.8.0claws5 when log is
4070 cut under 80 characters.
4072 2002-07-26 [paul] 0.8.0claws16
4074 * sync with 0.8.1cvs1
4075 see ChangeLog 2002-07-26
4077 2002-07-26 [christoph] 0.8.0claws15
4080 imap folder now remembers the last selected
4081 folder and imap_fetch_msginfo skips selecting
4082 the folder if it is already selected
4084 2002-07-26 [christoph] 0.8.0claws14
4089 fix imap folder rescanning
4091 2002-07-25 [christoph] 0.8.0claws13
4101 implement imap uid cache and uid validity check
4103 2002-07-25 [alfons] 0.8.0claws12
4106 fix a brown paper bag bug, and also add some more
4109 2002-07-25 [christoph] 0.8.0claws11
4112 don't mix copy, fetch_msginfo and remove
4113 operations in folder item copy and move
4116 2002-07-25 [christoph] 0.8.0claws10
4120 * src/prefs_folder_item.c
4121 * src/summaryview.[ch]
4122 remove no longer required parameter update_cache from
4125 2002-07-25 [paul] 0.8.0claws9
4132 2002-07-24 [alfons] 0.8.0claws8
4135 sort correctly when using simplified subject line
4136 (closes feature request "[ 585141 ] applying regexp to subject
4137 before sort" submitted by Alexandra Walford)
4139 2002-07-24 [paul] 0.8.0claws7
4141 * sync with 0.8.0cvs3
4142 see ChangeLog 2002-07-24
4144 2002-07-23 [christoph] 0.8.0claws6
4151 o separate processing and summaryview
4152 o removed summary_write_cache from summaryview
4153 o removed summaryview->killed_messages, because we don't have
4154 to keep a list of killed messages anymore. New cache will
4155 keep the hidden messages in cache anyway
4158 * src/selective_download.c
4159 o removed unnecessary summary_write_cache calls
4161 o don't set ignore thread flag in procmsg_get_thread_tree
4162 if it is already set
4165 o moved STATUSBAR_PUSH/POP to statusbar.h because
4166 they are used in different files
4168 2002-07-23 [melvin] 0.8.0claws5
4174 * src/editldap_basedn.c
4176 * src/prefs_common.c
4177 Fixed few memory leak (gtk_editable_get_chars returns
4178 an allocated string)
4180 Fixed few memory leak (gtk_editable_get_chars returns
4181 an allocated string) and modified a little the log cutting
4184 Replaced a call to an obsolete function gtk_entry_get_text()
4185 by gtk_editable_get_chars()
4187 Removed a debug printf
4189 2002-07-23 [christoph] 0.8.0claws4
4192 fix another g_dirname memory leak
4194 2002-07-23 [christoph] 0.8.0claws3
4197 fixed a memory leak in mh_fetch_msginfo
4198 fixed crash when message header could not be
4201 2002-07-23 [paul] 0.8.0claws2
4203 * sync with 0.8.0cvs2
4204 see ChangeLog 2002-07-23
4206 2002-07-23 [paul] 0.8.0claws1
4208 * sync with 0.8.0cvs1
4209 see ChangeLog 2002-07-23
4211 2002-07-23 [paul] 0.8.0claws
4213 * release of 0.8.0claws
4215 2002-07-23 [paul] 0.7.8claws99
4218 new Russian translation, submitted by
4219 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
4221 2002-07-22 [jens] 0.7.8claws98
4224 Updated German translations.
4226 2002-07-22 [paul] 0.7.8claws97
4232 updated translations by Ricardo Mones Lastra,
4233 Alessandro Maestri, Wilbert Berendsen and
4234 Fabio Jr. Beneditto respectively
4236 2002-07-22 [christoph] 0.7.8claws96
4239 fix memory leak caused by wrong g_dirname usage
4241 2002-07-22 [christoph] 0.7.8claws95
4244 update new and unread message counts for summaryview
4245 summaryview does not get it from the folder anymore
4246 and has to update the values itself
4248 2002-07-22 [melvin] 0.7.8claws94
4251 Updated French translations.
4253 2002-07-22 [christoph] 0.7.8claws93
4256 set prop->preg pointer to NULL or following check
4257 will not fail and regexec will be called with
4260 2002-07-21 [alfons] 0.7.8claws92
4262 * src/prefs_common.[ch]
4263 remove option "Send return receipt on request"
4265 2002-07-21 [thorsten] 0.7.8claws91
4268 fixed memleaks, coding style as pointed out by alfons
4270 2002-07-21 [alfons] 0.7.8claws90
4273 * src/noticeview.[ch]
4274 o fix bug notice view being displayed when going to empty folder
4275 (noticed by Christoph)
4276 o allow RRR to be sent when restarting sylpheed, or changing folder
4277 (noticed by Thorsten)
4279 2002-07-21 [thorsten] 0.7.8claws89
4282 Included save_all patch from Xaview FACQ
4283 added support for pathnames
4285 2002-07-21 [alfons] 0.7.8claws88
4290 * src/messageview.[ch]
4291 * src/noticeview.c ** NEW FILE **
4292 * src/noticeview.h ** NEW FILE **
4293 make return receipts work again
4294 (UI idea by Leandro Pereira)
4296 2002-07-21 [paul] 0.7.8claws87
4299 fix sensitivity of 'Select thread'
4301 2002-07-21 [paul] 0.7.8claws86
4303 * src/prefs_common.c
4304 add browser command line for Galeon
4306 2002-07-21 [paul] 0.7.8claws85
4309 fix 'EXTRA_DIST': remove README.README, add TODO
4312 2002-07-21 [alfons] 0.7.8claws84
4315 make enter clear selection
4316 (closes "[ 579888 ] Editor selection/entry error"
4317 reported by Steve Lamb)
4319 2002-07-21 [alfons] 0.7.8claws83
4322 sort message list when selecting unthread messages
4323 (closes "[ 501593 ] switching threaded view doesn't sort"
4324 reported by Simon Schubert)
4326 2002-07-20 [alfons] 0.7.8claws82
4331 2002-07-20 [thorsten] 0.7.8claws81
4334 Fixed expansion of empty fields in matchactions
4336 2002-07-19 [melvin] 0.7.8claws80
4339 Removed a duplicate menu entry (fast mode) introduced during
4341 Added a menu separator between 'Use alternate' and 'Fast mode'
4343 2002-07-19 [paul] 0.7.8claws79
4349 2002-07-19 [thorsten] 0.7.8claws78
4351 * tools/calypso_convert.pl ** NEW FILE **
4354 script to import mbox files exported
4356 o generates folder structure
4357 o includes attachments
4359 2002-07-19 [melvin] 0.7.8claws77
4361 * src/selective_download.[ch]
4362 Fixed bug where closing the dialog with the window manager's
4363 close button will not unlock the summary
4364 Corrected some function declarations that missed a return value
4365 Made the source code comply better with coding style.
4366 * src/prefs_common.c
4367 Added new browser command line for Mozilla.
4369 2002-07-18 [paul] 0.7.8claws76
4372 src/selective_download.[ch]
4373 reflect theme changes, fix Gdk Warning when creating
4374 pixmap from NULL window, and minor clean up.
4375 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
4380 2002-07-17 [paul] 0.7.8claws75
4388 2002-07-16 [paul] 0.7.8claws74
4390 * tools/filter_conv.pl
4392 replace conversion script with reimplemented version,
4393 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
4395 2002-07-16 [colin] 0.7.8claws73
4398 remove forgotten debug messages - sorry ;-)
4400 2002-07-16 [colin] 0.7.8claws72
4406 add the ability to select part of a text mime-part
4409 2002-07-15 [christoph] 0.7.8claws71
4412 fix folder message count for folders without
4413 msg_is_changed (includes news folders)
4415 2002-07-15 [martin] 0.7.8claws70
4418 option "display recipient on 'From'..." now works
4419 without the need of enabling the option
4420 "display sender using address book".
4422 2002-07-15 [christoph] 0.7.8claws69
4425 removed setting folder status from summaryview.
4426 folder.c should update all message counts correctly.
4428 2002-07-15 [paul] 0.7.8claws68
4431 updated by Fabio Junior Beneditto
4433 2002-07-15 [darko] 0.7.8claws67
4436 Fixed target folder colorization, don't decrease op
4439 2002-07-14 [paul] 0.7.8claws66
4441 * sync with main 0.8.0
4442 see ChangeLog 2002-07-14
4444 2002-07-13 [melvin] 0.7.8claws65
4449 Replaced sprintf by g_snprintf to prevent possible buffer