1 2003-12-07 [thorsten] 0.9.7claws29
4 debug_print some warning if destfolder missing
5 * src/prefs_filtering.c
6 uninitialized filter list when deleting a folder
8 2003-12-06 [paul] 0.9.7claws28
11 add Alfons' patch to trim line feeds
13 2003-12-06 [paul] 0.9.7claws27
15 * partial sync with 0.9.7cvs8
16 leaving claws' online/offline more or less intact
17 see ChangeLog 2003-12-04 and 2003-12-06
19 2003-12-05 [christoph] 0.9.7claws26
23 revert pirvacy API changes
25 2003-12-05 [alfons] 0.9.7claws25
30 2003-12-05 [alfons] 0.9.7claws24
33 fix comparison buglet ;-) and make `test` matcher
36 2003-12-05 [alfons] 0.9.7claws23
38 * src/prefs_folder_item.c
39 K&R 2nd Ed., page 241 (function parameter identifiers
40 starting with an underscore are kind of insulting)
42 2003-12-05 [hoa] 0.9.7claws22
47 add destructor for mainwindow so that the last
48 MimeInfo opened in messageview is destroyed when
51 2003-12-05 [hoa] 0.9.7claws21
55 * src/matcher_parser_lex.l
56 * src/matcher_parser_parse.y
58 * src/prefs_filtering.c
59 * src/common/utils.[ch]
60 quote arguments before giving them to command line.
61 fixed quote of string in matcher/processing/filtering rules.
65 allows decryption to return a new whole
66 MIME message structure.
68 2003-12-04 [hoa] 0.9.7claws20
74 * src/matcher_parser_parse.y
76 global rules to run before folder specific rules.
77 global rules to run after folder specific rules.
80 fixed quick addition of rules.
82 * src/prefs_filtering.[ch]
84 we can now customize the title for the dialog.
85 updated case where we rename of delete folders.
88 got back the function addressbook_browse_entry_cb()
89 that is needed in case we compiled with LDAP support.
91 2003-12-04 [paul] 0.9.7claws19
94 see ChangeLog 2003-12-04
95 fixes bug 171 'Wrong message decoing: koi8-r and
96 iso8859-5 looks same. Can't read many emails.'
98 2003-12-04 [paul] 0.9.7claws18
101 remove 'src/prefs_scoring.c'
103 2003-12-03 [hoa] 0.9.7claws17
106 compilation of scoring.[ch] and prefs_scoring.[ch]
111 * src/folder_item_prefs.[ch]
116 * src/matcher_parser.h
117 * src/matcher_parser_parse.y
118 * src/prefs_filtering.[ch]
119 * src/prefs_filtering_action.c
120 * src/prefs_folder_item.c
121 * src/prefs_scoring.[ch] * REMOVED FILES *
123 * src/scoring.[ch] * REMOVED FILES *
125 merged scoring and filtering.
127 Note : compatibility is kept by parsing score like
128 add_score. To get the behaviour of older scoring
129 system, you have to define some equivalent rule :
130 "score_lower -9999 hide"
131 "score_greater 9999 mark"
133 To define global rules, you have to define them
134 in the new global processing rules.
135 The variable that kept the list filtering rules
136 was "global_processing" and has been renamed into
138 "global_processing" variable is now the name
139 of the variable that keeps the list of global
141 In the configuration file, "[global]" section is
142 now for the global processing rules (which includes
143 score things and new global processing rules).
144 New "[filtering]" section is for the filtering rules.
146 Before running with this version, during testing
147 phase, ** MAKE A BACKUP ** of your matcherrc file.
148 Then, you have to make the following changes :
149 - leave all scoring rules in "[global]" section.
150 - move all other rules of "[global]" section to
151 a new section named "[filtering]".
153 2003-12-03 [christoph] 0.9.7claws16
156 use default Content-Type as specified in RFC2045 if
157 Content-Type header is syntactically incorrect
159 2003-12-03 [christoph] 0.9.7claws15
172 * src/matcher_parser_lex.l
173 * src/matcher_parser_parse.y
175 * src/prefs_filtering_action.c
176 * src/prefs_folder_item.c
183 revert 0.9.7claws14 change
185 2003-12-03 [alfons] 0.9.7claws14
188 catch invalid Content-Type with no subtype
190 2003-12-03 [alfons] 0.9.7claws13
194 * src/plugins/image_viewer/plugin.c
195 compile again, we need stddef.h for size_t
197 2003-12-03 [paul] 0.9.7claws12
200 don't allow cloning of accounts with remote folders,
201 patch submitted by Ricardo Mones Lastra
203 2003-12-03 [christoph] 0.9.7claws11
207 * src/localfolder.[ch]
210 * src/common/xml.[ch]
211 add set_xml() and get_xml() virtual functions to FolderClass to
212 save extra information for Folders (for example the rootpath
213 only used by LocalFolder). The folderlist write function no
214 longer needs to know the folder type to save this extra
217 2003-12-02 [christoph] 0.9.7claws10
224 * src/localfolder.[ch] ** NEW **
228 * src/prefs_account.[ch]
229 * src/prefs_filtering.h
231 * src/remotefolder.[ch] ** NEW **
232 * src/common/xml.[ch]
233 add item_set_xml() and item_get_xml() virtual functions to
234 FolderClass to give folders the ability to add extra information
235 to the saved FolderItem data. If NULL the default function for
236 FolderItem will be used.
238 2003-11-29 [christoph] 0.9.7claws9
243 2003-11-29 [luke] 0.9.7claws8
246 fix compilation for non c99 compilers
248 2003-11-29 [christoph] 0.9.7claws7
252 o unknown disposition types should be handled as
254 o missing headers should not default to inline
255 (would make "Save All" useless when disposition header
256 is not set by the sending mailer)
257 o remove old MimeInfo data and cleanup
259 2003-11-29 [luke] 0.9.7claws6
262 re-added parsing of Content-Disposition header
263 - removes the old 'gchar* content_disposition'
264 - adds a new field 'DispositionType disposition'
265 - adds parameters to MimeInfo::parameters
268 use the "filename" parameter for saving, and the new
269 MimeInfo::disposition for save all.
273 add a 'check spelling' button as a possibility for
276 * src/stockpixmap.[ch]
277 * src/pixmaps/check_spelling.xpm ** NEW **
279 add a pixmap for use with 'check spelling' button or
280 a user defined action
283 re-apply fixed (I hope) patch for bug 57
284 "Hidden URL in HTML Mails"
286 2003-11-28 [christoph] 0.9.7claws5
289 o be more liberal in what we accept as Content-Type parameters
290 o ignore comments after parameters
293 o only free passphrase when an error occurs
295 2003-11-28 [paul] 0.9.7claws4
298 add 'Clone Account' function. patch submitted by
301 2003-11-27 [thorsten] 0.9.7claws3
304 fix crash if 'save_all' failed twice
306 2003-11-27 [paul] 0.9.7claws2
312 update Simplified Chinese translation. submitted by
315 2003-11-27 [paul] 0.9.7claws1
320 2003-11-26 [paul] 0.9.7claws
322 * 0.9.7claws released
324 2003-11-26 [paul] 0.9.6claws99
327 add reference to pixmaps/mime_message.xpm
329 2003-11-26 [paul] 0.9.6claws98
332 remove reference to src/sigstatus.c
334 2003-11-26 [christoph] 0.9.6claws97
339 * src/sigstatus.[ch] ** REMOVE **
340 remove signature result popup option and window
342 2003-11-26 [paul] 0.9.6claws96
349 update translations. submitted by Ricardo Mones Lastra,
350 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
352 2003-11-25 [christoph] 0.9.6claws95
355 display mime structure only in debug mode
357 2003-11-25 [melvin] 0.9.6claws94
360 Updated French translations + typos fixes of older
361 translations (thanks to Fabien Vantard for pointing
364 2003-11-25 [melvin] 0.9.6claws93
367 Fixed a couple of typos.
369 2003-11-24 [paul] 0.9.6claws92
374 2003-11-24 [paul] 0.9.6claws91
377 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
379 2003-11-24 [paul] 0.9.6claws90
381 * src/plugins/image_viewer/viewer.c
382 image_viewer_show_mimepart():
383 use procmime_mimeinfo_get_parameter() to get the file name
385 2003-11-24 [paul] 0.9.6claws89
388 textview_show_mime_part(): rewrite text hint
390 2003-11-22 [paul] 0.9.6claws88
392 * sync with 0.9.7cvs5
393 see ChangeLog 2003-11-21
395 2003-11-21 [paul] 0.9.6claws87
398 define shortcut key 'o' for 'Open with...'
400 2003-11-21 [alfons] 0.9.6claws86
403 fix bug #383 'Deleting message from "separate message view"
404 uses local Trash folder'
406 2003-11-21 [christoph] 0.9.6claws85
409 fix content-type guessing by name parameter when finding
412 2003-11-21 [alfons] 0.9.6claws84
415 no mail incorporation allowed with --offline param.
416 fixes bug #374, "--offline ignored"
418 2003-11-20 [christoph] 0.9.6claws83
421 use signed MimeInfo when checking the signature and not
424 2003-11-19 [alfons] 0.9.6claws82
427 fix crash when toggling separate views, patch submitted
428 by Pawel Pekala <c0rn|AT|gazeta.pl>.
429 fixes bug #342, "separate views cause crash"
431 2003-11-19 [paul] 0.9.6claws81
434 compose_redirect_write_headers_from_headerlist():
435 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
438 code cleanup (inherited from 0.9.7cvs4)
441 bugfix: added missing attribute-list start. submitted by
444 2003-11-19 [luke] 0.9.6claws80
447 revert my last commit until I get time to fix it
449 2003-11-18 [christoph] 0.9.6claws79
452 check parent MimeInfos for signatures and display the
453 result of the parent when found
456 o avoid NULL pointer warnings
457 o use procmime_mimeinfo_get_parameter()
462 2003-11-17 [luke] 0.9.6claws78
465 add check for disguised URLs, fixing bug 57
466 "Hidden URL in HTML Mails"
468 2003-11-16 [christoph] 0.9.6claws77
471 fix crash when parsing invalid Content-Type header
473 2003-11-16 [christoph] 0.9.6claws76
479 implement message decrypting
484 2003-11-14 [luke] 0.9.6claws75
487 fix a couple of problems that treated application/* and
488 application/octet-stream the wrong way around
489 (since 0.9.6claws10), causing "Open" to do nothing.
491 2003-11-14 [christoph] 0.9.6claws74
496 prepare for message part decrypting
499 add output for expired signatures
504 2003-11-10 [christoph] 0.9.6claws73
507 add "Full info" button for bad and warn signature status
510 generate full signature info like gpg's output
511 (gpg -v --with-fingerprint --verify)
513 2003-11-10 [christoph] 0.9.6claws72
520 o add code to view full signature info
521 o do automatic signature checks
523 2003-11-10 [alfons] 0.9.6claws71
526 don't crash when gtkut_font_load() returns invalid font (has
527 something to do with locale settings)
528 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
530 2003-11-09 [alfons] 0.9.6claws70
535 2003-11-08 [luke] 0.9.6claws69
541 rewrite compose_attach_parts(), fixing various bugs mainly
542 to do with re-editing.
545 "save all" now only saves attachments with names/filenames
547 2003-11-04 [match] 0.9.6claws68
550 fix broken LDAP support.
555 2003-11-04 [luke] 0.9.6claws67
558 o fixed bug 4 "focus lost on messages with attachments"
559 o fixed 'Save all' attachments for new mime changes
560 o right clicking on icons consistent with right clicking on
562 - fixes a bug where wrong part is saved when you
563 choose 'Save as' from popup menu
564 - fixes bug 308 "No way to "save all" attachments"
565 o fixed a compiler warning.
568 o removed flickering in mime tree when using "n" and "p"
570 o fixed bug where selecting the textview and pressing e.g.
571 'y' causes sylpheed to respond twice.
574 removed hard coding of * and ! shortcuts (which only served
575 to cause problems if you tried to redefine the shortcuts)
577 2003-11-04 [luke] 0.9.6claws66
579 * src/plugins/image_viewer/viewer.c
580 * src/plugins/image_viewer/viewerprefs.c
581 * src/plugins/image_viewer/viewerprefs.glade
582 o allow toggling of image scaling by clicking on image
583 o respond to image's container widget resize
586 o fix bad parsing of message when re-editing/viewing a
587 message saved to the drafts folder
589 2003-11-02 [match] 0.9.6claws65
592 fix if not building LDAP support.
596 include support for contains query. feature req 529354.
598 2003-11-02 [alfons] 0.9.6claws64
601 fix build bustage if not compiling ldap support
603 2003-11-01 [match] 0.9.6claws63
607 * src/addr_compl.[ch]
610 * src/addrdefs.h ** NEW **
617 * src/ldapserver.[ch]
618 refactor LDAP query mechanism.
620 * src/browseldap.[ch] ** NEW **
621 * src/ldaplocate.[ch] ** NEW **
622 add feature to browse LDAP entry that was retrieved using
623 an explicit LDAP search.
625 2003-11-01 [alfons] 0.9.6claws62
628 prefs_write_param(): fail when we see an invalid type; all the
629 callers seem to handle this gracefully by reverting changes
631 2003-10-30 [christoph] 0.9.6claws61
637 use extra variables for all libraries to make sure plugins
638 are only linked with libraries they really need. $LIBS is always
639 added to the linking parameters, but we only what the libraries
640 listed in the Makefile
642 2003-10-29 [paul] 0.9.6claws60
645 don't use Subject for unknown part name
647 2003-10-29 [paul] 0.9.6claws59
650 get name of attachment(s) when re-editing, fwd'ing or
654 get name of attachment(s) when saving
656 2003-10-29 [hoa] 0.9.6claws58
659 implemented multipart/alternative in MIME message viewer.
661 2003-10-28 [christoph] 0.9.6claws57
664 make sure MathML-Viewer is not built with the
665 Gtk2 version of GtkMathView
667 2003-10-28 [paul] 0.9.6claws56
669 * sync with 0.9.7cvs1
670 see ChangeLog 2003-10-28
672 2003-10-27 [alfons] 0.9.6claws55
674 * src/matcher_parser_parse.y
675 * src/gtk/colorlabel.c
676 allow setting color label to 0 in filtering/processing rules
677 (should fix bug 368, "Can't create a filter condition "colorlabel 0"")
679 2003-10-26 [alfons] 0.9.6claws54
681 * src/summary_search.c
682 fix misnomer and correct selecting initial search node
684 2003-10-26 [christoph] 0.9.6claws53
688 change display of signature info to use only name of
689 signer, otherwise the text gets too long.
692 don't use MimeInfo's filename to generate tmp filename
694 2003-10-25 [christoph] 0.9.6claws52
697 fix message body searching
699 2003-10-25 [paul] 0.9.6claws51
702 use g_basename rather than basename
704 2003-10-24 [christoph] 0.9.6claws50
707 change fetching of signature key's trust
709 2003-10-24 [paul] 0.9.6claws49
712 update Slovak translation
713 submitted by Andrej Kacian
716 remove unknown menu entry /File/Add mailbox/mbox...
718 2003-10-24 [hoa] 0.9.6claws48
721 removed all references to mbox folders
723 * src/carray.[ch] * REMOVED *
724 * src/chash.[ch] * REMOVED *
725 * src/maillock.[ch] * REMOVED *
726 * src/mailmbox.[ch] * REMOVED *
727 * src/mailmbox_folder.[ch] * REMOVED *
728 * src/mailmbox_parse.[ch] * REMOVED *
729 * src/mailmbox_types.[ch] * REMOVED *
730 * src/mbox_folder.[ch] * REMOVED *
731 remove implementation of mbox folders
732 and old mailbox folder.
733 mbox folder implementation will be added
734 as a plugin so that implementation can be entirely
735 synchronized with the files of the project they are
736 extracted from (libEtPan!).
740 * src/folderview.[ch]
742 Disable as much code that references mbox folders
744 Some UI thing still need to know that folder is mbox
745 (when we have to enter the name of the mailbox and
746 we want to add /var/mail/$USER).
748 2003-10-23 [christoph] 0.9.6claws47
751 don't always display button when noticeview is made visible
757 get signature information from crypto system
759 2003-10-22 [paul] 0.9.6claws46
762 updated by Ricardo Mones Lastra
764 2003-10-22 [paul] 0.9.6claws45
767 update to reflect the changes to the icons that
768 happened in 0.9.6claws35
770 2003-10-22 [alfons] 0.9.6claws44
773 inline carray_count()
775 2003-10-21 [alfons] 0.9.6claws43
782 * src/mailmbox_folder.c
783 * src/mailmbox_parse.c
784 * src/mailmbox_types.[ch]
787 2003-10-21 [luke] 0.9.6claws42
789 * src/stock_pixmaps.[ch]
791 * src/pixmaps/mime_application_octet_stream.xpm ** REMOVE **
792 * src/pixmaps/messageview_text.xpm ** REMOVE **
793 o remove mime_application_octet_stream.xpm icon (it was never
795 o remove redundant icon messageview_text.xpm
798 fix visibility of signature noticeview when toggling 'separate
801 2003-10-21 [christoph] 0.9.6claws41
804 decode multipart and rfc822 mime parts to allow further
805 parsing when required
807 2003-10-21 [christoph] 0.9.6claws40
811 remove obsolete charset parameter in MimeInfo and fix
812 TextView to use the charset from the parameter hash table
814 * src/plugins/dillo_viewer/Makefile.am
815 * src/plugins/trayicon/Makefile.am
816 add OPENSSL_CFLAGS to fix building with using
817 --with-openssl-* parameters
819 2003-10-21 [paul] 0.9.6claws39
821 * src/prefs_matcher.[ch]
822 replace remnants of the old, renamed 'Execute' matchtype
823 add a brief description to the Info window
825 2003-10-21 [hoa] 0.9.6claws38
828 * src/carray.[ch] * NEW *
829 * src/chash.[ch] * NEW *
831 * src/maillock.[ch] * NEW *
832 * src/mailmbox.[ch] * NEW *
833 * src/mailmbox_folder.[ch] * NEW *
834 * src/mailmbox_parse.[ch] * NEW *
835 * src/mailmbox_types.[ch] * NEW *
836 implementation of mbox folder with unique message numbers
838 made use of libEtPan! implementation of mbox for lower-layer.
840 2003-10-20 [alfons] 0.9.6claws37
843 fix invalid argument warning
847 2003-10-20 [paul] 0.9.6claws36
852 fix crash when using Forward in Filtering when
853 external editor option is set
855 Patch submitted by Simon 'corecode' Schubert
856 <corecode@corecode.ath.cx>
858 2003-10-20 [paul] 0.9.6claws35
860 * src/pixmaps/mime_gpg_expired.xpm ** REMOVED **
861 src/pixmaps/mime_gpg_failed.xpm ** REMOVED **
862 src/pixmaps/mime_gpg_passed.xpm ** REMOVED **
863 src/pixmaps/mime_gpg_signed.xpm ** REMOVED **
864 src/pixmaps/mime_gpg_unknown.xpm ** REMOVED **
865 src/pixmaps/privacy_expired.xpm ** NEW FILE **
866 src/pixmaps/privacy_failed.xpm ** NEW FILE **
867 src/pixmaps/privacy_passed.xpm ** NEW FILE **
868 src/pixmaps/privacy_signed.xpm ** NEW FILE **
869 src/pixmaps/privacy_unknown.xpm ** NEW FILE **
870 src/pixmaps/privacy_warn.xpm ** NEW FILE **
872 src/stock_pixmap.[ch]
873 replace mime_gpg_*.xpm icons with new privacy_*.xpm
874 icons. add privacy_warn.xpm icon
876 2003-10-20 [hoa] 0.9.6claws34
878 * src/folder_item_prefs.[ch]
879 * src/prefs_folder_item.c
881 Added a property per folder to choose whether we
882 want to apply processing on it on startup or if we
883 prefer to wait the folder selection to apply it.
886 fixed C89 compatibility (for old compilers, for
889 2003-10-17 [christoph] 0.9.6claws33
892 * src/noticeview.[ch]
893 change noticeview icon to indicate signature status
895 2003-10-17 [christoph] 0.9.6claws32
901 * src/pgpmime.[ch] ** NEW **
904 * src/sgpgme.c ** NEW **
905 reimplement PGP/Mime signature checking (unfinished)
907 2003-10-15 [christoph] 0.9.6claws31
910 fix procmime_get_text_content() and
911 procmime_get_first_text_content()
913 2003-10-15 [christoph] 0.9.6claws30
915 * src/plugins/spamassassin/spamassassin_gtk.c
916 * src/plugins/spamassassin/spamassassin_gtk.glade
919 2003-10-15 [paul] 0.9.6claws29
922 workaround for buggy smtp servers. on sending a
923 return receipt strip the name part from the address
924 when creating headers
926 2003-10-15 [paul] 0.9.6claws28
928 * sync with 0.9.7 release
929 see ChangeLog 2003-10-15
931 2003-10-14 [christoph] 0.9.6claws27
933 * src/plugins/clamav/clamav_plugin.c
936 2003-10-14 [christoph] 0.9.6claws26
943 * src/plugins/clamav/clamav_plugin.c
944 use GNode to create the mime tree (some changes to functions
945 that traverse the tree are just quick and dirty. Maybe we
946 can find better solutions with g_node_*-functions)
948 2003-10-14 [luke] 0.9.6claws25
951 fix a navigation bug (stupid typo of mine)
953 2003-10-14 [christoph] 0.9.6claws24
956 fix missing last line in plain/text mails
958 2003-10-13 [luke] 0.9.6claws23
963 2003-10-13 [kov] 0.9.6claws22
966 error checking when the user enters a non-directory at
967 the file selection dialog.
968 work-around for users entering directory location without
969 adding a leading G_DIR_SEPARATOR.
971 2003-10-13 [luke] 0.9.6claws21
974 error reporting for inserting files, including catching
975 invalid characters for current locale/encoding
977 2003-10-13 [paul] 0.9.6claws20
980 fix bug #347 'subscribe newsgroups crashes'
982 2003-10-13 [paul] 0.9.6claws19
985 when using 'Reply to all' include the 'send replies
989 update Japanese translation. submitted by Rui Hirokawa
990 <rui_hirokawa@ybb.ne.jp>
992 2003-10-13 [hoa] 0.9.6claws18
999 rename get_header_from_msginfo() into
1000 procheader_get_header_from_msginfo() so that we have a
1001 coherent exported naming.
1002 avoid parsing of header contained in a string via
1003 a newly written temporary file.
1005 Patch submitted by Simon 'corecode' Schubert
1006 <corecode@corecode.ath.cx>
1008 2003-10-12 [hoa] 0.9.6claws17
1014 * src/matcher_parser_parse.y
1015 * src/prefs_filtering_action.c
1016 added "stop" action : stop applying the filtering rules.
1017 added "set score" and "increase/decrease score" actions.
1018 That two last action replace the "change_score" action
1019 introduced by alfons in 0.8.8claws85.
1020 "set score" is to set a given score to the message.
1021 "increase/decrease score" will increase or decrease the
1022 score if the given value is respectively positive or
1023 negative. If someone find a some better name for this last
1024 rule, it can be modified.
1026 2003-10-12 [paul] 0.9.6claws16
1030 update Japanese translation. submitted by Rui Hirokawa
1031 <rui_hirokawa@ybb.ne.jp>
1033 2003-10-12 [christoph] 0.9.6claws15
1036 fix crash caused by incorrect headers
1038 2003-10-10 [christoph] 0.9.6claws14
1043 implement detection of signed message parts for rfc2015
1045 2003-10-10 [thorsten] 0.9.6claws13
1050 2003-10-10 [christoph] 0.9.6claws12
1052 * src/stock_pixmap.[ch]
1053 * src/pixmaps/mime_message.xpm ** NEW **
1054 add a new icon for mime type "message"
1062 o add icons for message type mime parts
1064 2003-10-10 [christoph] 0.9.6claws11
1067 * src/messageview.[ch]
1074 o remove switching between TextView and MimeView in MessageView
1075 (if required we can hide the icon box and the MimeView will
1076 look exaxtly like the TextView)
1077 o temporary remove signature and decrypting GPGME code
1079 2003-10-09 [christoph] 0.9.6claws10
1089 * src/common/utils.[ch]
1090 * src/plugins/clamav/clamav_plugin.c
1091 * src/plugins/dillo_viewer/dillo_viewer.c
1092 * src/plugins/image_viewer/viewer.c
1093 * src/plugins/mathml_viewer/mathml_viewer.c
1094 new mime parser (several things need fixing)
1096 2003-10-09 [paul] 0.9.6claws9
1099 a little more sync with 0.9.6cvs2 and a tidy up
1101 2003-10-08 [paul] 0.9.6claws8
1103 * sync with 0.9.6cvs2
1104 see ChangeLog 2003-10-03
1106 2003-10-05 [christoph] 0.9.6claws7
1109 don't use flags to check if a message is in a news folder
1111 (closes Bug 282 clicking on folder with copied Messages from News
1112 immediately after having copied them crashes Sylpheed-Claws)
1114 2003-10-05 [christoph] 0.9.6claws6
1117 * src/progressdialog.[ch] ** REMOVE **
1118 * src/gtk/Makefile.am
1119 * src/gtk/progressdialog.[ch] ** NEW **
1120 move progressdialog to gtk directory
1122 2003-10-04 [christoph] 0.9.6claws5
1124 * src/prefs_toolbar.c
1125 * src/gtk/prefswindow.c
1126 remove widget_show_all for pages root widget
1128 * src/plugins/spamassassin/spamassassin.[ch]
1129 * src/plugins/spamassassin/spamassassin_gtk.c
1130 * src/plugins/spamassassin/spamassassin_gtk.glade
1131 add support for new libspamc transports
1133 2003-10-04 [christoph] 0.9.6claws4
1135 * src/plugins/spamassassin/libspamc.[ch]
1136 * src/plugins/spamassassin/spamassassin.c
1137 * src/plugins/spamassassin/utils.[ch]
1138 update libspamc to version from SpamAssassin 2.60
1140 2003-10-03 [christoph] 0.9.6claws3
1142 * src/send_message.c
1143 fix missing format string bug found by
1144 Georgi Guninski <guninski@guninski.com>
1146 2003-10-03 [paul] 0.9.6claws2
1149 update Simpilified Chinese translation, submitted by
1152 2003-10-02 [christoph] 0.9.6claws1
1155 add UIDPLUS support for COPY and EXPUNGE
1157 2003-10-02 [paul] 0.9.6claws
1159 * 0.9.6claws released
1165 update Spanish and Slovak translations
1166 submitted by Ricardo Mones Lastra and Andrej Kacian
1168 2003-10-02 [paul] 0.9.5claws43
1171 update British English translation
1173 2003-10-02 [paul] 0.9.5claws42
1176 update Croatian translation, submitted by Dragan
1178 2003-10-01 [paul] 0.9.5claws41
1182 update Polish and Serbian translations, submitted by
1185 2003-10-01 [melvin] 0.9.5claws40
1188 Updated French translations
1190 2003-10-01 [melvin] 0.9.5claws39
1195 * src/plugins/dillo_prefs.c
1196 Quasi unnoticeable UI clean-up.
1201 tools/maildir2sylpheed.pl
1202 bug fixes, rewrites, submitted by Matthias Förste
1203 <itsjustme@users.sourceforge.net>
1205 2003-09-29 [paul] 0.9.5claws38
1208 fix my coding carelessness
1210 2003-09-29 [paul] 0.9.5claws37
1215 src/prefs_common.[ch]
1216 src/prefs_fonts.[ch] ** NEW FILES **
1217 move Font config options to Other Prefs/Display/Fonts
1218 (user's current configuration is preserved)
1220 2003-09-29 [paul] 0.9.5claws36
1224 allow 'local_mbox' value to point to either a directory
1225 (/var/mail - default, new) or a file (/var/mail/username
1228 2003-09-28 [paul] 0.9.5claws35
1231 on signature check, where key exists, print the
1234 2003-09-27 [alfons] 0.9.5claws34
1237 o make progress bar not fill/expand when resizing dialog
1238 o use default fixed text font for actions output
1240 2003-09-27 [paul] 0.9.5claws33
1242 * src/prefs_common.[ch]
1245 remove External Program settings from Common Prefs/Send
1246 as they are now unnecessary due to Local account settings.
1247 plus a little tidying-up after 0.9.5claws31
1249 2003-09-27 [paul] 0.9.5claws32
1251 * src/prefs_account.c
1252 o make correction to gui text:
1253 'Local mailbox file' -> 'Local mailbox directory'
1254 o give 'local_mbox' option a reasonable default value:
1256 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
1259 2003-09-26 [paul] 0.9.5claws31
1262 src/prefs_common.[ch]
1263 remove 'Incorporate from spool' common pref,
1264 force creation of a 'Local' account
1266 2003-09-26 [christoph] 0.9.5claws30
1270 add more NULL pointer checks
1272 2003-09-25 [christoph] 0.9.5claws29
1275 o don't fetch source message to get it's message id
1276 o immediately scan dest folder when copying a message did not
1277 return a new message number and not do it when the first message
1278 without a new message number is found
1280 2003-09-23 [christoph] 0.9.5claws28
1283 fix generating of headers
1285 (patch by David Relson <relson@osagesoftware.com>)
1287 2003-09-23 [paul] 0.9.5claws27
1290 update Simplified Chinese translation. submitted by
1293 2003-09-23 [paul] 0.9.5claws26
1297 tools/vcard2xml.py ** NEW FILE **
1298 add a script that converts an evolution vcard to
1299 sylpheed's xml format
1300 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
1302 2003-09-22 [paul] 0.9.5claws25
1304 * src/plugins/clamav/clamav_plugin.c
1305 don't skip MULTIPART parts
1307 2003-09-21 [christoph] 0.9.5claws24
1310 remove unneeded include
1313 clean up copy/move mess with duplicated code
1316 fix problem that sometimes the folder was not scanned
1319 2003-09-21 [christoph] 0.9.5claws23
1322 * src/logwindow.[ch] ** REMOVE **
1324 * src/prefs_common.c
1325 * src/gtk/Makefile.am
1326 * src/gtk/logwindow.[ch] ** ADD **
1327 make logwindow prefs_common independent and move
1330 2003-09-20 [christoph] 0.9.5claws22
1333 add extra space for address code conversion
1334 (4 * unconvered size could be too small for short headers)
1336 2003-09-20 [christoph] 0.9.5claws21
1339 increase temp buffer size when writing headers
1341 2003-09-19 [darko] 0.9.5claws20
1344 don't ignore value of 'Save copy of outgoing messages to
1345 this folder instead of Sent' in message redirect
1347 2003-09-17 [christoph] 0.9.5claws19
1350 use ", " as address seperator for mail headers and pass whole
1351 header line at once to compose_convert_header to make sure
1352 it is correctly folded
1354 (closes Bug 64 Problem when sending to many recipients)
1356 2003-09-17 [hoa] 0.9.5claws18
1359 src/matcher_parser_parse.y
1361 changed the keyword used for command execution in condition
1362 keyword is changed from "execute" to "test"
1363 so that it is not the same as the one used for action.
1364 This will fix a bug when using filtering dialog.
1365 All semantic in the code is also changed to reflect
1370 * sync with 0.9.6 release
1372 2003-09-17 [paul] 0.9.5claws17
1374 * sync with 0.9.5cvs8
1375 see ChangeLog 2003-09-16 and 2003-09-17
1377 2003-09-16 [paul] 0.9.5claws16
1379 * sync with 0.9.5cvs6
1380 see ChangeLog 2003-09-16
1382 2003-09-15 [paul] 0.9.5claws15
1384 * sync with 0.9.5cvs5
1385 see ChangeLog 2003-09-15
1387 2003-09-14 [alfons] 0.9.5claws14
1390 make "Go to inbox after receiving new mail" again;
1391 regression of a sync, restored to sylpheed main
1392 behaviour. (misses still some bits)
1394 2003-09-14 [alfons] 0.9.5claws13
1396 * src/prefs_filtering_action.c
1397 o add proper message if empty execute command line
1398 o don't select first action item after registering a
1399 new action to prevent (what seems to be a GTK) bug
1400 #36, "filtering will only accept one action change
1403 2003-09-14 [alfons] 0.9.5claws12
1405 * src/prefs_filtering.c
1406 * src/prefs_filtering_action.c
1407 * src/prefs_matcher.c
1408 fix function signature for key_pressed_event signal handlers
1410 2003-09-14 [alfons] 0.9.5claws11
1413 fix regression caused by fix for invalid bug #7
1414 (should fix #246, "Multiple selections are deselected when
1415 moving from search window to main window")
1417 2003-09-14 [alfons] 0.9.5claws10
1420 * src/filtering.[ch]
1421 * src/prefs_actions.c
1422 allow `filtering actions` in actions; only for advanced users
1423 right now: try for example, "%as{mark color 2}"
1425 2003-09-13 [paul] 0.9.5claws9
1428 po/zh_CN.po ** NEW FILE **
1429 update Polish translation, submitted by Emil
1430 <eminowbl@posejdon.wpk.p.lodz.pl>
1431 add new Simplified Chinese translation, submitted by
1432 Hansom Young <hansom_young@yahoo.com>
1434 2003-09-12 [alfons] 0.9.5claws8
1437 don't open separate message views when View | Separate message view
1439 (please look carefully for any navigation regressions)
1441 2003-09-11 [alfons] 0.9.5claws7
1444 make default message view, opened by View | Separate message
1445 view, look like a claws message view (which includes a menu
1447 (fixes bug #298, "message view loses tool bar")
1449 2003-09-11 [christoph] 0.9.5claws6
1452 fix double deleting of newsgroup folders
1454 (closes Bug 305 crash after deleting of a newsgroup)
1456 2003-09-11 [paul] 0.9.5claws5
1460 more sync'ing from 0.9.5cvs2
1462 2003-09-11 [christoph] 0.9.5claws4
1466 * src/common/utils.h
1467 fix sync with 0.9.5cvs2
1469 2003-09-11 [paul] 0.9.5claws3
1471 * sync with 0.9.5cvs4
1472 see ChangeLog 2003-09-11
1474 2003-09-11 [paul] 0.9.5claws2
1476 * sync with 0.9.5cvs2
1477 see ChangeLog 2003-09-05
1479 2003-09-11 [paul] 0.9.5claws1
1481 * sync with 0.9.5cvs3
1482 see ChangeLog 2003-09-10
1484 2003-09-10 [paul] 0.9.5claws
1486 * 0.9.5claws released
1488 2003-09-10 [paul] 0.9.4claws78
1493 2003-09-10 [melvin] 0.9.4claws77
1496 Updated French translations
1498 2003-09-10 [paul] 0.9.4claws76
1503 update Spanish, Slovak, and Serbian translations.
1504 submitted by Ricardo Mones Lastra, Andrej Kacian,
1508 add translation team section
1510 2003-09-09 [christoph] 0.9.4claws75
1513 free item->prefs in folder_item_destroy
1515 2003-09-09 [alfons] 0.9.4claws74
1518 o proper check for root node sorting
1519 o remove unnecessary gtk_ctree_remove_node
1521 (should fix bug #300, "crash while moving folder")
1523 2003-09-08 [christoph] 0.9.4claws73
1526 o fix double adding of IMAP FolderItems to GtkCTree
1527 o fix crash then mbox folder is removed
1529 2003-09-08 [christoph] 0.9.4claws72
1534 fix new folder notification
1539 2003-09-08 [christoph] 0.9.4claws71
1542 replace '\n' and '\r' before removing trailing spaces
1546 add information about new or removed items in folder tree change
1547 notification and use this in folderview to add and remove only
1548 the appected items and not refresh the whole tree
1550 2003-09-07 [match] 0.9.4claws70
1559 * src/addrquery.c ** NEW **
1563 * src/stock_pixmap.c
1564 * src/stock_pixmap.h
1565 * src/pixmaps/address_search.xpm ** NEW **
1566 re-introduce Lookup button for LDAP 'static' searches.
1568 2003-09-07 [alfons] 0.9.4claws69
1571 abandon setting usize for messageview because it gives layout problems
1572 with the quick search bar and the headerview; fixes assorted UI glitches:
1574 o bug #148, "Toggling of quick-search bar reduces index view area"
1575 o bug #280, "Window resiizes for line length but does not revert"
1577 2003-09-07 [christoph] 0.9.4claws68
1580 o make sure we don't have any newlines in header values
1581 o check custom headers for spaces and newlines and ignore
1582 malformed header names
1584 2003-09-06 [christoph] 0.9.4claws67
1588 invoke notification hook for folder tree changes after append
1591 (closes Bug 294 Crash while moving folder with many subdirectories)
1593 2003-09-06 [christoph] 0.9.4claws66
1596 destroy folder's MsgCache if FolderItem is removed to make sure
1597 it is not saved when the FolderItem is destroyed
1599 2003-09-06 [christoph] 0.9.4claws65
1601 * src/plugins/clamav/clamav_plugin.c
1602 fix copy & paste bug
1604 2003-09-05 [christoph] 0.9.4claws64
1607 * src/messageview.[ch]
1610 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1611 by MessageView to clear it when the message is deleted. Should
1612 work even if messages are deleted in MainWindow or by
1615 2003-09-05 [alfons] 0.9.4claws63
1618 deleting a message in a message view frees its msginfo, make
1619 messageview_update_all() aware of that (should fix bug #293,
1620 "deleting message caused crash")
1622 2003-09-05 [melvin] 0.9.4claws62
1625 Improve synchronous action exit code (fixes
1626 a ~5 seconds delay after action exit on RedHat 9)
1628 2003-09-04 [christoph] 0.9.4claws61
1632 * src/common/utils.[ch]
1633 add util function to create mime boundary and use it
1634 in compose and gpg code
1636 2003-09-04 [alfons] 0.9.4claws60
1639 source folder item's GNode should already have been freed in
1640 a previous call to src->folder->klass->remove_folder()
1641 (should fix bug #287, "crash when moving folders")
1643 2003-09-03 [thorsten] 0.9.4claws59
1645 * src/plugins/spamassassin/spamassassin_gtk.c
1648 2003-09-03 [christoph] 0.9.4claws58
1650 * src/plugins/spamassassin/spamassassin.[ch]
1651 * src/plugins/spamassassin/spamassassin_gtk.c
1652 add timeout config option
1654 2003-09-03 [paul] 0.9.4claws57
1656 * po/sk.po ** NEW FILE **
1657 add Slovak translation. Submitted by Andrej Kacian
1660 2003-09-03 [paul] 0.9.4claws56
1662 * src/plugins/clamav/clamav_plugin_gtk.c
1663 gui tweaks: replace a label with a tooltip, modify the
1664 text, use gtk_check_button_new(); instead of
1665 gtk_check_button_new_with_label("");
1667 2003-09-02 [alfons] 0.9.4claws55
1670 remember last used dir when attaching multiple files (should fix
1671 bug #290, "Attach File does not remember directory")
1673 2003-09-01 [paul] 0.9.4claws54
1676 updated by Ricardo Mones Lastra
1678 2003-09-01 [alfons] 0.9.4claws53
1680 * src/gtk/gtkaspell.[ch]
1681 be pedantic and strict and use const gchar * instead of guchar *
1683 2003-09-01 [alfons] 0.9.4claws52
1687 re-enable Save As when multiple messages are selected
1689 2003-09-01 [paul] 0.9.4claws51
1692 g_free(trimmed_uri);
1694 2003-09-01 [paul] 0.9.4claws50
1696 * sync with 0.9.4cvs13
1697 see ChangeLog 2003-09-01
1699 2003-09-01 [paul] 0.9.4claws49
1702 trim uri before sending to the statusbar
1703 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1704 in the message window causes main S-C window to enlarge
1707 2003-09-01 [paul] 0.9.4claws48
1709 * sync with 0.9.4cvs12
1710 see ChangeLog 2003-09-01
1712 2003-08-30 [christoph] 0.9.4claws47
1715 * src/folder_item_prefs.[ch]
1716 * src/prefs_folder_item.c
1717 * src/gtk/gtkaspell.[ch]
1718 commit per folder dictionary patch by
1719 Paul Evans <nerd@freeuk.com>
1721 2003-08-30 [christoph] 0.9.4claws46
1723 * src/plugins/spamassassin/spamassassin_gtk.c
1724 * src/plugins/spamassassin/spamassassin_gtk.glade
1725 reduce GUI clutter by placing hints into tooltips
1727 2003-08-30 [paul] 0.9.4claws45
1730 add 'Content-Disposition: inline' to a text/plain
1731 part when using PGP/MIME signing
1733 2003-08-30 [paul] 0.9.4claws44
1735 * src/prefs_common.c
1736 src/prefs_spelling.c
1737 src/prefs_spelling.glade
1738 reduce GUI clutter by placing hints into tooltips
1740 2003-08-29 [christoph] 0.9.4claws43
1743 fix bug found by Ivan Rayner <ivanr@sgi.com>
1745 * src/stock_pixmap.c
1746 change unecessary warning into a debug message
1748 * src/plugins/clamav/Makefile.am
1749 Fix error "-I$(CLAMAV_LIBS)"
1751 2003-08-29 [christoph] 0.9.4claws42
1756 * src/common/Makefile.am
1757 * src/common/passcrypt.c
1758 commit fixes and patches for some of the IRIX problems found by
1759 Ivan Rayner <ivanr@sgi.com>
1761 2003-08-29 [paul] 0.9.4claws41
1763 * src/prefs_filtering.c
1764 add 'Top' and 'Bottom' buttons, based on changes in
1765 src/prefs_filter.c in 0.9.4cvs11.
1767 2003-08-27 [christoph] 0.9.4claws40
1770 fix bug that the current summary settings were copied to the
1771 wrong folder item, when the folder item prefs are opened.
1772 Copying is not required because summary settings and
1773 folder_item_prefs do not contain the same settings
1775 2003-08-27 [thorsten] 0.9.4claws39
1780 2003-08-26 [paul] 0.9.4claws38
1782 * sync with 0.9.4cvs9
1783 see ChangeLog 2003-08-26
1785 2003-08-25 [paul] 0.9.4claws37
1787 * sync with 0.9.4cvs8
1788 see ChangeLog 2003-08-25
1790 2003-08-24 [christoph] 0.9.4claws36
1792 * src/prefs_filtering.c
1793 shouldn't remove items from a GSList while iterating over the
1794 list (makes cur invalid and cur->next not accessable)
1796 (closes Bug 272 i deleted an folder and some seconds later sylpheed
1799 2003-08-23 [christoph] 0.9.4claws35
1802 news folders should be scanned when opened
1804 2003-08-22 [christoph] 0.9.4claws34
1806 * src/prefs_folder_item.c
1807 use macro to assign strings that always frees the old string
1809 * src/gtk/gtkaspell.[ch]
1810 add gtkaspell_set_dictionary_menu_active_item() to set active
1811 item in dictionary option menu
1813 * src/prefs_spelling.c
1814 use gtkaspell_set_dictionary_menu_active_item() to select
1817 2003-08-21 [christoph] 0.9.4claws33
1824 optimize folder system
1826 * src/gtk/gtkstext.c
1827 fix division by zero when font has 0 width for ' '
1829 2003-08-21 [paul] 0.9.4claws32
1831 * sync with 0.9.4cvs7
1832 see ChangeLog 2003-08-20
1834 2003-08-19 [paul] 0.9.4claws31
1837 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1838 SYLDOC_FAQ_HTML_INDEX.
1840 use LC_MESSAGES instead of LC_ALL to find the current
1843 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1845 2003-08-19 [paul] 0.9.4claws30
1848 updated by George Danchev
1850 2003-08-18 [luke] 0.9.4claws29
1852 * src/gtk/gtkvscrollbutton.[ch]
1853 o removed gtk_vscrollbutton_reset() (reasons: reduce
1854 dependencies; do it the GTK way; reduce code -14/+2 lines)
1855 o removed horizontal separator between icons
1857 2003-08-17 [christoph] 0.9.4claws28
1860 no subject threading when the subject has no reply prefix
1862 2003-08-16 [christoph] 0.9.4claws27
1865 remember and restore window sizes and position when the main
1866 window is hidden or shown
1868 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1869 minimised/reopened using trayicon)
1871 2003-08-16 [paul] 0.9.4claws26
1874 add #include "defs.h"
1876 2003-08-16 [paul] 0.9.4claws25
1878 * src/plugins/clamav/clamav_plugin.c
1879 reword a debug_print
1881 * src/plugins/dillo_viewer/dillo_prefs.c
1882 cosmetic: change the labels' text, add tooltips, and
1885 2003-08-15 [christoph] 0.9.4claws24
1888 complete last change (forgot some changes)
1890 2003-08-15 [christoph] 0.9.4claws23
1893 o check number of messages and don't return a 0 message
1894 when no messages are available
1895 o don't parse xref header anymore
1897 (closes Bug 203 I'm not getting any news)
1899 2003-08-15 [paul] 0.9.4claws22
1903 update and define claws bugzilla location
1905 2003-08-15 [paul] 0.9.4claws21
1908 update submitted by Ruslan N. Balkin
1910 2003-08-14 [christoph] 0.9.4claws20
1913 fix search for oldest node in subject threading
1915 2003-08-14 [christoph] 0.9.4claws19
1918 * src/common/utils.h
1919 add possibility to check all nodes with the same subject for
1920 subject threading, not only the oldest node. Should not break
1921 threads anymore if the oldest node is thread_by_subject_max_age
1922 days older then parent, because it can now find a child of
1923 oldest node as new parent.
1925 2003-08-11 [christoph] 0.9.4claws18
1927 * src/plugins/spamassassin/spamassassin.c
1928 run spam check in background process
1930 2003-08-10 [alfons] 0.9.4claws17
1933 make `Select All' sensitive too
1935 2003-08-10 [christoph] 0.9.4claws16
1938 add more checks in imap_close
1940 2003-08-09 [alfons] 0.9.4claws15
1942 * src/prefs_spelling.c
1943 no spell checking UI if not requested
1945 2003-08-09 [alfons] 0.9.4claws14
1947 * src/gtk/prefswindow.c
1950 2003-08-09 [christoph] 0.9.4claws13
1952 * src/prefs_spelling.c
1953 * src/gtk/prefswindow.[ch]
1954 * src/plugins/clamav/clamav_plugin_gtk.c
1955 * src/plugins/spamassassin/spamassassin_gtk.c
1956 sort prefs pages by heighest weight in tree
1958 2003-08-09 [paul] 0.9.4claws12
1960 * sync with 0.9.4cvs6
1961 see ChangeLog 2003-08-07
1964 add Leandro and Luke to claws-branch section
1966 2003-08-09 [christoph] 0.9.4claws11
1968 * src/gtk/Makefile.am
1969 * src/gtk/colorsel.[ch] ** NEW **
1970 create a color selection dialog that can be used as a simple
1971 function call with it's own gtk main loop like filesel.[ch]
1975 * src/prefs_common.c
1976 * src/prefs_spelling.[ch] ** NEW **
1977 * src/prefs_spelling.glade ** NEW **
1978 * src/gtk/gtkutils.[ch]
1979 move "Spell Checker" prefs to new prefs dialog
1981 * src/prefs_folder_item.c
1982 use new colorsel dialog
1984 2003-08-08 [paul] 0.9.4claws10
1987 clear the progress bar unconditionally
1989 2003-08-08 [paul] 0.9.4claws9
1991 * sync with 0.9.4cvs4
1992 see ChangeLog 2003-07-31
1994 2003-08-07 [christoph] 0.9.4claws8
1997 fix bug in image viewer plugin part
2000 don't execute close command if the folder item is not selected
2002 2003-08-07 [hoa] 0.9.4claws7
2004 * src/filtering.[ch]
2005 * src/matcher_parser.h
2006 * src/matcher_parser_parse.y
2007 can define several actions for each filtering rule
2008 can import old versions of filtering rules
2010 * src/prefs_filtering.c
2011 call to a new dialog box to define actions
2013 * src/prefs_filtering_action.[ch]
2014 dialog box to define actions for filtering rules
2016 2003-08-06 [christoph] 0.9.4claws6
2019 make sure source folder is selected when copying messages
2021 2003-08-06 [christoph] 0.9.4claws5
2023 * sync with 0.9.4cvs2
2024 see ChangeLog 2003-07-29
2026 2003-08-05 [paul] 0.9.4claws4
2028 * sync with 0.9.4cvs3
2029 see ChangeLog 2003-07-30
2031 2003-08-04 [match] 0.9.4claws3
2034 export of LDIF files.
2036 2003-08-04 [match] 0.9.4claws2
2039 support for export LDIF. documented.
2040 * src/importldif.[ch]
2041 * src/exportldif.[ch]
2042 add tooltips. documented.
2043 * src/exphtmldlg.[ch]
2044 * src/common/xmlprops.[ch]
2046 * src/exportldif.[ch] ** NEW **
2047 * src/expldifdlg.[ch] ** NEW **
2048 * src/addressbook.[ch]
2050 export of LDIF files.
2053 2003-08-04 [christoph] 0.9.4claws1
2058 * sylpheed-claws.pc.in ** NEW **
2060 * src/common/Makefile.am
2061 * src/gtk/Makefile.am
2062 install sylpheed header files in $(pkgincludedir) and create a
2063 pkg-config file to allow building a plugin without the source
2066 2003-08-04 [paul] 0.9.4claws
2068 * version 0.9.4claws
2070 2003-08-04 [paul] 0.9.3claws97
2073 update Spanish translation. Submitted by Ricardo
2076 2003-08-03 [paul] 0.9.3claws96
2080 update Croatian and Serbian translations. Submitted by
2081 Dragan and Urke MMI respectively
2083 2003-08-03 [alfons] 0.9.3claws95
2086 mark flag has precedence over important flag - seems
2087 to have been changed in sync of 0.9.3claws45. this fixes
2088 a regression where messages that were scored as important
2089 don't show their mark flags. (using the same column for
2090 both importance as mark flags is the real problem
2093 2003-08-03 [melvin] 0.9.3claws94
2096 Updated French translations.
2098 2003-08-03 [melvin] 0.9.3claws93
2101 Fixed typo introduced after 0.9.3claws92
2102 that prevented compilation
2103 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2104 CPPFLAGS and YFLAGS to allow user setting these.
2105 * src/common/Makefile.am
2106 * src/gtk/Makefile.am
2107 * src/plugins/clamav/Makefile.am
2108 * src/plugins/demo/Makefile.am
2109 * src/plugins/dillo_viewer/Makefile.am
2110 * src/plugins/image_viewer/Makefile.am
2111 * src/plugins/mathml_viewer/Makefile.am
2112 * src/plugins/spamassassin/Makefile.am
2113 * src/plugins/trayicon/Makefile.am
2114 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2115 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2116 CPPFLAGS and YFLAGS to allow user setting these.
2118 2003-08-02 [christoph] 0.9.3claws92
2121 o rearrange plugin tests
2122 o add test for clamav.h to ClamAV tests
2124 2003-08-02 [luke] 0.9.3claws91
2127 o fixed appearance of icon list when toggling back from the
2129 o toggling of icons using the keyboard works correctly
2130 o fixed all other keyboard shortcuts to work when icons are
2134 o fixed bug 4 - focus lost when changing messageview view type
2136 2003-08-02 [christoph] 0.9.3claws90
2138 * src/common/hooks.c
2139 fix crash when pointer stored in hash table could get invalid
2140 when a plugin is unloaded
2142 2003-08-01 [christoph] 0.9.3claws89
2145 o try to build all plugins (except spamassassin) by default
2146 o don't build a plugin if a dependency check fails
2148 * src/common/hooks.c
2151 2003-08-01 [match] 0.9.3claws88
2154 allow single click field selection. document code.
2156 2003-08-01 [christoph] 0.9.3claws87
2158 * src/plugins/clamav/clamav_plugin.c
2159 * src/plugins/clamav/clamav_plugin_gtk.c
2160 * src/plugins/dillo_viewer/dillo_viewer.c
2161 * src/plugins/image_viewer/plugin.c
2162 * src/plugins/mathml_viewer/mathml_viewer.c
2163 * src/plugins/spamassassin/spamassassin.c
2164 * src/plugins/spamassassin/spamassassin_gtk.c
2165 * src/plugins/trayicon/trayicon.c
2166 add version check to all plugins
2168 2003-08-01 [hoa] 0.9.3claws86
2170 * src/prefs_filtering.c
2171 fixed a cosmetic bug, during creation of dialog box,
2172 wrong widgets were shown after creation.
2174 2003-08-01 [luke] 0.9.3claws85
2177 o fixed visibility of icons/mimeview after toggling separate
2178 message/folder view (factored out some similar code too).
2181 2003-07-31 [alfons] 0.9.3claws84
2184 tweak icon box UI a bit more, now allowing right-clicks actions
2185 getting the relevant mime data too; should fix #250, "Can't save
2186 attachments sometimes".
2188 2003-07-30 [alfons] 0.9.3claws83
2191 don't do auto-save-draft inside key press handler, but rather
2192 schedule it half of a second later; should fix #67, "autosave
2193 make re-rediting message crazy"
2195 2003-07-30 [christoph] 0.9.3claws82
2197 * src/plugins/trayicon/trayicon.c
2198 process pending events before unloading the plugin
2200 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
2202 2003-07-30 [alfons] 0.9.3claws81
2204 * src/common/hooks.c
2205 parameter 2 of g_hook_destroy() should really be a hook id
2207 2003-07-30 [alfons] 0.9.3claws80
2209 * src/common/plugin.c
2210 fix a possibly harmful function signature mismatch
2213 2003-07-30 [alfons] 0.9.3claws79
2215 * src/common/hooks[.ch]
2218 2003-07-30 [darko] 0.9.3claws78
2221 make it compile again
2223 2003-07-30 [luke] 0.9.3claws77
2227 o added/moved signal handlers for SIGTERM (normal kill command)
2228 and SIGINT (ctl-c) to be used even without
2229 --enable-crash-dialog, fixing bug 166
2232 o rewrote menu sensitivity code as per mainwindow.c, fixing
2236 o changed sensitivity condition for 'Next new' and 'Next
2237 unread', fixing bug 8
2239 2003-07-29 [alfons] 0.9.3claws76
2241 * src/common/utils.[ch]
2242 add generate_msgid()
2244 save ack'ed RRR; fixes #205, "return receipt is not saved in
2247 2003-07-29 [alfons] 0.9.3claws75
2250 fix a memleak (claws-only)
2252 2003-07-29 [alfons] 0.9.3claws74
2255 * src/gtk/gtkvscrollbutton.[ch]
2256 fix UI glitch where mime icon toolbox' scroll position is not
2257 reset after switching to another message
2260 2003-07-29 [paul] 0.9.3claws73
2262 * src/prefs_folder_item.c
2263 split the prefs into 2 separate pages
2265 2003-07-29 [paul] 0.9.3claws72
2268 prepend "\n\n" to a signature without a separator too
2270 2003-07-29 [paul] 0.9.3claws71
2273 fix bug where changing to an account without an auto-sig
2274 from an initial account without an auto-sig would insert
2275 2 blank lines at the cursor point
2276 fix bug where changing to an account with an auto-sig
2277 from an initial account without an auto-sig would insert
2278 the sig at the cursor point
2280 2003-07-29 [paul] 0.9.3claws70
2283 use the colour from the folder pref unless the folder
2286 2003-07-29 [alfons] 0.9.3claws69
2291 rewrite return receipt request work a little bit (the former
2292 implementation presumably depended too much on the UI setting
2293 flags). (we're losing the old pending flag.)
2295 2003-07-28 [christoph] 0.9.3claws68
2301 fix copy to IMAP folder from other folder
2303 2003-07-28 [christoph] 0.9.3claws67
2306 fix sync of procmsg_get_message_file_list
2308 2003-07-28 [christoph] 0.9.3claws66
2310 * sync with 0.9.3cvs14
2311 see ChangeLog 2003-07-18
2312 * sync with 0.9.3cvs17
2313 see ChangeLog 2003-07-23
2315 (closes Bug 234 segmentation fault after sending out mail via
2318 2003-07-28 [paul] 0.9.3claws65
2321 update Spanish translation, submitted by Ricardo Mones
2324 2003-07-28 [christoph] 0.9.3claws64
2329 return new message numbers as a GRelation instead of a GSList
2330 that has to be in the same order as the input list. A list
2331 would make it hard for IMAP to optimize oepration by sorting
2332 the input list. The returned list would have to be reordered
2333 to match the same order that input list has.
2335 * src/gtk/gtkaspell.c
2336 fix missing return value, could cause a crash when garbage is
2337 on the stack that is used as the expected return value
2339 2003-07-28 [paul] 0.9.3claws63
2341 * sync with 0.9.4cvs1
2342 see ChangeLog 2003-07-28
2344 2003-07-27 [alfons] 0.9.3claws62
2347 tweak it more to make icon list act like a check button group
2349 2003-07-27 [christoph] 0.9.3claws61
2351 * sync with 0.9.3cvs20
2352 see ChangeLog 2003-07-25
2354 2003-07-27 [paul] 0.9.3claws60
2357 re-commit changes from 0.9.3claws58 -
2358 accidently removed in 0.9.3claws59
2360 2003-07-27 [paul] 0.9.3claws59
2363 a sync from 0.9.3cvs17
2364 see ChangeLog 2003-07-23
2366 2003-07-27 [alfons] 0.9.3claws58
2369 add missing header members to MsgInfo; fixes the problem of
2370 not displaying X-Faces, as noticed by Ricardo Mones
2372 2003-07-26 [christoph] 0.9.3claws57
2374 * sync with 0.9.3cvs18
2375 see ChangeLog 2003-07-24
2377 2003-07-26 [christoph] 0.9.3claws56
2379 * sync with 0.9.3cvs17
2380 see ChangeLog 2003-07-23
2382 2003-07-26 [christoph] 0.9.3claws55
2389 add support for copy function that copy multiple messages
2390 (not implemented yet)
2393 add missing return value
2395 2003-07-26 [paul] 0.9.3claws54
2397 * tools/multiwebsearch.pl
2398 do whitespace substitution before passing the string
2399 to the browser. fixes bug with browsers that don't
2400 do whitespace conversion themselves.
2402 2003-07-25 [christoph] 0.9.3claws53
2407 rewrite adding of multiple messages to a folder for
2408 claws' folder system
2410 2003-07-25 [luke] 0.9.3claws52
2413 o icon toggles set correctly on leaving ctree mimeview
2415 2003-07-25 [paul] 0.9.3claws51
2417 * partial sync with 0.9.3cvs21 [src/main.c]
2418 see ChangeLog 2003-07-25
2420 2003-07-24 [paul] 0.9.3claws50
2422 * tools/maildir2sylpheed.pl
2425 2003-07-24 [paul] 0.9.3claws49
2428 increase the gutter size of paned so that the panes
2431 * src/plugins/demo/demo.c
2432 squeeze in another typo fix
2434 2003-07-24 [paul] 0.9.3claws48
2436 * src/plugins/demo/demo.c
2438 small changes to the English
2440 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
2441 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
2444 rename the misspelled icon
2446 2003-07-23 [alfons] 0.9.3claws47
2449 make icon list look like a list of toggles
2451 2003-07-23 [luke] 0.9.3claws46
2453 * src/pixmaps/mimeview_gpg_expired.xpm
2454 * src/pixmaps/mimeview_gpg_failed.xpm
2455 * src/pixmaps/mimeview_gpg_passed.xpm
2456 * src/pixmaps/mimeview_text_html.xpm
2457 * src/pixmaps/mimeview_image.xpm
2458 o all icons the same size
2461 o mimeview ctree arranged vertically above the viewer
2462 o icons changed to buttons
2463 o can use keyboard to select an icon (Enter)
2464 o resize icon list to width of icons
2466 * src/gtk/gtkvscrollbutton.c
2467 o sensitivity of buttons reacts to position
2469 2003-07-23 [christoph] 0.9.3claws45
2471 * sync with 0.9.3cvs14 (incomplete)
2472 see ChangeLog 2003-07-17
2474 2003-07-23 [alfons] 0.9.3claws44
2478 sync with my local tree to restore some claws-only things
2480 2003-07-23 [paul] 0.9.3claws43
2482 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
2483 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
2488 src/stock_pixmap.[ch]
2489 indicate missing keys and expired sigs/keys
2492 2003-07-23 [paul] 0.9.3claws42
2495 Redirect fixes: enable automatic account selection and
2496 do not append signature to message on changing account
2499 2003-07-23 [paul] 0.9.3claws41
2501 * sync with 0.9.3cvs16
2502 see ChangeLog 2003-07-23
2504 2003-07-23 [alfons] 0.9.3claws40
2507 give progress dialog a main window, and give it the first
2508 one (presumably the only one). fixes bug #247, "segfault on
2511 2003-07-22 [alfons] 0.9.3claws39
2514 shift-space scrolls up
2516 2003-07-22 [paul] 0.9.3claws38
2518 * sync with 0.9.3cvs15
2519 see ChangeLog 2003-07-22
2521 2003-07-20 [alfons] 0.9.3claws37
2524 put menu inside #ifdef USE_ASPELL..#endif
2526 2003-07-20 [christoph] 0.9.3claws36
2529 fix wrong flags in MsgInfo returned by
2530 procmsg_msginfo_get_full_info()
2532 (closes Bug 221 Deleting messages from the Message View gives incorrect
2533 new/unread message counts in the folder view)
2535 * src/plugins/spamassassin/spamassassin_gtk.c
2536 add gettext macro for prefs page title
2538 2003-07-20 [paul] 0.9.3claws35
2541 redraw icon list on signature check
2543 2003-07-20 [christoph] 0.9.3claws34
2548 * src/folder_item_prefs.[ch] ** NEW **
2553 * src/prefs_scoring.c
2555 * src/prefs_folder_item.[ch]
2556 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2558 o use prefswindow for folder properties
2560 * src/gtk/prefswindow.[ch]
2561 change implementation to use an invisible notebook instead
2562 of unparenting widgets
2564 2003-07-20 [christoph] 0.9.3claws33
2570 * src/prefs_filtering.h
2571 * src/prefs_folder_item.[ch]
2575 clean up header mess
2576 (always use 1. typedefs, 2. #includes, 3. structures)
2578 * src/common/version.h.in
2579 add casts for constants
2581 * src/plugins/demo/demo.c
2584 * src/plugins/spamassassin/spamassassin.c
2585 remove unused variable
2587 2003-07-20 [alfons] 0.9.3claws32
2590 o make icon buttons respond on left click
2591 o minor cosmetic change
2593 2003-07-19 [luke] 0.9.3claws31
2596 * src/gtk/gtkvscrollbutton.c
2598 o improved mimeview behaviour when selecting a new message
2599 o plus code cleanups to remove compile warnings
2602 2003-07-19 [alfons] 0.9.3claws30
2606 * src/common/utils.[ch]
2607 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2609 2003-07-19 [alfons] 0.9.3claws29
2611 * src/prefs_folder_item.c
2612 reinit "legacy" tmp_prefs, so we don't free nor use invalid
2615 2003-07-19 [luke] 0.9.3claws28
2621 * src/stock_pixmap.[ch]
2622 * src/gtk/Makefile.am
2624 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
2625 * src/pixmaps/mime_*.xpm ** NEW **
2626 o mimeview rearrangement with a new icon shortcut bar
2628 2003-07-19 [alfons] 0.9.3claws27
2631 o plug leaking nodes_to_recollapse
2632 o add folderview_recollapse_all_nodes() (not used yet)
2634 2003-07-19 [alfons] 0.9.3claws26
2637 * src/common/utils.c
2638 honour #240 "Better SUBJECT handling" by cleaning the prefix
2639 for both forwarding as replying
2641 2003-07-18 [christoph] 0.9.3claws25
2644 * src/common/sylpheed.[ch]
2645 * src/common/version.h.in
2646 add version in numeric form to allow easy comparison
2648 * src/plugins/demo/demo.c
2650 - sylpheed version > plugin version => never allowed, sylpheed
2651 could contain unknown API changes
2652 - sylpheed version < minimum version required => don't load,
2653 API required not available (if linking does not fail)
2655 2003-07-18 [alfons] 0.9.3claws24
2657 * src/common/plugin.[ch]
2660 2003-07-18 [christoph] 0.9.3claws23
2662 * src/common/hooks.c
2663 fix crash when hooks where unregisted
2665 * src/plugins/trayicon/trayicon.c
2666 unregister detroy signal before destroying the widget
2667 (still crashes when the plugin is unloaded)
2669 2003-07-18 [alfons] 0.9.3claws22
2672 delay expanding folder tree during drags until timeout triggered
2673 (needs perhaps some tweaking, so testing is welcome)
2675 2003-07-17 [alfons] 0.9.3claws21
2680 2003-07-17 [christoph] 0.9.3claws20
2682 * src/common/session.c
2683 fix opening of SSL connections
2685 * src/plugins/image_viewer/Makefile.am
2686 add OPENSSL_CFLAGS (we should find a better solution to remove
2687 this dependencies if they are not required)
2689 * src/plugins/spamassassin/spamassassin.c
2690 remove setlocale workaround (fixed in libspamc)
2692 (closes Bug Bug 184 Entering non-ascii character deletes previous char
2693 if spell checking enabled)
2695 2003-07-17 [alfons] 0.9.3claws19
2697 * src/common/hooks.[ch]
2698 * src/plugins/clamav/clamav_plugin.c
2699 * src/plugins/spamassassin/spamassassin.c
2700 * src/plugins/trayicon/trayicon.c
2703 2003-07-17 [alfons] 0.9.3claws18
2708 2003-07-17 [alfons] 0.9.3claws17
2713 2003-07-17 [paul] 0.9.3claws16
2718 add link to the Claws site's FAQ page, after the suggestion
2719 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2720 Move url strings to defs.h
2723 fix typo to prevent "unknown menu entry" warnings
2725 2003-07-17 [alfons] 0.9.3claws15
2727 * src/folderview.[ch]
2728 * src/summaryview.[ch]
2732 2003-07-17 [paul] 0.9.3claws14
2735 remove two instances of 'GTK_EVENTS_FLUSH' because
2736 they are unnecessary and probably cause a stack overflow
2738 2003-07-16 [christoph] 0.9.3claws13
2741 use an invisible GTK notebook to switch between viewers
2742 instead of reparenting widgets
2744 2003-07-16 [christoph] 0.9.3claws12
2747 move folder_item_update_freeze() to correct place in
2748 folder_item_scan_full()
2750 2003-07-16 [paul] 0.9.3claws11
2752 * sync with 0.9.3cvs12
2753 see ChangeLog 2003-07-14 and 2003-07-15
2755 2003-07-16 [christoph] 0.9.3claws10
2758 * src/prefs_account.[ch]
2759 sync IMAP CRAM-MD5 authentication with sylpheed-main
2761 2003-07-15 [alfons] 0.9.3claws9
2764 make --config-dir do something useful
2766 2003-07-15 [alfons] 0.9.3claws8
2769 o fix a bug where 'last' didn't really point to the last message
2770 in the top level list of children, but to the last threaded
2773 o clean up and make it easier to sync
2775 2003-07-15 [alfons] 0.9.3claws7
2778 make correct menu items sensitive
2780 2003-07-14 [alfons] 0.9.3claws6
2783 tune the threader so it will not subject-thread any message
2784 without a subject prefix (this will not thread correctly if
2785 a parent is delivered after their childs, but it looks
2788 2003-07-13 [christoph] 0.9.3claws5
2791 group "Add mailbox *..." menu items in submenu
2793 2003-07-13 [alfons] 0.9.3claws4
2796 correct summary_toggle_pressed() signature and make sure
2797 signal is not passed on
2799 2003-07-13 [alfons] 0.9.3claws3
2802 o for now don't pass on keys when they we're handled by
2803 ctree::key_press_event
2806 2003-07-13 [alfons] 0.9.3claws2
2809 add command line option "--config-dir" to get the current
2812 2003-07-12 [alfons] 0.9.3claws1
2815 * src/matcher_parser_parse.y
2816 * src/prefs_filtering.c
2818 add "Lock" filter action to lock messages;
2821 remove debug_print()
2822 * src/prefs_filtering.c
2823 re-organize matcher part 9:
2824 make action text entries easily extendible;
2825 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2826 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2831 update old information and add missing
2834 2003-07-12 [paul] 0.9.3claws
2836 * 0.9.3claws released
2838 2003-07-12 [paul] 0.9.0claws103
2843 2003-07-12 [melvin] 0.9.0claws102
2846 Fixed bug #215: Show MIME tab for single text/html messages.
2848 2003-07-12 [paul] 0.9.0claws101
2853 2003-07-12 [paul] 0.9.0claws100
2859 update Spanish, Croatian, Polish, Serbian translations.
2860 submitted by Ricardo Mones Lastra, Dragan, Witold
2861 Wladyslaw Wojciech Wilk, Urke MMI
2863 2003-07-12 [melvin] 0.9.0claws99
2866 Updated French translations.
2868 2003-07-12 [paul] 0.9.0claws98
2871 disable 'Lookup' button as it has no effect
2873 2003-07-11 [alfons] 0.9.0claws97
2876 summary_searchbar_pressed() should return TRUE to signal that
2877 event was handled. when returning void, the return value passed
2878 to GTK is actually random, but maybe FALSE, in which case the
2879 event is handled by parent
2881 2003-07-10 [paul] 0.9.0claws96
2883 * ac/missing/gettext.m4
2884 update to version 0.12
2886 2003-07-10 [paul] 0.9.0claws95
2888 * src/plugins/clamav/clamav_plugin.c
2889 fix bug where multipart/alternative messages
2890 would slip through without being scanned
2892 2003-07-10 [christoph] 0.9.0claws94
2895 correct check if folder supports removing when a message is
2896 moved. if not the message is only copied.
2898 (closes Bug 132 crash on startup in newsgroups folders)
2900 2003-07-09 [alfons] 0.9.0claws93
2904 --with-config-dir (default .sylpheed)
2906 2003-07-09 [christoph] 0.9.0claws92
2909 use PKG_CHECK_MODULES to check for gtkmathview
2910 (version 0.4.2 now required)
2912 2003-07-08 [melvin] 0.9.0claws91
2915 Implemented a progress bar that counts the number of completed
2916 tasks when the action runs more than one command.
2918 2003-07-08 [alfons] 0.9.0claws90
2921 if queued message has an invalid Message-Id, don't try to
2922 find message it refers to (fixes #209 "crash when processing
2925 2003-07-08 [paul] 0.9.0claws89
2927 * sync with 0.9.3cvs2
2928 see ChangeLog 2003-07-08
2930 2003-07-08 [match] 0.9.0claws88
2933 extend LDAP search for first/last name by parsing search term.
2935 2003-07-08 [alfons] 0.9.0claws87
2937 * src/send_message.c
2938 fix bug #208 "Status message stuck when sending on POP3 account"
2940 2003-07-07 [paul] 0.9.0claws86
2943 new Croatian translation, submitted by
2944 Dragan <drleskov@inet.hr>
2946 2003-07-07 [paul] 0.9.0claws85
2948 * sync with 0.9.3cvs1
2949 see ChangeLog 2003-07-07
2951 2003-07-05 [christoph] 0.9.0claws84
2956 * src/stock_pixmap.[ch]
2957 * src/pixmaps/messageview_text.xpm ** NEW **
2958 move mimeview tabs to the right side and use icons
2959 instead of text to save some space
2961 (patch by Luke Plant <lukeplant@softhome.net>)
2963 2003-07-05 [christoph] 0.9.0claws83
2966 add NULL pointer checks
2968 (patch by Luke Plant <lukeplant@softhome.net>)
2969 (closes Bug 204 0.9.0 quits on authentication error?!)
2971 2003-07-05 [alfons] 0.9.0claws82
2974 take the clue in bug #202 "./configure script -
2975 'if test' comparison failure" reported by John Kristoff.
2977 2003-07-04 [christoph] 0.9.0claws81
2979 * src/plugins/spamassassin/spamassassin.c
2980 set timeout for spam check
2982 2003-07-04 [christoph] 0.9.0claws80
2985 destroy all FolderItems when shutting down to
2986 allow folders to clean up
2988 2003-07-04 [melvin] 0.9.0claws79
2990 * src/gtk/gtkaspell.c
2991 Fixed bug #184 "Entering non-ascii character deletes
2992 previous char if spell checking enabled": this makes
2993 the spell checking in multibytes (e.g. UTF-8)locales work.
2994 (Patch by Luke Plant).
2996 2003-07-04 [christoph] 0.9.0claws78
2998 * sync with 0.9.2cvs1
2999 see ChangeLog 2003-06-10
3001 2003-07-04 [paul] 0.9.0claws77
3003 * sync with 0.9.3 release
3004 see ChangeLog 2003-07-04
3006 2003-07-03 [christoph] 0.9.0claws76
3013 move folder_item_get_path() stuff into a folder virtual function
3016 use folder_item_fetch_msg() to get message and do not contruct
3017 the filename from path and number
3019 2003-07-03 [paul] 0.9.0claws75
3021 * sync with 0.9.2cvs12
3022 see ChangeLog 2003-07-03
3024 2003-07-02 [paul] 0.9.0claws74
3027 fix text-selection for replying
3029 2003-07-02 [paul] 0.9.0claws73
3031 * sync with 0.9.2cvs11
3032 see ChangeLog 2003-07-02
3034 2003-07-02 [paul] 0.9.0claws72
3037 revert last commit because it breaks more
3040 2003-07-02 [paul] 0.9.0claws71
3043 fix thread by subject/sort by date
3045 2003-07-01 [paul] 0.9.0claws70
3047 * sync with 0.9.2cvs10
3048 see ChangeLog 2003-07-01
3050 2003-06-30 [paul] 0.9.0claws69
3052 * sync with 0.9.2cvs9
3053 see ChangeLog 2003-06-30
3055 2003-06-28 [match] 0.9.0claws68
3060 2003-06-27 [paul] 0.9.0claws67
3062 * sync with 0.9.2cvs7
3063 see ChangeLog 2003-06-27
3065 2003-06-26 [christoph] 0.9.0claws66
3068 freeze folder updates while a folder is scanned
3070 (closes Bug 185 New message counter)
3072 2003-06-26 [darko] 0.9.0claws65
3075 fix infinite loop when adding a new LDAP server
3077 2003-06-26 [paul] 0.9.0claws64
3079 * sync with 0.9.2cvs6
3080 see ChangeLog 2003-06-26
3082 2003-06-26 [paul] 0.9.0claws63
3084 * sync with 0.9.2cvs5
3085 see ChangeLog 2003-06-25 and 2003-06-26
3087 2003-06-25 [match] 0.9.0claws62
3090 Fixed tab/backtab for dropped-down completion list to
3091 move next/previous field. (close bug 147)
3093 2003-06-25 [christoph] 0.9.0claws61
3095 * src/addr_compl.[ch]
3096 * src/addrindex.[ch]
3104 2003-06-25 [leandro] 0.9.0claws60
3108 o gray out "Message/Remove references" menu item if not
3109 replying to a message
3111 2003-06-24 [leandro] 0.9.0claws59
3114 o removed "Message/Create new thread" menu item
3115 o added "Message/Remove references" menu item
3116 (it's off by default and will not check anymore
3117 if the subject changed)
3119 2003-06-23 [alfons] 0.9.0claws58
3122 try better grouping messages threaded by subject based on their age.
3123 still not perfect - because the message tree is not sorted by date.
3125 2003-06-23 [thorsten] 0.9.0claws57
3128 added mail_receive_hook to allow modifications
3129 directly after retrieval (e.g. adding headers).
3131 2003-06-23 [paul] 0.9.0claws56
3133 * src/sourcewindow.c
3134 enable the use of Ctrl+A to select all text in
3136 Patch submitted by Ivan Francolin Martinez
3137 <ivanfm@users.sourceforge.net>
3139 2003-06-22 [christoph] 0.9.0claws55
3142 o add notification hook for folder tree changes
3143 o invoke hooks after folder tree scanning
3145 * src/folderview.[ch]
3146 register hook for folder tree changes that
3149 (there are more places that should be updated, like add, remove
3152 (closes Bug 164 Crash on rebuild folder tree)
3153 (closes Bug 190 Crash on 'rebuilding folder tree')
3155 2003-06-21 [leandro] 0.9.0claws54
3158 create a new thread if subject changes
3159 (it's on by default, can be disabled in Message menu)
3161 2003-06-21 [alfons] 0.9.0claws53
3164 quiet little compiler
3166 2003-06-21 [christoph] 0.9.0claws52
3168 update gettext stuff to version 0.12
3170 2003-06-19 [alfons] 0.9.0claws51
3173 * src/common/plugin.c
3174 move defs.h before glib.h to prevent MIN/MAX redefs
3181 2003-06-19 [match] 0.9.0claws50
3183 * src/addressbook.[ch]
3184 * src/addrindex.[ch]
3185 * src/addr_compl.[ch]
3187 * src/editldap_basedn.[ch]
3190 re-implemented dynamic LDAP search. works without
3191 slowdown on display sender with addressbook
3196 2003-06-19 [paul] 0.9.0claws49
3199 fix Bug #136 'Nonprovided quotation marks crash claws'
3200 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
3202 2003-06-19 [alfons] 0.9.0claws48
3204 * src/prefs_common.[ch]
3206 restrict threading by subject by checking thread for
3207 age (prefs_common.thread_by_subject_max_age)
3209 2003-06-18 [christoph] 0.9.0claws47
3212 fix memory leak in imap_cmd_fetch()
3214 2003-06-18 [christoph] 0.9.0claws46
3217 fix memory leak in prefs_set_default() when used multiple
3218 times or after prefs have been read
3220 2003-06-18 [christoph] 0.9.0claws45
3222 * src/common/plugin.c
3223 fix memory leak in plugin_unload()
3225 2003-06-18 [christoph] 0.9.0claws44
3228 fix memory leak in imap_cmd_ok()
3230 2003-06-18 [christoph] 0.9.0claws43
3233 stop messages that are downloaded from POP3 and added to
3234 an IMAP inbox from being filtered twice (first by POP3
3235 and again when IMAP folder is scaned to get the UID of
3236 the APPEND operation when no UIDPLUS is available)
3245 * tools/launch_phoenix ** REMOVED **
3246 tools/launch_firebird ** NEW **
3247 renamed and edited to reflect the browser's name change from
3248 'phoenix' to 'firebird'
3250 2003-06-18 [paul] 0.9.0claws42
3252 * sync with 0.9.2cvs2
3253 see ChangeLog 2003-06-16
3255 2003-06-17 [alfons] 0.9.0claws41
3258 prevent threading problems when a node is an ancestor (parent / great parent),
3259 which mostly happens with circular references (thanks to Phillipe Gramoullé
3260 for finding an sample set of messages)
3262 2003-06-16 [christoph] 0.9.0claws40
3265 don't popup main window on --receive or --receive-all
3267 * src/mainwindow.[ch]
3268 * src/plugins/trayicon/trayicon.c
3269 allow hiding of main window by clicking on the trayicon
3270 (doesn't work correctly in seperate window mode and may
3271 cause unexpected GTK problems I couldn't find yet)
3274 remove incorrect warning
3276 2003-06-15 [alfons] 0.9.0claws39
3278 * src/gtk/gtkstext.c
3279 don't output debug text;
3280 #ifdef out print_line() if not debugging (thanks to Martin Wicke
3281 for pointing this out);
3283 2003-06-14 [alfons] 0.9.0claws38
3286 remove printf() and make one if..else comply with coding style
3288 2003-06-14 [alfons] 0.9.0claws37
3293 * src/messageview.[ch]
3295 apply patch #754162 "Quoting messages filtered by actions" submitted
3296 by Martin Wicke, which allows quoting message body changed by an
3299 2003-06-13 [alfons] 0.9.0claws36
3302 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
3303 use case insensitive regexp (suggested by Ivan Martinez)
3305 2003-06-13 [christoph] 0.9.0claws35
3308 * src/plugins/trayicon/Makefile.am
3309 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
3310 * src/plugins/trayicon/trayicon.c
3311 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
3312 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
3313 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
3314 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
3315 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
3316 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
3317 replace my own EggTrayIcon backport with the backport
3318 used by (l|x)mule and gabber.
3320 2003-06-13 [alfons] 0.9.0claws34
3323 * src/common/utils.c
3324 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
3326 2003-06-13 [alfons] 0.9.0claws33
3329 clean up a little bit
3331 2003-06-12 [alfons] 0.9.0claws32
3334 const correctness fix
3336 * src/common/sylpheed.[ch]
3338 prevent redef MIN/MAX
3340 * src/common/utils.[ch]
3343 2003-06-12 [melvin] 0.9.0claws31
3346 Updated to take into accounts changes in GtkAspell.
3348 2003-06-12 [alfons] 0.9.0claws30
3352 * src/common/utils.[ch]
3353 handle reply subject prefixes better (initial
3354 suggestion by Robert Story adapted and enhanced
3357 2003-06-12 [melvin] 0.9.0claws29
3360 Use new gtkaspell_checkers_strerror() to get the speller's
3361 error message instead of accessing the (now private)
3366 Use #ifdef instead of #if for USE_ASPELL
3367 Use the new spell checkers init/quit functions
3369 * src/gtk/gtkaspell.c
3370 Use #ifdef instead of #if for USE_ASPELL
3371 Moved in the majority of GtkAspell structures that were
3372 exported before by gtkaspell.h
3374 * src/gtk/gktaspell.h
3375 Made gtkaspell.h contain only the necessary data to be
3376 publicized by moving many structures to gtkaspell.c.
3377 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
3378 gtkaspell_checkers_new(): replaced by...
3379 gtkaspell_checkers_init(): new function for initialization
3380 gtkaspell_checkers_delete(): replaced by...
3381 gtkaspell_checkers_quit(): new function
3382 gtkaspell_checkers_strerror(): new function that returns
3383 the checker's last error message.
3385 2003-06-11 [melvin] 0.9.0claws28
3388 Updated to take into account gtkaspell.c migration to
3389 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
3391 2003-06-10 [alfons] 0.9.0claws27
3393 * src/filtering.[ch]
3397 - try fixing bug #18 (any brave testers?)
3398 - add more robustness by refusing previously
3399 unchecked NULL pointers
3401 2003-06-10 [alfons] 0.9.0claws26
3404 fix bug #176 by don't checking MsgInfos with a NULL msgid
3406 2003-06-09 [alfons] 0.9.0claws25
3408 * src/prefs_common.c
3409 fix bug #163 "Icon switching doesnt work properly" by
3410 preventing early freeing of prefs_common.pixmap_theme_path.
3412 2003-06-09 [christoph] 0.9.0claws24
3414 * src/gtk/gtkaspell.c
3415 revert Thorsten's fix and add forgotten g_strdup for
3416 aspell path (it should not be possible to alter the path a
3417 GtkASpell uses from outside)
3419 2003-06-09 [thorsten] 0.9.0claws23
3421 * src/gtk/gtkaspell.c
3422 dont free prefs_common.aspell_path when closing compose
3424 2003-06-08 [colin] 0.9.0claws22
3426 * src/plugins/spamassassin/spamassassin.c
3429 2003-06-07 [christoph] 0.9.0claws21
3433 * src/gtkaspell.[ch] ** REMOVE **
3434 * src/gtk/Makefile.am
3435 * src/gtk/gtkaspell.[ch] ** NEW **
3436 o make gtkaspell independent from sylpheed's prefs
3437 o move gtkaspell.[ch] to gtk directory
3439 2003-06-07 [christoph] 0.9.0claws20
3444 * src/filesel.[ch] ** REMOVE **
3447 * src/common/sylpheed.[ch]
3448 * src/gtk/Makefile.am
3449 * src/gtk/filesel.[ch] ** NEW **
3450 * src/gtk/pluginwindow.c
3451 * src/gtk/sslcertwindow.c
3452 move filesel.[ch] to gtk directory
3454 2003-06-07 [alfons] 0.9.0claws19
3457 make (multi) file selection dialog work again (Claws-only)
3459 2003-06-07 [thorsten] 0.9.0claws18
3464 2003-06-07 [alfons] 0.9.0claws17
3468 detect apache mishap in which case don't include fnmatch.h
3469 if regex.h is already included
3471 2003-06-06 [christoph] 0.9.0claws16
3475 add check for fnmatch.h and include it when available
3478 fix wrong case sensitivity of Content-Types
3480 * src/gtk/Makefile.am
3481 need the same include paths in gtk directory as in
3482 common directory because .h files in common can
3483 include files from these directories, when included
3484 in gtk's .h or .c files
3486 2003-06-06 [alfons] 0.9.0claws15
3490 make it compile again because of regex.h / fnmatch.h
3491 include problems (related to recent mime stuff, can
3492 someone check this?)
3494 2003-06-06 [thorsten] 0.9.0claws14
3497 possible use of uninitialized pointer while dragging
3499 2003-06-06 [paul] 0.9.0claws13
3502 fix bug where the insert sig button would be effective
3503 only when auto_sig was set
3505 2003-06-06 [paul] 0.9.0claws12
3507 * sync with 0.9.2 release
3509 2003-06-02 [paul] 0.9.0claws11
3511 * sync with 0.9.1cvs1
3512 see ChangeLog 2003-06-02
3517 2003-06-01 [christoph] 0.9.0claws10
3520 don't use substring search to find accounts by email address
3522 (closes Bug 169 Overly loose matching of "From" address)
3524 2003-05-31 [christoph] 0.9.0claws9
3526 * doc-src/rfc2683.txt
3528 limit IMAP command length as recommended in RFC2683
3529 (message number lists will be split into multiple imap
3530 sets, the limit of 1000 octets is not a hard limit)
3532 (closes Bug 161 sylpheed-claws exits with segfault when logging
3533 in to certain imap-servers)
3535 2003-05-29 [alfons] 0.9.0claws8
3538 add print button (calling summary_print());
3539 fine tune setting tooltip text;
3540 (if someone needs other buttons, please take these
3541 commits as a guide, instead of bothering us - also
3544 2003-05-29 [darko] 0.9.0claws7
3547 fix crash when word wrapping kicks in due to
3548 changed text by spell checker
3550 2003-05-29 [paul] 0.9.0claws6
3553 fix bug where changing account would insert
3554 sig even if auto_sig was FALSE
3559 sync with 0.9.1 release
3561 2003-05-28 [christoph] 0.9.0claws5
3564 fix truncation of too long commands
3566 (closes Bug 167 IMAP hangs trying to get envelope
3567 information in imap_get_uncached_messages)
3569 2003-05-27 [paul] 0.9.0claws4
3572 tools/maildir2sylpheed.pl ** NEW FILE **
3573 add kmail to sylpheed mailbox conversion script
3575 2003-05-27 [paul] 0.9.0claws3
3577 * sync with 0.9.0cvs10
3578 see ChangeLog 2003-05-26
3580 2003-05-26 [paul] 0.9.0claws2
3582 * sync with 0.9.0cvs9
3583 see ChangeLog 2003-05-26
3585 2003-05-24 [paul] 0.9.0claws1
3587 * sync with 0.9.0cvs8
3588 see ChangeLog 2003-05-23
3590 2003-05-24 [paul] 0.9.0claws
3592 * version 0.9.0claws released
3594 2003-05-24 [paul] 0.8.11claws177
3596 * src/plugins/dillo-viewer/Makefile.am
3597 src/plugins/traycon/Makefile.am
3607 update Bulgarian, British English, Spanish, Italian,
3608 Brazilian Portuguese, Russian, and Serbian translations,
3609 submitted by George Danchev, [me], Ricardo Mones Lastra,
3610 André Filipe de Assunção e Brito, Alessandro Maestri,
3611 Ruslan N. Balkin, and Urke MMI
3613 2003-05-23 [melvin] 0.8.11claws176
3616 Updated French translations
3618 2003-05-22 [paul] 0.8.11claws175
3629 src/editldap_basedn.c
3633 revert to get ldap into it previous working state
3636 new Taiwanese translation,
3637 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3639 2003-05-22 [christoph] 0.8.11claws174
3641 * src/plugins/spamassassin/libspamc.[ch]
3642 sync libspamc with SpamAssaain release 2.55
3644 2003-05-22 [paul] 0.8.11claws173
3646 * sync with 0.9.0cvs7
3647 see ChangeLog 2003-05-22
3650 revert change in 0.8.11claws172: follow
3651 Hiroyuki's decision and that's the end of it.
3653 2003-05-21 [paul] 0.8.11claws172
3656 fix discrepency between open_unread_on_enter
3659 2003-05-21 [paul] 0.8.11claws171
3661 * sync with 0.9.0cvs6
3662 see ChangeLog 2003-05-21
3664 2003-05-21 [paul] 0.8.11claws170
3666 * sync with 0.9.0cvs5
3667 see ChangeLog 2003-05-21
3669 2003-05-20 [paul] 0.8.11claws169
3671 * sync with 0.9.0cvs4
3672 see ChangeLog 2003-05-20
3673 fixes bug #152, 'encoding of IMAP folders names'
3675 2003-05-20 [paul] 0.8.11claws168
3677 * sync with 0.9.0cvs3
3678 see ChangeLog 2003-05-20
3680 * src/tools/convert_mbox.pl
3681 minor change in the comments, submitted by Fred Marton
3683 2003-05-19 [paul] 0.8.11claws167
3685 * src/plugins/clamav/Makefile.am
3687 link clamav_lib to the plugin and not to the main program
3689 2003-05-19 [christoph]
3692 add -export-dynamic for linking
3694 2003-05-19 [paul] 0.8.11claws166
3696 * sync with 0.9.0cvs1
3697 see ChangeLog 2003-05-19
3699 2003-05-19 [paul] 0.8.11claws165
3702 fix 'pop before smtp' timeout
3704 2003-05-18 [alfons] 0.8.11claws164
3706 * src/prefs_matcher.c
3707 put "execute" action command line ("expression") in edit box
3709 2003-05-18 [christoph] 0.8.11claws163
3712 * src/plugins/dillo_viewer/dillo_viewer.c
3713 * src/plugins/image_viewer/viewer.c
3714 * src/plugins/mathml_viewer/mathml_viewer.c
3715 let a viewer have a list of Content-Types
3717 2003-05-18 [paul] 0.8.11claws162
3719 * src/prefs_filtering.c
3720 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3721 and REDIRECT actions
3723 2003-05-17 [christoph]
3726 o remove dynamic signatures that was syned with main
3727 o add infos about no longer "build in" image viewer
3728 o update bugtracker URL
3730 2003-05-17 [christoph] 0.8.11claws161
3735 don't use imap_scan_folder anymore. Instead call folder_item_scan
3736 for every folder after rebuilding the folder tree.
3738 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3741 2003-05-17 [christoph] 0.8.11claws160
3744 don't use STATUS command on current folder to check for
3745 content changes. imap_cmd_ok() now tracks changes to
3746 folder and number of existing messages.
3748 2003-05-17 [paul] 0.8.11claws159
3750 * src/plugins/clamav/clamav_plugin.c
3751 remove unnecessary debug_print
3753 2003-05-16 [thorsten] 0.8.11claws158
3755 * src/plugins/demo.c
3756 included missing intl.h
3758 2003-05-16 [paul] 0.8.11claws157
3761 remove non-existant entries
3763 * src/plugins/clamav/clamav_plugin.c
3764 src/plugins/clamav/clamav_plugin_gtk.c
3765 src/plugins/dillo_viewer/dillo_prefs.c
3766 src/plugins/dillo_viewer/dillo_viewer.c
3769 2003-05-16 [christoph] 0.8.11claws156
3772 include plugin .c files for translation until I
3773 find a better solution to have plugins have their
3775 * src/plugins/demo/demo.c
3776 * src/plugins/image_viewer/plugin.c
3777 * src/plugins/mathml_viewer/mathml_viewer.c
3778 * src/plugins/spamassassin/spamassassin.c
3779 * src/plugins/spamassassin/spamassassin_gtk.c
3780 * src/plugins/trayicon/trayicon.c
3781 add gettext macros for plugin name and description
3787 2003-05-16 [paul] 0.8.11claws155
3789 * sync with lastest 0.9.0pre1
3790 see ChangeLog 2003-05-16
3792 2003-05-15 [paul] 0.8.11claws154
3794 * sync with latest 0.9.0pre1
3795 see ChangeLog 2003-05-14 and 2003-05-15
3797 2003-05-14 [christoph] 0.8.11claws153
3799 * src/plugins/image_viewer/viewer.c
3800 * src/plugins/image_viewer/viewer.glade ** NEW **
3801 * src/plugins/image_viewer/viewerprefs.c
3802 make it possible to disable the autoload function in the
3805 2003-05-14 [christoph] 0.8.11claws152
3808 fix folder update after adding a message
3810 2003-05-13 [alfons] 0.8.11claws151
3812 * src/common/session.c
3815 * src/addrcache.[ch]
3816 * src/filtering.[ch]
3818 * src/gtkaspell.[ch]
3820 * src/mbox_folder.[ch]
3825 * src/passphrase.[ch]
3826 * src/prefs_common.[ch]
3827 * src/prefs_gtk.[ch]
3830 be pedantic; (in prototypes () implies (int))
3832 2003-05-13 [alfons] 0.8.11claws150
3834 * src/prefs_toolbar.[ch]
3835 * src/summaryview.[ch]
3837 change misleading text in toolbar prefs;
3838 add toolbar action for ignore thread (toggles ignore thread flag);
3839 clean up a little bit;
3843 * tools/convert_mbox.pl
3844 bug fixed by Fred Marton
3848 * sync with 0.9.0pre1
3850 2003-05-09 [paul] 0.8.11claws149
3852 * sync with 0.8.11cvs43
3853 see ChangeLog 2003-05-09
3855 2003-05-08 [christoph] 0.8.11claws148
3858 o use CAPABILIY as first command and check for PREAUTH
3859 information in the response to it
3860 o rewrite all imap_cmd_* functions to use an IMAPSession
3861 instead of a SockInfo as parameter
3862 o do STARTTLS after fetching and checking the server
3865 2003-05-08 [paul] 0.8.11claws147
3869 tools/convert_mbox.pl ** NEW FILE **
3870 add mbox conversion script. Submitted by
3871 Fred Marton <Fred.Marton@uni-bayreuth.de>
3873 2003-05-07 [christoph]
3876 * src/gtk/pluginwindow.glade
3877 * src/plugins/image_viewer/viewerprefs.glade
3878 * src/plugins/spamassassin/spamassassin_gtk.glade
3879 add glade files for user interfaces and a description how
3880 to use glade to create the sylpheed code
3882 2003-05-07 [paul] 0.8.11claws146
3884 * sync with 0.8.11cvs41
3885 see ChangeLog 2003-05-07
3887 2003-05-06 [christoph] 0.8.11claws145
3890 * src/plugins/image_viewer/viewer.c
3891 fix usage of imlib in imageviewer plugin
3893 * src/gtk/prefswindow.c
3894 handle window close event correctly
3896 2003-05-06 [paul] 0.8.11claws144
3899 fix typo introduced in sync
3901 2003-05-06 [paul] 0.8.11claws143
3903 * sync with 0.8.11cvs39
3904 see ChangeLog 2003-05-06
3906 2003-05-06 [paul] 0.8.11claws142
3910 updated Czech translation, submitted by
3911 Radek Vybiral <Radek.Vybiral@vsb.cz>
3913 * src/plugins/clamav/clamav_plugin_gtk.c
3916 2003-05-03 [alfons] 0.8.11claws141
3919 make paste as quotation work even when the call to
3920 text_inserted() was deferred (fixes bug #140 "Paste
3921 as quotation does not work when using "external"
3924 2003-05-03 [thorsten] 0.8.11claws140
3929 removed C++ comments
3931 function with non-int retval/param used before
3932 implementation/declaration
3934 2003-05-02 [paul] 0.8.11claws139
3936 * src/addr_compl.[ch]
3937 src/addressbook.[ch]
3940 revert match's changes to (finally) remove the bug where
3941 opening a folder causes massive slowdown when using the
3942 'Display sender using address book' option
3944 2003-05-01 [melvin] 0.8.11claws138
3946 * src/plugins/dillo_viewer/dillo_prefs.[ch]
3947 * src/plugins/dillo_viewer/dillo_viewer.c
3948 Fixed bug where "Cancel" button from prefs issued
3950 Comply a little more to coding style
3952 2003-05-01 [paul] 0.8.11claws137
3954 * sync with 0.8.11cvs38
3955 see ChangeLog 2003-05-01
3957 2003-05-01 [paul] 0.8.11claws136
3960 updated by George Danchev
3962 2003-04-30 [christoph] 0.8.11claws135
3964 * src/plugins/dillo_viewer/dillo_prefs.c
3965 * src/plugins/image_viewer/viewerprefs.c
3966 * src/plugins/spamassassin/spamassassin_gtk.c
3967 remove gtk_widget_ref() calls for widgets in
3970 2003-04-30 [paul] 0.8.11claws134
3973 ok, this time a better fix for the bug where opening folder
3974 has massive slowdown when using the 'Display sender using
3975 address book' option
3977 2003-04-30 [paul] 0.8.11claws133
3980 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3982 2003-04-30 [melvin] 0.8.11claws132
3984 New: Dillo plugin preferences (patch by Dimitar Haralanov)
3986 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
3987 Preferences for the dillo plugin
3988 * src/plugins/dillo_viewer/dillo_viewer.c
3989 Support for preferences
3990 * src/plugins/dillo_viewer/Makefile.am
3991 Added dillo_prefs.[ch]
3993 2003-04-30 [alfons] 0.8.11claws131
3995 * src/common/plugin.[ch]
3996 see? this ANSI C'fication immediately gives us type
3999 2003-04-30 [alfons] 0.8.11claws130
4001 * src/common/plugin.[ch]
4002 * src/plugins/clamav/clamav_plugin.[ch]
4003 * src/plugins/clamav/clamav_plugin_gtk.c
4004 * src/plugins/demo/demo.c
4005 * src/plugins/dillo_viewer/dillo_viewer.c
4006 * src/plugins/image_viewer/plugin.c
4007 * src/plugins/image_viewer/viewer.[ch]
4008 * src/plugins/image_viewer/viewerprefs.[ch]
4009 * src/plugins/mathml_viewer/mathml_viewer.c
4010 * src/plugins/spamassassin/spamassassin.[ch]
4011 * src/plugins/spamassassin/spamassassin_gtk.c
4012 * src/plugins/trayicon/trayicon.c
4015 2003-04-30 [alfons] 0.8.11claws129
4017 * src/common/utils.c
4018 make is_ascii_str() fail gracefully when NULL pointer
4021 2003-04-30 [paul] 0.8.11claws128
4024 fix bug where opening folder has massive slowdown when
4025 using the 'Display sender using address book' option
4027 2003-04-30 [paul] 0.8.11claws127
4029 * src/plugins/clamav/clamav_plugin.c
4030 src/plugins/clamav/clamav_plugin_gtk.c
4031 src/plugins/demo/demo.c
4032 src/plugins/dillo_viewer/dillo_viewer.c
4033 src/plugins/image_viewer/plugin.c
4034 src/plugins/mathml_viewer/mathml_viewer.c
4035 src/plugins/spamassassin/spamassassin.c
4036 src/plugins/spamassassin/spamassassin_gtk.c
4037 src/plugins/trayicon/trayicon.c
4038 get rid of eye-hurting function signatures
4040 2003-04-30 [paul] 0.8.11claws126
4042 * src/plugins/trayicon/trayicon.c
4048 2003-04-30 [paul] 0.8.11claws125
4051 arrange the plugins in reverse alphabetical order
4053 * src/plugins/clamav/clamav_plugin.[ch]
4054 src/plugins/clamav/clamav_plugin_gtk.c
4056 resize max_size window
4057 re-arrange the order of some gui elements
4058 improve descriptions
4060 * src/plugins/image_viewer/plugin.c
4061 src/plugins/mathml_viewer/mathml_viewer.c
4064 * src/plugins/spamassassin/spamassassin_gtk.c
4065 resize max_size window
4066 re-arrange the order of some gui elements
4072 2003-04-30 [alfons] 0.8.11claws124
4075 fix a leak found while browsing Martin Kluge's
4076 valgrind log (Claws only)
4078 2003-04-29 [darko] 0.8.11claws123
4080 * src/gtk/gtkstext.h
4081 include wchar.h if it is available, fixes compilation
4084 2003-04-29 [melvin] 0.8.11claws122
4086 * src/prefs_actions.c
4087 Improved help text of Actions' syntax
4089 2003-04-28 [paul] 0.8.11claws121
4092 a better fix for the crash when performing an action
4095 2003-04-28 [paul] 0.8.11claws120
4098 fix crash when performing an action on a
4101 2003-04-28 [paul] 0.8.11claws119
4103 * sync with 0.8.11cvs36
4104 see ChangeLog 2003-04-28
4106 2003-04-27 [paul] 0.8.11claws118
4108 * more sync with 0.8.11cvs35
4109 see ChangeLog 2003-04-25
4111 2003-04-26 [christoph] 0.8.11claws117
4114 fix remove virtual check
4116 2003-04-26 [paul] 0.8.11claws116
4119 fix return-receipt, make it work again
4121 2003-04-26 [paul] 0.8.11claws115
4124 restore double-clicking of the [application/pgp-signature
4125 (Select "Check signature" to check)] line in the message view,
4126 broken in recent sync
4128 2003-04-26 [christoph] 0.8.11claws114
4131 check if remove virtual really exists before
4132 calling the function
4134 2003-04-25 [match] 0.8.11claws113
4138 * src/ldapquery.[ch]
4141 * src/ldapserver.[ch]
4142 fix memleak. fix segfault.
4143 plug a Claws memleak
4145 2003-04-25 [alfons] 0.8.11claws112
4148 plug a Claws memleak
4150 2003-04-25 [alfons] 0.8.11claws111
4152 * src/common/session.c
4155 2003-04-25 [paul] 0.8.11claws110
4157 * sync with 0.8.11cvs35
4158 see ChangeLog 2003-04-24 and 2003-04-25
4160 * src/gtk/pluginwindow.c
4161 correct another strange float value
4163 2003-04-24 [christoph] 0.8.11claws109
4166 freeze folder item updates when unsetting new flags
4168 * src/gtk/pluginwindow.c
4169 correct strange float value
4171 2003-04-23 [paul] 0.8.11claws108
4173 * sync with 0.8.11cvs33
4174 see ChangeLog 2003-04-23
4176 2003-04-22 [paul] 0.8.11claws107
4181 src/pgptext.[ch] ** REMOVED **
4182 remove pgptext.[ch] as its not used any more
4184 2003-04-22 [paul] 0.8.11claws106
4186 * sync with 0.8.11cvs31
4187 see ChangeLog 2003-04-21 and 2003-04-22
4189 2003-04-21 [alfons] 0.8.11claws105
4192 No access to GTK structures if we're a spawned child
4193 (and clean up code a little bit...) Should fix #126.
4195 2003-04-21 [melvin] 0.8.11claws104
4197 * src/plugins/dillo_viewer/README
4198 Improved slightly the text.
4200 2003-04-21 [melvin] 0.8.11claws103
4202 * src/plugins/dillo_viewer/README *** NEW ***
4203 Added a README file for the Dillo plugin
4208 tools/outlook2sylpheed.pl
4209 updated and improved by Ricardo Mones Lastra
4211 2003-04-18 [oliver] 0.8.11claws102
4214 * src/prefs_account.h
4215 remove Pop3SessionType (used by selective download)
4216 * src/prefs_toolbar.c
4217 enable set Default Toolbar button
4219 2003-04-18 [paul] 0.8.11claws101
4221 * sync with 0.8.11cvs29
4222 see ChangeLog 2003-04-18
4224 2003-04-17 [paul] 0.8.11claws100
4226 * src/prefs_common.[ch]
4228 remove 'Open next message on deletion' option,
4229 as the same effect can now be achieved via the
4230 'Always open messages in summary when selected'
4233 2003-04-17 [paul] 0.8.11claws99
4235 * sync with 0.8.11cvs28
4236 see ChangeLog 2003-04-17
4238 2003-04-17 [christoph] 0.8.11claws98
4240 * ac/spamassassin.m4
4241 * src/plugins/spamassassin/libspamc.[ch]
4242 * src/plugins/spamassassin/utils.[ch]
4243 sync libspamc with SpamAssassin project
4245 2003-04-17 [christoph] 0.8.11claws97
4247 * src/common/socket.h
4248 * src/gtk/sslcertwindow.h
4249 rename old USE_SSL to USE_OPENSSL
4251 2003-04-17 [paul] 0.8.11claws96
4253 * src/prefs_common.h
4254 use gulong for P_COLOR so that it compiles/runs on
4255 64-bit systems. Patch submitted by James Noyes
4256 <jnoyes-claws@retrogeeks.com>
4261 2003-04-17 [paul] 0.8.11claws95
4263 * sync with 0.8.11cvs27
4264 see ChangeLog 2003-04-16
4266 2003-04-15 [paul] 0.8.11claws94
4268 * src/prefs_common.[ch]
4269 rearrange to stop the window getting too long:
4270 move Receive dialog stuff to Receive tab
4271 move Send dialog to Send tab
4272 remove Dialogs frame
4273 rename 'Open messages in summary with cursor keys' to
4274 'Always open messages in summary when selected', as its
4277 2003-04-15 [paul] 0.8.11claws93
4279 * src/prefs_common.[ch]
4281 add new option '/Interface/Open next message on deletion'
4283 2003-04-15 [paul] 0.8.11claws92
4285 * src/summaryview.[ch]
4286 add /Mark/Lock and /Mark/Unlock to the pop-up
4287 menu. Patch submitted by Ivan Francolin Martinez
4288 <ivanfm@users.sourceforge.net>
4290 2003-04-15 [paul] 0.8.11claws91
4292 * sync with 0.8.11cvs24
4293 see ChangeLog 2003-04-15
4295 2003-04-14 [jens] 0.8.11claws90
4297 * updated German translation and some corrections from
4298 Roland Bless <bless@tm.uka.de>
4300 2003-04-14 [paul] 0.8.11claws89
4302 * sync with 0.8.11cvs22
4303 see ChangeLog 2003-04-14
4305 2003-04-13 [paul] 0.8.11claws88
4307 * src/plugins/clamav/clamav_plugin.c
4311 2003-04-12 [paul] 0.8.11claws87
4313 * src/plugins/clamav/clamav_plugin.c
4314 activate enable/disable archive scanning option
4316 * src/plugins/clamav/.cvsignore ** NEW FILE **
4318 2003-04-12 [paul] 0.8.11claws86
4320 * src/plugins/Makefile.am
4321 src/plugins/clamav/Makefile.am ** NEW FILE **
4322 src/plugins/clamav/README ** NEW FILE **
4323 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
4324 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
4325 add Clam AntiVirus plugin
4327 2003-04-12 [paul] 0.8.11claws85
4329 * sync with 0.8.11cvs21
4330 see ChangeLog 2003-04-11
4332 2003-04-11 [paul] 0.8.11claws84
4335 update Spanish translation. Submitted by Ricardo
4338 2003-04-10 [christoph] 0.8.11claws83
4341 fix typo that did not move unfiltered mails to destination
4344 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
4345 when filtering from spool)
4347 2003-04-10 [christoph] 0.8.11claws82
4350 use BODY.PEEK instead of BODY in in message fetch operation
4351 to make sure the IMAP server does not set the \Seen flag for
4352 messages. Sylpheed does that later itself, when the message
4353 is opened in sylpheed
4355 (closes Bug 111 Claws destroys unread marks)
4357 2003-04-09 [oliver] 0.8.11claws81
4360 fix crash in folder_destroy
4362 remove selective download
4364 2003-04-09 [christoph] 0.8.11claws80
4367 fix crash in imap_get_msginfo() when then fetched message
4370 (closes Bug 110 Crash during mail composition)
4372 2003-04-08 [christoph] 0.8.11claws79
4375 * src/prefs_account.c
4376 Filter new messages that are found in an INBOX folder
4377 when 'Filter messages on receiving' is enabled in the
4378 Folder's AccountPrefs. This allows to use Sylpheed's
4379 filtering engine for IMAP folders where messages are
4380 added to the INBOX by a MTA
4382 2003-04-08 [paul] 0.8.11claws78
4385 clean up after last commit
4387 2003-04-08 [paul] 0.8.11claws77
4389 * sync with 0.8.11cvs20
4390 see ChangeLog 2003-04-07 and 2003-04-08
4392 2003-04-07 [christoph] 0.8.11claws76
4394 * src/filtering.[ch]
4398 add procmsg_msginfo_filter() to execute filtering actions
4400 2003-04-06 [christoph] 0.8.11claws75
4403 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
4405 2003-04-06 [christoph] 0.8.11claws74
4407 * src/common/utils.[ch]
4408 add g_int_compare() function for slist sorting
4411 fetch all MsgInfos with one command in imap_get_msginfos()
4412 using an imap set with a list of ranges
4415 use new g_int_compare() function
4417 2003-04-06 [thorsten] 0.8.11claws73