1 2013-01-26 [mir] 3.9.0cvs60
5 1) Lines split over more than one line breaks parser
6 2) Get email addres correct. Not only email;internet
8 1) Basic handling of vcard 3.0
11 2013-01-23 [colin] 3.9.0cvs59
15 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
17 2013-01-23 [colin] 3.9.0cvs58
20 Fix bug #2863, "Applying has_attachment quicksearch
23 2013-01-21 [paul] 3.9.0cvs57
27 fix bug 2862, 'Segmentation fault when replying to a
28 message where the "code conversion" fails'. add support
29 for X-VIET-VPS encoding
31 2013-01-21 [paul] 3.9.0cvs56
35 promote the users' ml on the About/Info tab
37 2013-01-09 [paul] 3.9.0cvs55
39 * doc/man/claws-mail.1
43 2013-01-09 [paul] 3.9.0cvs54
46 fix sensitivity of 'Use both dictionaries' in compose window
48 2013-01-09 [mir] 3.9.0cvs53
51 Fix missing file encoding info.
52 See -> http://www.python.org/dev/peps/pep-0263/
55 2013-01-08 [mones] 3.9.0cvs52
58 Added Swedish translation by Andreas Rönnquist
60 2012-12-20 [colin] 3.9.0cvs51
63 Fix crash on action error;
64 Fix trimming of leading spaces in actions
66 2012-12-19 [colin] 3.9.0cvs50
71 Make LDAP over SSL work on Win32 - but not TLS,
72 unfortunately. Also, it requires the certificate
75 2012-12-16 [colin] 3.9.0cvs49
78 Add missing \n at end of the return receipt last part's headers.
80 2012-12-15 [paul] 3.9.0cvs48
83 fix bug 2832, 'mail to from adress-book splitt names'
85 2012-12-12 [colin] 3.9.0cvs47
88 Port to g_spawn API and make actions work better on Win32
92 2012-12-12 [ticho] 3.9.0cvs46
95 Move focus to body textview when subject entry is activated
96 (Enter key pressed) in compose window.
98 2012-12-10 [mones] 3.9.0cvs45
101 Fix bug #2835 (core part) to allow NULL names which
104 2012-12-07 [colin] 3.9.0cvs44
107 Try to fix strange crash in nntp_ping/session_destroy...
109 2012-12-06 [mones] 3.9.0cvs43
113 * tools/outlook2claws-mail.pl
114 Fix address not working since years ago
116 2012-12-05 [mones] 3.9.0cvs42
119 Do not set to NULL string preferences which have "" as
122 2012-12-05 [colin] 3.9.0cvs41
125 Nullify xcred pointer like the other ones
127 2012-12-03 [wwp] 3.9.0cvs40
131 Avoid any possible confusion: 0 is not a neutral value when passed
132 to main_window_get_mask() - use -1 instead, even in those cases we
135 2012-12-03 [wwp] 3.9.0cvs39
138 Fix sensitivity of next-unread toolbar button.
140 2012-12-03 [colin] 3.9.0cvs38
143 Fix following relative symlinks
145 2012-12-02 [colin] 3.9.0cvs37
148 Of course you can't, Windows. Of course...
150 2012-12-02 [colin] 3.9.0cvs36
153 Move control sockets inside their own directory,
154 $TMPDIR/claws-mail-$UID/, and name them after the configuration directory md5 hash. That allows
155 - cleaner separation of sockets and config dirs in
156 case of alternate config directories
157 - forward migration is handled: if $TMPDIR/claws-mail-$UID
158 exists as a socket, use it to control the running entity
159 - backwards migration is handled: starting an old Claws Mail
160 version will bail out as creating the legacy socket won't
162 - migration for alternate-config-dirs is not handled, which
163 could be mentioned in release notes.
164 Fixes bug #2828, "Use MD5 digest for socket name"
166 2012-12-01 [colin] 3.9.0cvs35
169 As usual, Windows is a little bit different
170 (you have to love it the same as the normal OSes...)
172 2012-12-01 [colin] 3.9.0cvs34
176 Add a canonicalizer function and use it to
179 2012-11-30 [mones] 3.9.0cvs33
181 * src/common/plugin.c
182 Fixes #1137 completely, saving path-less plugins as is
183 in config. With this patch user can edit plugin list on
184 clawsrc and remove absolute paths from shared plugins,
185 leaving only the "pluginname.so". Those will be tried to
186 load from plugin dir of the loading core. Notice that
187 those will also fail to load on older versions, and will
188 probably be removed from your config without warning by
191 2012-11-30 [wwp] 3.9.0cvs32
197 Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
198 also fix list loop initializers.
200 2012-11-30 [wwp] 3.9.0cvs31
209 Add Message/Cancel sending (same as --cancel-sending), adds the
210 relevant toolbar icon, and an extra cancel sending+receiving icon
213 2012-11-29 [colin] 3.9.0cvs30
216 Fix mask on a few menu items (thanks Ricardo!)
218 2012-11-28 [wwp] 3.9.0cvs29
224 Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
225 Complete toolbar_init(), which was missing few inits.
227 2012-11-28 [colin] 3.9.0cvs28
232 * src/etpan/nntp-thread.c
233 Disconnect NNTP accounts too when switching offline
235 2012-11-28 [colin] 3.9.0cvs27
239 * src/common/session.c
240 * src/common/session.h
241 Add keep-alive pings on IMAP and NNTP
243 2012-11-28 [colin] 3.9.0cvs26
246 * src/etpan/imap-thread.c
247 * src/etpan/imap-thread.h
248 Try locale's charset and UTF-7 on server-side
249 searches when UTF-8 fails. Also, don't even
250 mention a charset if searching for an ASCII
253 2012-11-27 [colin] 3.9.0cvs25
258 2012-11-27 [colin] 3.9.0cvs24
261 Fix bug #2826, "replace deprecated gnutls function"
262 Patch by Christian Hesse
264 2012-11-27 [colin] 3.9.0cvs23
266 * src/gtk/manage_window.c
267 Stop spamming logs with focus events.
269 2012-11-27 [colin] 3.9.0cvs22
274 Unsneak a work-in-progress patch that I mistakengly
275 commited with a cleanup
277 2012-11-27 [wwp] 3.9.0cvs21
279 * doc/man/claws-mail.1
283 Add --cancel-sending command-line switch.
285 2012-11-23 [colin] 3.9.0cvs20
294 * src/common/socket.c
295 * src/common/socket.h
297 * src/common/ssl_certificate.c
298 * src/common/ssl_certificate.h
299 * src/etpan/imap-thread.c
300 * src/etpan/nntp-thread.c
301 Cleanup some warnings and deprecated types. Patch by
302 Christian Hesse, fixing bug #2617. Thanks!
304 2012-11-23 [colin] 3.9.0cvs19
308 Add Christian Hesse which was forgotten for some reason
310 2012-11-21 [colin] 3.9.0cvs18
312 * src/etpan/imap-thread.c
313 Don't set charset on simple searches. Fixes Exchange 2007.
315 2012-11-20 [colin] 3.9.0cvs17
317 * src/prefs_matcher.c
318 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
320 2012-11-20 [ticho] 3.9.0cvs16
322 * src/gtk/prefswindow.c
323 Actually allow folder preference pages which are in top level of
324 page index UI to be selected.
326 2012-11-20 [ticho] 3.9.0cvs15
328 * src/prefs_folder_item.c
329 Remove useless "Folder" root in page index of folder preferences UI.
331 2012-11-18 [colin] 3.9.0cvs14
337 * src/matcher_parser_parse.y
338 * src/prefs_matcher.c
340 * src/gtk/quicksearch.c
341 Add age_{greater,lower}_hours matcher criteria
342 Initial patch by Abhay S. Kushwaha.
344 2012-11-18 [ticho] 3.9.0cvs13
347 Improve i18n plural handling in a string used while
350 2012-11-16 [ticho] 3.9.0cvs12
378 Update message catalogs to match changes in 3.9.0cvs11.
380 2012-11-16 [ticho] 3.9.0cvs11
383 * src/addrcustomattr.c
385 * src/prefs_filtering.c
386 * src/prefs_matcher.c
387 * src/prefs_msg_colors.c
393 Use pgettext() and friends for i18n context strings, instead of
394 having a pipe character in msgid for context separation. This uses
395 glib's C_ macro, instead of Q_.
397 2012-11-16 [colin] 3.9.0cvs10
400 * src/prefs_actions.c
401 * src/prefs_filtering_action.c
402 * src/prefs_matcher.c
404 * src/gtk/description_window.c
405 * src/gtk/description_window.h
406 * src/gtk/inputdialog.c
407 * src/gtk/manage_window.c
408 * src/gtk/quicksearch.c
409 Try to better fix focus problems. Should address:
414 Please check using your favorite WM that the following works:
415 Information button (Quicksearch, Templates, 'Test' filtering
417 Folder selection (Move/Copy contextual menu,
418 various preferences, including 'New folder').
419 Tested with XFCE, Gnome Shell and Windows.
422 2012-11-16 [colin] 3.9.0cvs9
427 2012-11-16 [colin] 3.9.0cvs8
430 Fix missing initialisation of bool_and which could
431 lead to From/To/Subject/Tag searches searching with
433 Also clean up tag expansion. No need to create a
434 matcher string and re-parse it.
436 2012-11-16 [paul] 3.9.0cvs7
439 fix by Thomas Bellmann
441 2012-11-15 [colin] 3.9.0cvs6
444 Fix bug #2785, "Marking mails for deletion reopens internal
447 2012-11-15 [colin] 3.9.0cvs5
451 * src/gtk/gtkcmclist.c
452 * src/gtk/gtkcmclist.h
453 a few more GTK+3 fixes. Segfaults on me, though.
455 2012-11-15 [colin] 3.9.0cvs4
467 * src/message_search.c
468 * src/prefs_display_header.c
469 * src/prefs_filtering_action.c
470 * src/prefs_matcher.c
472 * src/prefs_toolbar.c
475 * src/summary_search.c
478 * src/gtk/Makefile.am
479 * src/gtk/colorlabel.c
482 * src/gtk/gtkcmclist.c
483 * src/gtk/gtkcmclist.h
484 * src/gtk/gtkcmctree.c
485 * src/gtk/gtksctree.c
486 * src/gtk/gtkshruler.c
489 * src/gtk/inputdialog.c
490 * src/gtk/quicksearch.c
491 * src/plugins/pgpcore/Makefile.am
492 * src/plugins/pgpinline/Makefile.am
493 * src/plugins/pgpmime/Makefile.am
494 * src/plugins/smime/Makefile.am
495 Big GTK+3 patch from Hanno Meyer-Thurow
497 2012-11-15 [wwp] 3.9.0cvs3
499 * doc/man/claws-mail.1
501 Add --cancel-receiving command-line switch.
503 2012-11-15 [wwp] 3.9.0cvs2
506 * src/gtk/sslcertwindow.c
509 2012-11-15 [paul] 3.9.0cvs1
514 updates from David Vachulka, Flammie Pirinen, and
517 2012-11-14 [paul] 3.9.0
523 2012-11-14 [paul] 3.8.1cvs123
534 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
535 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
538 2012-11-14 [paul] 3.8.1cvs122
544 2012-11-14 [colin] 3.8.1cvs121
547 And fix warning with breaking functionality
549 2012-11-14 [paul] 3.8.1cvs120
552 revert this change from 3.8.1cvs60, it breaks
555 2012-11-14 [colin] 3.8.1cvs119
557 * src/common/plugin.c
558 If plugin fails to load from absolute path, try from
560 Fixes bug #1137, 'loading plugins with same profile on different archs'
561 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
562 results in wrong paths in clawsrc'
564 2012-11-12 [colin] 3.8.1cvs118
567 Fix initial focus on textview. Fixes bug #2776,
568 "Make all menu shortcuts work properly in the message window"
570 2012-11-09 [colin] 3.8.1cvs117
572 * src/etpan/imap-thread.c
573 Specify search charset. Thanks to Aleksei Miheev
575 2012-11-08 [colin] 3.8.1cvs116
577 * src/common/socket.c
579 Fix socket communication
581 2012-11-08 [colin] 3.8.1cvs115
583 * src/plugins/pgpcore/sgpgme.c
584 Fix Windows runtime crash
586 2012-11-08 [colin] 3.8.1cvs114
588 * src/gtk/quicksearch.c
589 Fix going active with NULL matchstring (for example
590 when changing type before typing anything)
592 2012-11-07 [colin] 3.8.1cvs113
597 2012-11-06 [mones] 3.8.1cvs112
599 * doc/man/claws-mail.1
600 Sync with AUTHORS file
601 * src/gtk/quicksearch.c
602 Add number units where appropriate
604 2012-10-31 [paul] 3.8.1cvs111
606 * src/prefs_folder_item.c
607 add missing closing bracket. thanks to Andreas Rönnquist.
609 2012-10-31 [colin] 3.8.1cvs110
611 * src/prefs_folder_item.c
612 Fix prefs text and extra semi-colon. Thanks to Paul!
614 2012-10-31 [colin] 3.8.1cvs109
616 * src/folder_item_prefs.c
617 * src/folder_item_prefs.h
619 * src/prefs_folder_item.c
620 Implement feature from bug #2569,
621 "select html part on folder specific properties"
622 Patch based on Andrej's patch.
624 2012-10-29 [wwp] 3.8.1cvs108
627 Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
630 2012-10-25 [colin] 3.8.1cvs107
633 Verify the previous URI wasn't the same...
634 fixes http://www. URIs.
636 2012-10-25 [colin] 3.8.1cvs106
641 Avoid strlen() on inner loop in textview_make_clickable_parts*()
642 reduces cost of strcasestr() in textview_make_clickable_parts*()
643 from 30% to 15%. Patch by Igor Mammedov
645 2012-10-25 [colin] 3.8.1cvs105
648 Do not allow search cost to explode in case of bad message
649 parsing in textview_make_clickable_parts_later(); reduces
650 cost of textview_make_clickable_parts_later() from 99% to
651 17% for big bad-case message. Patch by Igor Mammedov
653 2012-10-25 [colin] 3.8.1cvs104
657 Avoid strlen() on big buffers, use precomputed length instead
658 it reduces cost of textview_write_line() from 32% to 3% for
659 big messages. Patch by Igor Mammedov
664 2012-10-24 [mones] 3.8.1cvs103
667 Trust on IMAP core on-line/off-line management
668 Patch by Sean Buckheister
670 2012-10-19 [paul] 3.8.1cvs102
675 fix bug 2760, 'display correct libc version in crash dialog
676 when uclibc is used'.
677 fixes build with uclibc. patch by Natanael Copa.
679 2012-10-18 [mones] 3.8.1cvs101
682 Fix bug #2761 and remove invalid GTK main category
684 2012-10-17 [colin] 3.8.1cvs100
686 * src/common/ssl_certificate.c
687 Fix bug #2759, "Error messages regarding bad
688 client certificates are less than helpful"
689 Based on patch by bug reporter.
691 2012-10-13 [paul] 3.8.1cvs99
693 * src/common/ssl_certificate.c
694 fix build with gnutls 3.1.3
695 Patch by Sean Buckheister.
697 2012-10-12 [mones] 3.8.1cvs98
700 * src/grouplistdialog.c
707 * src/etpan/imap-thread.c
708 New slist_free_strings_full wrapper for g_slist_free_full
709 and simplify calls where it was being used
711 2012-10-12 [colin] 3.8.1cvs97
714 Drop include of internal glib header
717 2012-10-12 [colin] 3.8.1cvs96
719 * src/gtk/gtkcmctree.c
720 * src/gtk/gtksctree.c
721 Fix bug #2581, "expander arrows are too tiny to hit with the
722 mouse". Patch mostly by Tom Horsley
724 2012-10-12 [iwkse] 3.8.1cvs95
729 2012-10-12 [mones] 3.8.1cvs94
732 Remove undeclared mutex symbol
734 2012-10-12 [colin] 3.8.1cvs93
737 * src/prefs_account.c
740 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
741 Thanks to Salvatore de Paolis
743 2012-10-10 [colin] 3.8.1cvs92
746 Fix bug #2744, "Quick search throws bad command
747 argument error on Microsoft Exchange". Fall back
748 to local search if folder-specific search fails.
749 * src/gtk/quicksearch.c
752 2012-10-10 [colin] 3.8.1cvs91
755 Make what the tags list contain more clear
757 2012-10-10 [colin] 3.8.1cvs90
763 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
766 2012-10-10 [colin] 3.8.1cvs89
769 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
771 2012-10-10 [colin] 3.8.1cvs88
774 Leak fix (thanks Ricardo!)
776 2012-10-10 [colin] 3.8.1cvs87
779 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
780 Initial patch by Igor Mammedov <imammedo@redhat.com> with
781 fixes by Michael Rasmussen and myself.
782 Also revert part of 3.8.1cvs86, g_slist_free_full()
783 semantics are different from slist_free_strings() in that
784 slist_free_strings does not free the list itself.
786 2012-10-09 [mones] 3.8.1cvs86
788 * doc/man/claws-mail.1
791 New extra headers feature for adding user-defined
792 extra headers to the combobox in the compose window
793 Headers are stablished in 'extraheaderrc', one per
794 line with a final colon
796 2012-10-06 [mones] 3.8.1cvs85
803 New function cm_menu_item_new_label_from_url to
804 avoid crashing on huge URL strings and warn user
805 about the possible causes
807 Use it to create List menu items safely
809 2012-10-04 [colin] 3.8.1cvs84
812 Fix keywords with spaces
814 2012-10-04 [colin] 3.8.1cvs83
817 Fix double-tag search. Maybe fixes bug #2744,
818 'Quick search throws bad command argument
819 error since recent change'. Patch by Sean.
821 2012-10-03 [mones] 3.8.1cvs82
824 Fix bug #2743 'null pointer crash in procmime strchr'
825 Patch by Michael Schwendt (from RedHat bug 862578)
827 2012-09-28 [colin] 3.8.1cvs81
830 Never search on server if we're offline
831 (Asking the user would and will be better)
833 Fix uninitialized variable (bogus) warning
834 Fix SELECT of the folder before searching
836 2012-09-27 [colin] 3.8.1cvs80
840 * src/etpan/imap-thread.c
841 * src/etpan/imap-thread.h
842 Implement IMAP server search. Patch by
843 Sean Buckheister again.
845 2012-09-26 [colin] 3.8.1cvs79
850 Prepare the context strings, their translation take
851 CPU time. Shaves 6 seconds out of 17 on my reference
853 * src/summary_search.c
856 2012-09-26 [colin] 3.8.1cvs78
861 Unlock I/O in procmime, give a way
862 for matcher to avoid having to
863 read/write tmp/rewind/read tmp for
866 2012-09-26 [colin] 3.8.1cvs77
868 * src/summary_search.c
869 Fix unresponsive stop button
870 * src/gtk/quicksearch.c
873 2012-09-26 [colin] 3.8.1cvs76
875 * src/summary_search.c
878 * src/gtk/quicksearch.c
879 Factorize search code in summary_search and
880 add a progress indicator as that slows down
881 the first result in case of body search.
883 2012-09-26 [colin] 3.8.1cvs75
886 Fix body search triggering GUI updates
887 for every message when it gets MSG_SCANNED
890 2012-09-26 [colin] 3.8.1cvs74
898 Factorize msg list to num list code;
899 Make search faster using cache instead
902 2012-09-25 [mones] 3.8.1cvs73
904 * src/gtk/quicksearch.c
905 Fix new expressions not being added to quicksearch
906 history in extended mode; patch by Sean Buckheister
908 2012-09-22 [mir] 3.8.1cvs72
911 Fix for not searching in folders marked 'no_select'
912 patch provided by Colin.
914 2012-09-22 [mones] 3.8.1cvs71
917 Add missing copyright header
919 2012-09-21 [colin] 3.8.1cvs70
922 Fix warning where msgcount was used
923 uninitialized in case the search was
924 to be performed on a message list subset.
926 2012-09-21 [colin] 3.8.1cvs69
928 * src/gtk/quicksearch.c
929 Fix error background not appearing
931 2012-09-21 [colin] 3.8.1cvs68
934 * src/advsearch.c ** ADDED **
935 * src/advsearch.h ** ADDED **
943 * src/matchertypes.h ** ADDED **
948 * src/summary_search.c
951 * src/gtk/quicksearch.c
952 * src/gtk/quicksearch.h
953 Separated GUI and logic for search
954 Use same logic for quicksearch and folder search
955 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
957 2012-09-19 [mones] 3.8.1cvs67
960 Remove spurious parameter from get_url_part and
961 fix potential buffer overflow
963 2012-09-19 [colin] 3.8.1cvs66
967 Un-mix mixed enum comparison which happened
968 to work because multiple enums define the same
971 2012-09-19 [colin] 3.8.1cvs65
979 * src/plugins/bogofilter/bogofilter_gtk.c
980 * src/plugins/pgpcore/prefs_gpg.c
981 * src/plugins/smime/smime.c
982 * src/plugins/spamassassin/spamassassin_gtk.c
983 More warning fixes, casts, useless variables and
984 unchecked return values
986 2012-09-19 [colin] 3.8.1cvs64
989 Check possible overflow
990 * src/prefs_account.c
991 * src/prefs_compose_writing.c
992 * src/prefs_logging.c
993 * src/prefs_message.c
994 * src/prefs_msg_colors.c
996 * src/prefs_receive.c
997 * src/prefs_summaries.c
998 * src/prefs_wrapping.c
999 fix GtkAdjustment casts
1002 * src/gtk/gtkaspell.c
1005 2012-09-19 [mones] 3.8.1cvs63
1008 Fix leak and follow function specification
1010 2012-09-19 [mones] 3.8.1cvs62
1013 Use unused var c to check result and emit messages on error
1015 Remove unused vars: attr (several functions), element
1017 Use unused var newGroup to check result
1018 * src/addrcustomattr.c
1019 Remove unused var summaryview and related code
1021 Use unused vars nn, newNode, idleID to check result
1022 Remove unused var aoType and refactor logic around it
1023 Comment var enabled and related debug code
1025 Use unused var error to check result and emit debug messages
1027 Remove unused var link_color
1029 Remove unused vars: attr, retVal
1031 2012-09-19 [colin] 3.8.1cvs61
1036 * src/send_message.c
1037 * src/common/socket.c
1038 More precise error logging
1040 2012-09-16 [mones] 3.8.1cvs60
1043 Removed dup calls with ignored result
1045 Removed unused var is_group and simplified logic around it
1049 * src/etpan/etpan-thread-manager.c
1050 Use unused var r to verify result and emit messages on error
1052 Move color variable into conditional usage blocks
1053 Remove assigned but not used vars: lock, titles, count
1055 Remove assigned but not used var actions
1057 Remove assigned but not used vars: from_parent, src_node
1060 Remove malloc-ed but not used var: old_path
1062 Comment unused vars from commented block: tofetch, fetched
1063 * src/prefs_account.c
1064 Remove assigned but not used var: privacy_enabled
1065 * src/prefs_actions.c
1066 * src/prefs_customheader.c
1067 Remove assigned but not used var: store
1068 * src/prefs_filtering.c
1069 Remove assigned but not used var: n_rows
1070 * src/prefs_template.c
1071 Remove assigned but not used vars: model, list_store
1072 * src/prefs_toolbar.c
1073 Remove assigned but not used var: win_titles
1075 Remove assigned but not used vars: orientation, line, baseline,
1077 * src/etpan/imap-thread.c
1078 Remove assigned but not used var: value, r
1079 Refactor to check correct memory allocation
1080 * src/etpan/nntp-thread.c
1081 Remove assigned but not used var: value
1082 * src/gtk/gtkaspell.c
1083 Remove assigned but not used vars: textbuf, exist
1084 Remove unused function: find_gtkaspeller
1085 * src/gtk/gtkcmctree.c
1086 Remove unused function: gtk_cmctree_get_offset
1087 * src/gtk/gtkshruler.c
1088 Remove assigned but not used vars: ruler, priv
1090 2012-09-14 [mones] 3.8.1cvs59
1093 Check file operation results (and remove and
1096 2012-09-14 [colin] 3.8.1cvs58
1098 * src/gtk/inputdialog.c
1099 Remove unused var, thanks Ticho
1101 2012-09-13 [colin] 3.8.1cvs57
1103 * src/stock_pixmap.c
1104 Fix missing \n in debug line
1106 2012-09-13 [colin] 3.8.1cvs56
1109 Don't listen on the Unix socket before we're
1110 ready. The 'popup' order from another instance
1111 may provoke a race and trash configuration files.
1113 2012-09-13 [colin] 3.8.1cvs55
1116 Maybe fix bug #2096, "MEMORY-ERROR w/
1117 Claws-Mail/IMAP and Lotus Domino". Use
1118 correct types for start/end and test if
1119 start is indeed before end.
1121 2012-09-12 [mones] 3.8.1cvs54
1124 Fix bug #1975 'preference mutt key bindings do not take
1125 effect' (and the other invalid paths too)
1127 2012-09-12 [colin] 3.8.1cvs53
1130 Revert that hunk, logic is unclear.
1132 2012-09-12 [colin] 3.8.1cvs52
1148 * src/partial_download.c
1149 * src/prefs_filtering_action.c
1150 * src/prefs_toolbar.c
1157 * src/common/utils.c
1158 * src/etpan/imap-thread.c
1159 * src/gtk/gtkaspell.c
1160 * src/plugins/pgpcore/sgpgme.c
1161 More fixes from bug #1961:
1162 - Write-only variables
1163 - Null pointer dereferences
1164 - A couple other fixes for which the reporter
1165 was unsure, but which showed problems.
1166 More details in bug #1961 comments.
1168 2012-09-12 [colin] 3.8.1cvs51
1173 * src/plugins/pgpcore/passphrase.c
1174 Apply patches from bug #1961, "patches for
1175 a couple of clang warnings":
1176 - Check return codes
1179 2012-09-12 [colin] 3.8.1cvs50
1182 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
1183 where the included menu.h could come from Ncurses.
1184 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
1186 2012-09-11 [colin] 3.8.1cvs49
1189 Fix race condition at start.
1191 2012-09-10 [colin] 3.8.1cvs48
1194 Create lock socket as soon as possible, not after
1195 a few things like caching all prefs.
1197 2012-09-09 [mones] 3.8.1cvs47
1199 * src/plugins/bogofilter/bogofilter.c
1202 2012-09-08 [colin] 3.8.1cvs46
1223 * src/matcher_parser_parse.y
1231 * src/prefs_account.c
1232 * src/prefs_account.h
1233 * src/prefs_filtering.c
1234 * src/prefs_filtering_action.c
1236 * src/prefs_matcher.c
1237 * src/prefs_template.c
1238 * src/prefs_toolbar.c
1246 * src/remotefolder.c
1256 * src/gtk/description_window.c
1257 * src/plugins/trayicon/trayicon.c
1258 Break circular dependencies in Claws' headers,
1259 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1261 2012-09-08 [colin] 3.8.1cvs45
1264 Fix shortcut getting
1266 2012-09-05 [colin] 3.8.1cvs44
1270 * src/prefs_matcher.c
1271 Drop matcherprop_new_create, which is just a copy of
1272 matcherprop_new, and staticalize what can be
1274 2012-09-05 [colin] 3.8.1cvs43
1276 * src/plugins/pgpcore/select-keys.c
1277 Fix bug #2390, "Non-fully-trusted-key-warning appears
1278 based on primary UID rather than recipient e-mail"
1280 2012-08-29 [colin] 3.8.1cvs42
1282 * src/gtk/gtkaspell.c
1283 Fix bug #2596, "Spell checker does not work properly"
1285 2012-08-29 [colin] 3.8.1cvs41
1287 * src/plugins/pgpcore/sgpgme.c
1288 Set gpgme's locale to UTF-8. Fixes bug #2650,
1289 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
1291 2012-08-29 [colin] 3.8.1cvs40
1301 Move the hardcoded mimeview shortcuts to standard menus.
1303 2012-08-27 [colin] 3.8.1cvs39
1306 Fix double mainwindow presentation that confuses GNOME3
1307 when some plugins fail to load (subsequent Claws windows
1308 got no focus in that case)
1310 2012-08-27 [colin] 3.8.1cvs38
1313 Make Mark all read confirmation button more clear
1315 2012-08-27 [colin] 3.8.1cvs37
1319 Separate "Mark all read" from "Mark as read"
1322 2012-08-27 [wwp] 3.8.1cvs36
1326 Remove session statistics debug statements (irrelevant in repo,
1329 2012-08-24 [mones] 3.8.1cvs35
1331 * manual/advanced.xml
1332 Keep alphabetic order of hidden options lost
1333 and update Clawsker URL.
1334 * manual/de/advanced.xml
1335 * manual/fr/advanced.xml
1336 Update Clawsker URL.
1337 * manual/es/advanced.xml
1338 Sync with English version and update Clawsker URL.
1339 * manual/de/dist/html/Makefile.am
1340 * manual/es/dist/html/Makefile.am
1341 * manual/fr/dist/html/Makefile.am
1342 * manual/pl/dist/html/Makefile.am
1343 * manual/dist/html/Makefile.am
1344 Fix bug 2723 'Missing encoding in generated html manual'
1346 2012-08-23 [colin] 3.8.1cvs34
1349 Fix --offline asking if one wants to sync,
1350 due to re-entering. Thanks <ebik@ucw.cz>.
1352 2012-08-16 [colin] 3.8.1cvs33
1355 Always clear the tags list when fetching a folder, or
1356 Claws will never untag an untagged email. Patch by
1357 Igor Mammedov <imammedo@redhat.com>
1359 2012-08-12 [colin] 3.8.1cvs32
1362 Exclude text/plain from the attachment thing
1364 2012-08-12 [colin] 3.8.1cvs31
1367 Fix comparison, thanks to Michael Gmelin
1369 2012-08-12 [colin] 3.8.1cvs30
1372 Only show HTML parts by default (if the pref
1373 is set so) if the part disposition-type is
1374 inline or unknown, but not attachment.
1376 Remove useless hook that won't ever be used
1379 2012-08-12 [colin] 3.8.1cvs29
1382 Make sure text/* attachments are not made
1383 inline, regardless of the compose mode.
1384 Finishes fixing bug #2203 after auto-save
1385 switches mode to COMPOSE_REEDIT. Thanks to
1386 Michael Gmelin for finding this.
1388 2012-08-09 [colin] 3.8.1cvs28
1390 * src/prefs_filtering.c
1391 Make treeView type-ahead case insensitive
1392 Patch by Andreas Ronnquist
1394 2012-08-09 [colin] 3.8.1cvs27
1396 * src/gtk/sslcertwindow.c
1399 2012-08-09 [colin] 3.8.1cvs26
1402 * src/common/ssl_certificate.c
1403 * src/common/ssl_certificate.h
1404 * src/gtk/sslcertwindow.c
1405 Fix bug 2718, "Failure to check peer hostname
1406 when checking certificate"
1408 2012-08-05 [ticho] 3.8.1cvs25
1411 Avoid header combo box to get focus twice (first text within,
1412 then combobox widget itself) when switching focus with TAB.
1414 2012-07-28 [ticho] 3.8.1cvs24
1417 Properly fix setting "transient for" for attachment properties
1418 dialog when called via popup menu (since we're stealing focus
1419 few lines before, we need to do it directly, not via
1422 2012-07-28 [ticho] 3.8.1cvs23
1424 * src/gtk/pluginwindow.c
1425 * src/gtk/prefswindow.c
1426 Fixed setting "transient for" property for plugin load/unload
1427 file dialog. Connected manage_window signals to prefswindow events.
1429 2012-07-27 [ticho] 3.8.1cvs22
1433 Fixed setting "transient for" property for summaryview file
1434 dialog and messageview's image save dialog.
1436 2012-07-27 [ticho] 3.8.1cvs21
1440 Fix setting "transient for" property for file select dialogs
1441 in crash report and mimeview.
1443 2012-07-27 [ticho] 3.8.1cvs20
1446 Fixed "transient for" property for file attach dialog when
1447 called from Attachments list popup menu. Simplified menu item
1448 sensitivities setting code logic for this menu.
1450 2012-07-25 [ticho] 3.8.1cvs19
1452 * manual/advanced.xml
1453 Add the three hidden preferences related to colored display
1454 of unified diffs to manual.
1456 2012-07-25 [ticho] 3.8.1cvs18
1458 * src/gtk/gtkaspell.c
1459 Create "Change directory" submenu in a separate function, change
1460 wording a bit, and make the submenu always available in a context
1461 menu of body edit box in compose window.
1463 2012-07-25 [ticho] 3.8.1cvs17
1465 * src/gtk/prefswindow.c
1466 Correctly set transient_for property for preferences window,
1467 as well as for color picker dialogs. Fixes bug #2710.
1469 2012-07-25 [ticho] 3.8.1cvs16
1471 * src/gtk/quicksearch.c
1472 Allow quicksearch syntax description window to be correctly
1473 set transient for main window.
1475 2012-07-15 [wwp] 3.8.1cvs15
1478 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
1480 2012-07-10 [paul] 3.8.1cvs14
1483 forgot this in last commit
1485 2012-07-10 [paul] 3.8.1cvs13
1489 * src/common/quoted-printable.c
1490 * src/common/quoted-printable.h
1491 revert 3.8.1cvs2,3,4,5 because they (somewhere!) cause
1492 the bug: partial message text loss
1494 2012-07-10 [mones] 3.8.1cvs12
1496 * src/plugins/pgpcore/sgpgme.c
1497 Fix bug 2689, 'segfault when trying to view info
1498 about pgp/smime sign'
1500 2012-07-08 [ticho] 3.8.1cvs11
1502 * src/plugins/pgpcore/sgpgme.c
1503 Consider marginal signature validity as untrusted. Suggested by
1504 Jean-Benoist Leger (leger at crans.org).
1506 2012-07-08 [paul] 3.8.1cvs10
1508 * src/gtk/icon_legend.c
1509 fix (reveal) hidden icon in gui and build warning
1511 2012-07-07 [paul] 3.8.1cvs9
1513 * src/plugins/pgpcore/prefs_gpg.c
1516 2012-07-07 [colin] 3.8.1cvs8
1518 * claws-features.h.in
1526 * src/partial_download.h
1528 * src/prefs_account.h
1529 * src/prefs_common.h
1533 * src/stock_pixmap.c
1537 * src/common/session.h
1539 * src/common/socket.h
1541 * src/common/ssl_certificate.h
1542 * src/common/timing.h
1543 * src/common/utils.h
1544 * src/gtk/gtkaspell.h
1545 * src/gtk/gtkutils.h
1546 * src/gtk/pluginwindow.h
1547 * src/gtk/spell_entry.h
1548 * src/gtk/sslcertwindow.h
1549 Don't export config.h in public headers
1551 2012-07-07 [colin] 3.8.1cvs7
1553 * claws-features.h.in
1559 * src/addrcustomattr.c
1560 * src/addrduplicates.c
1563 * src/addressbook_foldersel.c
1573 * src/customheader.c
1574 * src/displayheader.c
1576 * src/editaddress_other_attributes_ldap.c
1581 * src/editldap_basedn.c
1590 * src/folder_item_prefs.c
1591 * src/grouplistdialog.c
1593 * src/image_viewer.c
1615 * src/message_search.c
1626 * src/partial_download.c
1627 * src/partial_download.h
1630 * src/prefs_account.c
1631 * src/prefs_account.h
1632 * src/prefs_actions.c
1633 * src/prefs_common.c
1634 * src/prefs_common.h
1635 * src/prefs_compose_writing.c
1636 * src/prefs_customheader.c
1637 * src/prefs_display_header.c
1638 * src/prefs_ext_prog.c
1639 * src/prefs_filtering.c
1640 * src/prefs_filtering_action.c
1641 * src/prefs_folder_column.c
1642 * src/prefs_folder_item.c
1645 * src/prefs_image_viewer.c
1646 * src/prefs_logging.c
1647 * src/prefs_matcher.c
1648 * src/prefs_message.c
1649 * src/prefs_msg_colors.c
1652 * src/prefs_receive.c
1654 * src/prefs_spelling.c
1655 * src/prefs_summaries.c
1656 * src/prefs_summary_column.c
1657 * src/prefs_summary_open.c
1658 * src/prefs_toolbar.c
1659 * src/prefs_wrapping.c
1668 * src/send_message.c
1672 * src/summary_search.c
1680 * src/common/claws.c
1682 * src/common/hooks.c
1685 * src/common/plugin.c
1686 * src/common/prefs.c
1687 * src/common/session.c
1688 * src/common/session.h
1691 * src/common/socket.c
1692 * src/common/socket.h
1695 * src/common/ssl_certificate.c
1696 * src/common/ssl_certificate.h
1697 * src/common/string_match.c
1699 * src/common/timing.h
1700 * src/common/utils.c
1701 * src/common/utils.h
1702 * src/etpan/etpan-thread-manager.c
1703 * src/etpan/imap-thread.c
1704 * src/etpan/nntp-thread.c
1706 * src/gtk/combobox.c
1707 * src/gtk/description_window.c
1709 * src/gtk/gtkaspell.c
1710 * src/gtk/gtkaspell.h
1711 * src/gtk/gtkshruler.c
1713 * src/gtk/gtkutils.c
1714 * src/gtk/gtkutils.h
1715 * src/gtk/gtkvscrollbutton.c
1716 * src/gtk/icon_legend.c
1717 * src/gtk/inputdialog.c
1718 * src/gtk/logwindow.c
1720 * src/gtk/pluginwindow.c
1721 * src/gtk/pluginwindow.h
1722 * src/gtk/prefswindow.c
1723 * src/gtk/progressdialog.c
1724 * src/gtk/quicksearch.c
1725 * src/gtk/spell_entry.c
1726 * src/gtk/spell_entry.h
1727 * src/gtk/sslcertwindow.c
1728 * src/gtk/sslcertwindow.h
1729 * src/plugins/bogofilter/bogofilter.c
1730 * src/plugins/bogofilter/bogofilter_gtk.c
1731 * src/plugins/dillo_viewer/dillo_prefs.c
1732 * src/plugins/dillo_viewer/dillo_viewer.c
1733 * src/plugins/pgpcore/pgp_viewer.c
1734 * src/plugins/pgpcore/plugin.c
1735 * src/plugins/pgpcore/sgpgme.c
1736 * src/plugins/pgpinline/pgpinline.c
1737 * src/plugins/pgpinline/plugin.c
1738 * src/plugins/pgpmime/pgpmime.c
1739 * src/plugins/pgpmime/plugin.c
1740 * src/plugins/smime/plugin.c
1741 * src/plugins/smime/smime.c
1742 * src/plugins/spamassassin/libspamc.c
1743 * src/plugins/spamassassin/spamassassin.c
1744 * src/plugins/spamassassin/spamassassin_gtk.c
1745 * src/plugins/trayicon/trayicon.c
1746 * src/plugins/trayicon/trayicon_prefs.c
1747 Specify Claws compile-time features in a specific header
1749 2012-07-06 [wwp] 3.8.1cvs6
1753 Session statistics: format date following global prefs,
1754 and fix stats output a little bit.
1756 2012-07-03 [mir] 3.8.1cvs5
1759 fix bug 2642, 'improve transfer encoding selection'.
1760 Patch provided by Christopher Zimmermann
1761 (madroach claws at gmerlin dot de)
1763 2012-07-03 [mir] 3.8.1cvs4
1767 fix bug 2641, '7bit or 8bit encoded attachments can
1768 have lines longer than 998 characters'.
1769 Patch provided by Christopher Zimmermann
1770 (madroach claws at gmerlin dot de)
1773 2012-07-03 [mir] 3.8.1cvs3
1777 fix bug 2641, '7bit or 8bit encoded attachments can
1778 have lines longer than 998 characters'.
1779 Patch provided by Christopher Zimmermann
1780 (madroach claws at gmerlin dot de)
1782 2012-07-03 [mir] 3.8.1cvs2
1786 * src/common/quoted-printable.c
1787 * src/common/quoted-printable.h
1788 fix bug 2640, 'improve quoted-printable encoding'
1789 Patch provided by madroach claws at gmerlin dot de
1791 2012-06-30 [paul] 3.8.1cvs1
1794 fix bug 2579, 'Installed headers redefine autotools-specific constants'
1796 2012-06-27 [paul] 3.8.1
1802 2012-06-27 [paul] 3.8.0cvs58
1805 fix minimum required GTK+, which got mistakenly bumped
1808 2012-06-27 [paul] 3.8.0cvs57
1823 updated translations
1825 * tools/claws.i18n.status.pl
1826 updated based on currently active
1828 2012-06-25 [mir] 3.8.0cvs56
1831 If a folder class returns <> 0 then the message has not
1832 been removed from the file system and therefore it should
1833 not be removed from the cache either.
1835 2012-06-20 [ticho] 3.8.0cvs55
1838 Fix for bug #1090 - Standard-folders appear again
1839 after rescanning tree
1841 2012-06-20 [paul] 3.8.0cvs54
1843 * src/prefs_common.c
1844 * src/prefs_common.h
1847 colourise attached patches.
1850 2012-06-02 [wwp] 3.8.0cvs53
1852 * src/gtk/progressdialog.c
1853 Add a hide button to the retrieve/send progress dialogs. WM's close button
1854 now hides (as well as pressing Esc) instead of doing nothing.
1856 2012-06-02 [wwp] 3.8.0cvs52
1858 * doc/man/claws-mail.1
1864 Introduce a new feature: basic session statistics (from the about dialog
1865 or the command-line).
1867 2012-06-02 [wwp] 3.8.0cvs51
1870 Fix bug 2620: shift+tab from subject field not working.
1872 2012-06-02 [wwp] 3.8.0cvs50
1877 Normalize capitalization of strings in UI.
1879 2012-05-30 [paul] 3.8.0cvs49
1882 don't do TLS if not requested by user. fixes connecting to
1883 servers which, for example, want SSL 3 only
1885 2012-05-27 [paul] 3.8.0cvs48
1888 update copyright headers to 2012
1890 2012-05-27 [paul] 3.8.0cvs47
1893 * src/prefs_actions.c
1895 fix some typos in strings, thanks to Thomas Bellmann
1897 2012-05-16 [paul] 3.8.0cvs46
1899 * src/prefs_filtering_action.c
1900 fix disabled 'select...' button that never goes away
1901 when using the new addr book
1904 2012-05-16 [colin] 3.8.0cvs45
1906 * src/common/utils.c
1909 2012-05-16 [colin] 3.8.0cvs44
1911 * src/common/utils.c
1912 Make remove_numbered_files much faster when there's
1913 just one file to remove.
1915 2012-05-16 [paul] 3.8.0cvs43
1918 fix bug 2662, '"ag" quicksearch adds "1" to value'
1920 2012-05-16 [paul] 3.8.0cvs42
1922 * src/gtk/description_window.c
1923 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
1925 2012-05-16 [paul] 3.8.0cvs41
1927 * src/common/ssl_certificate.c
1928 fix bug 2646, 'Compile fails with gnutls-3.0.18'
1929 Patch by Christian Hesse
1931 2012-05-11 [colin] 3.8.0cvs40
1934 * src/common/utils.c
1935 Fix bug 2659, 'E-mail attachments are handled
1937 Fix problems iterating the mime tree, and determine
1938 whether a file is an email without To:
1940 2012-04-03 [colin] 3.8.0cvs39
1943 Fix build (damn whitespace-sensitive file format)
1945 2012-04-02 [colin] 3.8.0cvs38
1948 Fix incomplete make dist
1950 2012-04-02 [colin] 3.8.0cvs37
1953 Fix mistakenly removed function call
1955 2012-04-01 [colin] 3.8.0cvs36
1963 * src/addressbook-dbus.c
1964 * src/addressbook-dbus.h
1969 * src/claws-contacts.xml
1977 * src/prefs_common.c
1978 * src/prefs_filtering_action.c
1979 * src/prefs_matcher.c
1983 * src/plugins/bogofilter/bogofilter_gtk.c
1984 * src/plugins/dillo_viewer/dillo_prefs.c
1985 * src/plugins/spamassassin/spamassassin_gtk.c
1986 * src/plugins/trayicon/trayicon.c
1987 Import new addressbook code from the new-contacts branch
1989 2012-03-29 [paul] 3.8.0cvs35
1993 * src/gtk/quicksearch.c
1994 add 'ha', short version of 'has_attachment' in quick search
1995 Patch by Andreas Rönnquist
1997 2012-03-26 [mones] 3.8.0cvs34
1999 * src/common/plugin.c
2000 Support 2 and 3-clause BSD licensed plugins
2002 2012-03-15 [pawel] 3.8.0cvs33
2006 - Make separate window info more accurate about
2007 move to trash/deletion.
2010 2012-03-14 [pawel] 3.8.0cvs32
2019 Better fix for bug #2501
2020 Instead of leaving blank window after message move or delete,
2021 update separate view to next message in message list or
2022 display info why view is blank. This was discussed
2023 in bug #2621 comments.
2025 2012-03-11 [colin] 3.8.0cvs31
2027 * src/gtk/gtkcmctree.c
2030 Fix focus rectangle on unfocused rows
2031 Patch by Michael Shell
2033 2012-02-29 [colin] 3.8.0cvs30
2035 * src/gtk/gtkcmctree.c
2036 Fix bug #2577, "Focus rectangle on folder list and message
2037 list headings doesn't get properly cleared when switching
2038 heading and horizontally scrolling list (underlines and
2039 vertical lines remain on screen)". Patch by Michael Shell
2041 2012-02-13 [pawel] 3.8.0cvs29
2044 Fix crasher when double clicking on IMAP message and
2045 MessageView is not shown introduced in cvs21
2048 2012-02-10 [pawel] 3.8.0cvs28
2051 Fix bug #2598 'Actions can move locked messages'
2053 2012-02-08 [pawel] 3.8.0cvs27
2055 * src/prefs_actions.c
2056 * src/prefs_actions.h
2057 * src/prefs_toolbar.c
2058 * src/prefs_toolbar.h
2061 - Implement automatic removal of toolbar action buttons when
2062 associated action is removed
2063 - Don't allow creation of two actions with the same name,
2064 before all executions/removals were performed on first action
2065 with duplicated name in linked list which wasn't always
2068 2012-02-05 [colin] 3.8.0cvs26
2074 * src/prefs_common.c
2075 * src/prefs_common.h
2080 Add an history to navigate in mails
2082 2012-02-05 [colin] 3.8.0cvs25
2085 Fix inverted comparison in list_find_custom.
2087 2012-02-03 [wwp] 3.8.0cvs24
2089 * src/gtk/progressdialog.c
2090 Make translators life easier: use View log instead of Show log
2093 2012-02-02 [pawel] 3.8.0cvs23
2096 Fix bug #2590 'Un-capitalize strings'
2097 Patch by Christian Hesse
2099 2012-02-02 [pawel] 3.8.0cvs22
2103 'Change expand behavior for message list / message view'
2104 Patch by Christian Hesse
2106 2012-02-02 [pawel] 3.8.0cvs21
2112 Fix bug #2501 'opened message blanks when moved to other folder'
2113 Detect message move and update message window contents
2114 accordingly, if message is moved to trash close window
2116 2012-02-01 [pawel] 3.8.0cvs20
2123 * src/gtk/sslcertwindow.c
2124 More strncat boundary checks
2126 2012-01-31 [wwp] 3.8.0cvs19
2128 * src/gtk/gtkutils.c
2129 Fix warnings in gtkutils: wrong function name, missing newline, typo and
2132 2012-01-31 [wwp] 3.8.0cvs18
2134 * src/gtk/progressdialog.c
2135 * src/gtk/progressdialog.h
2137 * src/send_message.c
2138 Add a button to the retrieve/send dialogs to
2139 open the network log.
2141 2012-01-25 [wwp] 3.8.0cvs17
2144 Remove debug statement.
2146 2012-01-20 [pawel] 3.8.0cvs16
2150 Fix bug #2574 'Statement might be overflowing a
2153 2012-01-20 [pawel] 3.8.0cvs15
2156 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
2158 2012-01-14 [colin] 3.8.0cvs14
2161 Update tracker trigger url
2163 2012-01-10 [wwp] 3.8.0cvs13
2168 Fix sensitivity of toolbar's get_btn (retrieve mail from current
2169 account) and of mainwindows's relevant entry when current account
2170 is not able to retrieve (SMTP-only).
2172 2012-01-09 [colin] 3.8.0cvs12
2175 Fix bug 1924, 'Messages marked move to Trash appear
2176 identical to messages marked move to $FOLDER'
2178 2012-01-05 [colin] 3.8.0cvs11
2181 Fix crasher infinite loop
2183 2012-01-03 [colin] 3.8.0cvs10
2185 * src/gtk/gtkcmctree.c
2186 Revert previous patch, it's buggy on headers
2188 2012-01-03 [colin] 3.8.0cvs9
2190 * src/gtk/gtkcmctree.c
2191 Fix bug #2566, 'wrapped Subject not bounded'
2193 2011-12-29 [pawel] 3.8.0cvs8
2199 Make forwarding selected attachment possible from
2200 mimeview's context menu
2201 Fixex bug #2047 'forward attachments'
2203 2011-12-28 [paul] 3.8.0cvs7
2205 * src/prefs_account.c
2206 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
2208 2011-12-28 [colin] 3.8.0cvs6
2213 2011-12-28 [colin] 3.8.0cvs5
2216 Fix GTK+2.16 build (w32)
2218 2011-12-18 [mir] 3.8.0cvs4
2221 Fix bug in search criteria when doing a
2222 complete directory search using '*'
2224 2011-12-16 [mir] 3.8.0cvs3
2227 Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
2229 2011-12-16 [wwp] 3.8.0cvs2
2232 * src/stock_pixmap.c
2233 * src/stock_pixmap.h
2235 * src/gtk/icon_legend.c
2236 * src/pixmaps/replied_and_forwarded.xpm
2237 Make replied and forwarded status flags non exclusive.
2238 Introduce a new message state (and relevant icon in message list)
2239 where both the replied and forwarded flags are set.
2241 2011-12-16 [paul] 3.8.0cvs1
2243 * tools/claws.i18n.status.pl
2246 2011-12-16 [paul] 3.8.0
2252 2011-12-16 [paul] 3.7.10cvs113
2259 * po/id.po **REMOVED**
2260 * po/id_ID.po **ADDED**
2267 2011-12-09 [pawel] 3.7.10cvs112
2270 * src/gtk/quicksearch.c
2271 * src/gtk/quicksearch.h
2272 Invalidate quicksearch root folder when removed
2273 Fixes bug #2560 'crash when unsubscribing newsgroup and
2274 having active search field'
2276 2011-12-08 [pawel] 3.7.10cvs111
2279 Better fix for cvs94
2281 2011-12-08 [wwp] 3.7.10cvs110
2284 Make "From" widget set independant from recipient lists below,
2285 so that it doesn't scroll when several recipients headers
2286 are added and eventually are scrolling the view.
2287 Path by Christian Hesse <mail@earthworm.de>.
2288 Fixes bug #2481 'do not scroll "from" dropdown list and sender
2291 2011-12-02 [paul] 3.7.10cvs109
2295 consistent label style
2297 2011-11-29 [wwp] 3.7.10cvs108
2299 * src/plugins/trayicon/libeggtrayicon/.cvsignore
2300 More generated stuff to ignore.
2302 2011-11-29 [wwp] 3.7.10cvs107
2304 * src/prefs_folder_item.c
2305 Fix CLAWS_TIP_DECL (undefined).
2307 2011-11-28 [pawel] 3.7.10cvs106
2312 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
2313 after removing the address book in the GUI'
2315 2011-11-26 [pawel] 3.7.10cvs105
2318 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
2320 2011-11-25 [colin] 3.7.10cvs104
2326 2011-11-24 [pawel] 3.7.10cvs103
2328 * src/prefs_filtering.c
2329 Complete cvs102, forgot to commit this
2331 2011-11-24 [pawel] 3.7.10cvs102
2338 * src/prefs_actions.c
2339 * src/prefs_actions.h
2340 Implement actions updating on folder/account rename
2341 This fixes bug #2543 'filter actions in actionsrc not
2342 updated upon account renaming'
2344 2011-11-24 [wwp] 3.7.10cvs101
2346 * src/gtk/gtkcmctree.c
2347 Remove irrelevant cairo directive (thanks to Hanno).
2349 2011-11-23 [wwp] 3.7.10cvs100
2351 * src/gtk/gtkcmctree.c
2352 Make arrows in gtkcmctree's less big (get rid of the outlining),
2353 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
2356 2011-11-22 [colin] 3.7.10cvs99
2359 * src/prefs_filtering.c
2360 * src/prefs_filtering.h
2361 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
2362 The existing functions should do the job as well
2363 if not better, as they take into account the
2366 2011-11-21 [pawel] 3.7.10cvs98
2368 * src/prefs_account.c
2369 Fix bug #2116 'Rip spaces off server names in account
2371 g_strstrip() domain names to be sure they are valid
2373 2011-11-21 [pawel] 3.7.10cvs97
2376 * src/prefs_filtering.c
2377 * src/prefs_filtering.h
2378 Fix bug #2404 'matcherrc updates upon account renaming'
2379 Fix bug #2406 'some part of accountrc not updated upon
2381 Renaming account cause changing of it's root folder prefix
2382 from #<type>/<old_name> to #<type>/<new_name> so every
2383 path directing to it must be altered. Fix paths in account
2384 preferences, global processing and filtering rules, folder
2385 processing rules upon rename
2387 2011-11-20 [pawel] 3.7.10cvs96
2391 * src/prefs_actions.c
2392 Fix bug #1489 'Filter action mark_as_read inoperative
2393 following move action'
2394 Sort actions lists to have proper order of execution
2396 2011-11-20 [pawel] 3.7.10cvs95
2398 * src/prefs_actions.c
2399 * src/prefs_filtering.c
2400 * src/prefs_template.c
2401 Fix bug #1870 'arrow scrolling in filters'
2402 Allow arrow scrolling in dialogs with list view widgets
2403 plus couple fixes of issues I found along the way
2405 2011-11-19 [pawel] 3.7.10cvs94
2408 Don't highlight icons on right-click, they are not
2409 selected and other part is shown which is confusing
2411 2011-11-19 [mones] 3.7.10cvs93
2413 * manual/advanced.xml
2416 2011-11-19 [mones] 3.7.10cvs92
2418 * manual/advanced.xml
2419 * manual/es/advanced.xml
2420 Document undocumented hidden option 'zero_replacement_char'
2421 Synchronize Spanish manual with English version
2423 2011-11-19 [pawel] 3.7.10cvs91
2427 * src/prefs_common.c
2428 * src/prefs_common.h
2432 Fix bug #2377 'Show All Headers - make change persistent
2435 2011-11-19 [pawel] 3.7.10cvs90
2439 * src/folder_item_prefs.c
2446 Fix bug #1563 'Folder view: show complete threads if they
2447 contain unread messages'
2448 Add option to show only threads with unread messages
2449 initial patch by Paul Ollis, my small additions:
2450 - when checking thread for unread finish on first unread
2451 - make thread options unavailable when threading is off
2452 - hide_unread_msgs and hide_unread_threads are mutually
2453 exclusive options, set menus sensitivity accordingly
2454 - set folder item icon type similiar to hide_unread_msgs
2456 2011-11-19 [colin] 3.7.10cvs89
2461 2011-11-18 [pawel] 3.7.10cvs88
2467 * src/prefs_common.c
2468 * src/prefs_common.h
2469 Fix bug #2408 'Some UI elements are not persistent
2471 Remember size of main window, compose notebook, mimeview
2472 tree widgets between claws-mail runs. Compose window
2473 size saving was already done in cvs74
2475 2011-11-18 [mones] 3.7.10cvs87
2480 Fixes bug #2509, "manually added headers are lost unless
2481 mail is sent inmediately"
2483 2011-11-17 [pawel] 3.7.10cvs86
2486 Fix crasher reported in bug #2543
2488 2011-11-13 [colin] 3.7.10cvs85
2491 Make compose windows printable
2493 2011-11-11 [colin] 3.7.10cvs84
2496 Fix build on Fedora 16. -lm was probably pulled by something
2499 2011-11-11 [pawel] 3.7.10cvs83
2505 Port MimeView to GtkTreeView
2507 2011-11-11 [colin] 3.7.10cvs82
2509 * src/prefs_common.c
2510 Use %x (The preferred date representation for the current locale
2513 2011-11-10 [paul] 3.7.10cvs81
2515 * src/prefs_common.c
2516 use european date format as default
2518 2011-11-08 [pawel] 3.7.10cvs80
2521 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
2522 Fix race condition - don't try to hide messageview while
2523 being in the middle of message displaying routine.
2525 2011-11-08 [colin] 3.7.10cvs79
2528 Make sure we break line when we need to. Very probably
2529 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
2532 2011-11-07 [pawel] 3.7.10cvs78
2535 Fix bug #2493 'Subscription pull down should be alphabetized'
2537 2011-11-07 [pawel] 3.7.10cvs77
2542 Make Home & End keys work in textview
2544 2011-11-06 [colin] 3.7.10cvs76
2547 Oops, some unwanted undo got commited.
2549 2011-11-06 [colin] 3.7.10cvs75
2552 Don't iconify/deiconify. Instead, just show nothing
2555 2011-11-06 [pawel] 3.7.10cvs74
2558 Fix compose window size saving / restoring
2560 2011-11-06 [pawel] 3.7.10cvs73
2564 Optimize message displaying, in some conditions parts were
2565 displayed twice causing flickering. For example first html
2566 source and then rendering output from html plugin of the
2569 2011-11-05 [wwp] 3.7.10cvs72
2571 * src/gtk/gtkaspell.c
2572 Fix compilation where 'null' is undefined (use NULL instead).
2574 2011-11-05 [colin] 3.7.10cvs71
2576 * src/gtk/gtkaspell.c
2577 No need to show a backtrace if gtkaspell is null
2579 2011-11-05 [pawel] 3.7.10cvs70
2581 * src/gtk/gtkaspell.c
2582 Fix crasher when spellchecking is not enabled
2584 2011-11-02 [mones] 3.7.10cvs69
2586 * doc/man/claws-mail.1
2587 fixed hyphens (patch from Debian packaging)
2588 fixed header to follow man style closely
2589 documented new option --compose-from-file
2590 removed INSTALLATION section, doesn't belong to manpage
2591 added ENVIRONMENT, COPYRIGHT and BUGS sections
2592 expanded FILES section to include certs and autofaces dirs
2593 expanded SEE ALSO section to include manual and plugins
2595 2011-11-01 [colin] 3.7.10cvs68
2597 * src/common/utils.c
2598 Fix wrong debug stuff commited.
2600 2011-11-01 [colin] 3.7.10cvs67
2604 * src/common/utils.c
2605 * src/gtk/gtkaspell.c
2606 * src/gtk/gtkaspell.h
2607 Fix huge slowness induced by spellcheck "while typing"
2608 during initial quote rewraps.
2610 2011-10-31 [pawel] 3.7.10cvs66
2616 Fix bug #2526 'When reading message in separate window,
2617 n and p keys do not work'
2618 - fix key event handling in messageview
2619 - remove bindings for 'n' and 'p' keys in mimeview (next-part
2620 and prev-part actions)
2621 - instead add 'z' key for prev-part, we have 'a' key
2622 for next-part already
2624 2011-10-31 [colin] 3.7.10cvs65
2627 Fix build with GLib 2.31. Thanks to Charles A. Edwards
2629 2011-10-31 [pawel] 3.7.10cvs64
2632 * src/gtk/gtkutils.c
2633 Fix bug #2303 'Next unread message enables message view'
2634 Don't show previously hidden message view in main window
2635 when user reads messages in external window
2637 2011-10-31 [paul] 3.7.10cvs63
2639 * src/prefs_template.c
2640 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
2641 fit at 540 here, for those where they don't the dialogue can be made
2644 2011-10-31 [paul] 3.7.10cvs62
2647 revert 3.7.10cvs61, these entries _should_ be editable
2649 2011-10-30 [pawel] 3.7.10cvs61
2652 Those entries should not be editable
2654 2011-10-30 [pawel] 3.7.10cvs60
2656 * src/prefs_template.c
2657 - Dialog needs more height to fit all widgets
2658 - Clear template contents on delete
2660 2011-10-30 [pawel] 3.7.10cvs59
2662 * src/prefs_folder_item.c
2663 Update summaryview after changing folder prefs when needed
2665 2011-10-30 [pawel] 3.7.10cvs58
2668 Remove key-press-event blocking, it only
2669 emits GLib-GObject warnings
2671 2011-10-29 [colin] 3.7.10cvs57
2674 Fix focus of completion window with gnome shell
2675 Fixes bug #2525, "Address completion window does not get
2678 2011-10-29 [colin] 3.7.10cvs56
2681 Fix flicker on recursive quicksearch
2683 2011-10-28 [colin] 3.7.10cvs55
2687 Fix a bit the focus problem on Gnome shell
2689 2011-10-26 [mones] 3.7.10cvs54
2692 Add missing accelerator
2694 2011-10-25 [colin] 3.7.10cvs53
2696 * src/gtk/gtkcmclist.c
2697 * src/gtk/gtkcmctree.c
2698 Fix colors, fix warnings
2700 2011-10-25 [colin] 3.7.10cvs52
2702 * src/gtk/gtkcmclist.c
2703 * src/gtk/gtkcmctree.c
2706 2011-10-25 [colin] 3.7.10cvs51
2708 * src/stock_pixmap.c
2709 Fix build with gtk + 2.20
2711 2011-10-25 [colin] 3.7.10cvs50
2717 Fix locking when sending a single message
2719 2011-10-25 [colin] 3.7.10cvs49
2721 * src/gtk/colorlabel.c
2723 * src/gtk/gtkcmclist.c
2724 Make row height closer to what it was
2726 2011-10-25 [colin] 3.7.10cvs48
2728 * src/stock_pixmap.c
2729 Always use cairo to draw
2731 2011-10-25 [colin] 3.7.10cvs47
2734 Fix bug #2529, 'crash in mimeview_start_drag after
2735 deleting message'. Patch by Ricardo
2737 2011-10-23 [colin] 3.7.10cvs46
2739 * src/gtk/gtkcmclist.c
2740 * src/gtk/gtkcmclist.h
2741 * src/gtk/gtkcmctree.c
2742 Draw CMClist with cairo too.
2744 2011-10-23 [colin] 3.7.10cvs45
2746 * src/gtk/gtkcmclist.h
2747 Fix build (this was not meant to be commited)
2749 2011-10-23 [colin] 3.7.10cvs44
2753 * src/addressbook_foldersel.c
2757 * src/grouplistdialog.c
2758 * src/prefs_common.c
2759 * src/prefs_common.h
2761 * src/gtk/gtkcmclist.c
2762 * src/gtk/gtkcmclist.h
2763 * src/gtk/gtkcmctree.c
2764 * src/gtk/gtkcmctree.h
2765 * src/gtk/gtksctree.c
2766 Refactor some tree stuff (lots of code duplication there)
2767 and switch to cairo for tree rendering.
2769 2011-10-23 [holger] 3.7.10cvs43
2772 Don't issue a warning for designed behaviour of the stop rule.
2773 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
2775 2011-10-22 [colin] 3.7.10cvs42
2778 * src/gtk/gtkshruler.c
2779 * src/gtk/gtkutils.h
2782 2011-10-22 [colin] 3.7.10cvs41
2791 * src/grouplistdialog.c
2798 * src/prefs_account.c
2799 * src/prefs_actions.c
2800 * src/prefs_ext_prog.c
2801 * src/prefs_filtering.c
2802 * src/prefs_folder_item.c
2803 * src/prefs_image_viewer.c
2804 * src/prefs_logging.c
2805 * src/prefs_msg_colors.c
2808 * src/prefs_spelling.c
2809 * src/prefs_summaries.c
2810 * src/prefs_template.c
2813 * src/send_message.c
2815 * src/summary_search.c
2818 * src/gtk/gtkcmclist.c
2819 * src/gtk/gtkcmctree.c
2820 * src/gtk/gtkcmoptionmenu.c
2821 * src/gtk/gtksctree.c
2822 * src/gtk/gtkutils.c
2823 * src/gtk/gtkutils.h
2824 * src/gtk/gtkvscrollbutton.c
2825 * src/gtk/inputdialog.c
2826 * src/gtk/pluginwindow.c
2827 * src/gtk/quicksearch.c
2828 * src/gtk/spell_entry.c
2829 * src/plugins/bogofilter/bogofilter_gtk.c
2830 * src/plugins/dillo_viewer/dillo_prefs.c
2831 * src/plugins/pgpcore/prefs_gpg.c
2832 * src/plugins/spamassassin/spamassassin_gtk.c
2833 * src/plugins/trayicon/trayicon.c
2834 * src/plugins/trayicon/trayicon_prefs.c
2835 Remove all possible #if GTK_CHECK_VERSION() checks,
2836 and make Claws build with GTK+2.16 (untested right
2837 now), as the Gpg4Win project uses GTK+2.16 currently.
2839 2011-10-22 [colin] 3.7.10cvs40
2841 * src/gtk/gtkutils.h
2843 Fix (hopefully) build with GTK+ 2.18.
2845 2011-10-20 [paul] 3.7.10cvs39
2850 fix bug 2479, 'LDIF address book import matches tags case sensitive'
2851 Patch by Bodo Graumann <mail@bodograumann.de>
2853 2011-10-20 [mones] 3.7.10cvs38
2857 Fix references to old dotsrc mailing lists
2859 2011-10-19 [mones] 3.7.10cvs37
2861 * src/prefs_msg_colors.c
2862 Fix Ok/Cancel buttons in color selector of preferences
2864 2011-10-17 [colin] 3.7.10cvs36
2866 * src/gtk/gtkshruler.c
2867 (Probably) fix GTK+ <= 2.22
2869 2011-10-17 [colin] 3.7.10cvs35
2871 * src/gtk/gtkshruler.c
2874 2011-10-17 [mones] 3.7.10cvs34
2883 Fix potential out-of-buffer writes
2885 2011-10-17 [mones] 3.7.10cvs33
2888 Use just one g_print call per option; correct indentation
2890 2011-10-17 [colin] 3.7.10cvs32
2894 * src/gtk/Makefile.am
2895 * src/gtk/gtkshruler.c
2896 * src/gtk/gtkshruler.h
2899 Reimplement ruler using the GTK widgets. Thanks
2900 to Hanno for the initial patch.
2902 2011-10-17 [colin] 3.7.10cvs31
2906 * src/gtk/gtkutils.c
2907 * src/gtk/gtkutils.h
2908 Undeprecate GIO/GdkCondition
2910 2011-10-16 [mones] 3.7.10cvs30
2913 Add --compose-from-file option to open composition
2914 window with the headers and body from a file; based
2915 on Debian patch to fix http://bugs.debian.org/544868
2917 2011-10-15 [mones] 3.7.10cvs29
2919 * manual/advanced.xml
2920 Document new summary_from_show hidden preference
2922 2011-10-15 [paul] 3.7.10cvs28
2925 compose_create_tags() - fix misplaced 'int i'
2926 compose_entry_mark_default_to() - fix To field highlighting
2928 2011-10-09 [colin] 3.7.10cvs27
2931 Fix address completion
2933 2011-10-07 [colin] 3.7.10cvs26
2935 * src/prefs_filtering_action.c
2936 * src/gtk/gtkutils.h
2937 Fix build with GTK+2.20
2939 2011-10-07 [colin] 3.7.10cvs25
2941 * src/gtk/Makefile.am
2942 * src/gtk/gdkkeysyms-new.h
2943 * src/gtk/gtkutils.h
2944 Copy the new GDK_KEY_* definitions for older GTKs
2946 2011-10-07 [colin] 3.7.10cvs24
2949 Fix typos (thanks to Hanno)
2951 2011-10-07 [colin] 3.7.10cvs23
2954 * src/gtk/gtkshruler.c
2955 * src/gtk/gtkshruler.h
2956 Disable ruler starting from 2.24.
2958 2011-10-07 [colin] 3.7.10cvs22
2962 * src/gtk/Makefile.am
2965 2011-10-07 [colin] 3.7.10cvs21
2975 * src/message_search.c
2978 * src/prefs_account.c
2979 * src/prefs_compose_writing.c
2980 * src/prefs_filtering_action.c
2981 * src/prefs_folder_item.c
2982 * src/prefs_logging.c
2983 * src/prefs_matcher.c
2984 * src/prefs_message.c
2986 * src/prefs_receive.c
2987 * src/prefs_summaries.c
2988 * src/prefs_wrapping.c
2992 * src/stock_pixmap.c
2993 * src/summary_search.c
2995 * src/gtk/Makefile.am
2996 * src/gtk/colorlabel.c
2997 * src/gtk/gtkutils.c
2998 * src/gtk/gtkutils.h
2999 * src/gtk/logwindow.c
3002 * src/gtk/quicksearch.c
3003 * src/gtk/spell_entry.c
3004 * src/plugins/bogofilter/bogofilter_gtk.c
3005 * src/plugins/dillo_viewer/dillo_viewer.c
3006 * src/plugins/pgpcore/prefs_gpg.c
3007 * src/plugins/spamassassin/spamassassin_gtk.c
3008 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
3009 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
3010 ported (especially GtkCMOptionMenu)
3012 2011-10-07 [colin] 3.7.10cvs20
3017 * src/addrcustomattr.c
3018 * src/addrduplicates.c
3021 * src/addressbook_foldersel.c
3027 * src/editaddress_other_attributes_ldap.c
3032 * src/editldap_basedn.c
3040 * src/grouplistdialog.c
3046 * src/message_search.c
3049 * src/prefs_actions.c
3050 * src/prefs_customheader.c
3051 * src/prefs_display_header.c
3052 * src/prefs_filtering.c
3053 * src/prefs_filtering_action.c
3054 * src/prefs_folder_column.c
3055 * src/prefs_matcher.c
3056 * src/prefs_msg_colors.c
3058 * src/prefs_summaries.c
3059 * src/prefs_summary_column.c
3060 * src/prefs_summary_open.c
3061 * src/prefs_template.c
3062 * src/prefs_toolbar.c
3064 * src/sourcewindow.c
3066 * src/summary_search.c
3071 * src/gtk/colorsel.c
3072 * src/gtk/combobox.c
3073 * src/gtk/description_window.c
3074 * src/gtk/foldersort.c
3075 * src/gtk/gtkaspell.c
3076 * src/gtk/gtkcmclist.c
3077 * src/gtk/gtkcmctree.c
3078 * src/gtk/gtkcmoptionmenu.c
3079 * src/gtk/gtkutils.c
3080 * src/gtk/icon_legend.c
3081 * src/gtk/inputdialog.c
3082 * src/gtk/logwindow.c
3083 * src/gtk/pluginwindow.c
3084 * src/gtk/prefswindow.c
3085 * src/gtk/quicksearch.c
3086 * src/plugins/pgpcore/passphrase.c
3087 * src/plugins/pgpcore/select-keys.c
3088 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
3089 to replace GDK_* by GDK_KEY_*.
3091 2011-10-07 [colin] 3.7.10cvs19
3102 * src/grouplistdialog.c
3103 * src/image_viewer.c
3107 * src/prefs_filtering_action.c
3108 * src/prefs_folder_column.c
3109 * src/prefs_msg_colors.c
3110 * src/prefs_summary_column.c
3111 * src/prefs_toolbar.c
3113 * src/stock_pixmap.c
3120 * src/gtk/colorlabel.c
3121 * src/gtk/colorsel.c
3122 * src/gtk/gtkcmclist.c
3123 * src/gtk/gtkcmctree.c
3124 * src/gtk/gtkcmoptionmenu.c
3125 * src/gtk/gtksctree.c
3126 * src/gtk/gtkutils.c
3127 * src/gtk/gtkvscrollbutton.c
3128 * src/gtk/inputdialog.c
3129 * src/gtk/logwindow.c
3131 * src/gtk/prefswindow.c
3132 * src/gtk/progressdialog.c
3133 * src/plugins/pgpcore/passphrase.c
3134 * src/plugins/trayicon/trayicon.c
3135 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
3136 Patch by Hanno Thurow-Meyer, many thanks to him !
3138 2011-09-20 [colin] 3.7.10cvs18
3141 Fix bug #2502, 'gnutls_transport_set_lowat removed in
3144 2011-09-18 [colin] 3.7.10cvs17
3147 Fix segfault when connection fails
3149 2011-09-03 [colin] 3.7.10cvs16
3152 Use NORMAL instead of EXPORT priorities.
3154 2011-09-02 [colin] 3.7.10cvs15
3158 Linking against gcrypt explicitely in order to call
3159 gcry_control() for mutex setup isn't necessary anymore
3160 starting from gnuTLS 2.11.
3162 2011-08-31 [colin] 3.7.10cvs14
3164 * src/plugins/pgpinline/pgpinline.c
3165 * src/plugins/pgpmime/pgpmime.c
3166 Fix bug #2431, "Major memory leak in PGP message handling".
3168 2011-08-31 [colin] 3.7.10cvs13
3175 Apply Steve Rader's patch from bug #2388, "Add
3176 message view scrolling menu items"
3178 2011-08-30 [colin] 3.7.10cvs12
3180 * src/gtk/prefswindow.c
3181 Fix layout issues (i.e. on SSL page if changing account
3182 type prior to visiting it).
3184 2011-08-30 [colin] 3.7.10cvs11
3188 Don't use deprecated functions for GnuTLS priorities.
3189 Require GnuTLS 2.2 that is the first version with the
3192 2011-08-30 [colin] 3.7.10cvs10
3194 * src/common/socket.c
3196 Long-term fix for bug #2402, "GnuTLS change breaks socket
3197 communication", as per http://savannah.gnu.org/support/?107660
3199 2011-08-30 [colin] 3.7.10cvs9
3201 * src/etpan/imap-thread.c
3202 * src/etpan/nntp-thread.c
3203 Remove dead openSSL code
3205 2011-08-30 [colin] 3.7.10cvs8
3209 * src/common/ssl_certificate.c
3210 * src/common/ssl_certificate.h
3211 * src/etpan/imap-thread.c
3212 * src/etpan/nntp-thread.c
3213 Fix bug #2127, "SSL cert check uses canonical name instead of
3216 2011-08-29 [colin] 3.7.10cvs7
3218 * src/prefs_account.c
3219 Fix X-Mailer option not appearing on IMAP
3221 2011-08-29 [colin] 3.7.10cvs6
3223 * src/plugins/pgpcore/Makefile.am
3224 * src/plugins/pgpinline/Makefile.am
3225 * src/plugins/pgpmime/Makefile.am
3226 * src/plugins/smime/Makefile.am
3228 libtool: link: require no space between `-L' and `.'
3230 2011-08-29 [colin] 3.7.10cvs5
3234 * src/prefs_account.c
3235 * src/prefs_account.h
3236 Revert cvs4 which is rather illogical and instead
3237 use Fabian's patch from bug #2471
3239 2011-08-29 [colin] 3.7.10cvs4
3242 Don't insert custom headers that have empty values.
3243 Allows not inserting X-Mailer if it's set to nothing.
3244 Fixes bug #2471, "Make setting an X-Mailer header optional".
3246 2011-08-29 [colin] 3.7.10cvs3
3248 * src/image_viewer.c
3250 * src/gtk/gtkutils.c
3251 * src/gtk/gtkutils.h
3252 Handle EXIF orientation in images (both in textview's
3253 preview and image viewer)
3255 2011-08-28 [paul] 3.7.10cvs2
3257 * src/prefs_common.c
3258 * src/prefs_common.h
3260 add new hidden option to control the display in the From
3261 column in the Message List: 0 (default): show name,
3262 1: show address, 2: show name + address
3264 2011-08-27 [paul] 3.7.10cvs1
3267 * src/common/ssl_certificate.c
3268 * src/etpan/imap-thread.c
3269 * src/etpan/nntp-thread.c
3270 offer up some missing log_error() strings to translators
3272 2011-08-27 [paul] 3.7.10
3278 2011-08-27 [paul] 3.7.9cvs52
3286 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
3287 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
3289 2011-08-27 [mones] 3.7.9cvs51
3291 * claws-mail.desktop
3292 Include generic name and comment translations
3293 Thanks to all the people on the translators ML!
3295 2011-08-23 [paul] 3.7.9cvs50
3298 probable/possible fix/workaround for bug 2402,
3299 'can't download message from pop3 server'
3301 2011-08-18 [paul] 3.7.9cvs49
3303 * manual/handling.xml
3304 fix typos. thanks to vilpan
3306 2011-08-17 [paul] 3.7.9cvs48
3308 * tools/claws.i18n.status.pl
3309 add Mindaugas Baranauskas (Lithuanian)
3311 2011-08-14 [mir] 3.7.9cvs47
3314 * src/etpan/nntp-thread.c
3315 Fix bug 2418. Patch provided by Sébastien Bigaret with
3316 some minor contribution by me.
3318 2011-08-13 [mir] 3.7.9cvs46
3320 * src/etpan/nntp-thread.c
3321 Fix bug when NNTP server sends authentication warning
3322 as part of the connection session. Privously etpan would
3323 bail out for any return code other than NEWSNNTP_NO_ERROR
3324 but as early as the connection session a return code like
3325 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
3326 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
3327 be considered as an error.
3329 2011-08-12 [paul] 3.7.9cvs45
3332 3.7.9cvs43 mistakenly dropped off the info
3333 about the mime part from the tooltip
3335 2011-08-12 [wwp] 3.7.9cvs44
3337 * src/gtk/quicksearch.c
3338 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
3340 2011-08-09 [paul] 3.7.9cvs43
3343 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
3345 2011-08-06 [paul] 3.7.9cvs42
3348 fix cursor placement in Forward template
3350 2011-08-06 [paul] 3.7.9cvs41
3352 * src/gtk/description_window.c
3353 fix bug 1963, 'Preferences Templates Information Window Focus loss'
3355 2011-08-05 [holger] 3.7.9cvs40
3357 * claws-mail.desktop
3358 Revert 3.7.9cvs35 for now, it may be problematic
3361 2011-08-05 [paul] 3.7.9cvs39
3365 use 'Collapse quotes' rather than 'Fold quotes' on
3366 labels, for consistency
3368 use 'Receive mail from account' rather than 'on account'
3370 2011-07-30 [mir] 3.7.9cvs38
3372 * src/etpan/Makefile.am
3373 * src/plugins/pgpcore/Makefile.am
3374 * src/plugins/pgpmime/Makefile.am
3375 * src/plugins/smime/Makefile.am
3376 Fix broken build on Debian Sid. enchant.h cannot be
3377 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
3378 present in Makefile.am. Apparently enchant.h in older
3379 versions were placed in /usr/include which is always
3382 2011-07-21 [mones] 3.7.9cvs37
3384 * src/common/plugin.c
3385 * src/common/plugin.h
3386 Make licences allowed for plugins more explicit and also
3387 accept dual (or more) licences when properly formatted.
3388 Doesn't require any change on current plugins.
3390 2011-07-18 [mones] 3.7.9cvs36
3392 * manual/advanced.xml
3393 Document briefly tags feature.
3394 * manual/glossary.xml
3395 Fix definition to avoid confussion with tags.
3396 * manual/es/advanced.xml
3397 * manual/es/glossary.xml
3398 Synchronize Spanish translation with the above.
3400 2011-07-07 [holger] 3.7.9cvs35
3402 * claws-mail.desktop
3403 Add indicator stuff to the desktop file
3404 Taken from bug #2450
3406 2011-07-06 [paul] 3.7.9cvs34
3411 2011-07-06 [mones] 3.7.9cvs33
3414 Do not create an empty tag name row in panel and
3415 warn user about using a non-reserved tag instead
3417 2011-07-05 [mones] 3.7.9cvs32
3422 * src/etpan/imap-thread.c
3423 Make constants for reserved tags and use them
3424 Removed also duplicate comparison while at it
3426 2011-07-05 [paul] 3.7.9cvs31
3429 when using a Compose template, only place the cursor
3430 in the body when the cursor symbol, %cursor (%X), is used
3432 2011-07-03 [paul] 3.7.9cvs30
3435 do main_window_popup(mainwin); on plugin load error, or
3436 else the warning dialogue and mainwindow stays minimised
3439 2011-07-03 [paul] 3.7.9cvs29
3442 fix bug 2462, 'Building without GnuTLS support leads to a
3443 failure in wizard.c'
3445 2011-07-03 [paul] 3.7.9cvs28
3450 fix bug #2461, 'popup menu in message list displays
3451 'move to trash' and 'delete''.
3452 Add a new sensitivity condition 'M_NOT_TRASH' and
3453 remove the broken workaround for right-click in summaryview.c.
3454 Fix broken main menu sensitivity for "Menu/Message/Move" in
3457 2011-06-21 [paul] 3.7.9cvs27
3460 revert 3.7.9cvs2, it does no good
3462 2011-06-18 [mir] 3.7.9cvs26
3465 Fix autoconf warnings introduced in autoconf >= 2.64
3467 2011-06-05 [paul] 3.7.9cvs25
3477 fix strings where an informational message has been
3478 wrongly entered into the translated string
3480 enable 'Trash' and 'Sender' to be translated based on
3481 the context, e.g. as button text and as mail header
3483 fix english in Info tab
3485 2011-05-25 [colin] 3.7.9cvs24
3488 Fix bug #2439, "use bitwise operator for bitmask instead of
3489 logical operator". Thanks to Nicolas Kaiser for the patch.
3491 2011-05-18 [colin] 3.7.9cvs23
3494 Fix missing group selection before xover if the
3495 connection was reset before.
3497 2011-05-12 [colin] 3.7.9cvs22
3499 * src/common/utils.c
3500 Fix bug #2412, "Send account mail address in Message-ID
3501 wrongly implemented". Patch by Fabian Keil.
3503 2011-05-12 [mones] 3.7.9cvs21
3505 * src/etpan/nntp-thread.c
3506 Fix bug #2418 "NNTP authentication is broken"
3508 2011-05-09 [pawel] 3.7.9cvs20
3511 * src/prefs_folder_item.c
3514 2011-05-05 [colin] 3.7.9cvs19
3519 * src/send_message.c
3520 Fix bug #2184, "Add account name information inside network log".
3521 Initial patch by MSulchan Darmawan, expanded to other protocols.
3522 This stuff is too much copy-pasted.
3525 2011-04-30 [colin] 3.7.9cvs18
3528 Fix bug #2414, 'Claws segfaults on startup with
3529 notification plugin enabled". Thanks Christian
3530 Faulhammer for the patch.
3532 2011-04-27 [colin] 3.7.9cvs17
3535 Make Windows' encoding CP1251 for ru_RU locale
3536 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
3538 2011-04-24 [paul] 3.7.9cvs16
3540 * manual/claws-mail-manual.xml
3541 * manual/de/claws-mail-manual.xml
3542 * manual/es/claws-mail-manual.xml
3543 * manual/fr/claws-mail-manual.xml
3544 * manual/it/claws-mail-manual.xml
3545 update copyright year
3547 2011-04-24 [paul] 3.7.9cvs15
3550 fix bug #2353, 'Right-clicking on spam in order to delete
3551 it causes it to show in message window'
3553 2011-04-24 [paul] 3.7.9cvs14
3556 * src/gtk/foldersort.c
3557 * src/gtk/foldersort.h
3558 fix labelling, 'change folder order' to 'change mailbox order'
3560 2011-04-23 [paul] 3.7.9cvs13
3563 fix bug #2409, 'Failed to compile under GCC 3.x : option
3564 -Wno-pointer-sign badly set in configure.ac'. mistakenly
3565 committed in 3.7.8cvs19
3567 2011-04-11 [paul] 3.7.9cvs12
3569 * src/plugins/trayicon/trayicon.c
3570 fix build bug: gtk_status_icon_set_title() is available
3571 since gtk 2.18.x not 2.14.x
3573 2011-04-11 [paul] 3.7.9cvs11
3576 updated by Páder Rezső
3578 2011-04-10 [colin] 3.7.9cvs10
3584 * src/editaddress_other_attributes_ldap.c
3586 * src/message_search.c
3587 * src/prefs_display_header.c
3588 * src/prefs_filtering_action.c
3589 * src/prefs_matcher.c
3591 * src/prefs_toolbar.c
3592 * src/summary_search.c
3593 * src/gtk/colorlabel.c
3594 * src/gtk/combobox.c
3595 * src/gtk/gtkcmoptionmenu.c
3596 * src/gtk/gtkshruler.c
3597 * src/gtk/gtkshruler.h
3598 * src/gtk/gtkutils.h
3599 * src/gtk/inputdialog.c
3600 * src/gtk/quicksearch.c
3601 Revert the whole pile of crap introduced in
3604 2011-04-10 [colin] 3.7.9cvs9
3608 * src/editaddress_other_attributes_ldap.c
3610 * src/message_search.c
3611 * src/prefs_display_header.c
3612 * src/prefs_matcher.c
3613 * src/prefs_toolbar.c
3614 * src/summary_search.c
3615 * src/gtk/combobox.c
3616 * src/gtk/gtkutils.h
3617 * src/gtk/inputdialog.c
3618 * src/gtk/quicksearch.c
3619 Finish fun with combo boxes. (hopefully)
3621 2011-04-10 [colin] 3.7.9cvs8
3624 * src/prefs_filtering_action.c
3625 * src/gtk/combobox.c
3626 * src/gtk/gtkshruler.c
3627 * src/gtk/gtkshruler.h
3628 More undeprecation. GTKSHRuler is #if'ed out. We can
3629 still decide to maintain the old GtkRuler widget in-tree
3630 if the lack of ruler in Compose window is too
3633 2011-04-10 [colin] 3.7.9cvs7
3638 * src/editaddress_other_attributes_ldap.c
3639 * src/message_search.c
3640 * src/prefs_display_header.c
3641 * src/prefs_filtering_action.c
3643 * src/prefs_toolbar.c
3644 * src/summary_search.c
3645 * src/gtk/colorlabel.c
3646 * src/gtk/combobox.c
3647 * src/gtk/gtkcmoptionmenu.c
3648 * src/gtk/gtkutils.h
3649 More comboboxtext undeprecation
3651 2011-04-10 [colin] 3.7.9cvs6
3656 2011-04-10 [colin] 3.7.9cvs5
3661 2011-04-10 [colin] 3.7.9cvs4
3664 * src/editaddress_other_attributes_ldap.c
3665 * src/message_search.c
3666 * src/prefs_display_header.c
3667 * src/prefs_filtering_action.c
3669 * src/prefs_toolbar.c
3670 * src/summary_search.c
3671 * src/gtk/combobox.c
3672 * src/gtk/gtkutils.h
3673 gtk_combo_box_*_text() is deprecated, and
3674 gtk_combo_box_text_*() is the new hotness.
3676 2011-04-10 [colin] 3.7.9cvs3
3684 * src/gtk/gtkvscrollbutton.c
3685 * src/gtk/gtkvscrollbutton.h
3686 s/GtkFunction/GSourceFunc
3688 2011-04-10 [colin] 3.7.9cvs2
3691 Use gtkut_window_popup() to work around a bug in Gnome Shell.
3692 This is the patch from bug #2396, it should be innocuous even
3693 if that's useless to do deiconify + present window...
3695 2011-04-09 [paul] 3.7.9cvs1
3697 * src/prefs_summaries.c
3698 fix typo in string. (thanks, Brad!)
3700 2011-04-09 [paul] 3.7.9
3706 2011-04-09 [paul] 3.7.8cvs78
3716 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
3717 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
3720 2011-04-09 [colin] 3.7.8cvs77
3723 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
3724 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
3725 encoding filename. Hooray for stupid.
3727 2011-04-08 [colin] 3.7.8cvs76
3730 Fix action Stop: if child does not react to SIGTERM, it'll
3731 probably start behaving when it'll get a SIGKILL on the user's
3732 second press on Stop.
3733 Fixes bug #2237, "User action makes Claws unresponsive".
3735 2011-04-08 [colin] 3.7.8cvs75
3740 * src/folder_item_prefs.c
3741 * src/folder_item_prefs.h
3742 * src/prefs_account.c
3743 Fix bug #2382, "folderitemrc not updated when account
3744 name is changed". Indeed, this wasn't done.
3746 2011-04-08 [wwp] 3.7.8cvs74
3749 Add support for quoted values (*="value").
3750 This commonly fixes a trailing quote appearing to filenames
3751 sent by iphone Mail (not sure if it's culprit at all, though).
3753 2011-04-08 [colin] 3.7.8cvs73
3756 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
3757 caused by attachments with extended chars in the file name". Patch
3758 derived from a patch bt Fabien Keil
3760 2011-04-05 [wwp] 3.7.8cvs72
3763 A debug string not to translate.
3765 2011-04-03 [colin] 3.7.8cvs71
3767 * src/common/utils.h
3768 Fix bug #2394, "backtrace() crashes on FreeBSD"
3769 That's not the first bug-report where internal
3770 debug-only backtrace() crashes on FreeBSD.
3772 2011-04-03 [colin] 3.7.8cvs70
3775 Fix bug #2365 again, "Crash when auto-scrolling headers in
3777 Batch-mode compose windows (from filtering actions) shouldn't
3778 try to access stuff after flushing events...
3780 2011-03-31 [paul] 3.7.8cvs69
3783 update as gtk >= 2.10 now required
3784 (because I'll never remember to do this later)
3786 2011-03-26 [paul] 3.7.8cvs68
3789 fix separators in Go To menu
3791 2011-03-20 [colin] 3.7.8cvs67
3794 Drop the *_DISABLE_DEPRECATED. We'll put them back
3795 when we'll have time to handle them
3797 2011-03-18 [paul] 3.7.8cvs66
3800 make user-facing message more accurate -
3801 'Network Log' not 'View Log'
3803 2011-03-17 [wwp] 3.7.8cvs65
3806 Fix a typo around plural form, as reported by
3809 2011-03-15 [colin] 3.7.8cvs64
3814 Fix bug #2381, "Support for NetworkManager 0.9".
3815 Patch by Mikhail Efremov
3817 2011-03-04 [colin] 3.7.8cvs63