1 2006-10-04 [wwp] 2.5.3cvs4
3 * src/prefs_folder_item.c
4 Fine-tune layouts in folder item prefs. Suggested by
5 Fabien Vantard <fzzzzz@gmail.com>.
7 2006-10-04 [wwp] 2.5.3cvs3
9 * src/prefs_folder_item.c
10 Kill the clandestine passengers. You didn't see anything.
12 2006-10-04 [wwp] 2.5.3cvs2
14 * src/prefs_folder_item.c
15 Add a way to test the subject simplify regexp in
16 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
17 w/ few layout changes.
19 2006-20-04 [paul] 2.5.3cvs1
24 Update version number following
27 2006-10-04 [colin] 2.5.2cvs42
32 Provide a way for folder classes to set their sort
35 2006-10-03 [colin] 2.5.2cvs41
38 Don't use strlen() to know if the
41 2006-10-03 [colin] 2.5.2cvs40
44 Fix "check for new folders" with accentued folders
46 2006-10-03 [ticho] 2.5.2cvs39
52 Colin's fix for "copy" filtering rules.
54 2006-10-02 [colin] 2.5.2cvs38
57 Fix for double-click too
59 2006-10-02 [colin] 2.5.2cvs37
64 2006-10-02 [colin] 2.5.2cvs36
67 Fix 'goto next unread' after collapsing/expanding
70 2006-10-02 [colin] 2.5.2cvs35
73 Fix double freeze/thaw
81 2006-10-02 [colin] 2.5.2cvs34
84 Time mh_write_sequences() - it's fast
86 Init a variable to shut up gcc
88 2006-10-01 [colin] 2.5.2cvs33
94 Add helper mh_set_mtime(), and set mtime to stat()'s result
95 Add fsync but disable it, it's slow as hell
97 2006-10-01 [colin] 2.5.2cvs32
101 fflush() caches and mh_sequences before
104 2006-10-01 [colin] 2.5.2cvs31
107 Don't ftruncate when not using mmap
109 2006-09-30 [colin] 2.5.2cvs30
112 Write folder list *after* saving caches
114 2006-09-30 [colin] 2.5.2cvs29
118 Debug forced mtime changes
120 2006-09-30 [colin] 2.5.2cvs28
124 Remove useless debug_print()s (code
127 2006-09-30 [colin] 2.5.2cvs27
130 Do stuff faster when writing mh_sequences
132 2006-09-30 [colin] 2.5.2cvs26
135 Don't let the writing of .mh_sequences, which
136 can change the folder's mtime, let us think
139 2006-09-30 [colin] 2.5.2cvs25
142 Move a debug_print where it belongs
145 Don't mess with a huge slow subject
146 table if we're not threading by
149 2006-09-30 [colin] 2.5.2cvs24
152 Reenable mmaped reads (*not* writes!)
154 Don't destroy and recreate hashtables just
157 Remove useless reply prefixes (it's case
160 2006-09-30 [wwp] 2.5.2cvs23
163 Fixed a minor bug in date value extraction, added a switch
164 to replace non RFC-compliant Date: value, added a switch
165 to use strict RFC matching patterns for dates.
167 2006-09-29 [colin] 2.5.2cvs22
169 * src/matcher_parser.h
170 * src/matcher_parser_parse.y
171 * src/prefs_filtering.c
173 * src/summary_search.c
175 * src/gtk/quicksearch.c
176 * src/gtk/quicksearch.h
177 Optimise searches by setting different
178 refresh intervals (depending if the
179 search is fast or not)
181 2006-09-29 [colin] 2.5.2cvs21
184 Optimise by reusing the last iconv converter
187 Optimise a bit (the foldable quotes feature
188 still has an awful O(n^2) algo
190 2006-09-29 [colin] 2.5.2cvs20
192 * src/gtk/gtksctree.c
193 * src/gtk/gtksctree.h
194 Optimise de-selection via up/down or
197 2006-09-28 [colin] 2.5.2cvs19
204 * src/summary_search.c
206 Avoid using summaryview->ctree directly
208 2006-09-28 [colin] 2.5.2cvs18
212 Add helpers to freeze/thaw/grab_focus
213 Factorize calls to freeze/thaw/grab_focus
216 2006-09-28 [colin] 2.5.2cvs17
219 More guards for the session management
221 2006-09-28 [colin] 2.5.2cvs16
224 * src/gtk/gtksctree.c
225 * src/gtk/gtksctree.h
226 Make expanding not recursive in folderview
228 2006-09-28 [colin] 2.5.2cvs15
231 If nothing is selected in the list (right part)
232 and a group is selected in the tree (left part),
235 2006-09-28 [colin] 2.5.2cvs14
240 2006-09-28 [ticho] 2.5.2cvs13
249 Small i18n string optimization.
252 * src/common/session.c
254 * src/common/ssl_certificate.c
256 Use "Couldn't" instead of "Can't" in UI messages,
259 2006-09-28 [colin] 2.5.2cvs12
262 Possibly fix link errors
264 2006-09-27 [wwp] 2.5.2cvs11
267 * doc/man/sylpheed-claws.1
272 Updated authors info (me, myself and I).
274 2006-09-27 [colin] 2.5.2cvs10
277 Remove useless printf
279 2006-09-27 [wwp] 2.5.2cvs9
286 * src/gtk/progressdialog.c
287 remember more windows' sizes (send dialog, received dialog,
288 edit group in addressbook).
290 2006-09-27 [colin] 2.5.2cvs8
295 Use libSM to communicate with the session
296 manager, so that we can know when the
297 session ends, save our caches, and draft
300 2006-09-27 [colin] 2.5.2cvs7
304 o Allow Book and Group creation from the tree's
306 o Do not actually delete the contacts when
307 deleting groups from the tree (duh!)
309 2006-09-27 [colin] 2.5.2cvs6
316 o Allow passing an email address to
317 compose_new_with_folderitem
319 o Use current folderitem when clicking
320 on a TextView mailto: link
321 o Fix a possible leak in TextView
323 2006-09-27 [colin] 2.5.2cvs5
326 Use UTF-8 chars to replace HTML entities
328 2006-09-27 [colin] 2.5.2cvs4
331 * src/prefs_account.c
333 Fix bug #1024 (Array index out of
334 range in sylpheed-claws-2.5.2)
335 Patch by Ales Nosek <anosek@suse.cz>
337 2006-09-27 [colin] 2.5.2cvs3
342 2006-09-27 [colin] 2.5.2cvs2
346 Allow completing with comma (in certain cases: vCalendar
347 for example doesn't support that)
348 Patch by Fabien Vantard
350 2006-09-26 [colin] 2.5.2cvs1
362 * src/prefs_filtering_action.c
363 * src/prefs_folder_item.c
364 * src/prefs_template.c
367 * src/pixmaps/addr_one.xpm
368 * src/pixmaps/addr_two.xpm
369 Add auto-completion on groups
371 2006-09-26 [colin] 2.5.2
378 2006-09-26 [colin] 2.5.1cvs5
383 2006-09-26 [colin] 2.5.1cvs4
386 Revert cvs1 (useless as the message is printed
389 2006-09-26 [colin] 2.5.1cvs3
391 * src/partial_download.c
392 Fix crasher found by Alexsandar Urosevic
394 2006-09-26 [colin] 2.5.1cvs2
397 Fix bug #1023 (Sylpheed deletes too much messages)
399 2006-09-26 [ticho] 2.5.1cvs1
402 Make use of gettext's multiple plurals for statusbar
405 2006-09-25 [paul] 2.5.1
412 2006-09-25 [colin] 2.5.0cvs3
414 * src/plugins/bogofilter/bogofilter.c
415 * src/plugins/clamav/clamav_plugin.c
416 * src/plugins/spamassassin/spamassassin.c
417 BogoFilter, Spamassassin: Fix double hook registering after
419 Spamassassin, Clamav: Just set the mails to move instead of
420 doing the move - caller will move the things at once.
422 2006-09-25 [colin] 2.5.0cvs2
425 * src/etpan/imap-thread.c
426 Use UID SEARCH ALL instead of UID 1:*
427 (braindead servers can't figure out that's
430 2006-09-25 [wwp] 2.5.0cvs1
432 * src/message_search.c
433 Added the ability to stop a running search (in message body).
435 2006-09-25 [paul] 2.5.0
442 2006-09-25 [paul] 2.4.0cvs214
453 updated by Tim, Stephan Sachse, Flammie Pirinen,
454 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
455 Ticho, Aleksander Urosevic, Ralgh Young
457 2006-09-24 [mones] 2.4.0cvs213
462 2006-09-23 [colin] 2.4.0cvs212
464 * src/gtk/inputdialog.c
465 Fix [ ] remember this appearing in normal
466 input dialogs after it's been used by
474 * src/common/timing.h
475 Enable timings in debug mode and make it
478 2006-09-22 [colin] 2.4.0cvs211
485 2006-09-22 [colin] 2.4.0cvs210
488 Let's see if bug #1022 is fixed
490 2006-09-21 [colin] 2.4.0cvs209
493 * src/common/plugin.c
494 Prepare infra to load predefined plugins when
495 no configuration existed. Don't actually load
496 anything yet (feat. freeze)
498 2006-09-21 [wwp] 2.4.0cvs208
501 Partial sync w/ 2.4.0cvs72:
502 wrap file and minor updates.
504 2006-09-21 [wwp] 2.4.0cvs207
507 several fixes and enhancements. A new --force switch has been
508 added to prevent overriding by default Date: header when
511 2006-09-21 [paul] 2.4.0cvs206
514 add Chinese UTF8 Re prefix
516 2006-09-21 [wwp] 2.4.0cvs205
519 Fics alfabettical order.
521 2006-09-21 [wwp] 2.4.0cvs204
525 Added an action tool to fix missing Date field in emails.
526 Updated Makefile.am to reflect those last two additions.
528 2006-09-21 [wwp] 2.4.0cvs203
531 Added a action tool to open uuencoded docs w/
532 OpenOffice (based on uudec method).
534 2006-09-21 [colin] 2.4.0cvs202
538 Workaround possible GTK crash: remove selection
539 clipboard before destroying widget, or GTK+-2.10
540 dies. Thanks to Hiro.
542 2006-09-20 [colin] 2.4.0cvs201
545 Fix free-after-use in some cases (when
546 procmime_encode_content() frees mimeinfo->data.mem
547 and turns it to a temp file)
549 2006-09-20 [colin] 2.4.0cvs200
553 * src/gtk/gtksctree.c
554 * src/gtk/gtksctree.h
555 Add tooltips in the folderview and summaryview
556 (Doesn't break string freeze as they already
559 Put the spam button in the default configuration
560 if compiled with bogo plugin too
562 2006-09-19 [colin] 2.4.0cvs199
566 Update folder name label on folder rename
567 * src/prefs_matcher.c
568 * src/gtk/logwindow.h
572 2006-09-19 [wwp] 2.4.0cvs198
574 * src/summary_search.c
575 fix can't click forward/backward buttons in the
578 2006-09-18 [paul] 2.4.0cvs197
581 add missing bracket, capitalise the A of
584 2006-09-18 [paul] 2.4.0cvs196
587 fix bug 1012 'crashed upon sending mail
591 2006-09-16 [colin] 2.4.0cvs195
594 Fix "real-time" sorting by freezing/thawing
596 2006-09-16 [colin] 2.4.0cvs194
599 Fix the anti-spam entry a bit
601 2006-09-16 [colin] 2.4.0cvs193
604 Make sure reviewers have no excuse when stating
605 Sylpheed-Claws doesn't have antispam capabilities.
607 2006-09-16 [colin] 2.4.0cvs192
610 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
611 as if the SIGPIPE comes from etpan's thread we could
612 trigger a GUI update from this thread.
614 2006-09-16 [colin] 2.4.0cvs191
617 Init all members of the struct
619 2006-09-16 [paul] 2.4.0cvs190
622 improvements to the English
624 2006-09-15 [colin] 2.4.0cvs189
629 2006-09-14 [colin] 2.4.0cvs188
631 * src/common/socket.c
632 * src/common/socket.h
634 * src/common/ssl_certificate.c
635 * src/common/ssl_certificate.h
636 * src/etpan/imap-thread.c
637 the get_fqdn() call done to get canonical name when
638 checking an SSL certificate is blocking, which is
639 sad as we just did a non-blocking lookup to connect.
640 Fix that by letting the fqdn available to the SockInfo,
641 and use that in ssl_certificate_check(). For IMAP,
642 we don't do it as the lookup's done by libetpan, but
643 it's less annoying as IMAP connections as much more
644 rare than POP3 connections.
646 2006-09-14 [paul] 2.4.0cvs187
648 * manual/advanced.xml
649 improvements to the English,
650 properly place the new hidden options
651 within the alphabetical order
652 * src/gtk/pluginwindow.c
653 improvements to the English
655 2006-09-14 [colin] 2.4.0cvs186
659 * src/gtk/gtksctree.c
660 * manual/advanced.xml
661 New hidden pref, stripes_color_offset, to change
662 the value added/substracted to normal bgcolor to
663 create the stripes in summaries
665 2006-09-13 [colin] 2.4.0cvs185
672 Fix misc. printing issues:
673 - Bad font for linkified headers
674 - Different font if the mail was displayed or not
675 - Factorize the thing
677 2006-09-13 [colin] 2.4.0cvs184
679 * src/common/ssl_certificate.c
680 Only get FQDN once when checking certificate
682 2006-09-13 [colin] 2.4.0cvs183
685 * src/gtk/pluginwindow.c
686 Misc. GUI fixes by Fabien
688 2006-09-13 [wwp] 2.4.0cvs182
693 get rid of unused wide-char functions.
695 2006-09-13 [wwp] 2.4.0cvs181
697 * src/plugins/pgpinline/sylpheed.def
699 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
700 add privacy_reset_error to the .def file,
701 do not fork for an external textviewer.
703 2006-09-13 [wwp] 2.4.0cvs180
706 fix broken font entry in prefs (patch issued by the gpg4win team,
707 probably by Marcus Brinkmann <marcus@g10code.de>).
709 2006-09-13 [colin] 2.4.0cvs179
712 Fix a warning in summaryview.c
716 Add missing Mark/* elements in the
719 2006-09-12 [colin] 2.4.0cvs178
721 * src/prefs_actions.c
722 * src/prefs_filtering_action.c
723 * src/prefs_matcher.c
724 Use (New) instead of New everywhere
726 2006-09-12 [wwp] 2.4.0cvs177
728 * manual/fr/addrbook.xml
729 * manual/fr/handling.xml
730 updated some quotes in the fr manual to match the fr translation.
732 2006-09-12 [wwp] 2.4.0cvs176
734 * src/prefs_matcher.c
735 don't store translated string elements in matcher expressions.
736 Also fixed a misused of Q_().
738 2006-09-11 [wwp] 2.4.0cvs175
740 * src/plugins//bogofilter/bogofilter.c
741 * src/plugins//clamav/clamav_plugin.c
742 * src/plugins//demo/demo.c
743 * src/plugins//dillo_viewer/dillo_viewer.c
744 * src/plugins//pgpcore/plugin.c
745 * src/plugins//pgpinline/plugin.c
746 * src/plugins//pgpmime/plugin.c
747 * src/plugins//spamassassin/spamassassin.c
748 gettext-ize more strings (mostly plugin error messages).
750 2006-09-11 [colin] 2.4.0cvs174
753 Make maximum buffer size bigger to avoid
754 truncating translated messages. Patch by
757 2006-09-11 [colin] 2.4.0cvs173
759 * src/etpan/imap-thread.c
760 Fix compilation on OpenBSD, thanks to
763 2006-09-10 [wwp] 2.4.0cvs172
766 * manual/addrbook.xml
767 * manual/handling.xml
768 * manual/es/handling.xml
769 * manual/fr/account.xml
770 * manual/fr/addrbook.xml
771 * manual/fr/handling.xml
772 documented addressbook matching (condition configuration):
774 documented per-account filtering rules (handling/filtering
775 section, account section):
776 account.xml, handling.xml, en fr
777 slightly updated the handling/searching section to tell few
778 words about the extended search ability:
780 added missing <quote></quotes> to Quick Search:
781 handling.xml, en fr es
782 fixed a typo (auomatically):
784 changes revisited by Paul.
786 2006-09-10 [paul] 2.4.0cvs171
788 * src/prefs_actions.c
789 * src/prefs_filtering.c
790 * src/prefs_template.c
791 adjustments to the gui
792 Patch by Fabien Vantard (slightly modified)
794 2006-09-10 [colin] 2.4.0cvs170
797 Check folderitem/summaryview consistency
798 (basically automates Update summary). Fixes
799 #1011 (wrong (negative) count on unread
802 2006-09-10 [colin] 2.4.0cvs169
804 * src/gtk/gtksctree.c
805 Fix recursive expansion via mouse
806 * src/plugins/bogofilter/bogofilter.c
807 Use normal filtering way of moving
808 messages (batching), possibly fixing
809 bug #1015 (Bogofilter plugin doubles
812 2006-09-09 [wwp] 2.4.0cvs168
814 * src/prefs_filtering.c
815 better place for this fix.
817 2006-09-09 [wwp] 2.4.0cvs167
819 * src/prefs_filtering.c
820 fix a minor bug when the enabled status of a filtering/processing
821 rule always got set to TRUE when replacing this rule. That still
822 make sense when adding a new rule, but now when replacing, we
823 don't override the value of 'enabled'.
824 Also renamed the func prefs_filtering_list_view_get_rule_name()
825 to prefs_filtering_list_view_get_info() as this function not only
826 returns the name, but also the account_id and the enabled status.
828 2006-09-09 [mones] 2.4.0cvs166
830 * manual/glossary.xml
832 Minor format corrections
834 Fix misplaced NO WARRANTY section
835 * manual/es/advanced.xml
837 * manual/es/glossary.xml
839 * manual/es/handling.xml
840 * manual/es/plugins.xml
841 * manual/es/starting.xml
842 Incorporate changes from English version
846 Fix address, (add translation credits in es version)
850 2006-09-09 [wwp] 2.4.0cvs165
852 * src/prefs_filtering.c
853 fix a crash when opening filtering prefs, if matcherrc file contains
854 broken data (non-existing account id, which is theoretically not
857 2006-09-08 [colin] 2.4.0cvs164
860 Wrong assert, make it an if()
861 * src/gtk/gtksctree.c
862 Fix bug #1013 (expand selected thread
863 tree) - expanding is now recursive
865 2006-09-07 [wwp] 2.4.0cvs163
867 * src/prefs_matcher.c
868 make better sentences about addressbook matching in the
869 matcher prefs. This should make translators' work easier
872 2006-09-07 [wwp] 2.4.0cvs162
874 * src/prefs_filtering.c
875 code simplification (get rid of dup var. assignment).
877 2006-09-07 [wwp] 2.4.0cvs161
880 use GTK_STOCK icons when possible, patch by Fabien Vantard
883 2006-09-07 [paul] 2.4.0cvs160
886 fix compilation warnings
889 2006-09-07 [paul] 2.4.0cvs159
892 select the mimepart icon when
896 2006-09-06 [paul] 2.4.0cvs158
898 * src/prefs_filtering.c
899 fix labels and table element spacing
900 Patch by Fabien Vantard
906 2006-09-06 [paul] 2.4.0cvs157
908 * manual/es/advanced.xml
911 2006-09-06 [wwp] 2.4.0cvs156
914 fix an dup launch issue when iconified, thanks to Colin.
916 2006-09-06 [wwp] 2.4.0cvs155
918 * src/gtk//gtksctree.h
919 oops, forgot that one!
921 2006-09-06 [wwp] 2.4.0cvs154
923 * manual/pl/advanced.xml
924 * manual/advanced.xml
925 * manual/es/advanced.xml
926 * manual/fr/advanced.xml
927 * src/prefs_customheader.c
928 * src/prefs_filtering_action.c
930 * src/prefs_summaries.c
931 * src/prefs_filtering.c
934 * src/prefs_summary_column.c
936 * src/prefs_actions.c
937 * src/prefs_folder_column.c
939 * src/prefs_template.c
940 * src/prefs_display_header.c
942 * src/prefs_matcher.c
944 * src/prefs_toolbar.c
947 * src/gtk/gtksctree.c
948 * src/gtk/pluginwindow.c
949 * src/gtk/progressdialog.c
950 * src/gtk/prefswindow.c
951 renamed hidden option enable_rules_hint to use_stripes_everywhere
952 to make its meaning more obvious (all versions of the manual reflect
954 added an extra hidden option use_stripes_in_summary to allow
955 discarding these stripes in mainwindow's folder and message lists;
956 en and fr manuals only are OK towards this.
958 2006-09-06 [colin] 2.4.0cvs153
961 Hide Sylpheed-Claws' internal queue headers
962 when showing all headers. They'll be present
963 only in Source window.
965 2006-09-05 [colin] 2.4.0cvs152
967 * src/plugins/trayicon/trayicon.c
968 Fix crash at exit - we have to disconnect
970 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
971 Update eggtrayicon - patch adapted from a
972 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
975 2006-09-05 [colin] 2.4.0cvs151
978 * src/gtk/logwindow.c
979 Fix race condition when something writes
980 to the log too soon during init. Thanks
983 2006-09-05 [colin] 2.4.0cvs150
986 Don't select part on right-click either
988 2006-09-05 [paul] 2.4.0cvs149
991 completion of previous commit
994 2006-09-05 [colin] 2.4.0cvs148
997 Don't force selection on middle-click, just open
999 2006-09-04 [colin] 2.4.0cvs147
1002 Looks like gtk_notebook_set_current_page()
1003 sometimes steals focus, and this annoys us
1004 in MimeViewers as it renders navigation
1005 keys useless. Take back focus after switching
1008 2006-09-04 [colin] 2.4.0cvs146
1011 Set stop_loading when clicking on Next
1012 during load. Don't add a callback to
1013 avoid over-complicating things.
1015 2006-09-04 [colin] 2.4.0cvs145
1019 Fix multiple loads in separate messageview
1021 2006-09-04 [colin] 2.4.0cvs144
1024 Let navigation keys be handled during
1027 2006-09-04 [colin] 2.4.0cvs143
1033 Make loading of huge mails (lots of text and/or
1034 images) cancellable, so the GUI doesn't block
1036 2006-09-04 [colin] 2.4.0cvs142
1038 * src/plugins/trayicon/trayicon.c
1039 Fix annoyance when removing a folder with
1040 unread mails: trayicon didn't update
1042 2006-09-04 [paul] 2.4.0cvs141
1044 * src/gtk/icon_legend.c
1045 straighten up columns
1046 Patch by Fabien Vantard
1048 2006-09-04 [wwp] 2.4.0cvs140
1050 * src/prefs_filtering.c
1051 fix new line's account name in filtering prefs:
1052 was "All", is now "(New)".
1054 2006-09-04 [paul] 2.4.0cvs139
1056 * tools/make.themes.project
1057 use "AUTOMAKE_OPTIONS = dist-bzip2"
1058 instead of homebrewed "make release"
1060 2006-09-03 [colin] 2.4.0cvs138
1063 Fix bug #1007 (Wrong folder highlighted)
1065 2006-09-03 [colin] 2.4.0cvs137
1068 Don't set Newsgroup: header to a mail folder
1071 2006-09-03 [paul] 2.4.0cvs136
1074 * src/prefs_spelling.c
1077 2006-09-03 [paul] 2.4.0cvs135
1079 * src/prefs_summaries.c
1080 correct menu item text in prefs_keybind_apply_clicked()
1082 2006-09-03 [paul] 2.4.0cvs134
1084 * manual/advanced.xml
1085 some improvements to the descriptions
1090 fix menu sensitivity issues
1091 * src/prefs_message.c
1092 drop the useless word 'short'
1094 add the word 'lines' indicating log length
1095 is a measure of lines
1097 fix compilation warnings
1099 2006-09-02 [colin] 2.4.0cvs133
1102 Display a special return-receipt message
1103 if the message is from the user
1105 Fix missing freeze of the list when marking
1106 all read and unthreading for exec. Thanks
1109 2006-09-02 [paul] 2.4.0cvs132
1112 * src/prefs_message.c
1116 2006-09-02 [wwp] 2.4.0cvs131
1118 * src/prefs_filtering.c
1119 added an account name column to the filtering rules
1122 2006-09-02 [colin] 2.4.0cvs130
1124 * src/gtk/logwindow.c
1125 * src/gtk/logwindow.h
1126 Block scrolling if we're not at the end
1129 2006-09-02 [colin] 2.4.0cvs129
1132 Make sure account-specific rules can't
1133 be used in {pre-,post-,}processing
1135 * src/gtk/logwindow.c
1136 * src/gtk/logwindow.h
1137 Jump to last error when clicking on the
1140 2006-09-02 [colin] 2.4.0cvs128
1150 Let proc_mbox know its account, for
1151 account-specific rules
1153 2006-09-01 [colin] 2.4.0cvs127
1156 Don't uselessly use iconv to convert from
1162 Fix certain log cases, disable warning icon
1163 for now, the correct way to display it when
1164 necessary and only when necessary is probably
1165 to do it manually rather than use error logs
1166 * src/etpan/imap-thread.c
1167 Clean up UID logging a bit
1168 * src/gtk/logwindow.c
1169 * src/gtk/logwindow.h
1170 Make logging faster when the window's closed
1172 2006-09-01 [wwp] 2.4.0cvs126
1174 * manual/fr/account.xml
1175 reflect changes to the ref. manual (parts of cvs72):
1176 fix tabnames and quotes.
1178 2006-09-01 [wwp] 2.4.0cvs125
1180 * manual/fr/plugins.xml
1181 reflect changes to the reference manual (cvs42):
1182 update IRC channel info.
1184 2006-09-01 [wwp] 2.4.0cvs124
1187 use CVSEDITOR env. var. if set, according to `man cvs`.
1189 2006-09-01 [wwp] 2.4.0cvs123
1191 * manual/advanced.xml
1192 better sentence again (thanks to Paul).
1194 2006-09-01 [wwp] 2.4.0cvs122
1196 * manual/advanced.xml
1197 fix definition of toolbar_detachable and rework a bit the one of
1198 enable_dotted_lines.
1200 2006-09-01 [mones] 2.4.0cvs121
1202 * manual/advanced.xml
1203 Document enable_dotted_lines
1205 2006-09-01 [paul] 2.4.0cvs120
1212 obey the 'When entering folder...' option
1213 when using the /View/Go to/... menu items
1216 2006-08-31 [colin] 2.4.0cvs119
1219 Revert 2.4.0cvs116, wrong fix.
1221 2006-08-31 [colin] 2.4.0cvs118
1223 * src/gtk/gtksctree.c
1224 Better state the various copyrights
1226 2006-08-31 [colin] 2.4.0cvs117
1228 * src/prefs_common.c
1229 fix enable_dotted_lines
1231 2006-08-31 [colin] 2.4.0cvs116
1234 Use pref "Always open on select" when going
1235 to next unread folder
1236 * src/gtk/gtksctree.c
1237 Fix link failure to _gtk_clist_create_cell_layout
1238 on certain computers. (Why not mine, I wonder)
1240 2006-08-31 [colin] 2.4.0cvs115
1244 * src/plugins/bogofilter/bogofilter.c
1245 * src/plugins/spamassassin/spamassassin.c
1246 Requalify some "errors" to warnings
1250 Add an icon in the statusbar to notify
1252 * src/gtk/gtksctree.c
1255 Make the GtkSCTree look more modern by
1256 alternating background lines
1257 * src/prefs_common.c
1258 * src/prefs_common.h
1259 Add a pref to let people have the old
1263 2006-08-30 [colin] 2.4.0cvs114
1267 Provide a way to filter a list of
1268 messages in an optimised manner, and
1269 add a list-filtering hook
1273 Use the list filtering
1274 * src/plugins/bogofilter/bogofilter.c
1275 Use the list-filtering hook
1276 Use -b (bulk) mode for more speed
1277 when learning and filtering
1278 * src/etpan/imap-thread.c
1279 Make log output shorter in UID SEARCH
1282 2006-08-30 [colin] 2.4.0cvs113
1284 * src/plugins/bogofilter/bogofilter.c
1285 Really fast mass learning - thanks to David
1286 Relson for the options explanations :)
1288 2006-08-30 [colin] 2.4.0cvs112
1291 Fix compilation on FreeBSD. Thanks
1294 2006-08-29 [colin] 2.4.0cvs111
1297 Handle "popup_menu" signal (for popping the
1298 menu via the keyboard)
1303 * src/gtk/gtkutils.c
1304 * src/gtk/gtkutils.h
1305 Factorize scrolling code, and add an API
1306 for MimeViewers to handle scroll orders
1308 2006-08-29 [wwp] 2.4.0cvs110
1310 * src/plugins//bogofilter/bogofilter.c
1311 * src/plugins//spamassassin/spamassassin.c
1312 make the bogofilter/spamassassin filtering error dialogs at
1313 incorporation obey to the "don't popup error dialog on
1314 receive error" option. If disabled, feed the log window w/
1321 2006-08-29 [paul] 2.4.0cvs109
1324 remove 'make release', it's not needed
1325 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1327 2006-08-29 [paul] 2.4.0cvs108
1330 * src/summary_search.c
1331 * src/gtk/progressdialog.c
1332 * src/plugins/pgpcore/passphrase.c
1333 replace deprecated gtk_window_set_policy()
1335 2006-08-29 [colin] 2.4.0cvs107
1338 Fix data loss when copy fails during a move:
1339 only use fast remove_msgs if everything was
1340 copied OK; else use slow remove_msg on the
1341 mails that got copied only.
1343 2006-08-28 [paul] 2.4.0cvs106
1346 revert change in 2.4.0cvs104, it breaks
1349 2006-08-28 [paul] 2.4.0cvs105
1351 * src/plugins/spamassassin/spamassassin.c
1354 2006-08-28 [paul] 2.4.0cvs104
1357 fix data loss when moving to another
1359 * src/prefs_spelling.c
1361 * src/gtk/pluginwindow.c
1362 improve the layout of the dialog text
1365 2006-08-28 [paul] 2.4.0cvs103
1367 * src/plugins/bogofilter/bogofilter.c
1368 * src/plugins/bogofilter/bogofilter_gtk.c
1369 fix english up a bit, innit
1371 2006-08-28 [paul] 2.4.0cvs102
1376 require autoconf 2.60, enabling building
1377 with gettext 0.15 (gettext 0.14.x build still
1378 possible). Replace Makefiles with versions
1380 Remove configure options --with-localedir and
1381 --with-mandir. The options that are provided
1382 directly by autoconf 2.60 can be used instead:
1383 --mandir --localedir
1385 2006-08-27 [colin] 2.4.0cvs101
1387 * src/plugins/bogofilter/Makefile.am
1388 Fix make dist (no README)
1390 2006-08-27 [colin] 2.4.0cvs100
1393 Don't use F_UNKNOWN folders for any default
1395 * src/plugins/bogofilter/bogofilter.c
1396 * src/plugins/bogofilter/bogofilter.h
1397 * src/plugins/bogofilter/bogofilter_gtk.c
1398 Add an option to specify the path to bogofilter
1399 Use single-quotes to be able to learn in folders
1400 with spaces in their names
1401 Verify learning status
1403 2006-08-27 [colin] 2.4.0cvs99
1406 * manual/plugins.xml
1407 Document Bogofilter plugin
1409 2006-08-27 [colin] 2.4.0cvs98
1415 When possible, copy the queued mail to sent folder
1416 instead of re-adding. Much faster on IMAP.
1418 2006-08-27 [colin] 2.4.0cvs97
1421 Disable mmaped caches - huge metadata loss
1422 here after a power failure.
1424 Add quicksearch timing
1425 * src/common/plugin.c
1426 * src/common/plugin.h
1427 Implement an interface to tell what plugins
1428 provide. Prevent loading of similar plugins.
1429 * src/plugins/clamav/clamav_plugin.c
1430 * src/plugins/demo/demo.c
1431 * src/plugins/dillo_viewer/dillo_viewer.c
1432 * src/plugins/pgpcore/plugin.c
1433 * src/plugins/pgpinline/pgpinline.c
1434 * src/plugins/pgpmime/pgpmime.c
1435 * src/plugins/spamassassin/spamassassin.c
1436 * src/plugins/trayicon/trayicon.c
1437 Implement plugin_provides()
1439 2006-08-27 [colin] 2.4.0cvs96
1442 * src/plugins/Makefile.am
1443 * src/plugins/bogofilter/.cvsignore
1444 * src/plugins/bogofilter/Makefile.am
1445 * src/plugins/bogofilter/bogofilter.c
1446 * src/plugins/bogofilter/bogofilter.h
1447 * src/plugins/bogofilter/bogofilter_gtk.c
1448 New Bogofilter plugin, provides filtering and
1449 learning. Spamassassin will go to extra plugins.
1451 2006-08-26 [mones] 2.4.0cvs95
1453 * manual/handling.xml
1454 Fix subfolder path in the example (thanks to Paul)
1456 2006-08-26 [mones] 2.4.0cvs94
1458 * manual/glossary.xml
1459 2.2. + add ISP to the glossary
1460 7.5. + Add UIDL to glossary
1461 7.7. + Add TCP to glossary
1462 * manual/handling.xml
1463 7.1. + Mentions GNU/Linux distribution, what about the non...
1464 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1465 7.3. + Mentions .bashrc, what about the non-bash ones?
1466 7.4. = Use appropriate quotation for commands
1467 7.6. = change "" to <quote></quote>
1468 * manual/plugins.xml
1469 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
1470 * manual/starting.xml
1471 2.1. + local mbox file: some examples of mbox file locations...
1472 Also reformatted files requiring it
1474 2006-08-26 [wwp] 2.4.0cvs93
1476 * src/summary_search.c
1477 disable find buttons while summary search is running.
1479 2006-08-25 [colin] 2.4.0cvs92
1486 Speed up MH moving, and add progressbar
1489 Write cache files using mmap() too
1491 2006-08-25 [wwp] 2.4.0cvs91
1494 switch spam<->ham button when a message has been marked as spam or ham
1495 and is still selected. Thanks to Colin.
1497 2006-08-25 [paul] 2.4.0cvs90
1500 * src/stock_pixmap.c
1501 * src/stock_pixmap.h
1503 * src/gtk/icon_legend.c
1504 * src/pixmaps/copied.xpm
1505 * src/pixmaps/moved.xpm
1506 add icons for delayed execution marked for
1507 copying, marked for moving
1509 2006-08-25 [mones] 2.4.0cvs89
1511 * manual/glossary.xml
1512 Fix the other glossary items:
1513 5.1. = Inmmediate execution -> <quote>immediate execution...
1514 5.2. = Fix MBOX capitalization -> Mbox
1515 5.3. + Improve Plugins def. w/ tech. ref.
1516 5.4. = Quotation -> replace '>' by <quote>></quote>
1517 5.5. - SMTP Server. -> remove dot
1521 2006-08-25 [mones] 2.4.0cvs88
1524 Reformatted, changed email address
1525 * manual/glossary.xml
1526 Reformatted, fixed MANUAL-TODO items:
1527 8.2. + add ROT-13 to glossary
1528 8.4. + add URL to glossary
1529 * manual/es/advanced.xml
1532 2006-08-25 [paul] 2.4.0cvs87
1534 * src/gtk/icon_legend.c
1535 add 'marked for deletion' icon
1536 arrange icons by containing column
1537 wrap long label text
1539 2006-08-25 [colin] 2.4.0cvs86
1541 * src/common/utils.c
1542 * src/common/utils.h
1543 Add the sc_g_*list_bigger functions in
1544 a place everyone can use it
1546 Only freeze/thaw the list when working
1547 on the selection, if it's bigger than 1
1548 * src/gtk/gtksctree.c
1549 Only freeze/thaw the list when unselec-
1550 ting 'all' if ('all' != 1)
1551 This avoids some flickering
1553 2006-08-24 [colin] 2.4.0cvs85
1556 Fix strange list selection
1557 Fix random seg (Invalid read of freed memory)
1559 2006-08-24 [colin] 2.4.0cvs84
1562 * src/gtk/inputdialog.c
1563 * src/plugins/pgpcore/passphrase.c
1564 Revert minimal width patch of 2.4.0cvs67,
1565 as it is also a maximal width. Use
1566 gtk_window_set_default_size instead.
1568 2006-08-24 [colin] 2.4.0cvs83
1571 Write cache/mark to temp files before
1572 overwriting old ones (avoids metadata
1573 loss if writing the new files fail).
1574 Use mmap() to read cache/mark file, as
1575 this makes cache reading faster. Dis-
1576 abled for big-endian machines until it
1577 can be tested. (Big-endian users: set
1578 msgcache_use_mmap = TRUE in the relevant
1581 Move rarely used fields of MsgInfo in
1582 another structure, which will only be
1583 allocated if needed. Face, X-Face,
1584 Return receipt headers and List-*
1585 headers are moved. Mails having none
1586 of these occupy 52 bytes less with
1587 this patch, which makes 2.5MB of RAM
1588 saved on a 50k folder).
1592 * src/partial_download.c
1596 Follow this structure change.
1598 2006-08-24 [wwp] 2.4.0cvs82
1600 * manual/es/.cvsignore
1601 * manual/es/dist/.cvsignore
1602 * manual/es/dist/html/.cvsignore
1603 * manual/es/dist/pdf/.cvsignore
1604 * manual/es/dist/ps/.cvsignore
1605 * manual/es/dist/txt/.cvsignore
1606 more (generated) files to ignore.
1608 2006-08-24 [colin] 2.4.0cvs81
1612 Fix possible problems with local delivery. Check the folder doesn't
1613 need scan before setting its mtime when saving cache (which can be
1614 done long after the folder's been modified by an external process);
1615 Check that the stored item's mtime didn't change in mh functions.
1617 2006-08-24 [mones] 2.4.0cvs80
1619 * manual/advanced.xml
1620 Rewrapping, some fixes and MANUAL-TODO items:
1621 8.1. = change "" to <quote></quote>
1622 8.3. = quote menu items
1623 8.5. - deploying -> new user ... ideally a new user (redundant)
1625 2006-08-23 [colin] 2.4.0cvs79
1627 * src/gtk/gtksctree.c
1628 When selecting or deselecting range, only
1629 freeze/thaw when selection is bigger than 10
1631 2006-08-23 [colin] 2.4.0cvs78
1636 * src/plugins/dillo_viewer/dillo_viewer.c
1637 Provide an API for MimeViewer plugins to
1638 return a text selection for replying
1640 2006-08-23 [colin] 2.4.0cvs77
1642 * src/image_viewer.c
1644 Use gtk_pixbuf_new_from_file_at_scale(), which
1645 is faster than getting the pixbuf then resizing
1648 2006-08-23 [colin] 2.4.0cvs76
1651 UTF-8 should be sent Quoted-printable
1653 2006-08-22 [colin] 2.4.0cvs75
1656 Check if scan is required before touching
1657 the folder (or it'll be required every time)
1659 2006-08-22 [colin] 2.4.0cvs74
1662 Require libetpan 0.46 (crasher fix when built
1665 2006-08-22 [colin] 2.4.0cvs73
1668 Set folder's mtime after writing its
1673 Don't do useless stuff if we don't
1676 Add some timing, don't deselect prior
1677 to selecting (gtksctree does it itself),
1678 remove crash avoidance hacks as it's been
1679 properly fixed since a while
1680 * src/common/utils.c
1681 Optimize to_human_readable(): _() is slow,
1682 do it only once, and avoid %f format for KB
1683 (the most common in a summaryview)
1684 * src/gtk/gtksctree.c
1685 Don't uselessly freeze/thaw (fixes flicker
1686 on next unread and friends), reduce number
1687 of g_list_nth/g_list_position where possible
1688 * src/gtk/gtkutils.c
1689 * src/gtk/gtkutils.h
1690 Reduce number of g_list_nth/g_list_position
1692 All of this makes loading as 70k folder 2.1
1693 seconds instead of 3.2 (with hot FS caches).
1694 (1.3 seconds without Date and Size columns...)
1696 2006-08-22 [paul] 2.4.0cvs72
1698 wrap documents and do some items from mones' MANUAL-TODO:
1700 * manual/account.xml
1701 4.1. = fix tabname references to <quote>tabname</quote>
1702 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1704 1.1. = mentioned options don't match UI
1705 Add information about the 'Never send Return Receipts'
1707 * manual/handling.xml
1708 6.2. = Mentions Extended symbols button, but now is
1710 6.3. = Mentions ... button, which is now Edit
1712 2006-08-22 [colin] 2.4.0cvs71
1714 * src/gtk/pluginwindow.c
1715 Fix layout in verbose translations (such
1718 2006-08-22 [paul] 2.4.0cvs70
1720 * manual/Makefile.am
1721 build manuals in alphabetical order
1723 * src/prefs_themes.c
1724 replace/remove deprecated symbols
1725 * src/gtk/gtkutils.c
1727 * src/gtk/pluginwindow.c
1728 replace deprecated symbol
1729 replace label text and move it
1730 * src/plugins/pgpcore/prefs_gpg.c
1731 move the 'Generate...' button out of the
1732 Sign Key frame, replace the English used
1733 * src/plugins/pgpcore/sgpgme.c
1734 fixes to the English
1736 2006-08-21 [colin] 2.4.0cvs69
1738 * src/plugins/trayicon/trayicon.c
1739 Add more strings for translation; patch
1742 2006-08-21 [colin] 2.4.0cvs68
1745 fix replied flag not set after drafting
1747 fix body quicksearch in non-encoded bodies
1750 Get rid of the g_malloc workaround for
1751 corrupted caches, use g_try_malloc
1753 2006-08-21 [colin] 2.4.0cvs67
1756 * src/gtk/inputdialog.c
1757 * src/plugins/pgpcore/passphrase.c
1758 Set minimal width to 375
1760 Fix switching to offline, asking if it
1761 should be overriden for synchronising
1763 Don't offer to remember command on Open
1764 with for text parts, as the browser or
1765 text editor command isn't changed from
1768 2006-08-20 [paul] 2.4.0cvs66
1772 fix plural form errors. revealed by stricter
1773 checking of gettext 0.15
1775 2006-08-18 [paul] 2.4.0cvs65
1777 * src/stock_pixmap.c
1778 fix the fix of 2.4.0cvs64
1781 2006-08-18 [paul] 2.4.0cvs64
1783 * src/stock_pixmap.c
1787 2006-08-18 [paul] 2.4.0cvs63
1791 fix occasional IMAP bug where large msgs
1792 were left in the queue folder after sending
1795 2006-08-18 [paul] 2.4.0cvs62
1798 freeze the summaryview while quicksearch results
1800 (fixes bug 456 'current message is hidden when the
1801 view is refreshed and extended search is "unread
1805 add missing #include "inputdialog.h"
1806 * src/common/utils.h
1807 add missing mailcap_update_default() and improve
1810 2006-08-17 [colin] 2.4.0cvs61
1812 * src/plugins/pgpcore/select-keys.c
1815 2006-08-17 [colin] 2.4.0cvs60
1818 Don't continue queuing if Cancel is clicked
1821 2006-08-17 [colin] 2.4.0cvs59
1823 * src/plugins/pgpcore/select-keys.c
1824 When encrypting, if only one key matches and it
1825 matches exactly, automatically use it.
1827 2006-08-17 [colin] 2.4.0cvs58
1830 * src/prefs_common.c
1831 * src/prefs_common.h
1832 * src/prefs_ext_prog.c
1834 Fix issues with previous patch (text/html)
1835 Remove outdated prefs
1837 2006-08-17 [colin] 2.4.0cvs57
1840 Add View Log button on auth error
1842 Fix encrypted mail marked as new when
1843 saved in normal folders
1844 * src/plugins/pgpinline/pgpinline.c
1845 Fix encrypt bug on IMAP
1847 * src/common/utils.c
1848 * src/common/utils.h
1849 * src/gtk/inputdialog.c
1850 * src/gtk/inputdialog.h
1851 Get rid of metamail stuff, simplify
1852 opening, and allow remembering of user's
1853 choices (by updating ~/.mailcap). There's
1854 still to drop "Audio player" and "Image
1855 viewer" preferences.
1857 2006-08-17 [mones] 2.4.0cvs56
1859 * manual/es/sylpheed-claws-manual.xml
1862 2006-08-17 [mones] 2.4.0cvs55
1865 * manual/Makefile.am
1866 * manual/es/Makefile.am
1867 * manual/es/account.xml
1869 * manual/es/addrbook.xml
1870 * manual/es/advanced.xml
1872 * manual/es/glossary.xml
1874 * manual/es/handling.xml
1875 * manual/es/intro.xml
1876 * manual/es/keyboard.xml
1877 * manual/es/plugins.xml
1878 * manual/es/starting.xml
1879 * manual/es/sylpheed-claws-manual.xml
1880 * manual/es/dist/Makefile.am
1881 * manual/es/dist/html/Makefile.am
1882 * manual/es/dist/pdf/Makefile.am
1883 * manual/es/dist/ps/Makefile.am
1884 * manual/es/dist/txt/Makefile.am
1885 Spanish translation for the manual
1887 2006-08-16 [colin] 2.4.0cvs54
1892 Fix send button sensitivity at startup
1893 Set send menu sensitivity (patch by Fabien)
1895 Enable closing with esc (patch by Fabien)
1896 * src/gtk/foldersort.c
1897 Enable closing with esc (patch by Fabien)
1899 Optimisation (no need to copy to tempfile to
1900 "decode" 7bit and 8bit)
1902 Fix cruft in swap_from case
1904 Fix missing last line in some mail cases
1905 (Fixes debian #381872)
1906 * src/plugins/pgpcore/prefs_gpg.c
1907 * src/plugins/pgpcore/sgpgme.c
1908 * src/plugins/pgpcore/sgpgme.h
1909 Don't show "no key found" when user explicitely
1910 wants to create a key
1912 2006-08-16 [paul] 2.4.0cvs53
1918 * src/prefs_account.c
1919 * src/prefs_message.c
1920 * src/gtk/gtkutils.c
1921 bump up minimum required versions of GTK+ and
1924 2006-08-16 [paul] 2.4.0cvs52
1927 workaround GTK+ Bug 351600 - 'Can't re-click
1928 on button after sensitivity update'
1929 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1932 2006-08-15 [colin] 2.4.0cvs51
1934 * src/plugins/pgpcore/prefs_gpg.c
1935 Set options sensitivity according to
1937 * src/plugins/pgpcore/sgpgme.c
1938 Allow to create key with no passphrase
1940 2006-08-14 [cleroy] 2.4.0cvs50
1942 * src/gtk/pluginwindow.c
1943 New layout (maybe to be changed?)
1944 * src/gtk/gtkutils.c
1945 Fix a bit label_window
1946 * src/plugins/pgpcore/passphrase.c
1947 * src/plugins/pgpcore/passphrase.h
1948 * src/plugins/pgpcore/plugin.c
1949 * src/plugins/pgpcore/prefs_gpg.c
1950 * src/plugins/pgpcore/prefs_gpg.h
1951 * src/plugins/pgpcore/sgpgme.c
1952 * src/plugins/pgpcore/sgpgme.h
1953 Allow to create a PGP private key via the GUI
1955 2006-08-14 [wwp] 2.4.0cvs49
1957 * src/addressbook_foldersel.c
1958 fix strict ISO C90 compliance.
1960 2006-08-14 [paul] 2.4.0cvs48
1962 * src/gtk/prefswindow.c
1963 re-set scrolled window on opening
1970 2006-08-14 [paul] 2.4.0cvs47
1972 * src/prefs_display_header.c
1973 re-enable user-defined Displayed Headers
1975 2006-08-14 [paul] 2.4.0cvs46
1977 * src/prefs_account.c
1980 2006-08-13 [colin] 2.4.0cvs45
1982 * src/common/utils.c
1983 Fix "a" in quote when the original message is empty,
1984 by using \0 instead of 'a' to test writability of
1987 2006-08-13 [wwp] 2.4.0cvs44
1989 * src/plugins/spamassassin/spamassassin.c
1990 fix capitalization of "SpamAssassin" in some debug, log and
1993 2006-08-13 [paul] 2.4.0cvs43
1996 fix overlapping widgets
1997 * src/prefs_account.c
1998 fix translation of protocol_names[]
1999 fix label disappearing off the edge of the
2002 2006-08-12 [paul] 2.4.0cvs42
2004 * manual/plugins.xml
2005 update IRC channel info before it gets forgotten
2008 2006-08-11 [colin] 2.4.0cvs41
2017 Grey out the Send button if
2018 - Queue folders are empty, or
2019 - We're sending already
2021 2006-08-11 [wwp] 2.4.0cvs40
2024 fix a logic issue when quitting while a compose window is
2025 still open, thanks to Colin.
2027 2006-08-10 [colin] 2.4.0cvs39
2030 Fix default font size setting after wizard run
2032 * src/etpan/imap-thread.c
2033 * src/etpan/imap-thread.h
2034 Fix bug #999 (Timing out on TSL cert validation
2035 dialog makes ugly things happen). Also, STARTTLS
2036 unconditionnaly if initial capabilities contain
2037 LOGINDISABLED and STARTTLS.
2039 2006-08-09 [colin] 2.4.0cvs38
2043 Fix Tools/Actions sensitivity when there are
2046 2006-08-09 [colin] 2.4.0cvs37
2048 * src/prefs_filtering.c
2049 Warning fix, patch by Paul
2051 * src/prefs_actions.c
2052 * src/prefs_filtering_action.c
2053 * src/prefs_matcher.c
2054 Uniformisation of "Info ..." to "Info..." (for
2055 old gtk), patch by Fabien
2056 * src/plugins/clamav/clamav_plugin_gtk.c
2057 Sensitivity fix by Fabien
2059 2006-08-09 [colin] 2.4.0cvs36
2063 Add a function to know whether we're exiting
2064 * src/plugins/trayicon/trayicon.c
2065 If exiting, don't do anything. Faster, and
2066 avoids gtk_main_iteration reentracy causing
2069 2006-08-09 [colin] 2.4.0cvs35
2074 Fix lack of part selection when automatically
2075 jumping to a specific part
2077 Little optimisation in cache reading
2079 2006-08-09 [colin] 2.4.0cvs34
2082 Fix crash setting the priority on reedit
2083 (Accessing compose before creating it!)
2085 2006-08-08 [colin] 2.4.0cvs33
2088 Fix bug #998 (last attachment is not accessible)
2089 Bad RFC interpretation on multipart close-delimiters
2092 * src/gtk/gtkvscrollbutton.c
2093 * src/gtk/gtkvscrollbutton.h
2094 Make attachments list wheel-scrollable
2096 2006-08-07 [colin] 2.4.0cvs32
2098 * src/gtk/gtkaspell.c
2099 Fix bug #973 (Unicode punctation characters
2100 are not recognized as separators by the
2101 spell checker); fix unsigned stuff
2103 2006-08-07 [colin] 2.4.0cvs31
2106 Fix bug #956 (DnD text with accents in compose
2107 text entry); fix gccc's signed/unsigned fuss
2109 2006-08-06 [colin] 2.4.0cvs30
2112 Fix bug #979 (Plugin crashes when exiting
2113 sylpheed-claws) : handle exit request only
2116 2006-08-05 [colin] 2.4.0cvs29
2119 Just make sure we have a msgid.
2121 2006-08-05 [colin] 2.4.0cvs28
2125 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2126 by reimplementing it
2128 Fix bug when hiding quotes with level > 3 and quote
2131 2006-08-04 [colin] 2.4.0cvs27
2136 Fix a bit replace-by-pasting undo
2139 Fix Fold quotes menu synchro in
2140 mainwindow when it changes in
2143 Fix right-click on quotes blocks
2144 * src/common/utils.c
2145 Verify that the file created by
2146 my_tmpfile() is writable. Fixes
2147 bug #988 (very specific filesystem
2149 * src/plugins/pgpcore/sgpgme.c
2150 Fix file descriptor leak
2151 * src/plugins/spamassassin/spamassassin.c
2152 Warn once if spamd isn't reachable
2154 2006-08-04 [colin] 2.4.0cvs26
2157 i18n context patch by Fabien
2159 2006-08-03 [colin] 2.4.0cvs25
2163 Rename "Hide quotes" to "Fold quotes"
2165 Don't use hand cursor on quotes. "all
2166 the bonuses of the feature and none of
2167 unwelcome side-effects"
2169 2006-08-03 [colin] 2.4.0cvs24
2172 * sylpheed-claws.desktop
2174 Bring the desktop file to XDG compliance
2175 Patch by Charles A. Edwards
2177 2006-08-03 [colin] 2.4.0cvs23
2180 Fix links offset when they are preceded
2181 by accentued chars (g_utf8_strlen!)
2183 Fix wrong status when starting offline
2186 2006-08-03 [wwp] 2.4.0cvs22
2188 * src/prefs_common.h
2189 ask what to do w/ filtering rules that belong to an account when
2190 applying filtering rules manually from the main window (skip,
2191 apply regardless of the account, use current account). This dialog
2192 can be skipped and the last reply used.
2195 2006-08-03 [wwp] 2.4.0cvs21
2199 * src/prefs_common.c
2204 ask what to do w/ filtering rules that belong to an account when
2205 applying filtering rules manually from the main window (skip,
2206 apply regardless of the account, use current account). This dialog
2207 can be skipped and the last reply used.
2210 2006-08-03 [colin] 2.4.0cvs20
2213 Optimize previous patch
2215 2006-08-03 [cleroy] 2.4.0cvs19
2218 Fix quotes getting toggled back when the
2219 mail has an even number of text parts
2221 2006-08-02 [colin] 2.4.0cvs18
2224 Add Hide quotes menu
2226 2006-08-02 [colin] 2.4.0cvs17
2229 * src/prefs_common.c
2233 Allow per-level quote hiding,
2234 Allow toggling quotes by double-clicking them
2235 Rename RemoteURI to ClickableText to reflect
2236 the fact it's used for a variety of things
2238 2006-08-02 [wwp] 2.4.0cvs16
2241 fix "View/Hide quotes" menu item status initialization.
2243 2006-08-02 [wwp] 2.4.0cvs15
2245 * src/matcher_parser_parse.y
2246 remove a debug trace.
2248 2006-08-02 [paul] 2.4.0cvs14
2250 * src/plugins/pgpcore/passphrase.c
2251 don't set initial dialog size
2254 2006-08-02 [paul] 2.4.0cvs13
2257 remove the rogue '/' character
2259 2006-08-02 [paul] 2.4.0cvs12
2262 allow buttons to resize as necessary
2264 2006-08-01 [wwp] 2.4.0cvs11
2267 fix strict ISO C90 compliance.
2269 2006-08-01 [wwp] 2.4.0cvs10
2272 updated update-po tool to work w/ context-dependent translations.
2273 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2275 2006-08-01 [wwp] 2.4.0cvs9
2278 * src/prefs_filtering.c
2279 * src/prefs_matcher.c
2280 allow context-dependent translations for "All",
2281 patch by Fabien Vantard <fzzzzz@gmail.com>.
2283 2006-07-31 [colin] 2.4.0cvs8
2287 Add Rafal to authors
2289 2006-07-31 [colin] 2.4.0cvs7
2294 * src/prefs_common.c
2295 * src/prefs_common.h
2297 Add 'View/Hide quotes'. Patch based on a patch
2300 2006-07-31 [colin] 2.4.0cvs6
2303 Fix problem with "> stuff >" actions
2305 2006-07-31 [paul] 2.4.0cvs5
2308 updated by Geir Helland
2310 2006-07-31 [wwp] 2.4.0cvs4
2315 add "View/Go to/Parent message" and "View/Go to/Last read message",
2318 2006-07-31 [wwp] 2.4.0cvs3
2325 * src/addressbook_foldersel.c
2326 * src/addressbook_foldersel.h
2331 * src/matcher_parser_lex.l
2332 * src/matcher_parser_parse.y
2333 * src/prefs_common.c
2334 * src/prefs_common.h
2335 * src/prefs_filtering.c
2336 * src/prefs_matcher.c
2337 * src/prefs_matcher.h
2339 introduce filtering against the address book. It's now possible to add
2340 matched conditions to determine if any email address in a message matches
2341 or doesn't match any or all books or folders in the address book.
2343 2006-07-31 [wwp] 2.4.0cvs2
2353 * src/matcher_parser_lex.l
2354 * src/matcher_parser_parse.y
2356 * src/prefs_filtering.c
2357 * src/prefs_filtering.h
2361 introduce per-account filtering rules. Each filtering rule can now be assigned
2362 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2363 when applying filtering rules manually, as all rules will apply - even the ones
2364 assigned to an account. This issue will be addressed soon.
2368 2006-07-31 [wwp] 2.4.0cvs1
2371 make more strings translatable.
2373 2006-07-31 [paul] 2.4.0
2377 2006-07-31 [paul] 2.3.1cvs91
2380 updated by Miquel Oliete
2382 2006-07-31 [paul] 2.3.1cvs90
2392 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2393 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2394 Aleksandar Urosevic, and Ralgh Young
2396 2006-07-31 [paul] 2.3.1cvs89
2402 Fix a race condition when, after an SC crash, rescanning
2403 folders took more than 0.5 seconds
2406 2006-07-31 [paul] 2.3.1cvs88
2409 don't translate separator strings
2411 2006-07-30 [mones] 2.3.1cvs87
2413 * doc/man/sylpheed-claws.1
2414 Fixed non-ASCII chars in Hoa's name
2418 2006-07-27 [colin] 2.3.1cvs86
2421 Don't include the leading \n in links
2424 2006-07-25 [colin] 2.3.1cvs85
2427 * src/common/socket.h
2428 * src/etpan/imap-thread.c
2429 Refresh resolvers before connecting
2430 to IMAP servers, and after switching
2431 to online. Thanks to Paul.
2435 * 2.4.0-rc4 released
2437 2006-07-17 [colin] 2.3.1cvs84
2440 Show connection attempt in statusbar before
2441 connecting (previously first message was
2442 "Retrieving messages from ..." after the
2443 connection succeeded.
2445 2006-07-16 [wwp] 2.3.1cvs83
2447 * sylpheed-claws.ico
2448 Added .ico file (windows multi-size icon file, generated).
2450 2006-07-12 [wwp] 2.3.1cvs82
2453 remove Message/Re-edit menu entry from messageview window,
2454 as sent/draft/queued messages are opened in compose window when
2455 re-edited and it's not possible to re-edit other msgs.
2457 2006-07-12 [paul] 2.3.1cvs81
2462 check online state before resetting
2463 mailcheck timer. Useful if some program
2464 verifies connection state and updates
2466 Patch by Leonid Evdokimov <darkk@users.sf.net>
2468 2006-07-12 [paul] 2.3.1cvs80
2470 * sylpheed-claws-128x128.png
2471 * sylpheed-claws-64x64.png
2472 * sylpheed-claws.png
2475 * src/prefs_toolbar.c
2476 * src/stock_pixmap.c
2477 * src/stock_pixmap.h
2480 * src/gtk/gtkutils.c
2481 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
2482 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
2483 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
2484 * src/pixmaps/sylpheed.xpm ** REMOVED **
2485 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
2486 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
2487 updated and renamed logo/icon files and related
2488 logo by Jesper Schultz
2490 2006-07-11 [paul] 2.3.1cvs79
2493 fix the labels a smidgin
2495 2006-07-09 [colin] 2.3.1cvs78
2498 Show errors in textviewer's command
2499 Patch by H. Merijn Brand
2501 2006-07-09 [colin] 2.3.1cvs77
2504 Save FMID in drafts too
2506 2006-07-08 [colin] 2.3.1cvs76
2509 Svae RMID in drafted mails too
2510 Save quote_fmt vars for whole mails,
2511 don't reset at each quote_fmt_init:
2512 allows to use the same |i{var} in
2513 various template fields
2514 * src/prefs_template.c
2516 * src/quote_fmt_parse.y
2519 2006-07-08 [colin] 2.3.1cvs75
2522 Fix highlighting of attached parts URIs
2524 2006-07-08 [colin] 2.3.1cvs74
2527 Prevent bug #981 (sc 2.3.1 segfaults with
2528 gtk+ 2.10) from being reported again:
2529 if Sylpheed-Claws has been compiled against
2530 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
2531 of if Sylpheed-Claws has been compiled against
2532 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2535 2006-07-07 [colin] 2.3.1cvs73
2537 * src/prefs_actions.c
2540 2006-07-07 [colin] 2.3.1cvs72
2542 * src/prefs_actions.c
2543 Fix compile on gtk < 2.8. argh :)
2545 2006-07-07 [paul] 2.3.1cvs71
2550 2006-07-07 [colin] 2.3.1cvs70
2554 * src/quote_fmt_lex.l
2555 * src/quote_fmt_parse.y
2556 Add |i{var}, a way to insert user-entered
2561 * 2.4.0-rc3 released
2563 2006-07-07 [colin] 2.3.1cvs69
2566 Don't consider inboxes of UNKNOWN folder
2567 classes to be useable as default inboxes
2569 2006-07-07 [paul] 2.3.1cvs68
2572 add missing #include <errno.h>
2573 Thanks to René J. Blokland
2575 2006-07-07 [paul] 2.3.1cvs67
2578 Return now Closes dialog
2582 add contextual menu to mime parts listed
2585 * src/common/utils.c
2586 reversal: ' is a valid character in URLs
2588 2006-07-06 [colin] 2.3.1cvs66
2590 * src/remotefolder.h
2591 Forgotten in previous commit
2593 2006-07-06 [colin] 2.3.1cvs65
2596 Set summary update flag whenever
2599 * src/prefs_account.c
2600 * src/common/utils.h
2601 * src/etpan/imap-thread.c
2602 Fix warnings, thanks to Fabien and
2605 2006-07-06 [wwp] 2.3.1cvs64
2607 * src/gtk/gtkutils.c
2608 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2610 2006-07-06 [wwp] 2.3.1cvs63
2619 * src/message_search.c
2620 * src/prefs_actions.c
2621 * src/prefs_filtering.c
2622 * src/prefs_filtering.h
2623 * src/prefs_template.c
2624 * src/summary_search.c
2626 * src/gtk/gtkutils.c
2627 * src/gtk/gtkutils.h
2628 * src/gtk/pluginwindow.c
2629 add help buttons to some dialogs. Clicking such buttons opens a
2630 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2632 2006-07-06 [paul] 2.3.1cvs62
2635 fix attachments contextual menu
2638 2006-07-05 [colin] 2.3.1cvs61
2642 Handle sftp:// links
2644 2006-07-05 [paul] 2.3.1cvs60
2647 grab save button by default
2650 2006-07-05 [wwp] 2.3.1cvs59
2653 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2655 2006-07-04 [colin] 2.3.1cvs58
2659 Use left click to select, middle click to open
2661 * src/common/utils.c
2664 2006-07-04 [colin] 2.3.1cvs57
2668 Warning fixes, thanks to Fabien
2670 2006-07-04 [colin] 2.3.1cvs56
2675 Allow parts to be selected via their text label
2678 2006-07-04 [colin] 2.3.1cvs55
2681 Feedback when closing (for big folders)
2682 * src/prefs_actions.c
2683 * src/prefs_filtering.c
2684 * src/prefs_matcher.c
2685 * src/prefs_template.c
2686 Fix default button when closing without
2689 2006-07-04 [colin] 2.3.1cvs54
2692 Delete local file on deletion
2694 2006-07-03 [colin] 2.3.1cvs53
2698 Don't freeze when rescanning after crash
2700 2006-07-03 [wwp] 2.3.1cvs52
2705 * src/plugins/pgpinline/pgpinline.c
2706 * src/plugins/pgpmime/pgpmime.c
2707 don't report an error when the user cancels the passphrase dialog.
2709 2006-07-02 [colin] 2.3.1cvs51
2712 Open message when crossing folders with Space,
2713 goto next unread and friends
2715 2006-07-01 [colin] 2.3.1cvs50
2717 * src/prefs_account.c
2718 Typographic rules varying from language
2719 to language (in french "Protocole :"),
2720 we have to do that :)
2722 2006-07-01 [ticho] 2.3.1cvs49
2724 * src/prefs_account.c
2725 Only use one temporary gchar* variable in
2726 prefs_account_protocol_set_optmenu().
2728 2006-07-01 [ticho] 2.3.1cvs48
2730 * src/prefs_account.c
2731 * src/prefs_account.h
2732 Use GtkLabel for existing account protocol name.
2733 Created an array for protocol names and populate the
2734 combobox from it in a for() cycle.
2736 2006-06-30 [colin] 2.3.1cvs47
2739 Block undo when changing signature (by changing
2742 2006-06-30 [paul] 2.3.1cvs46
2744 * src/send_message.c
2745 when editing From in the Compose window, use that address
2746 in the Return-Path: header
2749 2006-06-30 [colin] 2.3.1cvs45
2752 Fix signature replacement:
2753 - when no newline before separator
2756 2006-06-29 [colin] 2.3.1cvs44
2762 Let 'View/Go to/Next marked' work like
2763 Next new & Next unread: across folders
2764 Change the select_on_entry pref to do
2765 what we want when changing folder
2766 * src/common/utils.c
2767 Fix single-quoted links
2769 2006-06-29 [colin] 2.3.1cvs43
2771 * src/gtk/gtkaspell.c
2772 "Sylpheed" and "Sylpheed-Claws" do exist !
2774 2006-06-29 [colin] 2.3.1cvs42
2777 Forgot to remove debug
2779 2006-06-29 [colin] 2.3.1cvs41
2784 Disconnect from IMAP servers when going
2785 offline. Fixes bug #978 (going to offline-mode
2786 won't close connections)
2788 2006-06-29 [colin] 2.3.1cvs40
2791 Fix transient setting on failing plugins
2793 * src/plugins/pgpcore/sgpgme.c
2794 Only warn for OpenPGP. Most people don't
2797 2006-06-29 [colin] 2.3.1cvs39
2800 Fix Spelling menu (discrepancy between context menu
2801 and top menu when folder's dictionary isn't the
2803 * src/plugins/pgpcore/sgpgme.c
2804 More error reporting about why gpgme can fail
2806 2006-06-29 [wwp] 2.3.1cvs38
2809 honor the display-header-pane setting even when the message view
2810 is a separate window.
2812 2006-06-29 [wwp] 2.3.1cvs37
2814 * src/prefs_actions.c
2815 forgot to commit that one (use of GTK_STOCK_INFO).
2817 2006-06-29 [colin] 2.3.1cvs36
2820 Better handling of login errors (ask the password
2821 again once), alert in case of error. Fix three
2822 signedness warnings.
2824 2006-06-28 [wwp] 2.3.1cvs35
2826 * src/prefs_template.c
2827 * src/prefs_matcher.c
2828 * src/prefs_filtering_action.c
2830 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2831 patch by Fabien Vantard, slightly modified.
2837 2006-06-28 [colin] 2.3.1cvs34
2839 * src/prefs_account.c
2840 Fix bug #977 (Can't add or edit imap accounts)
2842 2006-06-28 [colin] 2.3.1cvs33
2847 2006-06-28 [colin] 2.3.1cvs32
2850 Save named inlined attachments with "Save all"
2853 * src/common/plugin.c
2854 * src/common/plugin.h
2855 * src/common/sylpheed.c
2856 * src/common/utils.c
2857 * src/plugins/pgpcore/sylpheed.def
2858 * src/plugins/pgpinline/sylpheed.def
2859 * src/plugins/pgpmime/sylpheed.def
2860 Win32 compatibility patch, by
2863 2006-06-28 [wwp] 2.3.1cvs31
2866 * src/prefs_folder_item.c
2867 less compilation warnings (thanks to Fabien Vantard), less typos.
2869 2006-06-28 [paul] 2.3.1cvs30
2871 * src/gtk/gtkutils.c
2872 gtk_combo_box_set_focus_on_click() is only
2873 available since gtk 2.6.0
2875 2006-06-28 [paul] 2.3.1cvs29
2877 * src/prefs_ext_prog.c
2878 fix engrish and add a tooltip for the
2879 'command for 'Display as text' option
2885 2006-06-28 [paul] 2.3.1cvs28
2889 include textviewer.pl in releases
2891 2006-06-28 [paul] 2.3.1cvs27
2893 * src/prefs_ext_prog.c
2894 hide Print command option if libgnomeprint
2897 2006-06-27 [colin] 2.3.1cvs26
2900 Fix Esc handling in insert/attach dialog
2901 Don't show this dialog if dragging something
2902 else than text/uri-list
2903 Thanks to Fabien Vantard
2904 * tools/textviewer.pl
2905 Filter script to display stuff as text
2908 2006-06-27 [wwp] 2.3.1cvs25
2911 use the exact product name (message view title), patch
2914 2006-06-27 [ticho] 2.3.1cvs24
2916 * src/prefs_account.c
2917 * src/prefs_common.c
2918 * src/prefs_common.h
2919 * src/prefs_ext_prog.c
2921 Add a preference (Preferences/External programs)
2922 to allow "Display as text" to be done via a script
2923 (patch by H.Merijn Brand).
2924 Use GtkComboBox for protocol selection in account
2926 Only include current choice for existing accounts, and
2927 insensitivize the combobox.
2929 2006-06-27 [paul] 2.3.1cvs23
2932 fix crasher introduced in cvs21.
2935 2006-06-26 [colin] 2.3.1cvs22
2938 Fix double-frees when leaving folders
2939 after exporting to mbox
2941 2006-06-26 [colin] 2.3.1cvs21
2944 More feedback (and optimisation)
2946 * src/common/utils.c
2947 Fix case when looking for mail addresses
2948 * src/gtk/gtkutils.c
2949 Extra check for (X-)Face
2951 2006-06-25 [ticho] 2.3.1cvs20
2955 * src/gtk/gtkutils.c
2956 * src/gtk/gtkutils.h
2957 Added second argument to gtkut_sc_combobox_create() to
2958 control focus-on-click for the widget.
2959 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2961 2006-06-25 [ticho] 2.3.1cvs19
2964 * src/gtk/Makefile.am
2965 * src/gtk/combobox.c
2966 * src/gtk/combobox.h
2967 * src/gtk/gtkutils.c
2968 * src/gtk/gtkutils.h
2969 Use GtkComboBox instead of deprecated GtkOptionMenu
2970 for account selector in compose window and for encoding
2971 selector in attachment properties.
2972 Also factorise working with the new GtkComboBox somewhat.
2974 2006-06-24 [paul] 2.3.1cvs18
2976 * src/prefs_common.c
2977 use the correct default value
2979 2006-06-24 [paul] 2.3.1cvs17
2982 * src/prefs_common.c
2983 * src/prefs_common.h
2984 * src/prefs_compose_writing.c
2985 enable setting of default action when
2986 dnd'ing files in the compose window.
2987 (Collaborative effort with wwp)
2989 2006-06-23 [wwp] 2.3.1cvs16
2992 i18n fix (thanks to Fabien Vantard)
2994 2006-06-22 [colin] 2.3.1cvs15
2996 * src/prefs_customheader.c
2997 Don't use filters in custom headers' file
2998 selector. Remember, extensions mean nothing :)
3000 2006-06-22 [paul] 2.3.1cvs14
3003 allow setting of man directory location
3005 2006-06-22 [colin] 2.3.1cvs13
3008 Add 'View/Go to/Next unread folder'.
3011 2006-06-22 [colin] 2.3.1cvs12
3013 * src/common/utils.c
3014 Add some subject prefixes
3015 Patch by Bjorn T Johansen <btj@havleik.no>
3017 2006-06-22 [colin] 2.3.1cvs11
3019 * manual/advanced.xml
3020 Forgotten hidden pref
3022 2006-06-21 [paul] 2.3.1cvs10
3024 * src/prefs_account.c
3025 complete the removal of 'Add date header' option
3027 2006-06-21 [paul] 2.3.1cvs9
3031 * src/prefs_account.c
3032 * src/prefs_account.h
3033 remove option to add date header - always
3035 * src/etpan/imap-thread.c
3036 fix warnings (Thanks to Colin)
3038 2006-06-21 [wwp] 2.3.1cvs8
3041 set the attachment flag when inline text part are (file)named. This is more convenient
3042 when receiving (for instance) inline source files or patches sent using thunderbird.
3044 2006-06-21 [paul] 2.3.1cvs7
3047 fix off-by-one count of current msg in
3048 statusbar filtering progressbar
3050 2006-06-21 [paul] 2.3.1cvs6
3053 Show attachment icon even if the part is 'inline'
3054 if the following conditions are met:
3055 - content-type != 'text/plain'
3056 - content-type != '*/pgp-signature'
3057 - either 'name' or 'filename' parameter is not NULL
3061 2006-06-21 [paul] 2.3.1cvs5
3064 * src/prefs_common.c
3065 * src/prefs_common.h
3067 add an option to 'Never send Return
3071 2006-06-20 [mones] 2.3.1cvs4
3076 typo fixed (space after comma)
3077 * tools/make.themes.project
3078 remove exec mode from tarball files
3080 2006-06-20 [colin] 2.3.1cvs3
3085 Better fix for \n's in headers (don't
3086 break Received: and others)
3088 2006-06-20 [paul] 2.3.1cvs2
3092 improve legibility of phishing attempt
3095 2006-06-20 [paul] 2.3.1cvs1
3100 Update version number following
3103 2006-06-20 [colin] 2.3.0cvs26
3106 When dragging a file to the text of the compose
3107 window, ask whether we want to insert or attach
3108 (I know lots of people who do that to attach)
3110 2006-06-20 [colin] 2.3.0cvs25
3112 * src/etpan/imap-thread.c
3113 Fix threshold (the append command is often > 32 bytes)
3115 2006-06-19 [colin] 2.3.0cvs24
3118 * src/etpan/imap-thread.c
3119 Workaround Rockliffe IMAP server bug: replace
3120 "x UID SEARCH (ANSWERED UID 1:*)" with
3121 "x UID SEARCH ANSWERED"
3122 (Rockliffe doesn't handle the parenthesis)
3124 2006-06-19 [colin] 2.3.0cvs23
3128 * src/etpan/imap-thread.c
3129 Probably fix bug #972 (Freezes when adding
3130 an attachment to the message)
3132 Modernize Firefox cmd
3135 2006-06-18 [colin] 2.3.0cvs22
3137 * src/prefs_customheader.c
3138 Only allow correct filenames for various
3141 2006-06-18 [colin] 2.3.0cvs21
3143 * src/prefs_customheader.c
3144 Add a 'From File...' button in custom headers prefs, which
3145 try to do the right thing:
3146 for normal headers, use file as plaintext,
3147 for X-Face, calls compface,
3148 for Face, encode to b64.
3150 2006-06-17 [colin] 2.3.0cvs20
3155 2006-06-16 [colin] 2.3.0cvs19
3158 Recursive quicksearch: show message list
3159 in current folder, *then* search children
3162 2006-06-16 [colin] 2.3.0cvs18
3165 Instead of ignoring SIGPIPE, save caches
3166 when getting one. Will fix the fact that
3167 hot caches are out-of-date when logging
3170 * src/prefs_compose_writing.c
3171 Only save text (not attachments) when
3172 auto-saving to drafts
3174 Always replace \n, \r and \t with spaces
3176 * manual/dist/html/Makefile.am
3177 * manual/dist/pdf/Makefile.am
3178 * manual/dist/ps/Makefile.am
3179 * manual/dist/txt/Makefile.am
3180 * manual/fr/dist/html/Makefile.am
3181 * manual/fr/dist/pdf/Makefile.am
3182 * manual/fr/dist/ps/Makefile.am
3183 * manual/fr/dist/txt/Makefile.am
3184 * manual/pl/dist/html/Makefile.am
3185 * manual/pl/dist/pdf/Makefile.am
3186 * manual/pl/dist/ps/Makefile.am
3187 * manual/pl/dist/txt/Makefile.am
3188 Fix make clean removing pregenerated manuals
3191 2006-06-16 [colin] 2.3.0cvs17
3193 * src/plugins/pgpcore/sgpgme.c
3194 * src/plugins/pgpmime/pgpmime.c
3195 * src/plugins/pgpinline/pgpinline.c
3196 Better error reporting in setup_signers.
3197 Don't fallback to default key if specified
3199 Don't allow signing if more than one secret
3200 key matches the one specified in prefs.
3202 2006-06-15 [colin] 2.3.0cvs16
3205 Add "Send queue" in the folder's contextual
3213 * src/plugins/pgpcore/passphrase.c
3214 * src/plugins/pgpcore/sgpgme.c
3215 * src/plugins/pgpinline/pgpinline.c
3216 * src/plugins/pgpmime/pgpmime.c
3217 Better error reporting
3219 Probably fix bug #971 (2.2.3 cannot read mail
3223 2006-06-15 [mones] 2.3.0cvs15
3225 * tools/make.themes.project
3226 creates the themes project from the web page
3228 2006-06-15 [colin] 2.3.0cvs14
3231 Better fix (avoid losing the folder if scan_tree
3234 2006-06-15 [cleroy] 2.3.0cvs13
3237 Probably fix Bug #969 (crash on rebuilding
3240 2006-06-14 [colin] 2.3.0cvs12
3242 * manual/dtd/manual.xsl
3243 * manual/sylpheed-claws-manual.xml
3244 * manual/fr/sylpheed-claws-manual.xml
3245 * manual/pl/sylpheed-claws-manual.xml
3246 Insert pagebreaks between sections
3248 2006-06-14 [paul] 2.3.0cvs11
3251 better fix than 2.3.0cvs10
3253 2006-06-14 [paul] 2.3.0cvs10
3256 fix setting of PACKAGE_DATA_DIR with newer autoconf
3257 (backwards compatible)
3259 2006-06-13 [colin] 2.3.0cvs9
3262 Fix sending of return receipt with the new queue folders
3264 2006-06-13 [wwp] 2.3.0cvs8
3266 * src/quote_fmt_lex.l
3267 fix wrong tokens returned in quote_fmt lexer, query not().
3269 2006-06-13 [wwp] 2.3.0cvs7
3272 * src/prefs_folder_item.c
3273 allow changing folder type even when folder is not a top-level one,
3276 2006-06-12 [colin] 2.3.0cvs6
3279 Fix double-ask of "Do you want to mark all
3282 2006-06-12 [colin] 2.3.0cvs5
3293 * src/prefs_folder_item.c
3298 * src/send_message.c
3301 Apply bug #964's patch (Queue and drafts aren't normal)
3302 The Drafts and Queue folder now contain RFC-822 files,
3303 allowing to move and copy mails from and to these
3304 folders. Moving from Drafts to Queue will prepare the
3305 mail for sending (PGP signature, encryption, etc).
3306 This patch also rework sending errors handling to try
3308 Also, allow redefining folder types via the GUI
3309 (Folder type in its Properties)
3311 2006-06-12 [colin] 2.3.0cvs4
3314 * src/prefs_common.c
3315 * src/prefs_common.h
3317 Allow to define a specific print font - patch
3318 by Bernhard Walle <bernhard.walle@gmx.de>
3320 * manual/advanced.xml
3321 * manual/fr/advanced.xml
3322 Add a hidden pref to allow deletion without
3325 2006-06-12 [wwp] 2.3.0cvs3
3328 more files to ignore.
3330 2006-06-12 [wwp] 2.3.0cvs2
3333 * src/quote_fmt_lex.l
3334 * src/quote_fmt_parse.y
3335 extend the quote_fmt parser (templates and quotes):
3336 - allow limited sub-expressions in |p{} and |f{} expressions,
3337 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3338 - implemented/fixed missing implementation of query_references and show_references,
3339 - completed, fixed contents and format of the symbols help dialog,
3340 - fix some compilation warnings.
3342 2006-06-12 [wwp] 2.3.0cvs1
3344 * manual/advanced.xml
3345 * manual/fr/advanced.xml
3346 updates in the "templates" section of the manual (eng/fr):
3347 - be more precise (both versions)
3348 - completed to match the english reference (fr version)
3349 - touchups (both versions)
3351 2006-06-12 [paul] 2.3.0
3355 2006-06-12 [paul] 2.2.3cvs14
3366 updated by Miquel Oliete, Tim, Stephan Sachse,
3367 Stavros Giannouris, Fabien Vantard, Andrea
3368 Spadaccini, Frederico Goncalves Guimaraes,
3369 Aleksandar Urosevic, and Ralgh Young
3371 2006-06-12 [colin] 2.2.3cvs13
3376 2006-06-11 [colin] 2.2.3cvs12
3379 Verify that g_malloc() succeeded
3381 2006-06-11 [colin] 2.2.3cvs11
3384 Add Face header to welcome mail
3386 2006-06-10 [colin] 2.2.3cvs10
3389 Revert previous (Forgot it changes the
3390 margin on the whole mail)
3392 2006-06-10 [colin] 2.2.3cvs9
3395 Don't overlap long headers under (X-)Face
3397 2006-06-10 [mones] 2.2.3cvs8
3400 allow generation of manual on systems lacking saxon binary
3401 but with java and the saxon library installed
3406 2006-06-09 [colin] 2.2.3cvs7
3409 Fix leak when using Display Sender using Addressbook
3411 2006-06-09 [colin] 2.2.3cvs6
3420 2006-06-09 [paul] 2.2.3cvs5
3424 * tools/claws.i18n.status.pl
3425 updated with new info
3427 2006-06-09 [paul] 2.2.3cvs4
3432 add wwp to authors list
3434 update mine and Colin's addresses
3436 2006-06-08 [colin] 2.2.3cvs3
3438 * src/etpan/imap-thread.c
3439 Fix leak on SSL cert check
3441 2006-06-08 [colin] 2.2.3cvs2
3443 * src/common/utils.c
3446 2006-06-08 [paul] 2.2.3cvs1
3449 Update version number following
3452 2006-06-07 [colin] 2.2.2cvs3
3455 Fix catching cache read errors (guint instead of gint)
3456 Prevent malloc'ing more than 8MB (means cache corruption)
3458 2006-06-07 [paul] 2.2.2cvs2
3465 * src/common/utils.c
3466 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3468 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3471 2006-06-06 [paul] 2.2.2cvs1
3474 Update version number following
3477 2006-06-06 [paul] 2.2.1cvs6
3480 fix implicit declaration of
3482 Patch by Fabien Vantard
3484 2006-06-06 [paul] 2.2.1cvs5
3487 fix age_greater and age_lower so that they
3488 mean what say and not '...or equal to'
3491 2006-06-06 [paul] 2.2.1cvs4
3494 * src/common/utils.c
3498 2006-06-05 [wwp] 2.2.1cvs3
3500 * manual/fr/account.xml
3501 minor language fixes (thanks to Fabien Vantard).
3503 2006-06-05 [colin] 2.2.1cvs2
3505 * src/prefs_folder_item.c
3507 Allow recursive setting of properties
3510 Don't freeze on 'test' filtering rule
3512 2006-06-05 [colin] 2.2.1cvs1
3515 Update version number following
3518 2006-06-04 [wwp] 2.2.0cvs82
3520 * manual/glossary.xml
3521 * manual/account.xml
3522 * manual/fr/glossary.xml
3523 * manual/fr/account.xml
3524 added glossary section and references/links related to the Face custom header.
3526 2006-06-04 [colin] 2.2.0cvs81
3529 Skip to next message on move with no
3532 2006-06-04 [wwp] 2.2.0cvs80
3535 added sanity checks, exit when needed.
3537 2006-06-03 [paul] 2.2.0cvs79
3539 * src/prefs_receive.c
3540 page name is now 'Receiving'
3542 page name is now 'Sending'
3544 2006-06-03 [colin] 2.2.0cvs78
3546 * src/plugins/spamassassin/spamassassin_gtk.c
3547 Autoswitch to Localhost if transport was previously
3548 disabled. Else people had to check [] Enable, then
3549 *reselect* transport.
3551 2006-06-03 [colin] 2.2.0cvs77
3553 * src/plugins/pgpinline/pgpinline.c
3554 * src/plugins/pgpmime/pgpmime.c
3555 Check that gpg_data_release_and_get_mem
3556 didn't fail (now, why this happens...)
3558 2006-06-03 [colin] 2.2.0cvs76
3561 Fix bug #962 (Manual and/or UI should
3562 warn about incompatible locking
3565 2006-06-02 [cleroy] 2.2.0cvs75
3573 2006-06-02 [colin] 2.2.0cvs74
3576 On exit, free caches after writing them
3577 Shuts up some valgrind false positives
3579 * src/send_message.c
3580 Fix races when reusing existing SMTP connections
3581 Fix inexistant session timeout
3583 Display alertpanel after all queues have
3584 been processed, not after each
3586 2006-06-02 [wwp] 2.2.0cvs73
3588 * manual/fr/glossary.xml
3591 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3593 2006-06-02 [wwp] 2.2.0cvs72
3596 * manual/dist/pdf/Makefile.am
3597 * manual/dtd/manual.xsl
3598 * manual/fr/dist/pdf/Makefile.am
3599 * manual/pl/dist/pdf/Makefile.am
3600 we changed the procedure to generate the .pdf version of the manual.
3601 The procedure is more modern and the .pdf we get now has a valid index.
3602 Here are the new pre-requisites:
3604 - JRE 1.x (1.4 here): there must be one from your distro
3605 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3606 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3607 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3609 See my posts for further info about the installation of this toolchain:
3611 Date: Fri, 19 May 2006 19:40:06 +0200
3612 From: wwp <subscript@free.fr>
3613 To: sylpheed-claws-devel@lists.sourceforge.net
3614 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3618 Date: Wed, 24 May 2006 12:58:49 +0200
3619 From: wwp <subscript@free.fr>
3620 To: sylpheed-claws-devel@lists.sourceforge.net
3621 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3623 2006-06-01 [colin] 2.2.0cvs71
3626 Better guards against IMAP races
3628 * src/prefs_common.c
3629 * src/prefs_common.h
3630 * src/common/ssl_certificate.c
3631 * src/etpan/imap-thread.c
3632 * src/etpan/imap-thread.h
3633 * src/gtk/sslcertwindow.c
3634 New hidden option ssl_skip_cert_check to
3635 avoid dups of bug #959 (libetpan linked
3636 against gnutls and gnutls buggy on 64bit)
3637 Present expired warning only once per
3639 * manual/advanced.xml
3640 * manual/fr/advanced.xml
3643 2006-06-01 [wwp] 2.2.0cvs70
3646 fix for bug #961 (return receipt dialog
3647 complains incorrectly about return-path
3648 email adress being different), thanks
3651 2006-05-31 [cleroy] 2.2.0cvs69
3654 Guard against NULLs, although this
3655 should never be an issue
3657 2006-05-31 [colin] 2.2.0cvs68
3662 Don't remove caches when destroying folder, it
3663 could (should) be done at exit
3665 free processing cache after incorporation
3666 * src/etpan/imap-thread.c
3667 Maybe fix bug #959 (Crash on moving to emails
3668 to a imap account per ssl with a expired
3671 2006-05-30 [colin] 2.2.0cvs67
3674 Put back event flush when displaying message
3675 It avoids reading a bunch of messages just
3676 by hitting shift-n for too long ;)
3678 2006-05-29 [colin] 2.2.0cvs66
3681 Remove useless g_warnings
3683 2006-05-29 [colin] 2.2.0cvs65
3686 Fix g_slist_append()s for performance
3688 2006-05-29 [colin] 2.2.0cvs64
3691 * src/common/utils.c
3692 Fix extraneous tab at start of addresses
3694 Fix warnings (thanks to Fabien)
3695 Fix crash at exit when composing messages
3698 Fix progress bar when deleting expired mails
3701 * src/gtk/gtksctree.c
3702 Fix re-sorting slowness
3704 2006-05-29 [paul] 2.2.0cvs63
3707 fetch full message when moving mails
3708 from another mailbox, (fixed data loss
3709 when filtering from IMAP to MH, introduced
3713 2006-05-29 [mones] 2.2.0cvs62
3715 * src/gtk/gtksctree.c
3716 Unselect faster (patch by Colin)
3718 2006-05-26 [colin] 2.2.0cvs61
3721 Unplug MSGINFO_UPDATE callback on delete too.
3723 2006-05-26 [colin] 2.2.0cvs60
3726 Fix bold in folder selection window with glib2.10
3729 2006-05-26 [colin] 2.2.0cvs59
3732 Convert date only if necessary (and don't
3733 try to convert from utf8 to utf8, too)
3735 Only set column's text if the column's
3738 2006-05-26 [colin] 2.2.0cvs58
3741 * src/gtk/gtkutils.c
3744 2006-05-26 [colin] 2.2.0cvs57
3747 Make summaryview selectable as long as
3748 no message has focus
3750 Faster deletion (by implementing mh_remove_msgs)
3751 Faster copy (avoid using mh_fetch_msg just to get
3753 Faster move (using move_file instead of copy_file
3755 No progressbar if total number of mails to cp/mv
3758 Fix removal from subject_table when mail gets moved
3759 Faster deletion (g_slist_prepend instead of append)
3760 * src/gtk/gtksctree.c
3763 2006-05-25 [colin] 2.2.0cvs56
3765 * src/common/ssl_certificate.c
3766 Fix leak in expired cert check
3768 2006-05-25 [colin] 2.2.0cvs55
3771 Disable flags syncing on .mh_sequences - it
3772 is buggy and marks mails read under unknown
3777 * 2.3.0-rc4 released
3779 2006-05-24 [colin] 2.2.0cvs54
3781 attention cvs users: if you manage to crash
3782 Sylpheed-Claws while moving, copying or deleting
3783 mails, we *are* interested in stack traces and
3784 valgrind logs. It looks stable, but one never
3788 Add progressbar for cache updates