1 2013-03-14 [colin] 3.9.0cvs125
3 * src/plugins/fancy/fancy_viewer.c
4 Remove some crashy calls (wonder why.)
6 2013-03-13 [colin] 3.9.0cvs124
8 * src/plugins/fancy/Makefile.am
9 * src/plugins/fancy/claws.def
10 * src/plugins/fancy/plugin.def
11 * src/plugins/fancy/version.rc
12 Preparing for win32 Fancy port
14 2013-03-13 [colin] 3.9.0cvs123
16 * src/plugins/fancy/fancy_viewer.h
19 2013-03-13 [mones] 3.9.0cvs122
21 * src/plugins/pdf_viewer/poppler_viewer.c
22 Fix crash closing PDF information alert panel and use
23 a better label than the plugin name for the dialog
25 2013-03-13 [colin] 3.9.0cvs121
27 * src/plugins/fancy/fancy_prefs.c
30 2013-03-13 [colin] 3.9.0cvs120
32 * src/plugins/fancy/fancy_prefs.c
33 * src/plugins/fancy/fancy_prefs.h
34 * src/plugins/fancy/fancy_viewer.c
35 * src/plugins/fancy/fancy_viewer.h
36 Fix whitespace and indentation
38 2013-03-13 [colin] 3.9.0cvs119
40 * src/plugins/fancy/fancy_prefs.c
41 * src/plugins/fancy/fancy_prefs.h
42 * src/plugins/fancy/fancy_viewer.c
43 * src/plugins/fancy/fancy_viewer.h
44 More rework of the options to make things clear.
45 Also, make Enable remote content actually do what
48 2013-03-13 [colin] 3.9.0cvs118
51 Fix w32 build where apparently 'small' is a reserved
53 * src/plugins/perl/tools/Makefile.am
56 2013-03-13 [mones] 3.9.0cvs117
60 Forgotten tool is not needed anymore, bye bye html2ps.
62 2013-03-13 [colin] 3.9.0cvs116
64 * src/plugins/fancy/Makefile.am
65 * src/plugins/fancy/fancy_viewer.c
66 Fix bug #2980, "html2ps required...". Use standard GtkPrint
68 2013-03-13 [colin] 3.9.0cvs115
70 * src/plugins/fancy/fancy_prefs.c
71 * src/plugins/fancy/fancy_prefs.h
72 * src/plugins/fancy/fancy_viewer.c
73 * src/plugins/fancy/fancy_viewer.h
74 Untangle prefs handling, untangle open in browser
75 and move back to Enable remote content instead of
76 Enable inner navigation.
78 2013-03-13 [mones] 3.9.0cvs114
82 Some minor fix and an always forgotten support tool...
83 Fortunately our users keep reminding us they really use
84 all those features, thanks to all of them :-)
86 2013-03-12 [wwp] 3.9.0cvs113
89 Remove stuff committed unexpectedly (you're now reading my words, you understand
90 what you read, you never found that I've committed stuff accidentally, never, and
91 now you can get back to normal activities, you will never remember this),
94 2013-03-12 [wwp] 3.9.0cvs112
97 Fix 'edit accounts' windows going backward when leaving an
98 'account preferences' window, by focusing this window again.
100 2013-03-09 [mones] 3.9.0cvs111
103 Update required GTK+ version and configure plugin flags
106 Remove unnecessary checks, newer keysyms are already
107 included by gtkutils.h if needed
109 2013-03-08 [paul] 3.9.0cvs110
112 fix outputting config dir value at end of configure
114 2013-03-07 [colin] 3.9.0cvs109
116 * src/plugins/fancy/fancy_prefs.c
117 And make Open External default to true :)
119 2013-03-07 [paul] 3.9.0cvs108
121 * src/plugins/fancy/fancy_prefs.c
122 make "enable_inner_navigation" default to FALSE
124 2013-03-06 [colin] 3.9.0cvs107
126 * src/plugins/fancy/fancy_prefs.c
127 * src/plugins/fancy/fancy_prefs.h
128 * src/plugins/fancy/fancy_viewer.c
129 * src/plugins/fancy/fancy_viewer.h
130 Fix bug #2882, "Reverse preference for external content"
131 "Block external content" was the only negative preference
132 along the other "Enable ..." positive ones, but also had
133 several shortcomings, in that it only blocked user-
134 requested interactions, like
135 - prevent clicking on links
136 - prevent right-click/Download link
137 - prevent right-click/Save image
139 - prevent auto download of images (that's controlled by
141 - prevent auto download of javascript (that's controlled
143 - prevent auto download of applets (that's controlled by
145 - prevent auto download of css (that can't be disabled)
146 New preference to replace it is "Enable inner navigation"
147 and allows to control whether one can click on links to
148 navigate inside Fancy viewer. If disabled and "Open in
149 external browser" is set, links will be opened in external
150 browser; else nothing will happen. In any state of these
151 preferences, right-clicking and choosing "Open in viewer"
152 or "Open in browser" will do what asked.
154 2013-03-06 [colin] 3.9.0cvs106
156 * src/plugins/fancy/fancy_viewer.c
157 Make options setting clearer
159 2013-02-28 [mones] 3.9.0cvs105
162 * src/plugins/perl/Makefile.am
163 * src/plugins/perl/cm_perl.pod
164 * src/plugins/perl/tools/.cvsignore
165 * src/plugins/perl/tools/Makefile.am
166 * src/plugins/perl/tools/insert_perl.pl
167 * src/plugins/perl/tools/matcherrc2perlfilter.pl
168 Make perl plugin tools and manpage available into
169 distribution tarball.
171 2013-02-27 [mones] 3.9.0cvs104
174 Updated plugin list, now they are integrated.
175 Added missing items to hidden properties list.
177 2013-02-26 [wwp] 3.9.0cvs103
180 Fix wrong message, as message could have been moved to another folder
181 and not trashed (it could have also be deleted without staying in trash,
182 but that's a piece of detail, and while we're at it, the message could also
183 have vanished into another dimension or be now part of the twilight zone
184 but we should not always tell the truth to users. At last, and to be
185 exhaustive, the message could have disappeared because of a technical
186 issue which doesn't imply user action and none of the above mentions. One
187 would say that the message could also have never existed, but it's another
190 2013-02-24 [colin] 3.9.0cvs102
192 * src/plugins/vcalendar/libical/libical/Makefile.am
193 Fix build without vcalendar
195 2013-02-23 [paul] 3.9.0cvs101
198 escape filename/description text, prevents error if, e.g., the
199 filename contains an ampersand
201 2013-02-22 [colin] 3.9.0cvs100
206 Fix bug #2702, "Support splitting subject line for small screen
207 layout". Patch by Ben Deering.
209 2013-02-21 [paul] 3.9.0cvs99
212 add he to ALL_LINGUAS
214 2013-02-20 [colin] 3.9.0cvs98
219 2013-02-20 [colin] 3.9.0cvs97
221 * src/plugins/att_remover/claws.def
222 * src/plugins/fetchinfo/claws.def
223 * src/plugins/spam_report/claws.def
224 Add more needed symbols
226 2013-02-20 [colin] 3.9.0cvs96
228 * src/plugins/att_remover/Makefile.am
229 * src/plugins/fetchinfo/Makefile.am
230 * src/plugins/spam_report/Makefile.am
231 Fix missed parts for w32
233 2013-02-20 [colin] 3.9.0cvs95
236 * src/plugins/address_keeper/claws.def
237 * src/plugins/att_remover/Makefile.am
238 * src/plugins/att_remover/claws.def
239 * src/plugins/att_remover/plugin.def
240 * src/plugins/att_remover/version.rc
241 * src/plugins/clamd/libclamd/Makefile.am
242 * src/plugins/fetchinfo/Makefile.am
243 * src/plugins/fetchinfo/claws.def
244 * src/plugins/fetchinfo/plugin.def
245 * src/plugins/fetchinfo/version.rc
246 * src/plugins/mailmbox/Makefile.am
247 * src/plugins/mailmbox/claws.def
248 * src/plugins/mailmbox/plugin.def
249 * src/plugins/mailmbox/version.rc
250 * src/plugins/notification/gtkhotkey/Makefile.am
251 * src/plugins/spam_report/Makefile.am
252 * src/plugins/spam_report/claws.def
253 * src/plugins/spam_report/plugin.def
254 * src/plugins/spam_report/spam_report.c
255 * src/plugins/spam_report/version.rc
256 Win32 build fixes (and add of address_keeper, att_remover,
257 fetchinfo and spam_report)
259 2013-02-20 [paul] 3.9.0cvs94
262 a little more report layout tweaking
264 2013-02-20 [colin] 3.9.0cvs93
266 * src/common/plugin.c
267 Auto fix plugin names ending in "_plugin"
269 2013-02-20 [colin] 3.9.0cvs92
271 * src/plugins/gdata/Makefile.am
274 2013-02-20 [colin] 3.9.0cvs91
276 * src/plugins/fetchinfo/Makefile.am
277 * src/plugins/notification/Makefile.am
278 * src/plugins/perl/Makefile.am
279 * src/plugins/python/Makefile.am
280 Drop _plugin from the plugin's filename
282 2013-02-20 [colin] 3.9.0cvs90
285 Group core's --{en,dis}able switches
287 2013-02-20 [colin] 3.9.0cvs89
292 2013-02-20 [colin] 3.9.0cvs88
296 Don't check for GNOME2 when we want to check for
297 gtk-update-icon-cache; Typo fix
299 2013-02-20 [colin] 3.9.0cvs87
301 * src/plugins/Makefile.am
302 * src/plugins/acpi_notifier/Makefile.am
303 * src/plugins/address_keeper/Makefile.am
304 * src/plugins/archive/Makefile.am
305 * src/plugins/att_remover/Makefile.am
306 * src/plugins/attachwarner/Makefile.am
307 * src/plugins/bogofilter/Makefile.am
308 * src/plugins/bsfilter/Makefile.am
309 * src/plugins/clamd/Makefile.am
310 * src/plugins/demo/Makefile.am
311 * src/plugins/fancy/Makefile.am
312 * src/plugins/fetchinfo/Makefile.am
313 * src/plugins/gdata/Makefile.am
314 * src/plugins/mailmbox/Makefile.am
315 * src/plugins/newmail/Makefile.am
316 * src/plugins/notification/Makefile.am
317 * src/plugins/pdf_viewer/Makefile.am
318 * src/plugins/perl/Makefile.am
319 * src/plugins/pgpcore/Makefile.am
320 * src/plugins/pgpinline/Makefile.am
321 * src/plugins/pgpmime/Makefile.am
322 * src/plugins/python/Makefile.am
323 * src/plugins/rssyl/Makefile.am
324 * src/plugins/smime/Makefile.am
325 * src/plugins/spam_report/Makefile.am
326 * src/plugins/spamassassin/Makefile.am
327 * src/plugins/tnef_parse/Makefile.am
328 * src/plugins/vcalendar/Makefile.am
329 Change automake conditionals so that all plugins subdirectories
330 are included, but nothing built in disabled plugins. Fixes make
331 dist with some plugins --disabled.
333 2013-02-20 [colin] 3.9.0cvs86
336 * src/plugins/fancy/fancy_viewer.h
337 Fix build for Fancy and vCalendar
339 2013-02-20 [colin] 3.9.0cvs85
342 Rework plugin enabling logic. More clean!
343 * src/plugins/fancy/fancy_viewer.c
344 * src/plugins/fancy/fancy_viewer.h
345 * src/plugins/spam_report/spam_report.c
346 Make curl dependancy mandatory
347 * src/plugins/notification/notification_plugin.c
348 Fix build with every possible thing disabled
349 * src/plugins/notification/Makefile.am
350 * src/plugins/notification/gtkhotkey/.cvsignore
351 * src/plugins/notification/gtkhotkey/Makefile.am
352 * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
353 * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
354 * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
355 * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
356 * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
357 * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
358 * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
359 * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
360 * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
361 * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
362 * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
363 * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
364 * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
365 * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
366 * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
367 * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
368 * src/plugins/notification/gtkhotkey/gtkhotkey.h
369 * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
370 * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
371 * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
372 * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
373 Re-add hotkey support
374 * src/plugins/spam_report/Makefile.am
375 * src/plugins/tnef_parse/Makefile.am
378 2013-02-20 [colin] 3.9.0cvs84
382 * src/plugins/Makefile.am
383 * src/plugins/dillo_viewer/.cvsignore
384 * src/plugins/dillo_viewer/Makefile.am
385 * src/plugins/dillo_viewer/README
386 * src/plugins/dillo_viewer/dillo_prefs.c
387 * src/plugins/dillo_viewer/dillo_prefs.h
388 * src/plugins/dillo_viewer/dillo_viewer.c
389 * src/plugins/trayicon/.cvsignore
390 * src/plugins/trayicon/Makefile.am
391 * src/plugins/trayicon/README
392 * src/plugins/trayicon/trayicon.c
393 * src/plugins/trayicon/trayicon_prefs.c
394 * src/plugins/trayicon/trayicon_prefs.h
395 * src/plugins/trayicon/libeggtrayicon/.cvsignore
396 Drop trayicon and dillo_viewer
398 2013-02-20 [colin] 3.9.0cvs83
401 * src/plugins/Makefile.am
402 * src/plugins/spam_report/.cvsignore
403 * src/plugins/spam_report/Makefile.am
404 * src/plugins/spam_report/placeholder.txt
405 * src/plugins/spam_report/spam_report.c
406 * src/plugins/spam_report/spam_report_prefs.c
407 * src/plugins/spam_report/spam_report_prefs.h
408 * src/plugins/tnef_parse/.cvsignore
409 * src/plugins/tnef_parse/Makefile.am
410 * src/plugins/tnef_parse/claws.def
411 * src/plugins/tnef_parse/mapi.h
412 * src/plugins/tnef_parse/mapidefs.h
413 * src/plugins/tnef_parse/mapitags.h
414 * src/plugins/tnef_parse/placeholder.txt
415 * src/plugins/tnef_parse/plugin.def
416 * src/plugins/tnef_parse/tnef-errors.h
417 * src/plugins/tnef_parse/tnef-types.h
418 * src/plugins/tnef_parse/tnef_dump.c
419 * src/plugins/tnef_parse/tnef_dump.h
420 * src/plugins/tnef_parse/tnef_parse.c
421 * src/plugins/tnef_parse/version.rc
422 * src/plugins/tnef_parse/ytnef.c
423 * src/plugins/tnef_parse/ytnef.h
424 Add tnef_parse and spam_report
426 2013-02-20 [colin] 3.9.0cvs82
428 * src/plugins/bogofilter/Makefile.am
429 * src/plugins/clamd/Makefile.am
430 * src/plugins/demo/Makefile.am
431 * src/plugins/dillo_viewer/Makefile.am
432 * src/plugins/fancy/Makefile.am
433 * src/plugins/fetchinfo/Makefile.am
434 * src/plugins/gdata/Makefile.am
435 * src/plugins/mailmbox/Makefile.am
436 * src/plugins/newmail/Makefile.am
437 * src/plugins/notification/Makefile.am
438 * src/plugins/pdf_viewer/Makefile.am
439 * src/plugins/perl/Makefile.am
440 * src/plugins/python/Makefile.am
441 * src/plugins/spamassassin/Makefile.am
442 * src/plugins/trayicon/Makefile.am
443 * src/plugins/vcalendar/libical/libical/Makefile.am
444 Fix out-of-tree build
446 2013-02-19 [colin] 3.9.0cvs81
449 Fix inverted logic in a few plugins
451 2013-02-18 [mones] 3.9.0cvs80
453 * src/plugins/notification/Makefile.am
454 * src/plugins/pdf_viewer/Makefile.am
455 * src/plugins/python/Makefile.am
456 Allow 'make dist' to generate a nice tarball
458 2013-02-18 [wwp] 3.9.0cvs79
460 * src/plugins/clamd/libclamd/.cvsignore
461 Add one more .cvsignore file.
463 2013-02-18 [wwp] 3.9.0cvs78
465 * src/plugins/clamd/libclamd/.cvsignore
466 One more .cvsignore file.
468 2013-02-18 [wwp] 3.9.0cvs77
470 * src/plugins/clamd/.cvsignore
471 * src/plugins/clamd/libclamd/.cvsignore
472 * src/plugins/fetchinfo/.cvsignore
473 * src/plugins/gdata/.cvsignore
474 * src/plugins/mailmbox/.cvsignore
475 * src/plugins/newmail/.cvsignore
476 * src/plugins/notification/.cvsignore
477 * src/plugins/pdf_viewer/.cvsignore
478 * src/plugins/perl/.cvsignore
479 * src/plugins/python/.cvsignore
480 Silent up stuff a bit.
482 2013-02-17 [colin] 3.9.0cvs76
484 * src/plugins/notification/Makefile.am
485 * src/plugins/notification/notification_banner.c
486 * src/plugins/notification/notification_banner.h
487 * src/plugins/notification/notification_command.c
488 * src/plugins/notification/notification_command.h
489 * src/plugins/notification/notification_core.c
490 * src/plugins/notification/notification_foldercheck.c
491 * src/plugins/notification/notification_foldercheck.h
492 * src/plugins/notification/notification_hotkeys.c
493 * src/plugins/notification/notification_hotkeys.h
494 * src/plugins/notification/notification_indicator.c
495 * src/plugins/notification/notification_indicator.h
496 * src/plugins/notification/notification_lcdproc.c
497 * src/plugins/notification/notification_lcdproc.h
498 * src/plugins/notification/notification_plugin.c
499 * src/plugins/notification/notification_plugin.h
500 * src/plugins/notification/notification_popup.c
501 * src/plugins/notification/notification_popup.h
502 * src/plugins/notification/notification_prefs.c
503 * src/plugins/notification/notification_prefs.h
504 * src/plugins/notification/notification_trayicon.c
505 * src/plugins/notification/notification_trayicon.h
506 Activate and fix notification (without libindicate)
508 2013-02-17 [colin] 3.9.0cvs75
510 * src/plugins/Makefile.am
511 * src/plugins/archive/Makefile.am
512 * src/plugins/clamd/Makefile.am
513 * src/plugins/clamd/clamav_plugin.c
514 * src/plugins/clamd/clamav_plugin.h
515 * src/plugins/clamd/clamav_plugin_gtk.c
516 * src/plugins/clamd/placeholder.txt
517 * src/plugins/clamd/libclamd/Makefile.am
518 * src/plugins/clamd/libclamd/clamd-plugin.c
519 * src/plugins/clamd/libclamd/clamd-plugin.h
520 * src/plugins/fetchinfo/Makefile.am
521 * src/plugins/fetchinfo/fetchinfo_plugin.c
522 * src/plugins/fetchinfo/fetchinfo_plugin.h
523 * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
524 * src/plugins/fetchinfo/placeholder.txt
525 * src/plugins/gdata/Makefile.am
526 * src/plugins/gdata/cm_gdata_contacts.c
527 * src/plugins/gdata/cm_gdata_contacts.h
528 * src/plugins/gdata/cm_gdata_prefs.c
529 * src/plugins/gdata/cm_gdata_prefs.h
530 * src/plugins/gdata/gdata_plugin.c
531 * src/plugins/gdata/gdata_plugin.h
532 * src/plugins/gdata/placeholder.txt
533 * src/plugins/geolocation/placeholder.txt
534 * src/plugins/gtkhtml2_viewer/placeholder.txt
535 * src/plugins/mailmbox/Makefile.am
536 * src/plugins/mailmbox/carray.c
537 * src/plugins/mailmbox/carray.h
538 * src/plugins/mailmbox/chash.c
539 * src/plugins/mailmbox/chash.h
540 * src/plugins/mailmbox/clist.c
541 * src/plugins/mailmbox/clist.h
542 * src/plugins/mailmbox/mailimf.c
543 * src/plugins/mailmbox/mailimf.h
544 * src/plugins/mailmbox/mailimf_types.c
545 * src/plugins/mailmbox/mailimf_types.h
546 * src/plugins/mailmbox/mailimf_types_helper.c
547 * src/plugins/mailmbox/mailimf_types_helper.h
548 * src/plugins/mailmbox/mailimf_write.c
549 * src/plugins/mailmbox/mailimf_write.h
550 * src/plugins/mailmbox/maillock.c
551 * src/plugins/mailmbox/maillock.h
552 * src/plugins/mailmbox/mailmbox.c
553 * src/plugins/mailmbox/mailmbox.h
554 * src/plugins/mailmbox/mailmbox_folder.c
555 * src/plugins/mailmbox/mailmbox_folder.h
556 * src/plugins/mailmbox/mailmbox_gtk.deps
557 * src/plugins/mailmbox/mailmbox_parse.c
558 * src/plugins/mailmbox/mailmbox_parse.h
559 * src/plugins/mailmbox/mailmbox_types.c
560 * src/plugins/mailmbox/mailmbox_types.h
561 * src/plugins/mailmbox/mmapstring.c
562 * src/plugins/mailmbox/mmapstring.h
563 * src/plugins/mailmbox/placeholder.txt
564 * src/plugins/mailmbox/plugin.c
565 * src/plugins/mailmbox/plugin_gtk.c
566 * src/plugins/mailmbox/plugin_gtk.h
567 * src/plugins/newmail/Makefile.am
568 * src/plugins/newmail/newmail.c
569 * src/plugins/newmail/placeholder.txt
570 * src/plugins/notification/Makefile.am
571 * src/plugins/notification/claws.def
572 * src/plugins/notification/notification_banner.c
573 * src/plugins/notification/notification_banner.h
574 * src/plugins/notification/notification_command.c
575 * src/plugins/notification/notification_command.h
576 * src/plugins/notification/notification_core.c
577 * src/plugins/notification/notification_core.h
578 * src/plugins/notification/notification_foldercheck.c
579 * src/plugins/notification/notification_foldercheck.h
580 * src/plugins/notification/notification_hotkeys.c
581 * src/plugins/notification/notification_hotkeys.h
582 * src/plugins/notification/notification_indicator.c
583 * src/plugins/notification/notification_indicator.h
584 * src/plugins/notification/notification_lcdproc.c
585 * src/plugins/notification/notification_lcdproc.h
586 * src/plugins/notification/notification_pixbuf.c
587 * src/plugins/notification/notification_pixbuf.h
588 * src/plugins/notification/notification_plugin.c
589 * src/plugins/notification/notification_plugin.h
590 * src/plugins/notification/notification_popup.c
591 * src/plugins/notification/notification_popup.h
592 * src/plugins/notification/notification_prefs.c
593 * src/plugins/notification/notification_prefs.h
594 * src/plugins/notification/notification_trayicon.c
595 * src/plugins/notification/notification_trayicon.h
596 * src/plugins/notification/placeholder.txt
597 * src/plugins/notification/plugin.def
598 * src/plugins/notification/raw_claws_mail_logo_64x64.h
599 * src/plugins/notification/version.rc
600 * src/plugins/pdf_viewer/Makefile.am
601 * src/plugins/pdf_viewer/doc_index.xpm
602 * src/plugins/pdf_viewer/doc_index_close.xpm
603 * src/plugins/pdf_viewer/doc_info.xpm
604 * src/plugins/pdf_viewer/first_arrow.xpm
605 * src/plugins/pdf_viewer/last_arrow.xpm
606 * src/plugins/pdf_viewer/left_arrow.xpm
607 * src/plugins/pdf_viewer/placeholder.txt
608 * src/plugins/pdf_viewer/poppler_viewer.c
609 * src/plugins/pdf_viewer/poppler_viewer.h
610 * src/plugins/pdf_viewer/right_arrow.xpm
611 * src/plugins/pdf_viewer/rotate_left.xpm
612 * src/plugins/pdf_viewer/rotate_right.xpm
613 * src/plugins/pdf_viewer/zoom_fit.xpm
614 * src/plugins/pdf_viewer/zoom_in.xpm
615 * src/plugins/pdf_viewer/zoom_out.xpm
616 * src/plugins/pdf_viewer/zoom_width.xpm
617 * src/plugins/perl/Makefile.am
618 * src/plugins/perl/perl_gtk.c
619 * src/plugins/perl/perl_gtk.h
620 * src/plugins/perl/perl_plugin.c
621 * src/plugins/perl/perl_plugin.h
622 * src/plugins/perl/placeholder.txt
623 * src/plugins/python/Makefile.am
624 * src/plugins/python/clawsmailmodule.c
625 * src/plugins/python/clawsmailmodule.h
626 * src/plugins/python/composewindowtype.c
627 * src/plugins/python/composewindowtype.h
628 * src/plugins/python/foldertype.c
629 * src/plugins/python/foldertype.h
630 * src/plugins/python/messageinfotype.c
631 * src/plugins/python/messageinfotype.h
632 * src/plugins/python/nodetype.c
633 * src/plugins/python/nodetype.h
634 * src/plugins/python/placeholder.txt
635 * src/plugins/python/python-hooks.c
636 * src/plugins/python/python-hooks.h
637 * src/plugins/python/python-shell.c
638 * src/plugins/python/python-shell.h
639 * src/plugins/python/python_plugin.c
640 * src/plugins/vcalendar/Makefile.in
641 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
642 notification, pdf_viewer, perl, python). Notification not yet
643 enabled because it has too much autoconf switches for my taste.
646 2013-02-16 [colin] 3.9.0cvs74
672 * src/plugins/Makefile.am
673 * src/plugins/archive/.cvsignore
674 * src/plugins/archive/Makefile.am
675 * src/plugins/archive/archiver.c
676 * src/plugins/archive/archiver.h
677 * src/plugins/archive/archiver_gtk.c
678 * src/plugins/archive/archiver_prefs.c
679 * src/plugins/archive/archiver_prefs.h
680 * src/plugins/archive/libarchive_archive.c
681 * src/plugins/archive/libarchive_archive.h
682 * src/plugins/archive/placeholder.txt
683 * src/plugins/att_remover/.cvsignore
684 * src/plugins/att_remover/Makefile.am
685 * src/plugins/att_remover/att_remover.c
686 * src/plugins/att_remover/placeholder.txt
687 * src/plugins/bsfilter/.cvsignore
688 * src/plugins/bsfilter/Makefile.am
689 * src/plugins/bsfilter/bsfilter.c
690 * src/plugins/bsfilter/bsfilter.h
691 * src/plugins/bsfilter/bsfilter_gtk.c
692 * src/plugins/bsfilter/claws.def
693 * src/plugins/bsfilter/placeholder.txt
694 * src/plugins/bsfilter/plugin.def
695 * src/plugins/bsfilter/version.rc
696 Add archive, att_remover, bsfilter
697 * src/plugins/vcalendar/Makefile.in
698 * src/plugins/vcalendar/libical/libical/icalversion.h
701 2013-02-16 [colin] 3.9.0cvs73
703 * src/plugins/Makefile.am
704 * src/plugins/acpi_notifier/Makefile.am
705 * src/plugins/acpi_notifier/acpi_notifier.c
706 * src/plugins/acpi_notifier/placeholder.txt
707 * src/plugins/address_keeper/Makefile.am
708 * src/plugins/address_keeper/address_keeper.c
709 * src/plugins/address_keeper/address_keeper.h
710 * src/plugins/address_keeper/address_keeper_prefs.c
711 * src/plugins/address_keeper/address_keeper_prefs.h
712 * src/plugins/address_keeper/claws.def
713 * src/plugins/address_keeper/placeholder.txt
714 * src/plugins/address_keeper/plugin.def
715 * src/plugins/address_keeper/version.rc
716 * src/plugins/attachwarner/Makefile.am
717 * src/plugins/attachwarner/attachwarner.c
718 * src/plugins/attachwarner/attachwarner.h
719 * src/plugins/attachwarner/attachwarner_prefs.c
720 * src/plugins/attachwarner/attachwarner_prefs.h
721 * src/plugins/attachwarner/claws.def
722 * src/plugins/attachwarner/placeholder.txt
723 * src/plugins/attachwarner/plugin.def
724 * src/plugins/attachwarner/version.rc
725 * src/plugins/vcalendar/libical/libical/icalversion.h
751 Now do acpi_notifier, attachwarner, address_keeper
753 2013-02-16 [colin] 3.9.0cvs72
780 Merge RSSyl's translations
782 2013-02-16 [colin] 3.9.0cvs71
785 Fix use-after-free (introduced in cvs61)
787 2013-02-16 [colin] 3.9.0cvs70
793 * src/common/w32_account.c
794 Add an hidden preference to set the Windows theme
795 * src/plugins/Makefile.am
796 * src/plugins/rssyl/Makefile.am
797 * src/plugins/rssyl/claws.def
798 * src/plugins/rssyl/date.c
799 * src/plugins/rssyl/date.h
800 * src/plugins/rssyl/feed.c
801 * src/plugins/rssyl/feed.h
802 * src/plugins/rssyl/feedprops.c
803 * src/plugins/rssyl/feedprops.h
804 * src/plugins/rssyl/opml.c
805 * src/plugins/rssyl/opml.h
806 * src/plugins/rssyl/parsers.c
807 * src/plugins/rssyl/parsers.h
808 * src/plugins/rssyl/placeholder.txt
809 * src/plugins/rssyl/plugin.c
810 * src/plugins/rssyl/plugin.def
811 * src/plugins/rssyl/rssyl.c
812 * src/plugins/rssyl/rssyl.h
813 * src/plugins/rssyl/rssyl_cb_gtk.c
814 * src/plugins/rssyl/rssyl_cb_gtk.h
815 * src/plugins/rssyl/rssyl_cb_menu.c
816 * src/plugins/rssyl/rssyl_cb_menu.h
817 * src/plugins/rssyl/rssyl_gtk.c
818 * src/plugins/rssyl/rssyl_gtk.h
819 * src/plugins/rssyl/rssyl_prefs.c
820 * src/plugins/rssyl/rssyl_prefs.h
821 * src/plugins/rssyl/strreplace.c
822 * src/plugins/rssyl/strreplace.h
823 * src/plugins/rssyl/version.rc
825 * src/plugins/vcalendar/Makefile.am
826 * src/plugins/vcalendar/Makefile.in
827 * src/plugins/vcalendar/plugin.c
828 * src/plugins/vcalendar/libical/libical/icalversion.h
831 2013-02-14 [paul] 3.9.0cvs69
836 2013-02-14 [colin] 3.9.0cvs68
840 * po/merge-po-from-plugin.sh
841 Add helper script to merge external plugins translations
866 Merge translations from fancy and vcalendar
868 2013-02-14 [colin] 3.9.0cvs67
873 2013-02-14 [colin] 3.9.0cvs66
875 * src/plugins/vcalendar/claws.def
876 * src/plugins/vcalendar/plugin.def
878 * src/plugins/vcalendar/libical/Makefile.in
879 * src/plugins/vcalendar/libical/design-data/Makefile.in
880 * src/plugins/vcalendar/libical/libical/Makefile.in
881 * src/plugins/vcalendar/libical/scripts/Makefile.in
882 Remove extraneous files
884 2013-02-13 [colin] 3.9.0cvs65
886 * src/plugins/address_dup_finder/placeholder.txt
887 * src/plugins/synce/placeholder.txt
888 Removed, deprecated plugins
889 * src/plugins/Makefile.am
890 * src/plugins/vcalendar/Makefile.am
891 * src/plugins/vcalendar/Makefile.in
892 * src/plugins/vcalendar/common-views.c
893 * src/plugins/vcalendar/common-views.h
894 * src/plugins/vcalendar/day-view.c
895 * src/plugins/vcalendar/icaltime_as_local.c
896 * src/plugins/vcalendar/icaltime_as_local.h
897 * src/plugins/vcalendar/month-view.c
898 * src/plugins/vcalendar/placeholder.txt
899 * src/plugins/vcalendar/plugin.c
900 * src/plugins/vcalendar/vcal_dbus.c
901 * src/plugins/vcalendar/vcal_dbus.h
902 * src/plugins/vcalendar/vcal_folder.c
903 * src/plugins/vcalendar/vcal_folder.h
904 * src/plugins/vcalendar/vcal_interface.h
905 * src/plugins/vcalendar/vcal_manager.c
906 * src/plugins/vcalendar/vcal_manager.h
907 * src/plugins/vcalendar/vcal_meeting_gtk.c
908 * src/plugins/vcalendar/vcal_meeting_gtk.h
909 * src/plugins/vcalendar/vcal_prefs.c
910 * src/plugins/vcalendar/vcal_prefs.h
911 * src/plugins/vcalendar/vcalendar.c
912 * src/plugins/vcalendar/vcalendar.h
913 * src/plugins/vcalendar/version.rc
914 * src/plugins/vcalendar/libical/.cvsignore
915 * src/plugins/vcalendar/libical/Makefile.am
916 * src/plugins/vcalendar/libical/Makefile.in
917 * src/plugins/vcalendar/libical/design-data/.cvsignore
918 * src/plugins/vcalendar/libical/design-data/Makefile.am
919 * src/plugins/vcalendar/libical/design-data/Makefile.in
920 * src/plugins/vcalendar/libical/design-data/parameters.csv
921 * src/plugins/vcalendar/libical/design-data/properties.csv
922 * src/plugins/vcalendar/libical/design-data/restrictions.csv
923 * src/plugins/vcalendar/libical/design-data/status.txt
924 * src/plugins/vcalendar/libical/design-data/value-types.csv
925 * src/plugins/vcalendar/libical/libical/.cvsignore
926 * src/plugins/vcalendar/libical/libical/Makefile.am
927 * src/plugins/vcalendar/libical/libical/Makefile.in
928 * src/plugins/vcalendar/libical/libical/icalattendee.c
929 * src/plugins/vcalendar/libical/libical/icalattendee.h
930 * src/plugins/vcalendar/libical/libical/icalcomponent.c
931 * src/plugins/vcalendar/libical/libical/icalcomponent.h
932 * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
933 * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
934 * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
935 * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
936 * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
937 * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
938 * src/plugins/vcalendar/libical/libical/icalduration.c
939 * src/plugins/vcalendar/libical/libical/icalduration.h
940 * src/plugins/vcalendar/libical/libical/icalenums.c
941 * src/plugins/vcalendar/libical/libical/icalenums.h
942 * src/plugins/vcalendar/libical/libical/icalerror.c
943 * src/plugins/vcalendar/libical/libical/icalerror.h
944 * src/plugins/vcalendar/libical/libical/icallangbind.c
945 * src/plugins/vcalendar/libical/libical/icallangbind.h
946 * src/plugins/vcalendar/libical/libical/icallexer.l
947 * src/plugins/vcalendar/libical/libical/icalmemory.c
948 * src/plugins/vcalendar/libical/libical/icalmemory.h
949 * src/plugins/vcalendar/libical/libical/icalmime.c
950 * src/plugins/vcalendar/libical/libical/icalmime.h
951 * src/plugins/vcalendar/libical/libical/icalparameter.c
952 * src/plugins/vcalendar/libical/libical/icalparameter.h
953 * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
954 * src/plugins/vcalendar/libical/libical/icalparser.c
955 * src/plugins/vcalendar/libical/libical/icalparser.h
956 * src/plugins/vcalendar/libical/libical/icalperiod.c
957 * src/plugins/vcalendar/libical/libical/icalperiod.h
958 * src/plugins/vcalendar/libical/libical/icalproperty.c
959 * src/plugins/vcalendar/libical/libical/icalproperty.h
960 * src/plugins/vcalendar/libical/libical/icalrecur.c
961 * src/plugins/vcalendar/libical/libical/icalrecur.h
962 * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
963 * src/plugins/vcalendar/libical/libical/icalrestriction.h
964 * src/plugins/vcalendar/libical/libical/icaltime.c
965 * src/plugins/vcalendar/libical/libical/icaltime.h
966 * src/plugins/vcalendar/libical/libical/icaltypes.c
967 * src/plugins/vcalendar/libical/libical/icaltypes.h
968 * src/plugins/vcalendar/libical/libical/icalvalue.c
969 * src/plugins/vcalendar/libical/libical/icalvalue.h
970 * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
971 * src/plugins/vcalendar/libical/libical/icalversion.h
972 * src/plugins/vcalendar/libical/libical/icalversion.h.in
973 * src/plugins/vcalendar/libical/libical/icalyacc.output
974 * src/plugins/vcalendar/libical/libical/icalyacc.y
975 * src/plugins/vcalendar/libical/libical/pvl.c
976 * src/plugins/vcalendar/libical/libical/pvl.h
977 * src/plugins/vcalendar/libical/libical/sspm.c
978 * src/plugins/vcalendar/libical/libical/sspm.h
979 * src/plugins/vcalendar/libical/libical/vsnprintf.c
980 * src/plugins/vcalendar/libical/scripts/.cvsignore
981 * src/plugins/vcalendar/libical/scripts/Makefile.am
982 * src/plugins/vcalendar/libical/scripts/Makefile.in
983 * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
984 * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
985 * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
986 * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
987 * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
988 * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
989 * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
990 * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
993 2013-02-13 [colin] 3.9.0cvs64
995 * src/plugins/acpi_notifier/placeholder.txt
996 * src/plugins/address_dup_finder/placeholder.txt
997 * src/plugins/address_keeper/placeholder.txt
998 * src/plugins/archive/placeholder.txt
999 * src/plugins/att_remover/placeholder.txt
1000 * src/plugins/attachwarner/placeholder.txt
1001 * src/plugins/bsfilter/placeholder.txt
1002 * src/plugins/clamd/placeholder.txt
1003 * src/plugins/fetchinfo/placeholder.txt
1004 * src/plugins/gdata/placeholder.txt
1005 * src/plugins/geolocation/placeholder.txt
1006 * src/plugins/gtkhtml2_viewer/placeholder.txt
1007 * src/plugins/mailmbox/placeholder.txt
1008 * src/plugins/newmail/placeholder.txt
1009 * src/plugins/notification/placeholder.txt
1010 * src/plugins/pdf_viewer/placeholder.txt
1011 * src/plugins/perl/placeholder.txt
1012 * src/plugins/python/placeholder.txt
1013 * src/plugins/rssyl/placeholder.txt
1014 * src/plugins/spam_report/placeholder.txt
1015 * src/plugins/synce/placeholder.txt
1016 * src/plugins/tnef_parse/placeholder.txt
1017 * src/plugins/vcalendar/placeholder.txt
1018 Add temporary placeholders for ex-extra-plugins to be
1021 2013-02-13 [paul] 3.9.0cvs63
1023 * src/plugins/fancy/Makefile.am
1024 no need for EXTRA_DIST
1026 2013-02-13 [paul] 3.9.0cvs62
1030 * src/plugins/Makefile.am
1031 * src/plugins/fancy/Makefile.am
1032 * src/plugins/fancy/fancy_prefs.c
1033 * src/plugins/fancy/fancy_prefs.h
1034 * src/plugins/fancy/fancy_viewer.c
1035 * src/plugins/fancy/fancy_viewer.h
1036 move the Fancy plugin into core
1038 2013-02-11 [paul] 3.9.0cvs61
1041 use the Delete key to remove colour label accels (same as everywhere else).
1042 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
1044 2013-01-26 [mir] 3.9.0cvs60
1046 * tools/vcard2xml.py
1048 1) Lines split over more than one line breaks parser
1049 2) Get email addres correct. Not only email;internet
1051 1) Basic handling of vcard 3.0
1054 2013-01-23 [colin] 3.9.0cvs59
1057 * src/common/utils.c
1058 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
1060 2013-01-23 [colin] 3.9.0cvs58
1063 Fix bug #2863, "Applying has_attachment quicksearch
1066 2013-01-21 [paul] 3.9.0cvs57
1070 fix bug 2862, 'Segmentation fault when replying to a
1071 message where the "code conversion" fails'. add support
1072 for X-VIET-VPS encoding
1074 2013-01-21 [paul] 3.9.0cvs56
1078 promote the users' ml on the About/Info tab
1080 2013-01-09 [paul] 3.9.0cvs55
1082 * doc/man/claws-mail.1
1084 update copyright year
1086 2013-01-09 [paul] 3.9.0cvs54
1088 * src/gtk/gtkaspell.c
1089 fix sensitivity of 'Use both dictionaries' in compose window
1091 2013-01-09 [mir] 3.9.0cvs53
1093 * tools/vcard2xml.py
1094 Fix missing file encoding info.
1095 See -> http://www.python.org/dev/peps/pep-0263/
1098 2013-01-08 [mones] 3.9.0cvs52
1100 * claws-mail.desktop
1101 Added Swedish translation by Andreas Rönnquist
1103 2012-12-20 [colin] 3.9.0cvs51
1106 Fix crash on action error;
1107 Fix trimming of leading spaces in actions
1109 2012-12-19 [colin] 3.9.0cvs50
1114 Make LDAP over SSL work on Win32 - but not TLS,
1115 unfortunately. Also, it requires the certificate
1118 2012-12-16 [colin] 3.9.0cvs49
1121 Add missing \n at end of the return receipt last part's headers.
1123 2012-12-15 [paul] 3.9.0cvs48
1126 fix bug 2832, 'mail to from adress-book splitt names'
1128 2012-12-12 [colin] 3.9.0cvs47
1131 Port to g_spawn API and make actions work better on Win32
1135 2012-12-12 [ticho] 3.9.0cvs46
1138 Move focus to body textview when subject entry is activated
1139 (Enter key pressed) in compose window.
1141 2012-12-10 [mones] 3.9.0cvs45
1144 Fix bug #2835 (core part) to allow NULL names which
1147 2012-12-07 [colin] 3.9.0cvs44
1150 Try to fix strange crash in nntp_ping/session_destroy...
1152 2012-12-06 [mones] 3.9.0cvs43
1155 * tools/gif2xface.pl
1156 * tools/outlook2claws-mail.pl
1157 Fix address not working since years ago
1159 2012-12-05 [mones] 3.9.0cvs42
1162 Do not set to NULL string preferences which have "" as
1165 2012-12-05 [colin] 3.9.0cvs41
1168 Nullify xcred pointer like the other ones
1170 2012-12-03 [wwp] 3.9.0cvs40
1174 Avoid any possible confusion: 0 is not a neutral value when passed
1175 to main_window_get_mask() - use -1 instead, even in those cases we
1178 2012-12-03 [wwp] 3.9.0cvs39
1181 Fix sensitivity of next-unread toolbar button.
1183 2012-12-03 [colin] 3.9.0cvs38
1185 * src/common/utils.c
1186 Fix following relative symlinks
1188 2012-12-02 [colin] 3.9.0cvs37
1191 Of course you can't, Windows. Of course...
1193 2012-12-02 [colin] 3.9.0cvs36
1196 Move control sockets inside their own directory,
1197 $TMPDIR/claws-mail-$UID/, and name them after the configuration directory md5 hash. That allows
1198 - cleaner separation of sockets and config dirs in
1199 case of alternate config directories
1200 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1201 exists as a socket, use it to control the running entity
1202 - backwards migration is handled: starting an old Claws Mail
1203 version will bail out as creating the legacy socket won't
1205 - migration for alternate-config-dirs is not handled, which
1206 could be mentioned in release notes.
1207 Fixes bug #2828, "Use MD5 digest for socket name"
1209 2012-12-01 [colin] 3.9.0cvs35
1211 * src/common/utils.c
1212 As usual, Windows is a little bit different
1213 (you have to love it the same as the normal OSes...)
1215 2012-12-01 [colin] 3.9.0cvs34
1217 * src/common/utils.c
1218 * src/common/utils.h
1219 Add a canonicalizer function and use it to
1220 canonicalize rc_dir.
1222 2012-11-30 [mones] 3.9.0cvs33
1224 * src/common/plugin.c
1225 Fixes #1137 completely, saving path-less plugins as is
1226 in config. With this patch user can edit plugin list on
1227 clawsrc and remove absolute paths from shared plugins,
1228 leaving only the "pluginname.so". Those will be tried to
1229 load from plugin dir of the loading core. Notice that
1230 those will also fail to load on older versions, and will
1231 probably be removed from your config without warning by
1234 2012-11-30 [wwp] 3.9.0cvs32
1240 Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1241 also fix list loop initializers.
1243 2012-11-30 [wwp] 3.9.0cvs31
1248 * src/send_message.c
1249 * src/send_message.h
1252 Add Message/Cancel sending (same as --cancel-sending), adds the
1253 relevant toolbar icon, and an extra cancel sending+receiving icon
1256 2012-11-29 [colin] 3.9.0cvs30
1259 Fix mask on a few menu items (thanks Ricardo!)
1261 2012-11-28 [wwp] 3.9.0cvs29
1267 Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1268 Complete toolbar_init(), which was missing few inits.
1270 2012-11-28 [colin] 3.9.0cvs28
1275 * src/etpan/nntp-thread.c
1276 Disconnect NNTP accounts too when switching offline
1278 2012-11-28 [colin] 3.9.0cvs27
1282 * src/common/session.c
1283 * src/common/session.h
1284 Add keep-alive pings on IMAP and NNTP
1286 2012-11-28 [colin] 3.9.0cvs26
1289 * src/etpan/imap-thread.c
1290 * src/etpan/imap-thread.h
1291 Try locale's charset and UTF-7 on server-side
1292 searches when UTF-8 fails. Also, don't even
1293 mention a charset if searching for an ASCII
1296 2012-11-27 [colin] 3.9.0cvs25
1301 2012-11-27 [colin] 3.9.0cvs24
1304 Fix bug #2826, "replace deprecated gnutls function"
1305 Patch by Christian Hesse
1307 2012-11-27 [colin] 3.9.0cvs23
1309 * src/gtk/manage_window.c
1310 Stop spamming logs with focus events.
1312 2012-11-27 [colin] 3.9.0cvs22
1315 * src/prefs_common.c
1316 * src/prefs_common.h
1317 Unsneak a work-in-progress patch that I mistakengly
1318 commited with a cleanup
1320 2012-11-27 [wwp] 3.9.0cvs21
1322 * doc/man/claws-mail.1
1324 * src/send_message.c
1325 * src/send_message.h
1326 Add --cancel-sending command-line switch.
1328 2012-11-23 [colin] 3.9.0cvs20
1334 * src/prefs_common.c
1335 * src/prefs_common.h
1337 * src/common/socket.c
1338 * src/common/socket.h
1340 * src/common/ssl_certificate.c
1341 * src/common/ssl_certificate.h
1342 * src/etpan/imap-thread.c
1343 * src/etpan/nntp-thread.c
1344 Cleanup some warnings and deprecated types. Patch by
1345 Christian Hesse, fixing bug #2617. Thanks!
1347 2012-11-23 [colin] 3.9.0cvs19
1351 Add Christian Hesse which was forgotten for some reason
1353 2012-11-21 [colin] 3.9.0cvs18
1355 * src/etpan/imap-thread.c
1356 Don't set charset on simple searches. Fixes Exchange 2007.
1358 2012-11-20 [colin] 3.9.0cvs17
1360 * src/prefs_matcher.c
1361 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1363 2012-11-20 [ticho] 3.9.0cvs16
1365 * src/gtk/prefswindow.c
1366 Actually allow folder preference pages which are in top level of
1367 page index UI to be selected.
1369 2012-11-20 [ticho] 3.9.0cvs15
1371 * src/prefs_folder_item.c
1372 Remove useless "Folder" root in page index of folder preferences UI.
1374 2012-11-18 [colin] 3.9.0cvs14
1380 * src/matcher_parser_parse.y
1381 * src/prefs_matcher.c
1383 * src/gtk/quicksearch.c
1384 Add age_{greater,lower}_hours matcher criteria
1385 Initial patch by Abhay S. Kushwaha.
1387 2012-11-18 [ticho] 3.9.0cvs13
1390 Improve i18n plural handling in a string used while
1391 importing from mbox.
1393 2012-11-16 [ticho] 3.9.0cvs12
1421 Update message catalogs to match changes in 3.9.0cvs11.
1423 2012-11-16 [ticho] 3.9.0cvs11
1426 * src/addrcustomattr.c
1428 * src/prefs_filtering.c
1429 * src/prefs_matcher.c
1430 * src/prefs_msg_colors.c
1434 * src/common/utils.c
1436 Use pgettext() and friends for i18n context strings, instead of
1437 having a pipe character in msgid for context separation. This uses
1438 glib's C_ macro, instead of Q_.
1440 2012-11-16 [colin] 3.9.0cvs10
1443 * src/prefs_actions.c
1444 * src/prefs_filtering_action.c
1445 * src/prefs_matcher.c
1447 * src/gtk/description_window.c
1448 * src/gtk/description_window.h
1449 * src/gtk/inputdialog.c
1450 * src/gtk/manage_window.c
1451 * src/gtk/quicksearch.c
1452 Try to better fix focus problems. Should address:
1457 Please check using your favorite WM that the following works:
1458 Information button (Quicksearch, Templates, 'Test' filtering
1460 Folder selection (Move/Copy contextual menu,
1461 various preferences, including 'New folder').
1462 Tested with XFCE, Gnome Shell and Windows.
1465 2012-11-16 [colin] 3.9.0cvs9
1470 2012-11-16 [colin] 3.9.0cvs8
1473 Fix missing initialisation of bool_and which could
1474 lead to From/To/Subject/Tag searches searching with
1476 Also clean up tag expansion. No need to create a
1477 matcher string and re-parse it.
1479 2012-11-16 [paul] 3.9.0cvs7
1482 fix by Thomas Bellmann
1484 2012-11-15 [colin] 3.9.0cvs6
1487 Fix bug #2785, "Marking mails for deletion reopens internal
1490 2012-11-15 [colin] 3.9.0cvs5
1494 * src/gtk/gtkcmclist.c
1495 * src/gtk/gtkcmclist.h
1496 a few more GTK+3 fixes. Segfaults on me, though.
1498 2012-11-15 [colin] 3.9.0cvs4
1510 * src/message_search.c
1511 * src/prefs_display_header.c
1512 * src/prefs_filtering_action.c
1513 * src/prefs_matcher.c
1515 * src/prefs_toolbar.c
1517 * src/stock_pixmap.c
1518 * src/summary_search.c
1521 * src/gtk/Makefile.am
1522 * src/gtk/colorlabel.c
1523 * src/gtk/combobox.c
1524 * src/gtk/combobox.h
1525 * src/gtk/gtkcmclist.c
1526 * src/gtk/gtkcmclist.h
1527 * src/gtk/gtkcmctree.c
1528 * src/gtk/gtksctree.c
1529 * src/gtk/gtkshruler.c
1530 * src/gtk/gtkutils.c
1531 * src/gtk/gtkutils.h
1532 * src/gtk/inputdialog.c
1533 * src/gtk/quicksearch.c
1534 * src/plugins/pgpcore/Makefile.am
1535 * src/plugins/pgpinline/Makefile.am
1536 * src/plugins/pgpmime/Makefile.am
1537 * src/plugins/smime/Makefile.am
1538 Big GTK+3 patch from Hanno Meyer-Thurow
1540 2012-11-15 [wwp] 3.9.0cvs3
1542 * doc/man/claws-mail.1
1544 Add --cancel-receiving command-line switch.
1546 2012-11-15 [wwp] 3.9.0cvs2
1549 * src/gtk/sslcertwindow.c
1552 2012-11-15 [paul] 3.9.0cvs1
1557 updates from David Vachulka, Flammie Pirinen, and
1560 2012-11-14 [paul] 3.9.0
1566 2012-11-14 [paul] 3.8.1cvs123
1577 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1578 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1581 2012-11-14 [paul] 3.8.1cvs122
1587 2012-11-14 [colin] 3.8.1cvs121
1590 And fix warning with breaking functionality
1592 2012-11-14 [paul] 3.8.1cvs120
1595 revert this change from 3.8.1cvs60, it breaks
1598 2012-11-14 [colin] 3.8.1cvs119
1600 * src/common/plugin.c
1601 If plugin fails to load from absolute path, try from
1602 default plugin path.
1603 Fixes bug #1137, 'loading plugins with same profile on different archs'
1604 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1605 results in wrong paths in clawsrc'
1607 2012-11-12 [colin] 3.8.1cvs118
1610 Fix initial focus on textview. Fixes bug #2776,
1611 "Make all menu shortcuts work properly in the message window"
1613 2012-11-09 [colin] 3.8.1cvs117
1615 * src/etpan/imap-thread.c
1616 Specify search charset. Thanks to Aleksei Miheev
1618 2012-11-08 [colin] 3.8.1cvs116
1620 * src/common/socket.c
1621 * src/gtk/gtkutils.c
1622 Fix socket communication
1624 2012-11-08 [colin] 3.8.1cvs115
1626 * src/plugins/pgpcore/sgpgme.c
1627 Fix Windows runtime crash
1629 2012-11-08 [colin] 3.8.1cvs114
1631 * src/gtk/quicksearch.c
1632 Fix going active with NULL matchstring (for example
1633 when changing type before typing anything)
1635 2012-11-07 [colin] 3.8.1cvs113
1640 2012-11-06 [mones] 3.8.1cvs112
1642 * doc/man/claws-mail.1
1643 Sync with AUTHORS file
1644 * src/gtk/quicksearch.c
1645 Add number units where appropriate
1647 2012-10-31 [paul] 3.8.1cvs111
1649 * src/prefs_folder_item.c
1650 add missing closing bracket. thanks to Andreas Rönnquist.
1652 2012-10-31 [colin] 3.8.1cvs110
1654 * src/prefs_folder_item.c
1655 Fix prefs text and extra semi-colon. Thanks to Paul!
1657 2012-10-31 [colin] 3.8.1cvs109
1659 * src/folder_item_prefs.c
1660 * src/folder_item_prefs.h
1662 * src/prefs_folder_item.c
1663 Implement feature from bug #2569,
1664 "select html part on folder specific properties"
1665 Patch based on Andrej's patch.
1667 2012-10-29 [wwp] 3.8.1cvs108
1670 Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1673 2012-10-25 [colin] 3.8.1cvs107
1676 Verify the previous URI wasn't the same...
1677 fixes http://www. URIs.
1679 2012-10-25 [colin] 3.8.1cvs106
1681 * src/common/utils.c
1682 * src/common/utils.h
1684 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1685 reduces cost of strcasestr() in textview_make_clickable_parts*()
1686 from 30% to 15%. Patch by Igor Mammedov
1688 2012-10-25 [colin] 3.8.1cvs105
1691 Do not allow search cost to explode in case of bad message
1692 parsing in textview_make_clickable_parts_later(); reduces
1693 cost of textview_make_clickable_parts_later() from 99% to
1694 17% for big bad-case message. Patch by Igor Mammedov
1696 2012-10-25 [colin] 3.8.1cvs104
1700 Avoid strlen() on big buffers, use precomputed length instead
1701 it reduces cost of textview_write_line() from 32% to 3% for
1702 big messages. Patch by Igor Mammedov
1707 2012-10-24 [mones] 3.8.1cvs103
1710 Trust on IMAP core on-line/off-line management
1711 Patch by Sean Buckheister
1713 2012-10-19 [paul] 3.8.1cvs102
1718 fix bug 2760, 'display correct libc version in crash dialog
1719 when uclibc is used'.
1720 fixes build with uclibc. patch by Natanael Copa.
1722 2012-10-18 [mones] 3.8.1cvs101
1724 * claws-mail.desktop
1725 Fix bug #2761 and remove invalid GTK main category
1727 2012-10-17 [colin] 3.8.1cvs100
1729 * src/common/ssl_certificate.c
1730 Fix bug #2759, "Error messages regarding bad
1731 client certificates are less than helpful"
1732 Based on patch by bug reporter.
1734 2012-10-13 [paul] 3.8.1cvs99
1736 * src/common/ssl_certificate.c
1737 fix build with gnutls 3.1.3
1738 Patch by Sean Buckheister.
1740 2012-10-12 [mones] 3.8.1cvs98
1743 * src/grouplistdialog.c
1748 * src/common/utils.c
1749 * src/common/utils.h
1750 * src/etpan/imap-thread.c
1751 New slist_free_strings_full wrapper for g_slist_free_full
1752 and simplify calls where it was being used
1754 2012-10-12 [colin] 3.8.1cvs97
1757 Drop include of internal glib header
1758 Patch by Werner Koch
1760 2012-10-12 [colin] 3.8.1cvs96
1762 * src/gtk/gtkcmctree.c
1763 * src/gtk/gtksctree.c
1764 Fix bug #2581, "expander arrows are too tiny to hit with the
1765 mouse". Patch mostly by Tom Horsley
1767 2012-10-12 [iwkse] 3.8.1cvs95
1769 * src/common/utils.c
1772 2012-10-12 [mones] 3.8.1cvs94
1774 * src/common/utils.c
1775 Remove undeclared mutex symbol
1777 2012-10-12 [colin] 3.8.1cvs93
1780 * src/prefs_account.c
1781 * src/common/utils.c
1782 * src/common/utils.h
1783 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1784 Thanks to Salvatore de Paolis
1786 2012-10-10 [colin] 3.8.1cvs92
1789 Fix bug #2744, "Quick search throws bad command
1790 argument error on Microsoft Exchange". Fall back
1791 to local search if folder-specific search fails.
1792 * src/gtk/quicksearch.c
1795 2012-10-10 [colin] 3.8.1cvs91
1798 Make what the tags list contain more clear
1800 2012-10-10 [colin] 3.8.1cvs90
1806 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1809 2012-10-10 [colin] 3.8.1cvs89
1812 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1814 2012-10-10 [colin] 3.8.1cvs88
1817 Leak fix (thanks Ricardo!)
1819 2012-10-10 [colin] 3.8.1cvs87
1821 * src/common/utils.c
1822 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1823 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1824 fixes by Michael Rasmussen and myself.
1825 Also revert part of 3.8.1cvs86, g_slist_free_full()
1826 semantics are different from slist_free_strings() in that
1827 slist_free_strings does not free the list itself.
1829 2012-10-09 [mones] 3.8.1cvs86
1831 * doc/man/claws-mail.1
1833 * src/common/utils.c
1834 New extra headers feature for adding user-defined
1835 extra headers to the combobox in the compose window
1836 Headers are stablished in 'extraheaderrc', one per
1837 line with a final colon
1839 2012-10-06 [mones] 3.8.1cvs85
1842 Added src/gtk/menu.c
1846 New function cm_menu_item_new_label_from_url to
1847 avoid crashing on huge URL strings and warn user
1848 about the possible causes
1850 Use it to create List menu items safely
1852 2012-10-04 [colin] 3.8.1cvs84
1855 Fix keywords with spaces
1857 2012-10-04 [colin] 3.8.1cvs83
1860 Fix double-tag search. Maybe fixes bug #2744,
1861 'Quick search throws bad command argument
1862 error since recent change'. Patch by Sean.
1864 2012-10-03 [mones] 3.8.1cvs82
1867 Fix bug #2743 'null pointer crash in procmime strchr'
1868 Patch by Michael Schwendt (from RedHat bug 862578)
1870 2012-09-28 [colin] 3.8.1cvs81
1873 Never search on server if we're offline
1874 (Asking the user would and will be better)
1876 Fix uninitialized variable (bogus) warning
1877 Fix SELECT of the folder before searching
1879 2012-09-27 [colin] 3.8.1cvs80
1883 * src/etpan/imap-thread.c
1884 * src/etpan/imap-thread.h
1885 Implement IMAP server search. Patch by
1886 Sean Buckheister again.
1888 2012-09-26 [colin] 3.8.1cvs79
1893 Prepare the context strings, their translation take
1894 CPU time. Shaves 6 seconds out of 17 on my reference
1896 * src/summary_search.c
1899 2012-09-26 [colin] 3.8.1cvs78
1904 Unlock I/O in procmime, give a way
1905 for matcher to avoid having to
1906 read/write tmp/rewind/read tmp for
1909 2012-09-26 [colin] 3.8.1cvs77
1911 * src/summary_search.c
1912 Fix unresponsive stop button
1913 * src/gtk/quicksearch.c
1916 2012-09-26 [colin] 3.8.1cvs76
1918 * src/summary_search.c
1921 * src/gtk/quicksearch.c
1922 Factorize search code in summary_search and
1923 add a progress indicator as that slows down
1924 the first result in case of body search.
1926 2012-09-26 [colin] 3.8.1cvs75
1929 Fix body search triggering GUI updates
1930 for every message when it gets MSG_SCANNED
1933 2012-09-26 [colin] 3.8.1cvs74
1941 Factorize msg list to num list code;
1942 Make search faster using cache instead
1945 2012-09-25 [mones] 3.8.1cvs73
1947 * src/gtk/quicksearch.c
1948 Fix new expressions not being added to quicksearch
1949 history in extended mode; patch by Sean Buckheister
1951 2012-09-22 [mir] 3.8.1cvs72
1954 Fix for not searching in folders marked 'no_select'
1955 patch provided by Colin.
1957 2012-09-22 [mones] 3.8.1cvs71
1960 Add missing copyright header
1962 2012-09-21 [colin] 3.8.1cvs70
1965 Fix warning where msgcount was used
1966 uninitialized in case the search was
1967 to be performed on a message list subset.
1969 2012-09-21 [colin] 3.8.1cvs69
1971 * src/gtk/quicksearch.c
1972 Fix error background not appearing
1974 2012-09-21 [colin] 3.8.1cvs68
1977 * src/advsearch.c ** ADDED **
1978 * src/advsearch.h ** ADDED **
1986 * src/matchertypes.h ** ADDED **
1991 * src/summary_search.c
1994 * src/gtk/quicksearch.c
1995 * src/gtk/quicksearch.h
1996 Separated GUI and logic for search
1997 Use same logic for quicksearch and folder search
1998 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2000 2012-09-19 [mones] 3.8.1cvs67
2003 Remove spurious parameter from get_url_part and
2004 fix potential buffer overflow
2006 2012-09-19 [colin] 3.8.1cvs66
2010 Un-mix mixed enum comparison which happened
2011 to work because multiple enums define the same
2014 2012-09-19 [colin] 3.8.1cvs65
2022 * src/plugins/bogofilter/bogofilter_gtk.c
2023 * src/plugins/pgpcore/prefs_gpg.c
2024 * src/plugins/smime/smime.c
2025 * src/plugins/spamassassin/spamassassin_gtk.c
2026 More warning fixes, casts, useless variables and
2027 unchecked return values
2029 2012-09-19 [colin] 3.8.1cvs64
2032 Check possible overflow
2033 * src/prefs_account.c
2034 * src/prefs_compose_writing.c
2035 * src/prefs_logging.c
2036 * src/prefs_message.c
2037 * src/prefs_msg_colors.c
2039 * src/prefs_receive.c
2040 * src/prefs_summaries.c
2041 * src/prefs_wrapping.c
2042 fix GtkAdjustment casts
2045 * src/gtk/gtkaspell.c
2048 2012-09-19 [mones] 3.8.1cvs63
2051 Fix leak and follow function specification
2053 2012-09-19 [mones] 3.8.1cvs62
2056 Use unused var c to check result and emit messages on error
2058 Remove unused vars: attr (several functions), element
2060 Use unused var newGroup to check result
2061 * src/addrcustomattr.c
2062 Remove unused var summaryview and related code
2064 Use unused vars nn, newNode, idleID to check result
2065 Remove unused var aoType and refactor logic around it
2066 Comment var enabled and related debug code
2068 Use unused var error to check result and emit debug messages
2070 Remove unused var link_color
2072 Remove unused vars: attr, retVal
2074 2012-09-19 [colin] 3.8.1cvs61
2079 * src/send_message.c
2080 * src/common/socket.c
2081 More precise error logging
2083 2012-09-16 [mones] 3.8.1cvs60
2086 Removed dup calls with ignored result
2088 Removed unused var is_group and simplified logic around it
2092 * src/etpan/etpan-thread-manager.c
2093 Use unused var r to verify result and emit messages on error
2095 Move color variable into conditional usage blocks
2096 Remove assigned but not used vars: lock, titles, count
2098 Remove assigned but not used var actions
2100 Remove assigned but not used vars: from_parent, src_node
2103 Remove malloc-ed but not used var: old_path
2105 Comment unused vars from commented block: tofetch, fetched
2106 * src/prefs_account.c
2107 Remove assigned but not used var: privacy_enabled
2108 * src/prefs_actions.c
2109 * src/prefs_customheader.c
2110 Remove assigned but not used var: store
2111 * src/prefs_filtering.c
2112 Remove assigned but not used var: n_rows
2113 * src/prefs_template.c
2114 Remove assigned but not used vars: model, list_store
2115 * src/prefs_toolbar.c
2116 Remove assigned but not used var: win_titles
2118 Remove assigned but not used vars: orientation, line, baseline,
2120 * src/etpan/imap-thread.c
2121 Remove assigned but not used var: value, r
2122 Refactor to check correct memory allocation
2123 * src/etpan/nntp-thread.c
2124 Remove assigned but not used var: value
2125 * src/gtk/gtkaspell.c
2126 Remove assigned but not used vars: textbuf, exist
2127 Remove unused function: find_gtkaspeller
2128 * src/gtk/gtkcmctree.c
2129 Remove unused function: gtk_cmctree_get_offset
2130 * src/gtk/gtkshruler.c
2131 Remove assigned but not used vars: ruler, priv
2133 2012-09-14 [mones] 3.8.1cvs59
2136 Check file operation results (and remove and
2139 2012-09-14 [colin] 3.8.1cvs58
2141 * src/gtk/inputdialog.c
2142 Remove unused var, thanks Ticho
2144 2012-09-13 [colin] 3.8.1cvs57
2146 * src/stock_pixmap.c
2147 Fix missing \n in debug line
2149 2012-09-13 [colin] 3.8.1cvs56
2152 Don't listen on the Unix socket before we're
2153 ready. The 'popup' order from another instance
2154 may provoke a race and trash configuration files.
2156 2012-09-13 [colin] 3.8.1cvs55
2159 Maybe fix bug #2096, "MEMORY-ERROR w/
2160 Claws-Mail/IMAP and Lotus Domino". Use
2161 correct types for start/end and test if
2162 start is indeed before end.
2164 2012-09-12 [mones] 3.8.1cvs54
2167 Fix bug #1975 'preference mutt key bindings do not take
2168 effect' (and the other invalid paths too)
2170 2012-09-12 [colin] 3.8.1cvs53
2173 Revert that hunk, logic is unclear.
2175 2012-09-12 [colin] 3.8.1cvs52
2191 * src/partial_download.c
2192 * src/prefs_filtering_action.c
2193 * src/prefs_toolbar.c
2200 * src/common/utils.c
2201 * src/etpan/imap-thread.c
2202 * src/gtk/gtkaspell.c
2203 * src/plugins/pgpcore/sgpgme.c
2204 More fixes from bug #1961:
2205 - Write-only variables
2206 - Null pointer dereferences
2207 - A couple other fixes for which the reporter
2208 was unsure, but which showed problems.
2209 More details in bug #1961 comments.
2211 2012-09-12 [colin] 3.8.1cvs51
2216 * src/plugins/pgpcore/passphrase.c
2217 Apply patches from bug #1961, "patches for
2218 a couple of clang warnings":
2219 - Check return codes
2222 2012-09-12 [colin] 3.8.1cvs50
2225 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2226 where the included menu.h could come from Ncurses.
2227 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2229 2012-09-11 [colin] 3.8.1cvs49
2232 Fix race condition at start.
2234 2012-09-10 [colin] 3.8.1cvs48
2237 Create lock socket as soon as possible, not after
2238 a few things like caching all prefs.
2240 2012-09-09 [mones] 3.8.1cvs47
2242 * src/plugins/bogofilter/bogofilter.c
2245 2012-09-08 [colin] 3.8.1cvs46
2266 * src/matcher_parser_parse.y
2274 * src/prefs_account.c
2275 * src/prefs_account.h
2276 * src/prefs_filtering.c
2277 * src/prefs_filtering_action.c
2279 * src/prefs_matcher.c
2280 * src/prefs_template.c
2281 * src/prefs_toolbar.c
2289 * src/remotefolder.c
2299 * src/gtk/description_window.c
2300 * src/plugins/trayicon/trayicon.c
2301 Break circular dependencies in Claws' headers,
2302 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2304 2012-09-08 [colin] 3.8.1cvs45
2307 Fix shortcut getting
2309 2012-09-05 [colin] 3.8.1cvs44
2313 * src/prefs_matcher.c
2314 Drop matcherprop_new_create, which is just a copy of
2315 matcherprop_new, and staticalize what can be
2317 2012-09-05 [colin] 3.8.1cvs43
2319 * src/plugins/pgpcore/select-keys.c
2320 Fix bug #2390, "Non-fully-trusted-key-warning appears
2321 based on primary UID rather than recipient e-mail"
2323 2012-08-29 [colin] 3.8.1cvs42
2325 * src/gtk/gtkaspell.c
2326 Fix bug #2596, "Spell checker does not work properly"
2328 2012-08-29 [colin] 3.8.1cvs41
2330 * src/plugins/pgpcore/sgpgme.c
2331 Set gpgme's locale to UTF-8. Fixes bug #2650,
2332 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2334 2012-08-29 [colin] 3.8.1cvs40
2344 Move the hardcoded mimeview shortcuts to standard menus.
2346 2012-08-27 [colin] 3.8.1cvs39
2349 Fix double mainwindow presentation that confuses GNOME3
2350 when some plugins fail to load (subsequent Claws windows
2351 got no focus in that case)
2353 2012-08-27 [colin] 3.8.1cvs38
2356 Make Mark all read confirmation button more clear
2358 2012-08-27 [colin] 3.8.1cvs37
2362 Separate "Mark all read" from "Mark as read"
2365 2012-08-27 [wwp] 3.8.1cvs36
2369 Remove session statistics debug statements (irrelevant in repo,
2372 2012-08-24 [mones] 3.8.1cvs35
2374 * manual/advanced.xml
2375 Keep alphabetic order of hidden options lost
2376 and update Clawsker URL.
2377 * manual/de/advanced.xml
2378 * manual/fr/advanced.xml
2379 Update Clawsker URL.
2380 * manual/es/advanced.xml
2381 Sync with English version and update Clawsker URL.
2382 * manual/de/dist/html/Makefile.am
2383 * manual/es/dist/html/Makefile.am
2384 * manual/fr/dist/html/Makefile.am
2385 * manual/pl/dist/html/Makefile.am
2386 * manual/dist/html/Makefile.am
2387 Fix bug 2723 'Missing encoding in generated html manual'
2389 2012-08-23 [colin] 3.8.1cvs34
2392 Fix --offline asking if one wants to sync,
2393 due to re-entering. Thanks <ebik@ucw.cz>.
2395 2012-08-16 [colin] 3.8.1cvs33
2398 Always clear the tags list when fetching a folder, or
2399 Claws will never untag an untagged email. Patch by
2400 Igor Mammedov <imammedo@redhat.com>
2402 2012-08-12 [colin] 3.8.1cvs32
2405 Exclude text/plain from the attachment thing
2407 2012-08-12 [colin] 3.8.1cvs31
2410 Fix comparison, thanks to Michael Gmelin
2412 2012-08-12 [colin] 3.8.1cvs30
2415 Only show HTML parts by default (if the pref
2416 is set so) if the part disposition-type is
2417 inline or unknown, but not attachment.
2419 Remove useless hook that won't ever be used
2422 2012-08-12 [colin] 3.8.1cvs29
2425 Make sure text/* attachments are not made
2426 inline, regardless of the compose mode.
2427 Finishes fixing bug #2203 after auto-save
2428 switches mode to COMPOSE_REEDIT. Thanks to
2429 Michael Gmelin for finding this.
2431 2012-08-09 [colin] 3.8.1cvs28
2433 * src/prefs_filtering.c
2434 Make treeView type-ahead case insensitive
2435 Patch by Andreas Ronnquist
2437 2012-08-09 [colin] 3.8.1cvs27
2439 * src/gtk/sslcertwindow.c
2442 2012-08-09 [colin] 3.8.1cvs26
2445 * src/common/ssl_certificate.c
2446 * src/common/ssl_certificate.h
2447 * src/gtk/sslcertwindow.c
2448 Fix bug 2718, "Failure to check peer hostname
2449 when checking certificate"
2451 2012-08-05 [ticho] 3.8.1cvs25
2454 Avoid header combo box to get focus twice (first text within,
2455 then combobox widget itself) when switching focus with TAB.
2457 2012-07-28 [ticho] 3.8.1cvs24
2460 Properly fix setting "transient for" for attachment properties
2461 dialog when called via popup menu (since we're stealing focus
2462 few lines before, we need to do it directly, not via
2465 2012-07-28 [ticho] 3.8.1cvs23
2467 * src/gtk/pluginwindow.c
2468 * src/gtk/prefswindow.c
2469 Fixed setting "transient for" property for plugin load/unload
2470 file dialog. Connected manage_window signals to prefswindow events.
2472 2012-07-27 [ticho] 3.8.1cvs22
2476 Fixed setting "transient for" property for summaryview file
2477 dialog and messageview's image save dialog.
2479 2012-07-27 [ticho] 3.8.1cvs21
2483 Fix setting "transient for" property for file select dialogs
2484 in crash report and mimeview.
2486 2012-07-27 [ticho] 3.8.1cvs20
2489 Fixed "transient for" property for file attach dialog when
2490 called from Attachments list popup menu. Simplified menu item
2491 sensitivities setting code logic for this menu.
2493 2012-07-25 [ticho] 3.8.1cvs19
2495 * manual/advanced.xml
2496 Add the three hidden preferences related to colored display
2497 of unified diffs to manual.
2499 2012-07-25 [ticho] 3.8.1cvs18
2501 * src/gtk/gtkaspell.c
2502 Create "Change directory" submenu in a separate function, change
2503 wording a bit, and make the submenu always available in a context
2504 menu of body edit box in compose window.
2506 2012-07-25 [ticho] 3.8.1cvs17
2508 * src/gtk/prefswindow.c
2509 Correctly set transient_for property for preferences window,
2510 as well as for color picker dialogs. Fixes bug #2710.
2512 2012-07-25 [ticho] 3.8.1cvs16
2514 * src/gtk/quicksearch.c
2515 Allow quicksearch syntax description window to be correctly
2516 set transient for main window.
2518 2012-07-15 [wwp] 3.8.1cvs15
2521 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2523 2012-07-10 [paul] 3.8.1cvs14
2526 forgot this in last commit
2528 2012-07-10 [paul] 3.8.1cvs13
2532 * src/common/quoted-printable.c
2533 * src/common/quoted-printable.h
2534 revert 3.8.1cvs2,3,4,5 because they (somewhere!) cause
2535 the bug: partial message text loss
2537 2012-07-10 [mones] 3.8.1cvs12
2539 * src/plugins/pgpcore/sgpgme.c
2540 Fix bug 2689, 'segfault when trying to view info
2541 about pgp/smime sign'
2543 2012-07-08 [ticho] 3.8.1cvs11
2545 * src/plugins/pgpcore/sgpgme.c
2546 Consider marginal signature validity as untrusted. Suggested by
2547 Jean-Benoist Leger (leger at crans.org).
2549 2012-07-08 [paul] 3.8.1cvs10
2551 * src/gtk/icon_legend.c
2552 fix (reveal) hidden icon in gui and build warning
2554 2012-07-07 [paul] 3.8.1cvs9
2556 * src/plugins/pgpcore/prefs_gpg.c
2559 2012-07-07 [colin] 3.8.1cvs8
2561 * claws-features.h.in
2569 * src/partial_download.h
2571 * src/prefs_account.h
2572 * src/prefs_common.h
2576 * src/stock_pixmap.c
2580 * src/common/session.h
2582 * src/common/socket.h
2584 * src/common/ssl_certificate.h
2585 * src/common/timing.h
2586 * src/common/utils.h
2587 * src/gtk/gtkaspell.h
2588 * src/gtk/gtkutils.h
2589 * src/gtk/pluginwindow.h
2590 * src/gtk/spell_entry.h
2591 * src/gtk/sslcertwindow.h
2592 Don't export config.h in public headers
2594 2012-07-07 [colin] 3.8.1cvs7
2596 * claws-features.h.in
2602 * src/addrcustomattr.c
2603 * src/addrduplicates.c
2606 * src/addressbook_foldersel.c
2616 * src/customheader.c
2617 * src/displayheader.c
2619 * src/editaddress_other_attributes_ldap.c
2624 * src/editldap_basedn.c
2633 * src/folder_item_prefs.c
2634 * src/grouplistdialog.c
2636 * src/image_viewer.c
2658 * src/message_search.c
2669 * src/partial_download.c
2670 * src/partial_download.h
2673 * src/prefs_account.c
2674 * src/prefs_account.h
2675 * src/prefs_actions.c
2676 * src/prefs_common.c
2677 * src/prefs_common.h
2678 * src/prefs_compose_writing.c
2679 * src/prefs_customheader.c
2680 * src/prefs_display_header.c
2681 * src/prefs_ext_prog.c
2682 * src/prefs_filtering.c
2683 * src/prefs_filtering_action.c
2684 * src/prefs_folder_column.c
2685 * src/prefs_folder_item.c
2688 * src/prefs_image_viewer.c
2689 * src/prefs_logging.c
2690 * src/prefs_matcher.c
2691 * src/prefs_message.c
2692 * src/prefs_msg_colors.c
2695 * src/prefs_receive.c
2697 * src/prefs_spelling.c
2698 * src/prefs_summaries.c
2699 * src/prefs_summary_column.c
2700 * src/prefs_summary_open.c
2701 * src/prefs_toolbar.c
2702 * src/prefs_wrapping.c
2711 * src/send_message.c
2715 * src/summary_search.c
2723 * src/common/claws.c
2725 * src/common/hooks.c
2728 * src/common/plugin.c
2729 * src/common/prefs.c
2730 * src/common/session.c
2731 * src/common/session.h
2734 * src/common/socket.c
2735 * src/common/socket.h
2738 * src/common/ssl_certificate.c
2739 * src/common/ssl_certificate.h
2740 * src/common/string_match.c
2742 * src/common/timing.h
2743 * src/common/utils.c
2744 * src/common/utils.h
2745 * src/etpan/etpan-thread-manager.c
2746 * src/etpan/imap-thread.c
2747 * src/etpan/nntp-thread.c
2749 * src/gtk/combobox.c
2750 * src/gtk/description_window.c
2752 * src/gtk/gtkaspell.c
2753 * src/gtk/gtkaspell.h
2754 * src/gtk/gtkshruler.c
2756 * src/gtk/gtkutils.c
2757 * src/gtk/gtkutils.h
2758 * src/gtk/gtkvscrollbutton.c
2759 * src/gtk/icon_legend.c
2760 * src/gtk/inputdialog.c
2761 * src/gtk/logwindow.c
2763 * src/gtk/pluginwindow.c
2764 * src/gtk/pluginwindow.h
2765 * src/gtk/prefswindow.c
2766 * src/gtk/progressdialog.c
2767 * src/gtk/quicksearch.c
2768 * src/gtk/spell_entry.c
2769 * src/gtk/spell_entry.h
2770 * src/gtk/sslcertwindow.c
2771 * src/gtk/sslcertwindow.h
2772 * src/plugins/bogofilter/bogofilter.c
2773 * src/plugins/bogofilter/bogofilter_gtk.c
2774 * src/plugins/dillo_viewer/dillo_prefs.c
2775 * src/plugins/dillo_viewer/dillo_viewer.c
2776 * src/plugins/pgpcore/pgp_viewer.c
2777 * src/plugins/pgpcore/plugin.c
2778 * src/plugins/pgpcore/sgpgme.c
2779 * src/plugins/pgpinline/pgpinline.c
2780 * src/plugins/pgpinline/plugin.c
2781 * src/plugins/pgpmime/pgpmime.c
2782 * src/plugins/pgpmime/plugin.c
2783 * src/plugins/smime/plugin.c
2784 * src/plugins/smime/smime.c
2785 * src/plugins/spamassassin/libspamc.c
2786 * src/plugins/spamassassin/spamassassin.c
2787 * src/plugins/spamassassin/spamassassin_gtk.c
2788 * src/plugins/trayicon/trayicon.c
2789 * src/plugins/trayicon/trayicon_prefs.c
2790 Specify Claws compile-time features in a specific header
2792 2012-07-06 [wwp] 3.8.1cvs6
2796 Session statistics: format date following global prefs,
2797 and fix stats output a little bit.
2799 2012-07-03 [mir] 3.8.1cvs5
2802 fix bug 2642, 'improve transfer encoding selection'.
2803 Patch provided by Christopher Zimmermann
2804 (madroach claws at gmerlin dot de)
2806 2012-07-03 [mir] 3.8.1cvs4
2810 fix bug 2641, '7bit or 8bit encoded attachments can
2811 have lines longer than 998 characters'.
2812 Patch provided by Christopher Zimmermann
2813 (madroach claws at gmerlin dot de)
2816 2012-07-03 [mir] 3.8.1cvs3
2820 fix bug 2641, '7bit or 8bit encoded attachments can
2821 have lines longer than 998 characters'.
2822 Patch provided by Christopher Zimmermann
2823 (madroach claws at gmerlin dot de)
2825 2012-07-03 [mir] 3.8.1cvs2
2829 * src/common/quoted-printable.c
2830 * src/common/quoted-printable.h
2831 fix bug 2640, 'improve quoted-printable encoding'
2832 Patch provided by madroach claws at gmerlin dot de
2834 2012-06-30 [paul] 3.8.1cvs1
2837 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2839 2012-06-27 [paul] 3.8.1
2845 2012-06-27 [paul] 3.8.0cvs58
2848 fix minimum required GTK+, which got mistakenly bumped
2851 2012-06-27 [paul] 3.8.0cvs57
2866 updated translations
2868 * tools/claws.i18n.status.pl
2869 updated based on currently active
2871 2012-06-25 [mir] 3.8.0cvs56
2874 If a folder class returns <> 0 then the message has not
2875 been removed from the file system and therefore it should
2876 not be removed from the cache either.
2878 2012-06-20 [ticho] 3.8.0cvs55
2881 Fix for bug #1090 - Standard-folders appear again
2882 after rescanning tree
2884 2012-06-20 [paul] 3.8.0cvs54
2886 * src/prefs_common.c
2887 * src/prefs_common.h
2890 colourise attached patches.
2893 2012-06-02 [wwp] 3.8.0cvs53
2895 * src/gtk/progressdialog.c
2896 Add a hide button to the retrieve/send progress dialogs. WM's close button
2897 now hides (as well as pressing Esc) instead of doing nothing.
2899 2012-06-02 [wwp] 3.8.0cvs52
2901 * doc/man/claws-mail.1
2907 Introduce a new feature: basic session statistics (from the about dialog
2908 or the command-line).
2910 2012-06-02 [wwp] 3.8.0cvs51
2913 Fix bug 2620: shift+tab from subject field not working.
2915 2012-06-02 [wwp] 3.8.0cvs50
2920 Normalize capitalization of strings in UI.
2922 2012-05-30 [paul] 3.8.0cvs49
2925 don't do TLS if not requested by user. fixes connecting to
2926 servers which, for example, want SSL 3 only
2928 2012-05-27 [paul] 3.8.0cvs48
2931 update copyright headers to 2012
2933 2012-05-27 [paul] 3.8.0cvs47
2936 * src/prefs_actions.c
2938 fix some typos in strings, thanks to Thomas Bellmann
2940 2012-05-16 [paul] 3.8.0cvs46
2942 * src/prefs_filtering_action.c
2943 fix disabled 'select...' button that never goes away
2944 when using the new addr book
2947 2012-05-16 [colin] 3.8.0cvs45
2949 * src/common/utils.c
2952 2012-05-16 [colin] 3.8.0cvs44
2954 * src/common/utils.c
2955 Make remove_numbered_files much faster when there's
2956 just one file to remove.
2958 2012-05-16 [paul] 3.8.0cvs43
2961 fix bug 2662, '"ag" quicksearch adds "1" to value'
2963 2012-05-16 [paul] 3.8.0cvs42
2965 * src/gtk/description_window.c
2966 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2968 2012-05-16 [paul] 3.8.0cvs41
2970 * src/common/ssl_certificate.c
2971 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2972 Patch by Christian Hesse
2974 2012-05-11 [colin] 3.8.0cvs40
2977 * src/common/utils.c
2978 Fix bug 2659, 'E-mail attachments are handled
2980 Fix problems iterating the mime tree, and determine
2981 whether a file is an email without To:
2983 2012-04-03 [colin] 3.8.0cvs39
2986 Fix build (damn whitespace-sensitive file format)
2988 2012-04-02 [colin] 3.8.0cvs38
2991 Fix incomplete make dist
2993 2012-04-02 [colin] 3.8.0cvs37
2996 Fix mistakenly removed function call
2998 2012-04-01 [colin] 3.8.0cvs36
3006 * src/addressbook-dbus.c
3007 * src/addressbook-dbus.h
3012 * src/claws-contacts.xml
3020 * src/prefs_common.c
3021 * src/prefs_filtering_action.c
3022 * src/prefs_matcher.c
3026 * src/plugins/bogofilter/bogofilter_gtk.c
3027 * src/plugins/dillo_viewer/dillo_prefs.c
3028 * src/plugins/spamassassin/spamassassin_gtk.c
3029 * src/plugins/trayicon/trayicon.c
3030 Import new addressbook code from the new-contacts branch
3032 2012-03-29 [paul] 3.8.0cvs35
3036 * src/gtk/quicksearch.c
3037 add 'ha', short version of 'has_attachment' in quick search
3038 Patch by Andreas Rönnquist
3040 2012-03-26 [mones] 3.8.0cvs34
3042 * src/common/plugin.c
3043 Support 2 and 3-clause BSD licensed plugins
3045 2012-03-15 [pawel] 3.8.0cvs33
3049 - Make separate window info more accurate about
3050 move to trash/deletion.
3053 2012-03-14 [pawel] 3.8.0cvs32
3062 Better fix for bug #2501
3063 Instead of leaving blank window after message move or delete,
3064 update separate view to next message in message list or
3065 display info why view is blank. This was discussed
3066 in bug #2621 comments.
3068 2012-03-11 [colin] 3.8.0cvs31
3070 * src/gtk/gtkcmctree.c
3073 Fix focus rectangle on unfocused rows
3074 Patch by Michael Shell
3076 2012-02-29 [colin] 3.8.0cvs30
3078 * src/gtk/gtkcmctree.c
3079 Fix bug #2577, "Focus rectangle on folder list and message
3080 list headings doesn't get properly cleared when switching
3081 heading and horizontally scrolling list (underlines and
3082 vertical lines remain on screen)". Patch by Michael Shell
3084 2012-02-13 [pawel] 3.8.0cvs29
3087 Fix crasher when double clicking on IMAP message and
3088 MessageView is not shown introduced in cvs21
3091 2012-02-10 [pawel] 3.8.0cvs28
3094 Fix bug #2598 'Actions can move locked messages'
3096 2012-02-08 [pawel] 3.8.0cvs27
3098 * src/prefs_actions.c
3099 * src/prefs_actions.h
3100 * src/prefs_toolbar.c
3101 * src/prefs_toolbar.h
3104 - Implement automatic removal of toolbar action buttons when
3105 associated action is removed
3106 - Don't allow creation of two actions with the same name,
3107 before all executions/removals were performed on first action
3108 with duplicated name in linked list which wasn't always
3111 2012-02-05 [colin] 3.8.0cvs26
3117 * src/prefs_common.c
3118 * src/prefs_common.h
3123 Add an history to navigate in mails
3125 2012-02-05 [colin] 3.8.0cvs25
3128 Fix inverted comparison in list_find_custom.
3130 2012-02-03 [wwp] 3.8.0cvs24
3132 * src/gtk/progressdialog.c
3133 Make translators life easier: use View log instead of Show log
3136 2012-02-02 [pawel] 3.8.0cvs23
3139 Fix bug #2590 'Un-capitalize strings'
3140 Patch by Christian Hesse
3142 2012-02-02 [pawel] 3.8.0cvs22
3146 'Change expand behavior for message list / message view'
3147 Patch by Christian Hesse
3149 2012-02-02 [pawel] 3.8.0cvs21
3155 Fix bug #2501 'opened message blanks when moved to other folder'
3156 Detect message move and update message window contents
3157 accordingly, if message is moved to trash close window
3159 2012-02-01 [pawel] 3.8.0cvs20
3166 * src/gtk/sslcertwindow.c
3167 More strncat boundary checks
3169 2012-01-31 [wwp] 3.8.0cvs19
3171 * src/gtk/gtkutils.c
3172 Fix warnings in gtkutils: wrong function name, missing newline, typo and
3175 2012-01-31 [wwp] 3.8.0cvs18
3177 * src/gtk/progressdialog.c
3178 * src/gtk/progressdialog.h
3180 * src/send_message.c
3181 Add a button to the retrieve/send dialogs to
3182 open the network log.
3184 2012-01-25 [wwp] 3.8.0cvs17
3187 Remove debug statement.
3189 2012-01-20 [pawel] 3.8.0cvs16
3193 Fix bug #2574 'Statement might be overflowing a
3196 2012-01-20 [pawel] 3.8.0cvs15
3199 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3201 2012-01-14 [colin] 3.8.0cvs14
3204 Update tracker trigger url
3206 2012-01-10 [wwp] 3.8.0cvs13
3211 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3212 account) and of mainwindows's relevant entry when current account
3213 is not able to retrieve (SMTP-only).
3215 2012-01-09 [colin] 3.8.0cvs12
3218 Fix bug 1924, 'Messages marked move to Trash appear
3219 identical to messages marked move to $FOLDER'
3221 2012-01-05 [colin] 3.8.0cvs11
3224 Fix crasher infinite loop
3226 2012-01-03 [colin] 3.8.0cvs10
3228 * src/gtk/gtkcmctree.c
3229 Revert previous patch, it's buggy on headers
3231 2012-01-03 [colin] 3.8.0cvs9
3233 * src/gtk/gtkcmctree.c
3234 Fix bug #2566, 'wrapped Subject not bounded'
3236 2011-12-29 [pawel] 3.8.0cvs8
3242 Make forwarding selected attachment possible from
3243 mimeview's context menu
3244 Fixex bug #2047 'forward attachments'
3246 2011-12-28 [paul] 3.8.0cvs7
3248 * src/prefs_account.c
3249 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3251 2011-12-28 [colin] 3.8.0cvs6
3256 2011-12-28 [colin] 3.8.0cvs5
3259 Fix GTK+2.16 build (w32)
3261 2011-12-18 [mir] 3.8.0cvs4
3264 Fix bug in search criteria when doing a
3265 complete directory search using '*'
3267 2011-12-16 [mir] 3.8.0cvs3
3270 Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3272 2011-12-16 [wwp] 3.8.0cvs2
3275 * src/stock_pixmap.c
3276 * src/stock_pixmap.h
3278 * src/gtk/icon_legend.c
3279 * src/pixmaps/replied_and_forwarded.xpm
3280 Make replied and forwarded status flags non exclusive.
3281 Introduce a new message state (and relevant icon in message list)
3282 where both the replied and forwarded flags are set.
3284 2011-12-16 [paul] 3.8.0cvs1
3286 * tools/claws.i18n.status.pl
3289 2011-12-16 [paul] 3.8.0
3295 2011-12-16 [paul] 3.7.10cvs113
3302 * po/id.po **REMOVED**
3303 * po/id_ID.po **ADDED**
3310 2011-12-09 [pawel] 3.7.10cvs112
3313 * src/gtk/quicksearch.c
3314 * src/gtk/quicksearch.h
3315 Invalidate quicksearch root folder when removed
3316 Fixes bug #2560 'crash when unsubscribing newsgroup and
3317 having active search field'
3319 2011-12-08 [pawel] 3.7.10cvs111
3322 Better fix for cvs94
3324 2011-12-08 [wwp] 3.7.10cvs110
3327 Make "From" widget set independant from recipient lists below,
3328 so that it doesn't scroll when several recipients headers
3329 are added and eventually are scrolling the view.
3330 Path by Christian Hesse <mail@earthworm.de>.
3331 Fixes bug #2481 'do not scroll "from" dropdown list and sender
3334 2011-12-02 [paul] 3.7.10cvs109
3338 consistent label style
3340 2011-11-29 [wwp] 3.7.10cvs108
3342 * src/plugins/trayicon/libeggtrayicon/.cvsignore
3343 More generated stuff to ignore.
3345 2011-11-29 [wwp] 3.7.10cvs107
3347 * src/prefs_folder_item.c
3348 Fix CLAWS_TIP_DECL (undefined).
3350 2011-11-28 [pawel] 3.7.10cvs106
3355 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3356 after removing the address book in the GUI'
3358 2011-11-26 [pawel] 3.7.10cvs105
3361 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3363 2011-11-25 [colin] 3.7.10cvs104
3369 2011-11-24 [pawel] 3.7.10cvs103
3371 * src/prefs_filtering.c
3372 Complete cvs102, forgot to commit this
3374 2011-11-24 [pawel] 3.7.10cvs102
3381 * src/prefs_actions.c
3382 * src/prefs_actions.h
3383 Implement actions updating on folder/account rename
3384 This fixes bug #2543 'filter actions in actionsrc not
3385 updated upon account renaming'
3387 2011-11-24 [wwp] 3.7.10cvs101
3389 * src/gtk/gtkcmctree.c
3390 Remove irrelevant cairo directive (thanks to Hanno).
3392 2011-11-23 [wwp] 3.7.10cvs100
3394 * src/gtk/gtkcmctree.c
3395 Make arrows in gtkcmctree's less big (get rid of the outlining),
3396 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3399 2011-11-22 [colin] 3.7.10cvs99
3402 * src/prefs_filtering.c
3403 * src/prefs_filtering.h
3404 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3405 The existing functions should do the job as well
3406 if not better, as they take into account the
3409 2011-11-21 [pawel] 3.7.10cvs98
3411 * src/prefs_account.c
3412 Fix bug #2116 'Rip spaces off server names in account
3414 g_strstrip() domain names to be sure they are valid
3416 2011-11-21 [pawel] 3.7.10cvs97
3419 * src/prefs_filtering.c
3420 * src/prefs_filtering.h
3421 Fix bug #2404 'matcherrc updates upon account renaming'
3422 Fix bug #2406 'some part of accountrc not updated upon
3424 Renaming account cause changing of it's root folder prefix
3425 from #<type>/<old_name> to #<type>/<new_name> so every
3426 path directing to it must be altered. Fix paths in account
3427 preferences, global processing and filtering rules, folder
3428 processing rules upon rename
3430 2011-11-20 [pawel] 3.7.10cvs96
3434 * src/prefs_actions.c
3435 Fix bug #1489 'Filter action mark_as_read inoperative
3436 following move action'
3437 Sort actions lists to have proper order of execution
3439 2011-11-20 [pawel] 3.7.10cvs95
3441 * src/prefs_actions.c
3442 * src/prefs_filtering.c
3443 * src/prefs_template.c
3444 Fix bug #1870 'arrow scrolling in filters'
3445 Allow arrow scrolling in dialogs with list view widgets
3446 plus couple fixes of issues I found along the way
3448 2011-11-19 [pawel] 3.7.10cvs94
3451 Don't highlight icons on right-click, they are not
3452 selected and other part is shown which is confusing
3454 2011-11-19 [mones] 3.7.10cvs93
3456 * manual/advanced.xml
3459 2011-11-19 [mones] 3.7.10cvs92
3461 * manual/advanced.xml
3462 * manual/es/advanced.xml
3463 Document undocumented hidden option 'zero_replacement_char'
3464 Synchronize Spanish manual with English version
3466 2011-11-19 [pawel] 3.7.10cvs91
3470 * src/prefs_common.c
3471 * src/prefs_common.h
3475 Fix bug #2377 'Show All Headers - make change persistent
3478 2011-11-19 [pawel] 3.7.10cvs90
3482 * src/folder_item_prefs.c
3489 Fix bug #1563 'Folder view: show complete threads if they
3490 contain unread messages'
3491 Add option to show only threads with unread messages
3492 initial patch by Paul Ollis, my small additions:
3493 - when checking thread for unread finish on first unread
3494 - make thread options unavailable when threading is off
3495 - hide_unread_msgs and hide_unread_threads are mutually
3496 exclusive options, set menus sensitivity accordingly
3497 - set folder item icon type similiar to hide_unread_msgs
3499 2011-11-19 [colin] 3.7.10cvs89
3504 2011-11-18 [pawel] 3.7.10cvs88
3510 * src/prefs_common.c
3511 * src/prefs_common.h
3512 Fix bug #2408 'Some UI elements are not persistent
3514 Remember size of main window, compose notebook, mimeview
3515 tree widgets between claws-mail runs. Compose window
3516 size saving was already done in cvs74
3518 2011-11-18 [mones] 3.7.10cvs87
3523 Fixes bug #2509, "manually added headers are lost unless
3524 mail is sent inmediately"
3526 2011-11-17 [pawel] 3.7.10cvs86
3529 Fix crasher reported in bug #2543
3531 2011-11-13 [colin] 3.7.10cvs85
3534 Make compose windows printable
3536 2011-11-11 [colin] 3.7.10cvs84
3539 Fix build on Fedora 16. -lm was probably pulled by something
3542 2011-11-11 [pawel] 3.7.10cvs83
3548 Port MimeView to GtkTreeView
3550 2011-11-11 [colin] 3.7.10cvs82
3552 * src/prefs_common.c
3553 Use %x (The preferred date representation for the current locale
3556 2011-11-10 [paul] 3.7.10cvs81
3558 * src/prefs_common.c
3559 use european date format as default
3561 2011-11-08 [pawel] 3.7.10cvs80
3564 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3565 Fix race condition - don't try to hide messageview while
3566 being in the middle of message displaying routine.
3568 2011-11-08 [colin] 3.7.10cvs79
3571 Make sure we break line when we need to. Very probably
3572 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
3575 2011-11-07 [pawel] 3.7.10cvs78
3578 Fix bug #2493 'Subscription pull down should be alphabetized'
3580 2011-11-07 [pawel] 3.7.10cvs77
3585 Make Home & End keys work in textview
3587 2011-11-06 [colin] 3.7.10cvs76
3590 Oops, some unwanted undo got commited.
3592 2011-11-06 [colin] 3.7.10cvs75
3595 Don't iconify/deiconify. Instead, just show nothing
3598 2011-11-06 [pawel] 3.7.10cvs74
3601 Fix compose window size saving / restoring
3603 2011-11-06 [pawel] 3.7.10cvs73
3607 Optimize message displaying, in some conditions parts were
3608 displayed twice causing flickering. For example first html
3609 source and then rendering output from html plugin of the
3612 2011-11-05 [wwp] 3.7.10cvs72
3614 * src/gtk/gtkaspell.c
3615 Fix compilation where 'null' is undefined (use NULL instead).
3617 2011-11-05 [colin] 3.7.10cvs71
3619 * src/gtk/gtkaspell.c
3620 No need to show a backtrace if gtkaspell is null
3622 2011-11-05 [pawel] 3.7.10cvs70
3624 * src/gtk/gtkaspell.c
3625 Fix crasher when spellchecking is not enabled
3627 2011-11-02 [mones] 3.7.10cvs69
3629 * doc/man/claws-mail.1
3630 fixed hyphens (patch from Debian packaging)
3631 fixed header to follow man style closely
3632 documented new option --compose-from-file
3633 removed INSTALLATION section, doesn't belong to manpage
3634 added ENVIRONMENT, COPYRIGHT and BUGS sections
3635 expanded FILES section to include certs and autofaces dirs
3636 expanded SEE ALSO section to include manual and plugins
3638 2011-11-01 [colin] 3.7.10cvs68
3640 * src/common/utils.c
3641 Fix wrong debug stuff commited.
3643 2011-11-01 [colin] 3.7.10cvs67
3647 * src/common/utils.c
3648 * src/gtk/gtkaspell.c
3649 * src/gtk/gtkaspell.h
3650 Fix huge slowness induced by spellcheck "while typing"
3651 during initial quote rewraps.
3653 2011-10-31 [pawel] 3.7.10cvs66
3659 Fix bug #2526 'When reading message in separate window,
3660 n and p keys do not work'
3661 - fix key event handling in messageview
3662 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3663 and prev-part actions)
3664 - instead add 'z' key for prev-part, we have 'a' key
3665 for next-part already
3667 2011-10-31 [colin] 3.7.10cvs65
3670 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3672 2011-10-31 [pawel] 3.7.10cvs64
3675 * src/gtk/gtkutils.c
3676 Fix bug #2303 'Next unread message enables message view'
3677 Don't show previously hidden message view in main window
3678 when user reads messages in external window
3680 2011-10-31 [paul] 3.7.10cvs63
3682 * src/prefs_template.c
3683 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3684 fit at 540 here, for those where they don't the dialogue can be made
3687 2011-10-31 [paul] 3.7.10cvs62
3690 revert 3.7.10cvs61, these entries _should_ be editable
3692 2011-10-30 [pawel] 3.7.10cvs61
3695 Those entries should not be editable
3697 2011-10-30 [pawel] 3.7.10cvs60
3699 * src/prefs_template.c
3700 - Dialog needs more height to fit all widgets
3701 - Clear template contents on delete
3703 2011-10-30 [pawel] 3.7.10cvs59
3705 * src/prefs_folder_item.c
3706 Update summaryview after changing folder prefs when needed
3708 2011-10-30 [pawel] 3.7.10cvs58
3711 Remove key-press-event blocking, it only
3712 emits GLib-GObject warnings
3714 2011-10-29 [colin] 3.7.10cvs57
3717 Fix focus of completion window with gnome shell
3718 Fixes bug #2525, "Address completion window does not get
3721 2011-10-29 [colin] 3.7.10cvs56
3724 Fix flicker on recursive quicksearch
3726 2011-10-28 [colin] 3.7.10cvs55
3730 Fix a bit the focus problem on Gnome shell
3732 2011-10-26 [mones] 3.7.10cvs54
3735 Add missing accelerator
3737 2011-10-25 [colin] 3.7.10cvs53
3739 * src/gtk/gtkcmclist.c
3740 * src/gtk/gtkcmctree.c
3741 Fix colors, fix warnings
3743 2011-10-25 [colin] 3.7.10cvs52
3745 * src/gtk/gtkcmclist.c
3746 * src/gtk/gtkcmctree.c
3749 2011-10-25 [colin] 3.7.10cvs51
3751 * src/stock_pixmap.c
3752 Fix build with gtk + 2.20
3754 2011-10-25 [colin] 3.7.10cvs50
3760 Fix locking when sending a single message
3762 2011-10-25 [colin] 3.7.10cvs49
3764 * src/gtk/colorlabel.c
3766 * src/gtk/gtkcmclist.c
3767 Make row height closer to what it was
3769 2011-10-25 [colin] 3.7.10cvs48
3771 * src/stock_pixmap.c
3772 Always use cairo to draw
3774 2011-10-25 [colin] 3.7.10cvs47
3777 Fix bug #2529, 'crash in mimeview_start_drag after
3778 deleting message'. Patch by Ricardo
3780 2011-10-23 [colin] 3.7.10cvs46
3782 * src/gtk/gtkcmclist.c
3783 * src/gtk/gtkcmclist.h
3784 * src/gtk/gtkcmctree.c
3785 Draw CMClist with cairo too.
3787 2011-10-23 [colin] 3.7.10cvs45
3789 * src/gtk/gtkcmclist.h
3790 Fix build (this was not meant to be commited)
3792 2011-10-23 [colin] 3.7.10cvs44
3796 * src/addressbook_foldersel.c
3800 * src/grouplistdialog.c
3801 * src/prefs_common.c
3802 * src/prefs_common.h
3804 * src/gtk/gtkcmclist.c
3805 * src/gtk/gtkcmclist.h
3806 * src/gtk/gtkcmctree.c
3807 * src/gtk/gtkcmctree.h
3808 * src/gtk/gtksctree.c
3809 Refactor some tree stuff (lots of code duplication there)
3810 and switch to cairo for tree rendering.
3812 2011-10-23 [holger] 3.7.10cvs43
3815 Don't issue a warning for designed behaviour of the stop rule.
3816 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3818 2011-10-22 [colin] 3.7.10cvs42
3821 * src/gtk/gtkshruler.c
3822 * src/gtk/gtkutils.h
3825 2011-10-22 [colin] 3.7.10cvs41
3834 * src/grouplistdialog.c
3841 * src/prefs_account.c
3842 * src/prefs_actions.c
3843 * src/prefs_ext_prog.c
3844 * src/prefs_filtering.c
3845 * src/prefs_folder_item.c
3846 * src/prefs_image_viewer.c
3847 * src/prefs_logging.c
3848 * src/prefs_msg_colors.c
3851 * src/prefs_spelling.c
3852 * src/prefs_summaries.c
3853 * src/prefs_template.c
3856 * src/send_message.c
3858 * src/summary_search.c
3861 * src/gtk/gtkcmclist.c
3862 * src/gtk/gtkcmctree.c
3863 * src/gtk/gtkcmoptionmenu.c
3864 * src/gtk/gtksctree.c
3865 * src/gtk/gtkutils.c
3866 * src/gtk/gtkutils.h
3867 * src/gtk/gtkvscrollbutton.c
3868 * src/gtk/inputdialog.c
3869 * src/gtk/pluginwindow.c
3870 * src/gtk/quicksearch.c
3871 * src/gtk/spell_entry.c
3872 * src/plugins/bogofilter/bogofilter_gtk.c
3873 * src/plugins/dillo_viewer/dillo_prefs.c
3874 * src/plugins/pgpcore/prefs_gpg.c
3875 * src/plugins/spamassassin/spamassassin_gtk.c
3876 * src/plugins/trayicon/trayicon.c
3877 * src/plugins/trayicon/trayicon_prefs.c
3878 Remove all possible #if GTK_CHECK_VERSION() checks,
3879 and make Claws build with GTK+2.16 (untested right
3880 now), as the Gpg4Win project uses GTK+2.16 currently.
3882 2011-10-22 [colin] 3.7.10cvs40
3884 * src/gtk/gtkutils.h
3886 Fix (hopefully) build with GTK+ 2.18.
3888 2011-10-20 [paul] 3.7.10cvs39
3893 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3894 Patch by Bodo Graumann <mail@bodograumann.de>
3896 2011-10-20 [mones] 3.7.10cvs38
3900 Fix references to old dotsrc mailing lists
3902 2011-10-19 [mones] 3.7.10cvs37
3904 * src/prefs_msg_colors.c
3905 Fix Ok/Cancel buttons in color selector of preferences
3907 2011-10-17 [colin] 3.7.10cvs36
3909 * src/gtk/gtkshruler.c
3910 (Probably) fix GTK+ <= 2.22
3912 2011-10-17 [colin] 3.7.10cvs35
3914 * src/gtk/gtkshruler.c
3917 2011-10-17 [mones] 3.7.10cvs34
3926 Fix potential out-of-buffer writes
3928 2011-10-17 [mones] 3.7.10cvs33
3931 Use just one g_print call per option; correct indentation
3933 2011-10-17 [colin] 3.7.10cvs32
3937 * src/gtk/Makefile.am
3938 * src/gtk/gtkshruler.c
3939 * src/gtk/gtkshruler.h
3942 Reimplement ruler using the GTK widgets. Thanks
3943 to Hanno for the initial patch.
3945 2011-10-17 [colin] 3.7.10cvs31
3949 * src/gtk/gtkutils.c
3950 * src/gtk/gtkutils.h
3951 Undeprecate GIO/GdkCondition
3953 2011-10-16 [mones] 3.7.10cvs30
3956 Add --compose-from-file option to open composition
3957 window with the headers and body from a file; based
3958 on Debian patch to fix http://bugs.debian.org/544868
3960 2011-10-15 [mones] 3.7.10cvs29
3962 * manual/advanced.xml
3963 Document new summary_from_show hidden preference
3965 2011-10-15 [paul] 3.7.10cvs28
3968 compose_create_tags() - fix misplaced 'int i'
3969 compose_entry_mark_default_to() - fix To field highlighting
3971 2011-10-09 [colin] 3.7.10cvs27
3974 Fix address completion
3976 2011-10-07 [colin] 3.7.10cvs26
3978 * src/prefs_filtering_action.c
3979 * src/gtk/gtkutils.h
3980 Fix build with GTK+2.20
3982 2011-10-07 [colin] 3.7.10cvs25
3984 * src/gtk/Makefile.am
3985 * src/gtk/gdkkeysyms-new.h
3986 * src/gtk/gtkutils.h
3987 Copy the new GDK_KEY_* definitions for older GTKs
3989 2011-10-07 [colin] 3.7.10cvs24
3992 Fix typos (thanks to Hanno)
3994 2011-10-07 [colin] 3.7.10cvs23
3997 * src/gtk/gtkshruler.c
3998 * src/gtk/gtkshruler.h
3999 Disable ruler starting from 2.24.
4001 2011-10-07 [colin] 3.7.10cvs22
4005 * src/gtk/Makefile.am
4008 2011-10-07 [colin] 3.7.10cvs21
4018 * src/message_search.c
4021 * src/prefs_account.c
4022 * src/prefs_compose_writing.c
4023 * src/prefs_filtering_action.c
4024 * src/prefs_folder_item.c
4025 * src/prefs_logging.c
4026 * src/prefs_matcher.c
4027 * src/prefs_message.c
4029 * src/prefs_receive.c
4030 * src/prefs_summaries.c
4031 * src/prefs_wrapping.c
4035 * src/stock_pixmap.c
4036 * src/summary_search.c
4038 * src/gtk/Makefile.am
4039 * src/gtk/colorlabel.c
4040 * src/gtk/gtkutils.c
4041 * src/gtk/gtkutils.h
4042 * src/gtk/logwindow.c
4045 * src/gtk/quicksearch.c
4046 * src/gtk/spell_entry.c
4047 * src/plugins/bogofilter/bogofilter_gtk.c
4048 * src/plugins/dillo_viewer/dillo_viewer.c
4049 * src/plugins/pgpcore/prefs_gpg.c
4050 * src/plugins/spamassassin/spamassassin_gtk.c
4051 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
4052 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
4053 ported (especially GtkCMOptionMenu)
4055 2011-10-07 [colin] 3.7.10cvs20
4060 * src/addrcustomattr.c
4061 * src/addrduplicates.c
4064 * src/addressbook_foldersel.c
4070 * src/editaddress_other_attributes_ldap.c
4075 * src/editldap_basedn.c
4083 * src/grouplistdialog.c
4089 * src/message_search.c
4092 * src/prefs_actions.c
4093 * src/prefs_customheader.c
4094 * src/prefs_display_header.c
4095 * src/prefs_filtering.c
4096 * src/prefs_filtering_action.c
4097 * src/prefs_folder_column.c
4098 * src/prefs_matcher.c
4099 * src/prefs_msg_colors.c
4101 * src/prefs_summaries.c
4102 * src/prefs_summary_column.c
4103 * src/prefs_summary_open.c
4104 * src/prefs_template.c
4105 * src/prefs_toolbar.c
4107 * src/sourcewindow.c
4109 * src/summary_search.c
4114 * src/gtk/colorsel.c
4115 * src/gtk/combobox.c
4116 * src/gtk/description_window.c
4117 * src/gtk/foldersort.c
4118 * src/gtk/gtkaspell.c
4119 * src/gtk/gtkcmclist.c
4120 * src/gtk/gtkcmctree.c
4121 * src/gtk/gtkcmoptionmenu.c
4122 * src/gtk/gtkutils.c
4123 * src/gtk/icon_legend.c
4124 * src/gtk/inputdialog.c
4125 * src/gtk/logwindow.c
4126 * src/gtk/pluginwindow.c
4127 * src/gtk/prefswindow.c
4128 * src/gtk/quicksearch.c
4129 * src/plugins/pgpcore/passphrase.c
4130 * src/plugins/pgpcore/select-keys.c
4131 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4132 to replace GDK_* by GDK_KEY_*.
4134 2011-10-07 [colin] 3.7.10cvs19
4145 * src/grouplistdialog.c
4146 * src/image_viewer.c
4150 * src/prefs_filtering_action.c
4151 * src/prefs_folder_column.c
4152 * src/prefs_msg_colors.c
4153 * src/prefs_summary_column.c
4154 * src/prefs_toolbar.c
4156 * src/stock_pixmap.c
4163 * src/gtk/colorlabel.c
4164 * src/gtk/colorsel.c
4165 * src/gtk/gtkcmclist.c
4166 * src/gtk/gtkcmctree.c
4167 * src/gtk/gtkcmoptionmenu.c
4168 * src/gtk/gtksctree.c
4169 * src/gtk/gtkutils.c
4170 * src/gtk/gtkvscrollbutton.c
4171 * src/gtk/inputdialog.c
4172 * src/gtk/logwindow.c
4174 * src/gtk/prefswindow.c
4175 * src/gtk/progressdialog.c
4176 * src/plugins/pgpcore/passphrase.c
4177 * src/plugins/trayicon/trayicon.c
4178 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4179 Patch by Hanno Thurow-Meyer, many thanks to him !
4181 2011-09-20 [colin] 3.7.10cvs18
4184 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4187 2011-09-18 [colin] 3.7.10cvs17
4190 Fix segfault when connection fails
4192 2011-09-03 [colin] 3.7.10cvs16
4195 Use NORMAL instead of EXPORT priorities.
4197 2011-09-02 [colin] 3.7.10cvs15
4201 Linking against gcrypt explicitely in order to call
4202 gcry_control() for mutex setup isn't necessary anymore
4203 starting from gnuTLS 2.11.
4205 2011-08-31 [colin] 3.7.10cvs14
4207 * src/plugins/pgpinline/pgpinline.c
4208 * src/plugins/pgpmime/pgpmime.c
4209 Fix bug #2431, "Major memory leak in PGP message handling".
4211 2011-08-31 [colin] 3.7.10cvs13
4218 Apply Steve Rader's patch from bug #2388, "Add
4219 message view scrolling menu items"
4221 2011-08-30 [colin] 3.7.10cvs12
4223 * src/gtk/prefswindow.c
4224 Fix layout issues (i.e. on SSL page if changing account
4225 type prior to visiting it).
4227 2011-08-30 [colin] 3.7.10cvs11
4231 Don't use deprecated functions for GnuTLS priorities.
4232 Require GnuTLS 2.2 that is the first version with the
4235 2011-08-30 [colin] 3.7.10cvs10
4237 * src/common/socket.c
4239 Long-term fix for bug #2402, "GnuTLS change breaks socket
4240 communication", as per http://savannah.gnu.org/support/?107660
4242 2011-08-30 [colin] 3.7.10cvs9
4244 * src/etpan/imap-thread.c
4245 * src/etpan/nntp-thread.c
4246 Remove dead openSSL code
4248 2011-08-30 [colin] 3.7.10cvs8
4252 * src/common/ssl_certificate.c
4253 * src/common/ssl_certificate.h
4254 * src/etpan/imap-thread.c
4255 * src/etpan/nntp-thread.c
4256 Fix bug #2127, "SSL cert check uses canonical name instead of
4259 2011-08-29 [colin] 3.7.10cvs7
4261 * src/prefs_account.c
4262 Fix X-Mailer option not appearing on IMAP
4264 2011-08-29 [colin] 3.7.10cvs6
4266 * src/plugins/pgpcore/Makefile.am
4267 * src/plugins/pgpinline/Makefile.am
4268 * src/plugins/pgpmime/Makefile.am
4269 * src/plugins/smime/Makefile.am
4271 libtool: link: require no space between `-L' and `.'
4273 2011-08-29 [colin] 3.7.10cvs5
4277 * src/prefs_account.c
4278 * src/prefs_account.h
4279 Revert cvs4 which is rather illogical and instead
4280 use Fabian's patch from bug #2471
4282 2011-08-29 [colin] 3.7.10cvs4
4285 Don't insert custom headers that have empty values.
4286 Allows not inserting X-Mailer if it's set to nothing.
4287 Fixes bug #2471, "Make setting an X-Mailer header optional".
4289 2011-08-29 [colin] 3.7.10cvs3
4291 * src/image_viewer.c
4293 * src/gtk/gtkutils.c
4294 * src/gtk/gtkutils.h
4295 Handle EXIF orientation in images (both in textview's
4296 preview and image viewer)
4298 2011-08-28 [paul] 3.7.10cvs2
4300 * src/prefs_common.c
4301 * src/prefs_common.h
4303 add new hidden option to control the display in the From
4304 column in the Message List: 0 (default): show name,
4305 1: show address, 2: show name + address
4307 2011-08-27 [paul] 3.7.10cvs1
4310 * src/common/ssl_certificate.c
4311 * src/etpan/imap-thread.c
4312 * src/etpan/nntp-thread.c
4313 offer up some missing log_error() strings to translators
4315 2011-08-27 [paul] 3.7.10
4321 2011-08-27 [paul] 3.7.9cvs52
4329 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4330 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4332 2011-08-27 [mones] 3.7.9cvs51
4334 * claws-mail.desktop
4335 Include generic name and comment translations
4336 Thanks to all the people on the translators ML!
4338 2011-08-23 [paul] 3.7.9cvs50
4341 probable/possible fix/workaround for bug 2402,
4342 'can't download message from pop3 server'
4344 2011-08-18 [paul] 3.7.9cvs49
4346 * manual/handling.xml
4347 fix typos. thanks to vilpan
4349 2011-08-17 [paul] 3.7.9cvs48
4351 * tools/claws.i18n.status.pl
4352 add Mindaugas Baranauskas (Lithuanian)
4354 2011-08-14 [mir] 3.7.9cvs47
4357 * src/etpan/nntp-thread.c
4358 Fix bug 2418. Patch provided by Sébastien Bigaret with
4359 some minor contribution by me.
4361 2011-08-13 [mir] 3.7.9cvs46
4363 * src/etpan/nntp-thread.c
4364 Fix bug when NNTP server sends authentication warning
4365 as part of the connection session. Privously etpan would
4366 bail out for any return code other than NEWSNNTP_NO_ERROR
4367 but as early as the connection session a return code like
4368 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4369 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4370 be considered as an error.
4372 2011-08-12 [paul] 3.7.9cvs45
4375 3.7.9cvs43 mistakenly dropped off the info
4376 about the mime part from the tooltip
4378 2011-08-12 [wwp] 3.7.9cvs44
4380 * src/gtk/quicksearch.c
4381 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4383 2011-08-09 [paul] 3.7.9cvs43
4386 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4388 2011-08-06 [paul] 3.7.9cvs42
4391 fix cursor placement in Forward template
4393 2011-08-06 [paul] 3.7.9cvs41
4395 * src/gtk/description_window.c
4396 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4398 2011-08-05 [holger] 3.7.9cvs40
4400 * claws-mail.desktop
4401 Revert 3.7.9cvs35 for now, it may be problematic
4404 2011-08-05 [paul] 3.7.9cvs39
4408 use 'Collapse quotes' rather than 'Fold quotes' on
4409 labels, for consistency
4411 use 'Receive mail from account' rather than 'on account'
4413 2011-07-30 [mir] 3.7.9cvs38
4415 * src/etpan/Makefile.am
4416 * src/plugins/pgpcore/Makefile.am
4417 * src/plugins/pgpmime/Makefile.am
4418 * src/plugins/smime/Makefile.am
4419 Fix broken build on Debian Sid. enchant.h cannot be
4420 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4421 present in Makefile.am. Apparently enchant.h in older
4422 versions were placed in /usr/include which is always
4425 2011-07-21 [mones] 3.7.9cvs37
4427 * src/common/plugin.c
4428 * src/common/plugin.h
4429 Make licences allowed for plugins more explicit and also
4430 accept dual (or more) licences when properly formatted.
4431 Doesn't require any change on current plugins.
4433 2011-07-18 [mones] 3.7.9cvs36
4435 * manual/advanced.xml
4436 Document briefly tags feature.
4437 * manual/glossary.xml
4438 Fix definition to avoid confussion with tags.
4439 * manual/es/advanced.xml
4440 * manual/es/glossary.xml
4441 Synchronize Spanish translation with the above.
4443 2011-07-07 [holger] 3.7.9cvs35
4445 * claws-mail.desktop
4446 Add indicator stuff to the desktop file
4447 Taken from bug #2450
4449 2011-07-06 [paul] 3.7.9cvs34
4454 2011-07-06 [mones] 3.7.9cvs33
4457 Do not create an empty tag name row in panel and
4458 warn user about using a non-reserved tag instead
4460 2011-07-05 [mones] 3.7.9cvs32
4465 * src/etpan/imap-thread.c
4466 Make constants for reserved tags and use them
4467 Removed also duplicate comparison while at it
4469 2011-07-05 [paul] 3.7.9cvs31
4472 when using a Compose template, only place the cursor
4473 in the body when the cursor symbol, %cursor (%X), is used
4475 2011-07-03 [paul] 3.7.9cvs30
4478 do main_window_popup(mainwin); on plugin load error, or
4479 else the warning dialogue and mainwindow stays minimised
4482 2011-07-03 [paul] 3.7.9cvs29
4485 fix bug 2462, 'Building without GnuTLS support leads to a
4486 failure in wizard.c'
4488 2011-07-03 [paul] 3.7.9cvs28
4493 fix bug #2461, 'popup menu in message list displays
4494 'move to trash' and 'delete''.
4495 Add a new sensitivity condition 'M_NOT_TRASH' and
4496 remove the broken workaround for right-click in summaryview.c.
4497 Fix broken main menu sensitivity for "Menu/Message/Move" in
4500 2011-06-21 [paul] 3.7.9cvs27
4503 revert 3.7.9cvs2, it does no good
4505 2011-06-18 [mir] 3.7.9cvs26
4508 Fix autoconf warnings introduced in autoconf >= 2.64
4510 2011-06-05 [paul] 3.7.9cvs25
4520 fix strings where an informational message has been
4521 wrongly entered into the translated string
4523 enable 'Trash' and 'Sender' to be translated based on
4524 the context, e.g. as button text and as mail header
4526 fix english in Info tab
4528 2011-05-25 [colin] 3.7.9cvs24