1 2007-04-24 [paul] 2.9.1cvs20
4 * src/pixmaps/active.xpm
5 * src/pixmaps/checkbox_off.xpm
6 * src/pixmaps/checkbox_on.xpm
7 * src/pixmaps/inactive.xpm
9 remove transparent border from checkbox icons
11 2007-04-24 [wwp] 2.9.1cvs19
15 Fix a crash in textview, thanks to Colin.
17 2007-04-23 [wwp] 2.9.1cvs18
20 Fix 2.9.1cvs5: no header was being translated at all.
22 2007-04-23 [colin] 2.9.1cvs17
31 * src/pixmaps/selection.xpm
32 Fix bug 1193, 'Need a way to multi-select
33 items'. Add a toggle button to the summaryview
34 to switch between normal and multiple selection
37 2007-04-23 [colin] 2.9.1cvs16
46 * src/pixmaps/selection.xpm
47 Fix bug 1193, 'Need a way to multi-
49 Add a toggle button in the summaryview
50 to enable normal or multiple selection.
53 2007-04-23 [colin] 2.9.1cvs15
56 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
58 2007-04-21 [colin] 2.9.1cvs14
60 * src/gtk/quicksearch.c
61 Fix previous commit (actually use correct
64 2007-04-21 [colin] 2.9.1cvs13
66 * src/gtk/quicksearch.c
67 Fix changing quicksearch type (after Esc,
68 after changing Recursive, ...)
70 2007-04-20 [wwp] 2.9.1cvs12
73 Added headers.h (completes 2.9.1cvs5).
75 2007-04-20 [wwp] 2.9.1cvs11
78 Fix the use of display name in name column,
79 it has been overriden w/ the use of nickname
80 by 2.9.0cvs3. Now nickname is used (if any)
81 in case of LDAP books only.
83 2007-04-20 [colin] 2.9.1cvs10
88 Add handling of 'a' to loop in a mail's
91 2007-04-20 [colin] 2.9.1cvs9
94 Fix bug 1190, 'dir_open' button doesn't work'
97 2007-04-20 [colin] 2.9.1cvs8
101 Fix bug 1194, 'Hardware keys move from email
102 list to account/directory list, but not back
103 to email list...' (Maemo)
105 2007-04-20 [colin] 2.9.1cvs7
108 complete previous commit
110 2007-04-20 [colin] 2.9.1cvs6
113 Fix bug 1187, 'Reply-to addressee disappears
114 when reply-to text box is clicked...' (Maemo)
116 2007-04-20 [wwp] 2.9.1cvs5
126 * src/prefs_display_header.c
127 * src/prefs_matcher.c
130 * src/gtk/quicksearch.c
131 Translate more header names according to the relevant option value,
132 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
133 Replaced nearly all uses of prefs_common.trans_hdr with a call
134 to prefs_common_translated_header_name().
135 Added a headers.h reference file that contains known header names
136 (RFC2822 and others) to the translation process' input, so that
137 translated header names will still exist even if no occurrence of
138 _("headername") is found anymore in the sources.
139 Don't translate column name 'Number' following to trans_hdr option
140 value as it's not a header name.
142 2007-04-20 [colin] 2.9.1cvs4
144 * src/gtk/quicksearch.c
145 * src/gtk/quicksearch.h
146 Add "From, To or Subject" quicksearch
147 type. Patch by ulfschaper@users.sf.net
149 2007-04-20 [colin] 2.9.1cvs3
152 Implement proper references filtering condition.
153 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
155 2007-04-19 [wwp] 2.9.1cvs2
157 * src/prefs_display_header.c
158 * src/message_search.c
159 Fix few warnings (g_free of const gchar*).
161 2007-04-19 [paul] 2.9.1cvs1
167 bump version number following
170 2007-04-19 [paul] 2.9.0cvs9
172 * manual/advanced.xml
173 * manual/glossary.xml
176 2007-04-18 [paul] 2.9.0cvs8
179 fix for CVE-2007-1558 (APOP)
182 2007-04-18 [paul] 2.9.0cvs7
188 Fix encoding woes wrt saving of
192 2007-04-18 [colin] 2.9.0cvs6
194 * src/gtk/pluginwindow.c
195 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
197 2007-04-17 [wwp] 2.9.0cvs5
203 Fix --disable-ldap build,
204 fix some LDAP annoyances on
205 searches, thanks to Colin.
207 2007-04-17 [wwp] 2.9.0cvs4
210 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
211 like gcc 2.9x. Thanks to Colin.
213 2007-04-17 [wwp] 2.9.0cvs3
229 Add LDAP write support. Patch mostly by
230 Michael <mir at datanom dot net>
232 2007-04-17 [wwp] 2.9.0cvs2
235 Prepend "Add to address book" to the context menu of compose window's sender and
238 2007-04-16 [paul] 2.9.0cvs1
243 2007-04-16 [paul] 2.9.0
250 2007-04-16 [paul] 2.8.1cvs102
253 updated by Fabien Vantard
255 2007-04-16 [paul] 2.8.1cvs101
265 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
266 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
267 Aleksandar Urosevic, and Ralgh Young
269 2007-04-15 [mones] 2.8.1cvs100
274 2007-04-14 [colin] 2.8.1cvs99
276 * src/message_search.c
277 * src/prefs_display_header.c
278 * src/summary_search.c
282 2007-04-14 [wwp] 2.8.1cvs98
285 * src/message_search.c
286 * src/summary_search.c
287 * src/prefs_display_header.c
288 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
289 returns NULL, get the text value directly from the GtkEntry child.
291 2007-04-13 [colin] 2.8.1cvs97
293 * src/gtk/quicksearch.c
294 Give the focus back to summaryview when
295 emptying the quicksearch with Esc
297 2007-04-13 [colin] 2.8.1cvs96
299 * src/message_search.c
300 * src/prefs_display_header.c
301 * src/summary_search.c
302 Fix possibles crashes when getting text
305 2007-04-13 [colin] 2.8.1cvs95
308 Add some UIDL debugging
310 2007-04-12 [colin] 2.8.1cvs94
313 Force folder scan if necessary after
314 copying mails, to be able to reapply
317 2007-04-11 [colin] 2.8.1cvs93
320 don't scan for new mail on startup if --select
321 is specified (or race conditions arise). If so,
322 do both sequentially.
324 2007-04-09 [colin] 2.8.1cvs92
327 Use leafpad by default on Maemo. Patch
330 2007-04-06 [colin] 2.8.1cvs91
332 * src/pixmaps/queue_close.xpm
333 * src/pixmaps/queue_close_hrm.xpm
334 * src/pixmaps/queue_close_hrm_mark.xpm
335 * src/pixmaps/queue_close_mark.xpm
336 * src/pixmaps/queue_open.xpm
337 * src/pixmaps/queue_open_hrm.xpm
338 * src/pixmaps/queue_open_hrm_mark.xpm
339 * src/pixmaps/queue_open_mark.xpm
340 Move the clock one pixel down :)
342 2007-04-05 [colin] 2.8.1cvs90
345 Don't sync when switching offline from
346 command line - it's usually too late :)
348 2007-04-05 [paul] 2.8.1cvs89
352 * src/pixmaps/dir_close_hrm.xpm
353 * src/pixmaps/dir_close_hrm_mark.xpm
354 * src/pixmaps/drafts_close.xpm
355 * src/pixmaps/drafts_close_mark.xpm
356 * src/pixmaps/drafts_open.xpm
357 * src/pixmaps/drafts_open_mark.xpm
358 * src/pixmaps/inbox.xpm
359 * src/pixmaps/inbox_close.xpm
360 * src/pixmaps/inbox_close_hrm.xpm
361 * src/pixmaps/inbox_close_hrm_mark.xpm
362 * src/pixmaps/inbox_close_mark.xpm
363 * src/pixmaps/inbox_hrm.xpm
364 * src/pixmaps/inbox_hrm_mark.xpm
365 * src/pixmaps/inbox_mark.xpm
366 * src/pixmaps/inbox_open.xpm
367 * src/pixmaps/inbox_open_hrm.xpm
368 * src/pixmaps/inbox_open_hrm_mark.xpm
369 * src/pixmaps/inbox_open_mark.xpm
370 * src/pixmaps/outbox.xpm
371 * src/pixmaps/outbox_close.xpm
372 * src/pixmaps/outbox_close_hrm.xpm
373 * src/pixmaps/outbox_close_hrm_mark.xpm
374 * src/pixmaps/outbox_close_mark.xpm
375 * src/pixmaps/outbox_hrm.xpm
376 * src/pixmaps/outbox_hrm_mark.xpm
377 * src/pixmaps/outbox_mark.xpm
378 * src/pixmaps/outbox_open.xpm
379 * src/pixmaps/outbox_open_hrm.xpm
380 * src/pixmaps/outbox_open_hrm_mark.xpm
381 * src/pixmaps/outbox_open_mark.xpm
382 * src/pixmaps/queue_close.xpm
383 * src/pixmaps/queue_close_hrm.xpm
384 * src/pixmaps/queue_close_hrm_mark.xpm
385 * src/pixmaps/queue_close_mark.xpm
386 * src/pixmaps/queue_open.xpm
387 * src/pixmaps/queue_open_hrm.xpm
388 * src/pixmaps/queue_open_hrm_mark.xpm
389 * src/pixmaps/queue_open_mark.xpm
390 updated, added and replaced icons
393 2007-04-04 [colin] 2.8.1cvs88
396 Fix build without libetpan
398 2007-04-03 [colin] 2.8.1cvs87
401 Fix crash with Citadel, and try to make
402 things work. this server (and specifically
403 STATUS and APPEND at least) seems broken.
405 2007-04-03 [colin] 2.8.1cvs86
408 Fix icons on folder close
410 2007-04-03 [colin] 2.8.1cvs85
413 Fix double-ask of offline override in
418 Much more efficient way to synchronise
420 * src/etpan/imap-thread.c
423 * src/gtk/quicksearch.c
426 2007-04-03 [paul] 2.8.1cvs84
434 Fix sync being done too late
437 2007-04-02 [colin] 2.8.1cvs83
440 Maemo: Put status and quicksearch at the top
441 * src/plugins/bogofilter/bogofilter.c
442 * src/plugins/spamassassin/spamassassin.c
443 Derive trash from inbox if possible
445 2007-04-02 [paul] 2.8.1cvs82
447 * src/plugins/bogofilter/bogofilter_gtk.c
448 a few English changes
454 2007-04-02 [colin] 2.8.1cvs81
457 Fix transparent images by using
460 Flush events (on new windows) to avoid
461 having the textview's image resize fail
462 to know the available width
464 2007-04-01 [colin] 2.8.1cvs80
466 * src/prefs_account.c
467 If no MH mailbox exist, when creating a POP/Local
468 account, just create and use the default one
469 instead of bailing with a "Mailbox doesn't exist"
472 2007-03-31 [colin] 2.8.1cvs79
474 * src/prefs_account.c
475 Create signature file if it doesn't exist
477 * src/prefs_toolbar.c
478 Maemo: Move "Use default" on the left so
479 that people can find it
481 Maemo: make default editor "Maemopad",
482 default signature file "MyDocs/signature.txt"
484 2007-03-31 [colin] 2.8.1cvs78
486 * src/prefs_account.c
487 Maemo: rework account prefs so
488 that less horizontal scrolling
491 2007-03-31 [colin] 2.8.1cvs77
496 Fix bug 1167, 'Allow not displaying zeros
497 in folder list'. Patch by MartinP
499 2007-03-31 [colin] 2.8.1cvs76
504 2007-03-31 [colin] 2.8.1cvs75
507 Apply patch from bug 1172, direct
508 access to the folder's session instead
509 of using getter. Patch by MartinP
511 2007-03-31 [paul] 2.8.1cvs74
514 no need to list Fabien twice!
516 2007-03-31 [colin] 2.8.1cvs73
519 If we're currently "overriding for %d minutes",
522 2007-03-31 [colin] 2.8.1cvs72
530 * src/plugins/spamassassin/spamassassin.c
531 Offline override: Add a parameter to allow
532 asking even if the override timer is running.
533 Allows to ask every time the user makes an
534 explicit action needing online access (such
535 as Get Mail), and not when the action is
536 implicit (such as opening an IMAP folder)
538 2007-03-31 [colin] 2.8.1cvs71
541 Override offline: "No" answer shouldn't
542 re-ask after 3 seconds, but 10 minutes.
544 2007-03-30 [colin] 2.8.1cvs70
546 * src/common/socket.c
547 Better error reporting on unix socket
548 failure (bind usually)
551 Label window: add a pulsing progress
552 bar to show we're not hung :)
555 * src/plugins/pgpcore/sgpgme.c
558 2007-03-30 [colin] 2.8.1cvs69
562 Fix possible trashing of history and uidl
563 files on disk full problems
565 2007-03-30 [paul] 2.8.1cvs68
570 update summary when changing layout type
571 (fixes wrong folder icon being displayed)
574 2007-03-29 [colin] 2.8.1cvs67
576 * src/prefs_ext_prog.c
577 The browser pref is irrelevant on Maemo
579 2007-03-29 [colin] 2.8.1cvs66
583 Maemo: dynamically switch headers/text position
585 Maemo: hide compose's ruler by default
586 * src/common/socket.c
587 * src/common/socket.h
590 2007-03-29 [colin] 2.8.1cvs65
592 * src/common/socket.c
593 * src/common/socket.h
594 Fix build when MAEMO_CFLAGS contains
595 _X_OPENSOURCE (resolv.h errors as long
596 as we don't add _BSD_SOURCE. Ugly).
598 2007-03-29 [wwp] 2.8.1cvs64
600 * src/prefs_logging.c
601 Fix sensitivity of clip-log widgets in prefs/logging,
604 2007-03-29 [wwp] 2.8.1cvs63
607 Updated files list for translations, thanks to Fabien.
609 2007-03-29 [colin] 2.8.1cvs62
612 * src/common/Makefile.am
614 Maybe make URI opening work in Maemo
617 2007-03-28 [colin] 2.8.1cvs61
622 Add the possibility to sort folders arbitrarily
623 (via editing of folderlist.xml only). Patch by
624 Martin P <mp26+claws@os.inf.tu-dresden.de>
625 Fixes bug 1166, 'Folder ordering is fixed and cannot
626 be changed by the user'
628 2007-03-28 [colin] 2.8.1cvs60
631 Add popup menu for mime icons
633 2007-03-28 [colin] 2.8.1cvs59
636 Fix a layout issue when presenting
637 mainwindow in Small screen layout
640 Add a "Go to folder list" button for
641 mainwindow, and make it default in
644 2007-03-28 [colin] 2.8.1cvs58
647 Don't dynamically update title on Maemo
648 Patch by Jean-Luc Biord
650 2007-03-27 [colin] 2.8.1cvs57
655 Enable tap-and-hold on Maemo
657 2007-03-26 [colin] 2.8.1cvs56
660 More popup-menu (in attachments list)
662 2007-03-26 [colin] 2.8.1cvs55
665 Enable popup-menu signal
667 2007-03-26 [colin] 2.8.1cvs54
669 * src/plugins/pgpinline/pgpinline.c
670 Fix bug 1111, 'PGP/inline plugin hides text
671 around encrypted text block'. Patch based on
672 a patch from Michal Cihar.
674 2007-03-26 [wwp] 2.8.1cvs53
677 Fix getting a false error when sending queued message
678 whereas the sending was fine (if there are subfolders
679 in the queue folder), thanks to Colin.
681 2007-03-26 [paul] 2.8.1cvs52
684 update FACE header in welcome message
686 2007-03-25 [colin] 2.8.1cvs51
691 2007-03-25 [colin] 2.8.1cvs50
694 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
696 2007-03-24 [colin] 2.8.1cvs49
699 Fix a few launch problems on Maemo
700 Patch by Jean-Luc Biord
702 2007-03-24 [wwp] 2.8.1cvs48
708 Fix wrong action performed when closing the
709 "ask about account specific filtering rules
710 when filtering manually" dialog by pressing Escape.
711 Fix wrong order of buttons in the "return receipt
712 notification - the message was sent to several of
713 your accounts" dialog.
715 2007-03-24 [paul] 2.8.1cvs47
718 an improvement to English usage
719 * tools/kdeservicemenu/README
722 2007-03-24 [paul] 2.8.1cvs46
726 * src/pixmaps/edit_extern.xpm
727 * src/pixmaps/mail_sign.xpm
728 rescue long lost icons
730 2007-03-24 [paul] 2.8.1cvs45
733 fix toolbar (broken in 2.8.1cvs42)
735 2007-03-23 [colin] 2.8.1cvs44
738 Correctly unsubscribe/resubscribe after
741 2007-03-23 [colin] 2.8.1cvs43
744 Maemo: as the platform is light on RAM, allow
745 caches to be discarded faster.
747 2007-03-23 [colin] 2.8.1cvs42
758 * src/pixmaps/open_mail.xpm
759 Maemo changes: Add the possibility to have
760 "Open Email" and "Close Window" buttons on
761 toolbars (and use them in Maemo's default
764 2007-03-23 [wwp] 2.8.1cvs41
767 Reverted that part of the action dialog closure logics, to
768 pre-2.8.1cvs19. Managing action dialog w/ no output may be
769 done later in a different way (or may not).
771 2007-03-22 [wwp] 2.8.1cvs40
774 Fix sticky action dialog when got no output but action command
775 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
777 2007-03-22 [colin] 2.8.1cvs39
779 * src/prefs_filtering.c
781 Fix escaping account names in filtering prefs
783 2007-03-22 [colin] 2.8.1cvs38
788 Add any attribute specified in LDAP servers'
789 Search attributes to the Other Attributes tab
790 of contacts; Add 'telephoneNumber' in the
793 2007-03-22 [colin] 2.8.1cvs37
798 Try to prevent race conditions when
799 changing the folder list
801 Fix possible red folder icon when
802 switching from Small screen layout
805 2007-03-22 [colin] 2.8.1cvs36
810 Rename "little screen" to "Small screen"
811 * src/gtk/Makefile.am
814 Fix Maemo-related compilation problems
816 2007-03-21 [colin] 2.8.1cvs35
821 Remove .png from the Icon, it's useless
823 2007-03-21 [colin] 2.8.1cvs34
827 Add the necessary lib checking for
830 2007-03-21 [colin] 2.8.1cvs33
833 Fix unconditional "error happened" when
834 sending via command-line. "lol @ myself"
836 2007-03-21 [colin] 2.8.1cvs32
838 * claws-mail-40x40.png
839 * claws-mail-26x26.png
849 * src/prefs_account.c
851 * src/summary_search.c
857 * src/gtk/logwindow.c
859 * src/gtk/prefswindow.c
860 Add Maemo port (patch mainly by Jean-Luc Biort)
861 Add a new 'Little screen' layout to help on such
862 platforms (patch by me)
863 Make some default preferences different (more
864 adapted) on Maemo (patch by me)
866 2007-03-21 [wwp] 2.8.1cvs31
868 * src/prefs_logging.c
869 * src/prefs_logging.h
870 Fixed copyright header of newly added files.
872 2007-03-21 [wwp] 2.8.1cvs30
890 * src/prefs_logging.c
891 * src/prefs_logging.h
899 * src/common/session.c
901 * src/common/socket.c
902 * src/etpan/imap-thread.c
903 * src/gtk/logwindow.c
904 * src/gtk/logwindow.h
905 * src/plugins/bogofilter/bogofilter.c
906 * src/plugins/spamassassin/spamassassin.c
907 Added debugging of filtering/processing rules.
908 The debug log is here 'Tools/Filtering debug window',
909 the options there 'Configuration/Preferences/Other/Logging',
910 and the log file is ~/.claws-mail/filtering.log.
911 Moved protocol log prefs to 'Other/Logging' as well.
912 To support such debugging feature, the existing log API has
913 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
914 this impacts many external modules (commits follow).
916 2007-03-21 [paul] 2.8.1cvs29
918 * src/etpan/Makefile.am
919 * src/etpan/imap-thread.c
922 2007-03-21 [colin] 2.8.1cvs28
925 Fix bug 1157, 'some broken messages confuse
926 mime parser'. Make sure we can't have MimeInfos
929 2007-03-20 [colin] 2.8.1cvs27
932 Fix missing \0 on buffer
934 2007-03-20 [colin] 2.8.1cvs26
937 Use make_dir_hier instead of make_dir
938 to create the MH mailbox
940 2007-03-20 [colin] 2.8.1cvs25
944 * src/prefs_account.c
946 Fix default inbox weirdnesses (after wizard,
947 if path is Mail, mailbox identifier is #mh/Mailbox,
948 and when creating new accounts)
950 2007-03-20 [colin] 2.8.1cvs24
953 Write folderlist after adding/deleting accounts
956 2007-03-20 [colin] 2.8.1cvs23
960 Fix bug 1153, 'CM segfaults if IMAP folder is
961 selected while scanning prior to update'
963 2007-03-17 [paul] 2.8.1cvs22
966 fix a typo, and be a little more verbose.
968 2007-03-17 [wwp] 2.8.1cvs21
971 Fix a compiler warning.
973 2007-03-16 [wwp] 2.8.1cvs20
977 Updated to deal w/ the new mairix.sh tool.
979 2007-03-16 [wwp] 2.8.1cvs19
982 Fix logics issues around the action IO dialog:
983 - disable entry widget and exec button when
984 the exec button is clicked (don't wait for any
985 output line) - fix possible disabling/re-enabling/
986 re-disabling of those widgets
987 - raise an error if executing a %as{} action either
988 empty or invalid, instead of failing silently
989 - don't close the dialog if the abort button has been
990 clicked and if there was no output yet
991 - set focus to the abort button when the exec button
993 - fix capitalization of a warning message
995 2007-03-16 [wwp] 2.8.1cvs18
998 Added a wrapper to mairix to the tools folder.
1000 2007-03-16 [colin] 2.8.1cvs17
1004 Allow mimeviewer plugins to print
1007 2007-03-16 [colin] 2.8.1cvs16
1012 2007-03-15 [colin] 2.8.1cvs15
1016 Add a way for mimeviewer plugins to
1017 implement body search
1019 2007-03-15 [paul] 2.8.1cvs14
1021 * src/prefs_spelling.c
1024 2007-03-15 [paul] 2.8.1cvs13
1026 * src/common/quoted-printable.c
1027 fix decoding of quoted-printable parts
1029 2007-03-14 [wwp] 2.8.1cvs12
1031 * src/gtk/logwindow.h
1032 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1034 2007-03-14 [wwp] 2.8.1cvs11
1036 * src/gtk/logwindow.h
1037 Complete 2.8.1cvs10.
1039 2007-03-14 [colin] 2.8.1cvs10
1041 * src/gtk/logwindow.c
1042 Probably fix bug 1149, crash on logwindow
1043 close - at the expense of performance once
1044 logwin has been opened
1046 2007-03-14 [colin] 2.8.1cvs9
1049 If claws-mail is running on another
1050 display, warn instead of popping it up
1051 on the other display
1053 2007-03-12 [colin] 2.8.1cvs8
1056 Fix bug 1145, 'Setting a different name
1057 for the Mailbox name isn't reflected in
1058 default account settings'. Patch by wwp
1060 2007-03-12 [colin] 2.8.1cvs7
1063 Fix bug 1143, 'Add number of messages to be
1064 deleted to confirmation dialog'
1066 2007-03-12 [wwp] 2.8.1cvs6
1069 * src/prefs_common.c
1070 * src/prefs_common.h
1071 * src/prefs_summaries.c
1072 Changed the option that displays unread messages count
1073 next to the folder name in folder list: it is now
1074 possible to either display nothing, display the
1075 unread messages number only or the unread and total messages
1076 numbers. The patch includes this extra feature as well
1077 as some minor fixes by rewriting the algo in folderview.c.
1078 Thanks to Paul for the original idea and implementation, plus
1079 testing and proof-reading!
1081 2007-03-09 [paul] 2.8.1cvs5
1085 * tools/claws-mail-compose-insert-files.pl
1086 added a script which enables inserting files
1087 into the message body of a new Claws Mail
1088 Compose window from the command line. Additionally
1089 To, Cc, Subject and files to attach to the message
1092 2007-03-09 [wwp] 2.8.1cvs4
1097 Optimize matching of addresses in the addressbook
1098 (filtering/processing 'found_in_addressbook' condition).
1100 2007-03-07 [wwp] 2.8.1cvs3
1103 * src/quote_fmt_lex.l
1104 * src/quote_fmt_parse.y
1105 Add a new quote format symbol: %A to insert the
1106 sender email address (just the address itself).
1108 2007-03-06 [wwp] 2.8.1cvs2
1110 * src/gtk/gtkutils.c
1111 * src/plugins/trayicon/trayicon_prefs.h
1112 * src/plugins/trayicon/trayicon_prefs.c
1113 * src/plugins/trayicon/trayicon.c
1116 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1117 minimizing Claws-Mail main window will hide it to the trayicon instead.
1120 2007-03-06 [paul] 2.8.1cvs1
1126 bump version number following
1129 2007-03-06 [paul] 2.8.0cvs24
1132 corrected by by Tim <timbrain@post.cz>
1134 2007-03-05 [colin] 2.8.0cvs23
1138 Fix mime/globs path on NetBSD
1139 patch by George Michaelson
1141 2007-03-05 [wwp] 2.8.0cvs22
1144 Remove debug statement (accidentally committed w/ cvs14).
1146 2007-03-05 [paul] 2.8.0cvs21
1148 * src/plugins/pgpcore/prefs_gpg.c
1149 fix compiler warning
1151 2007-03-05 [wwp] 2.8.0cvs20
1153 * src/matcher_parser_parse.y
1154 Fix mismerge between cvs17 and cvs19.
1156 2007-03-05 [wwp] 2.8.0cvs19
1158 * src/matcher_parser_parse.y
1159 * src/prefs_filtering_action.c
1164 Add new 'add_to_addressbook' filtering/processing action.
1166 2007-03-05 [wwp] 2.8.0cvs18
1169 Fix mark_as_ham filtering/processing action: spam flag
1172 2007-03-04 [colin] 2.8.0cvs17
1177 * src/matcher_parser_parse.y
1178 * src/prefs_filtering_action.c
1179 Add 'Mark as spam' and 'Mark as ham' filtering
1180 actions. Fixes bug 1138.
1182 2007-03-04 [colin] 2.8.0cvs16
1185 Fix bug 1140, wrong return value
1188 2007-03-04 [wwp] 2.8.0cvs15
1191 Rollback cvs14: don't free stuff that is managed in g_list.
1193 2007-03-04 [wwp] 2.8.0cvs14
1196 Fix a leak in address completion code.
1198 2007-03-04 [colin] 2.8.0cvs13
1201 Maybe fix bug 1136, 'Crash in group
1204 2007-03-04 [iwkse] 2.8.0cvs12
1207 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1209 2007-03-03 [colin] 2.8.0cvs11
1211 * src/plugins/pgpinline/pgpinline.c
1212 Fix off-by-one, fix double-free. Fixes
1213 bug 1135, 'cm-segfault on decrypting
1216 2007-03-03 [colin] 2.8.0cvs10
1220 * src/common/plugin.c
1221 Fix bug 1134, 'Valgrind macros unhandled
1224 2007-03-02 [colin] 2.8.0cvs9
1227 Don't error out on EAGAIN. Fixes
1228 bug 1129, '"local mbox file" account
1229 isn't retrieving mails'
1231 2007-03-01 [wwp] 2.8.0cvs8
1234 * src/gtk/colorlabel.c
1235 Remove accels for extra color labels until we set better
1236 and definitive ones.
1238 2007-02-28 [wwp] 2.8.0cvs7
1241 * src/matcher_parser_parse.y
1242 * src/prefs_common.c
1243 * src/prefs_msg_colors.c
1245 * src/gtk/colorlabel.c
1246 * src/gtk/colorlabel.h
1247 Add more customizable color labels. Cleaned up a bit
1248 the color label API to avoid duplicate defines of
1249 the max number of colors.
1251 2007-02-27 [colin] 2.8.0cvs6
1254 * src/common/utils.c
1255 * src/common/utils.h
1256 Fix '+' in mailto URIs for List-* headers
1258 2007-02-27 [colin] 2.8.0cvs5
1260 * src/gtk/gtkutils.c
1261 Use gtk_window_set_role instead of
1264 2007-02-27 [colin] 2.8.0cvs4
1267 Fix "After receiving new mail, go to inbox" on IMAP,
1268 and make it work only on manual reception
1270 2007-02-27 [wwp] 2.8.0cvs3
1272 * src/prefs_filtering.c
1273 * src/prefs_filtering_action.c
1274 * src/prefs_matcher.c
1275 Update filtering matcher's and action's color label menus
1276 when re-opening those dialogs (reflect any change to the
1277 color labels list in the preferences).
1279 2007-02-27 [colin] 2.8.0cvs2
1282 * src/etpan/etpan-thread-manager-types.h
1283 * src/etpan/etpan-thread-manager.c
1284 * src/etpan/imap-thread.c
1285 Log imap ALERTs as errors in the log.
1287 2007-02-26 [paul] 2.8.0cvs1
1289 * tools/claws.i18n.status.pl
1292 2007-02-26 [paul] 2.7.2cvs75
1306 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1307 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1308 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1309 Aleksandar Urosevic, and Ralgh Young
1311 2007-02-25 [mones] 2.7.2cvs74
1316 2007-02-25 [colin] 2.7.2cvs73
1319 Clearing the list is only useful
1320 to prevent a valgrind false-positive
1322 2007-02-25 [paul] 2.7.2cvs72
1326 * tools/kmail-mailbox2claws-mail.pl **ADDED**
1327 * tools/maildir2claws-mail.pl **REMOVED**
1328 renamed the script, fixed a couple bugs
1330 2007-02-23 [colin] 2.7.2cvs71
1333 Fix a leak, check for a few improbable nulls
1335 2007-02-23 [colin] 2.7.2cvs70
1339 * src/plugins/trayicon/trayicon.c
1340 Fix blinking mainwin when starting in tray
1341 (show mainwindow later in the startup process,
1342 apart if restarting post-crash)
1344 2007-02-23 [colin] 2.7.2cvs69
1348 Fix crash when unsubscribing the currently
1349 selected/opened folder
1351 2007-02-23 [colin] 2.7.2cvs68
1354 Fix bug that prevented colorization to
1355 work without wrap quotation option
1357 2007-02-23 [colin] 2.7.2cvs67
1360 Fix refcounting, start and end completion who
1361 behaved as if there couldn't be any other current
1364 2007-02-23 [wwp] 2.7.2cvs66
1368 Address completion fixes: fix addressbook_peek_folder_exists() in
1369 which the algorithm was ridiculously over-obfuscated and broken.
1370 Fix addrindex_load_completion() as well, to load addresses in
1371 completion list with regards to what addressbook_peek_folder_exists()
1374 2007-02-23 [wwp] 2.7.2cvs65
1377 Add addresses to completion when they're non-empty (thanks to Colin).
1379 2007-02-23 [paul] 2.7.2cvs64
1381 * src/plugins/pgpcore/passphrase.c
1384 2007-02-23 [colin] 2.7.2cvs63
1386 * src/plugins/pgpcore/prefs_gpg.c
1387 * src/plugins/pgpcore/prefs_gpg.h
1388 * src/plugins/pgpcore/sgpgme.c
1389 * src/plugins/pgpinline/pgpinline.c
1390 * src/plugins/pgpmime/pgpmime.c
1391 Try harder to respect user's choice wrt
1392 gpg-agent even with gpg2, by unsetting
1393 GPG_AGENT_INFO when necessary.
1395 2007-02-22 [paul] 2.7.2cvs62
1397 * src/plugins/pgpcore/sgpgme.c
1398 * src/plugins/pgpcore/sgpgme.h
1399 * src/plugins/pgpcore/passphrase.c
1400 * src/plugins/pgpinline/pgpinline.c
1401 * src/plugins/pgpmime/pgpmime.c
1402 Fix a leak - gpgme_data_release_and_get_mem
1403 leaks in recent gpgme. Workaround by using
1406 2007-02-22 [paul] 2.7.2cvs61
1408 * src/gtk/quicksearch.c
1409 Abandon dynamic search when pressing
1412 2007-02-21 [colin] 2.7.2cvs60
1415 * src/plugins/pgpcore/passphrase.c
1416 Fix little memory leaks
1418 Fix false-positive leak at exit
1419 * src/gtk/quicksearch.c
1420 Fix potentially big leak in recursive
1423 2007-02-21 [wwp] 2.7.2cvs59
1426 Add missing newline to a debug message.
1428 2007-02-20 [colin] 2.7.2cvs58
1432 * src/stock_pixmap.c
1433 * src/stock_pixmap.h
1434 * src/pixmaps/mime_pgpsig.xpm
1435 Add icon for application/pgp-signature
1437 2007-02-20 [colin] 2.7.2cvs57
1442 * src/stock_pixmap.c
1443 * src/stock_pixmap.h
1444 * src/pixmaps/mime_calendar.xpm
1445 * src/pixmaps/mime_pdf.xpm
1446 * src/pixmaps/mime_ps.xpm
1447 Add icons for text/calendar, application/pdf
1448 and application/postscript
1450 2007-02-20 [colin] 2.7.2cvs56
1453 * src/matcher_parser_parse.y
1454 * src/matcher_parser_lex.l
1455 Fix big memory leak in flex, and
1458 2007-02-20 [wwp] 2.7.2cvs55
1460 * src/matcher_parser_parse.y
1461 Fix a duplicate token definition (thanks to iwkse).
1463 2007-02-20 [wwp] 2.7.2cvs54
1465 * src/matcher_parser_lex.l
1466 * src/quote_fmt_lex.l
1467 Use proper flex options instead of direct use of #define,
1468 make the flex-generated C lighter.
1470 2007-02-20 [colin] 2.7.2cvs53
1473 Grab focus in message list after hiding
1474 the quicksearch, instead of leaving it
1477 2007-02-19 [colin] 2.7.2cvs52
1480 Fix bug 1033, 'Automatically refresh
1481 message list when new messages arrives'
1482 Looks like folderview->opened can sometimes
1485 2007-02-19 [paul] 2.7.2cvs51
1489 * tools/thunderbird-filters-convertor.pl
1490 add new script which converts thunderbird filter
1491 rules to Claws filter rules
1493 2007-02-18 [paul] 2.7.2cvs50
1495 * src/plugins/pgpcore/prefs_gpg.c
1496 * src/plugins/pgpcore/prefs_gpg.h
1497 * src/plugins/pgpcore/sgpgme.c
1498 * src/plugins/pgpinline/pgpinline.c
1499 * src/plugins/pgpmime/pgpmime.c
1500 improved GUI interoperability with gpg-agent
1502 2007-02-18 [paul] 2.7.2cvs49
1504 * src/prefs_account.c
1505 Privacy options sensitivity fix
1507 2007-02-17 [colin] 2.7.2cvs48
1510 Reset icon to warning in the noticeview
1512 2007-02-15 [colin] 2.7.2cvs47
1515 Fix a manifestation of bug 1033 (summaryview failing
1516 to update for new mails), which happens after editing
1517 account preferences or preferences that cause a
1520 2007-02-15 [colin] 2.7.2cvs46
1523 Probably fix bug 1123, 'Segmentation
1524 fault while opening address book'. I get
1525 g_warnings if the saved paned position is
1526 not greater than 0. Also, save position
1527 when hiding the addressbook instead of
1530 2007-02-14 [colin] 2.7.2cvs45
1532 * src/plugins/pgpcore/prefs_gpg.c
1533 * src/plugins/pgpcore/prefs_gpg.h
1534 * src/plugins/pgpcore/sgpgme.c
1535 * src/plugins/pgpinline/pgpinline.c
1536 * src/plugins/pgpmime/pgpmime.c
1537 Add an option "Use gpg-agent if available". Fixes
1538 annoyances with distro-installed gpg-agent, when
1539 no pinentry program is installed, and the user's
1540 at a loss on why "decryption failed". Makes more
1541 clear why passphrase isn't saved when gpg-agent is
1542 used. Defaults to true, to avoid changing the
1545 2007-02-14 [wwp] 2.7.2cvs44
1547 * src/matcher_parser_parse.y
1548 Fix missing line number reset (wrong line number might appear
1549 when re-loading filtering rules if there's a parser error).
1551 2007-02-13 [colin] 2.7.2cvs43
1553 * src/common/utils.c
1554 Don't encode ',' in URIs before passing it
1555 to the browser command-line. It was probably
1556 done at a time where commas in URIs made
1557 mozilla -remote 'openurl(%s,new-window)'
1560 2007-02-13 [wwp] 2.7.2cvs42
1562 * src/prefs_matcher.c
1563 * src/plugins/bogofilter/bogofilter_gtk.c
1564 A bit of string factorization around "Select ..." buttons.
1566 2007-02-11 [colin] 2.7.2cvs41
1569 Make sure to escape the title
1571 2007-02-11 [colin] 2.7.2cvs40
1574 Recognize .utf8 locales as .UTF-8 ones
1576 2007-02-11 [colin] 2.7.2cvs39
1579 Fix code conversion when dragging a file
1581 2007-02-09 [colin] 2.7.2cvs38
1583 * src/plugins/clamav/clamav_plugin.c
1584 Complete Paul's patch with conditional
1585 compilation to avoid breaking compilation
1586 on old Dapper and Edgy... Maybe other
1589 2007-02-09 [paul] 2.7.2cvs37
1591 * src/plugins/clamav/clamav_plugin.c
1592 fix for the upstream changes in libclamav
1594 2007-02-09 [paul] 2.7.2cvs36
1600 fix "warn if there are queued messages" (on exit)
1601 option, which only checked the first mailbox's
1603 don't ask before emptying trash if there are no
1604 messages in trash, also check and empty all trash
1607 move "Ask before emptying trash" option
1608 outside of the "On exit" frame as it's
1609 not only an "On exit" option
1611 2007-02-09 [paul] 2.7.2cvs35
1616 * src/prefs_account.c
1617 * src/prefs_folder_item.c
1619 * src/prefs_matcher.c
1620 * src/prefs_message.c
1621 * src/prefs_msg_colors.c
1622 * src/prefs_summaries.c
1624 * src/gtk/inputdialog.c
1625 * src/plugins/bogofilter/bogofilter_gtk.c
1626 pedantic commit: use 'checkbtn' everywhere
1627 instead of a mixture of 'checkbtn' and 'chkbtn'
1629 2007-02-09 [paul] 2.7.2cvs34
1635 move "Never send Return Receipts" from
1636 prefs_other to prefs_send
1637 add an option "Ask about account specific
1638 filtering rules..." to prefs_other
1639 * src/gtk/gtkutils.c
1640 fix a compiler warning
1642 2007-02-08 [colin] 2.7.2cvs33
1644 * src/plugins/pgpinline/pgpinline.c
1645 Fix bug 1110, 'pgpmime fails to process
1646 encapsulated openpgp mime (rfc 3156, 6.1
1648 It was due to an interaction between PGP/Mime
1649 and PGP/Inline plugin.
1651 2007-02-08 [colin] 2.7.2cvs32
1656 Fix bug 1117, 'fcntl locking code
1657 does not work in mbox.c'
1659 2007-02-08 [colin] 2.7.2cvs31
1661 * src/prefs_account.c
1662 Fix Gentoo bug 165819, 'can't create
1663 a "local mbox file" account'. Patch
1664 by Olivier <castan.o@free.fr>
1666 2007-02-07 [colin] 2.7.2cvs30
1669 Fix bug 1106, 'Claws crash on exit if LDAPS
1670 autocompletion was used'
1672 2007-02-07 [paul] 2.7.2cvs29
1675 cut down on unnecessary debug_prints
1677 fix menu_set_active() on 'Show only
1680 2007-02-07 [paul] 2.7.2cvs28
1682 * src/plugins/clamav/clamav_plugin.c
1683 * src/plugins/clamav/clamav_plugin.h
1684 * src/plugins/clamav/clamav_plugin_gtk.c
1685 fix copyright header
1687 2007-02-07 [paul] 2.7.2cvs27
1690 fix bug 1116, 'summary view allow a
1693 2007-02-06 [colin] 2.7.2cvs26
1698 2007-02-05 [fabien] 2.7.2cvs25
1702 i18n related - 1 fix and 1 message for translators.
1704 2007-02-05 [colin] 2.7.2cvs24
1706 * src/gtk/quicksearch.c
1707 Don't reload summary list if quicksearch wasn't
1708 active on hiding; move currently selected mail in
1709 the visible area when showing the quicksearch
1711 2007-02-05 [colin] 2.7.2cvs23
1714 Add debug to try to solve bug 1104
1716 2007-02-05 [paul] 2.7.2cvs22
1719 confirm before emptying trash on exit is
1720 a Yes or No answer, use Yes or No in the
1723 2007-02-04 [colin] 2.7.2cvs21
1726 * src/plugins/pgpcore/passphrase.c
1727 * src/plugins/pgpcore/select-keys.c
1728 Set wmclass on new windows
1734 2007-02-04 [colin] 2.7.2cvs20
1738 Auto save drafts on exit, reopen them
1739 at startup, instead of asking
1743 * src/addressbook_foldersel.c
1751 * src/editldap_basedn.c
1764 * src/message_search.c
1766 * src/prefs_actions.c
1767 * src/prefs_customheader.c
1768 * src/prefs_display_header.c
1769 * src/prefs_filtering.c
1770 * src/prefs_filtering_action.c
1771 * src/prefs_folder_column.c
1773 * src/prefs_matcher.c
1775 * src/prefs_summaries.c
1776 * src/prefs_summary_column.c
1777 * src/prefs_template.c
1778 * src/sourcewindow.c
1780 * src/summary_search.c
1783 * src/gtk/description_window.c
1784 * src/gtk/foldersort.c
1785 * src/gtk/gtkutils.c
1786 * src/gtk/gtkutils.h
1787 * src/gtk/icon_legend.c
1788 * src/gtk/logwindow.c
1789 * src/gtk/pluginwindow.c
1790 * src/gtk/prefswindow.c
1791 Give different wmclass to different
1792 windows - thanks to sed ;)
1794 2007-02-04 [colin] 2.7.2cvs19
1797 Revert previous patch, can't reproduce
1800 2007-02-03 [colin] 2.7.2cvs18
1803 Don't save the mainwindow size and
1804 position on emergency exit (libSM's
1805 "die" callback), Xfce seems to make
1806 the window smaller just before the
1809 2007-02-03 [colin] 2.7.2cvs17
1811 * src/plugins/bogofilter/bogofilter.c
1812 * src/plugins/bogofilter/bogofilter.h
1813 * src/plugins/bogofilter/bogofilter_gtk.c
1814 * src/plugins/pgpinline/pgpinline.c
1815 * src/plugins/pgpinline/pgpinline.h
1818 2007-02-03 [colin] 2.7.2cvs16
1820 * src/partial_download.c
1821 * src/partial_download.h
1828 * src/common/ssl_certificate.c
1829 * src/common/ssl_certificate.h
1830 * src/gtk/quicksearch.c
1831 * src/gtk/quicksearch.h
1832 * src/gtk/sslcertwindow.c
1833 * src/gtk/sslcertwindow.h
1834 Fix copyright on my files
1836 2007-02-02 [colin] 2.7.2cvs15
1846 Add Tools/List URIs to allow
1847 opening any URI in the current mail
1849 2007-02-02 [colin] 2.7.2cvs14
1851 * src/common/valgrind.h ** NEW FILE **
1852 * src/common/Makefile.am
1853 * src/common/plugin.c
1854 Don't dlclose the plugins if we're running
1855 under valgrind. (doesn't require valgrind
1856 either at compile time or run time).
1858 2007-02-01 [paul] 2.7.2cvs13
1862 * tools/freshmeat_search.pl
1863 * tools/google_search.pl
1864 * tools/multiwebsearch.pl
1865 add support for non ISO-8859-1 compatible locales
1866 Patch by Alex Gorbachenko <agent_007@immo.ru>
1868 2007-02-01 [colin] 2.7.2cvs12
1871 * src/prefs_summaries.c
1872 Move keybinding prefs to the Other page
1874 2007-02-01 [wwp] 2.7.2cvs11
1876 * src/plugins/trayicon/trayicon.c
1877 Fix a raising issue within KDE.
1879 2007-02-01 [colin] 2.7.2cvs10
1882 Fix stray quotes in encoded strings
1884 Fix wrong call causing g_warnings
1886 Remove useless message
1888 2007-01-31 [wwp] 2.7.2cvs9
1890 * src/plugins/trayicon/trayicon.c
1891 fix buggy hiding of main window when closing if close-to-tray
1892 is not set (bad logics in the trayicon hook code).
1893 Changed the quit confirmation message too.
1895 2007-01-30 [colin] 2.7.2cvs8
1898 Fix hidden mainwindow after clicking on
1899 the X close button, if compose windows
1900 exist and the user chooses not to quit
1902 2007-01-30 [colin] 2.7.2cvs7
1906 Handle local URIs to attach files (file:///...)
1907 Fixes attaching files from Thunar for example
1909 2007-01-30 [colin] 2.7.2cvs6
1911 * src/prefs_ext_prog.c
1912 Add 'mousepad' to the list of text editors.
1913 Mousepad is XFCE's text editor
1915 2007-01-29 [wwp] 2.7.2cvs5
1918 * src/plugins/trayicon/trayicon_prefs.c
1919 trayicon i18n fixes, thanks to Fabien.
1921 2007-01-28 [wwp] 2.7.2cvs4
1925 * src/plugins/trayicon/trayicon.c
1926 * src/plugins/trayicon/trayicon_prefs.c
1927 * src/plugins/trayicon/trayicon_prefs.h
1928 Added a new TrayIcon plugin option to close to tray
1929 (WM's hotkey and [X] button will hide the window instead
1930 of closing it - closing CM can be done using the tray icon
1931 menu or the File menu).
1932 Improved visibility handling in trayicon, clicking the
1933 trayicon now raise the window to current desktop when it
1934 was either minimized/shaded/on another desktop.
1935 Thanks to Paul for testing and fixing a strange behaviour
1938 2007-01-27 [paul] 2.7.2cvs3
1940 * src/prefs_folder_item.c
1941 * src/prefs_receive.c
1942 * src/plugins/pgpcore/prefs_gpg.c
1943 use 'start-up' instead of 'startup' in labels
1945 2007-01-26 [wwp] 2.7.2cvs2
1947 * src/plugins/trayicon/Makefile.am
1948 * src/plugins/trayicon/trayicon.c
1949 * src/plugins/trayicon/trayicon_prefs.c
1950 * src/plugins/trayicon/trayicon_prefs.h
1951 Add a new TrayIcon option to hide the main window at
1953 Fix trayicon.c copyright header.
1955 2007-01-26 [paul] 2.7.2cvs1
1961 bump up version number following
1964 2007-01-25 [mones] 2.7.1cvs60
1967 updated thousands of strings (well, probably less ;-)
1969 2007-01-25 [colin] 2.7.1cvs59
1972 Fix 2nd-run loss of matcherrc on new
1975 2007-01-25 [wwp] 2.7.1cvs58
1978 fix handling of empty value in attach_save_directory too, thanks
1981 2007-01-25 [wwp] 2.7.1cvs57
1984 fix handling of empty value in attach_load_directory,
1987 2007-01-25 [wwp] 2.7.1cvs56
1989 * src/plugins/dillo_viewer/dillo_prefs.h
1992 2007-01-25 [colin] 2.7.1cvs55
1996 * src/matcher_parser_parse.y
1997 * src/prefs_matcher.c
1998 Add matching on the spam flag
2000 2007-01-24 [colin] 2.7.1cvs54
2005 Make sure folderlist.xml is correctly
2006 written before overwriting it.
2010 * src/plugins/bogofilter/bogofilter.c
2011 * src/plugins/bogofilter/bogofilter.h
2012 * src/plugins/bogofilter/bogofilter_gtk.c
2013 * src/plugins/spamassassin/spamassassin.c
2014 * src/plugins/spamassassin/spamassassin.h
2015 * src/plugins/spamassassin/spamassassin_gtk.c
2016 Move spam to the correct trash folder after
2017 learning, if spam directory isn't set.
2019 2007-01-23 [paul] 2.7.1cvs53
2021 * src/plugins/bogofilter/bogofilter_gtk.c
2022 fix sensitivity of "Insert X-Bogosity header"
2025 2007-01-23 [colin] 2.7.1cvs52
2028 Translate toolbar items text if
2029 they're translatable (default)
2043 * src/etpan/etpan-thread-manager.c
2044 * src/etpan/etpan-thread-manager.h
2045 * src/gtk/gtkutils.c
2046 * src/gtk/gtkutils.h
2047 More static functions
2049 2007-01-22 [fabien] 2.7.1cvs51
2051 * src/gtk/gtkutils.c
2052 gtkut_get_options_frame() : ability to pass
2053 a 'NULL' value in frame pointer parameter if
2056 2007-01-22 [colin] 2.7.1cvs50
2060 * src/plugins/bogofilter/bogofilter.c
2061 * src/plugins/bogofilter/bogofilter_gtk.c
2062 * src/plugins/spamassassin/spamassassin.c
2063 * src/plugins/spamassassin/spamassassin_gtk.c
2064 Allow moving spams to the account's trash
2065 instead of default one
2067 2007-01-21 [colin] 2.7.1cvs49
2071 Revert a static function that shouldn't
2074 2007-01-21 [colin] 2.7.1cvs48
2080 2007-01-21 [colin] 2.7.1cvs47
2086 2007-01-21 [colin] 2.7.1cvs46
2088 * src/common/socket.c
2089 * src/common/socket.h
2092 2007-01-21 [colin] 2.7.1cvs45
2101 * src/folder_item_prefs.c
2102 * src/folder_item_prefs.h
2109 * src/common/socket.c
2110 * src/common/socket.h
2111 * src/gtk/gtkaspell.c
2112 * src/gtk/gtkaspell.h
2113 * src/gtk/quicksearch.c
2114 * src/gtk/quicksearch.h
2117 2007-01-21 [colin] 2.7.1cvs44
2119 * src/common/utils.c
2120 * src/common/utils.h
2121 * src/etpan/etpan-thread-manager.c
2122 * src/etpan/etpan-thread-manager.h
2123 Same (Funny that etpan_thread_unbind
2124 is called but not etpan_thread_bind)
2126 2007-01-21 [colin] 2.7.1cvs43
2134 * src/etpan/Makefile.am
2135 * src/gtk/colorlabel.c
2136 * src/gtk/colorlabel.h
2137 * src/gtk/sslcertwindow.c
2138 * src/gtk/sslcertwindow.h
2139 * src/etpan/etpan-log.c ** REMOVED **
2140 * src/etpan/etpan-log.h ** REMOVED **
2143 2007-01-20 [colin] 2.7.1cvs42
2149 2007-01-20 [colin] 2.7.1cvs41
2167 Make functions that aren't used in other
2170 2007-01-20 [colin] 2.7.1cvs40
2185 * src/editldap_basedn.c
2191 * src/image_viewer.c
2207 * src/prefs_account.c
2208 * src/prefs_common.c
2209 * src/prefs_compose_writing.c
2210 * src/prefs_ext_prog.c
2211 * src/prefs_folder_item.c
2213 * src/prefs_message.c
2214 * src/prefs_msg_colors.c
2217 * src/prefs_receive.c
2219 * src/prefs_spelling.c
2220 * src/prefs_summaries.c
2221 * src/prefs_toolbar.c
2222 * src/prefs_wrapping.c
2231 * src/common/hooks.c
2233 * src/common/passcrypt.c
2234 * src/common/socket.c
2236 * src/common/ssl_certificate.c
2237 * src/common/template.c
2238 * src/common/utils.c
2239 * src/etpan/imap-thread.c
2240 * src/gtk/sslcertwindow.c
2241 * src/gtk/sslcertwindow.h
2242 Make functions that could be static, static
2244 2007-01-20 [colin] 2.7.1cvs39
2249 2007-01-20 [colin] 2.7.1cvs38
2254 Fix bug 1102, 'claws-mail-2.7.1
2255 makes use of deprecated ldap
2258 2007-01-20 [colin] 2.7.1cvs37
2263 * src/gtk/quicksearch.c
2264 Add Wide message list layout
2266 2007-01-19 [fabien] 2.7.1cvs36
2269 make sure a font change is considered in links of
2272 2007-01-19 [colin] 2.7.1cvs35
2279 * src/prefs_common.c
2280 * src/prefs_common.h
2283 * src/gtk/quicksearch.c
2284 * src/gtk/quicksearch.h
2285 Drop 'Separate Folder tree' and 'Separate
2286 Message View'. Put three layouts in place
2289 2007-01-19 [paul] 2.7.1cvs34
2291 * src/prefs_msg_colors.c
2292 more use of Q_ for translators
2294 2007-01-19 [paul] 2.7.1cvs33
2297 * src/prefs_account.c
2298 a few changes to the English
2300 2007-01-19 [fabien] 2.7.1cvs32
2303 factorize translatable string
2305 2007-01-18 [colin] 2.7.1cvs31
2308 Don't error out on --sync option. Although
2309 we don't do anything with it, gtk+ handles
2310 it, and it's useful for debugging X errors
2312 2007-01-18 [fabien] 2.7.1cvs30
2315 ability to apply on the fly the recent added
2316 'gtk_can_change_accels' pref (no need to restart).
2318 2007-01-18 [fabien] 2.7.1cvs29
2320 * src/plugins/bogofilter/bogofilter_gtk.c
2321 * src/plugins/bogofilter/bogofilter.c
2322 * src/plugins/spamassassin/spamassassin_gtk.c
2324 * src/prefs_account.c
2325 factorize or rewrite some translatable strings.
2327 2007-01-18 [fabien] 2.7.1cvs28
2331 set a 4pix space between "Subject:" label and subject entry in
2334 2007-01-18 [wwp] 2.7.1cvs27
2337 fix conflicting address-copy/paste when focus is set
2338 to the embedded edit-person form.
2341 2007-01-18 [wwp] 2.7.1cvs26
2344 complete 2.7.1cvs23 (one more file was missing from that
2347 2007-01-18 [colin] 2.7.1cvs25
2350 Provide a way to migrate without backup
2351 Re-ask for migration on next start if
2352 it has been refused and wizard has been
2355 2007-01-18 [wwp] 2.7.1cvs24
2358 complete 2.7.1.cvs23 (file was missing from previous
2361 2007-01-18 [wwp] 2.7.1cvs23
2364 fix potential crashes in address book's focus_in/out signal handlers,
2365 force focus to the edit-person form when clicked the Edit menu entry or
2366 button (this only matters if the edit-person form is embedded to the
2367 AB window, in that case, focus is not set when browsing the contacts
2368 list w/ keys or mouse clicks).
2370 2007-01-18 [paul] 2.7.1cvs22
2373 add command line options:
2375 -q and --quit for --exit
2377 print "Unknown option" for unknown options
2379 2007-01-18 [paul] 2.7.1cvs21
2382 updated by Pavlo Bohmat
2384 2007-01-18 [paul] 2.7.1cvs20
2387 fix sensitivity issues of Mark as Spam/Ham
2389 2007-01-17 [fabien] 2.7.1cvs19
2392 * src/prefs_common.c
2393 * src/prefs_common.h
2395 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2396 control the corresponding gtk property. It could be used to lock
2397 all shortcuts (avoid to set one of them by inadvertency).
2399 2007-01-17 [colin] 2.7.1cvs18
2402 Fix bug 1100, 'Highlighted e-mail data not visible
2403 when color label applied.'. Use a weighted average
2404 between normal selected foreground color and color
2405 label instead of a simple one (3/1 instead 1/1).
2407 2007-01-17 [colin] 2.7.1cvs17
2410 Better fix for bug 1088, 'Ctrl-h produces repeatable
2411 crash' - don't prevent mail switching while loading
2413 2007-01-17 [colin] 2.7.1cvs16
2422 Manage recursive search of unsubscribed folders
2423 Rescan tree without checking for new messages
2424 after subscriptions changed
2426 2007-01-17 [paul] 2.7.1cvs15
2428 * src/prefs_common.c
2429 * src/gtk/pluginwindow.c
2430 fix bug 1101, '"Load plugin" button is
2431 accidentally hidden'
2432 unset (-1) initial width in prefs_common,
2433 fix overlapping buttons,
2436 2007-01-17 [paul] 2.7.1cvs14
2439 add #include <errno.h>, it's needed
2442 2007-01-17 [paul] 2.7.1cvs13
2445 * tools/make.themes.project
2446 rename .sylpheed_themeinfo to .claws_themeinfo
2448 * src/etpan/etpan-errors.h
2449 * src/etpan/etpan-log.c
2450 * src/etpan/etpan-log.h
2451 * src/etpan/etpan-thread-manager-types.h
2452 * src/etpan/etpan-thread-manager.c
2453 * src/etpan/etpan-thread-manager.h
2454 * src/etpan/imap-thread.c
2455 * src/etpan/imap-thread.h
2456 add copyright header
2458 2007-01-17 [colin] 2.7.1cvs12
2460 * src/plugins/pgpcore/select-keys.c
2461 * src/gtk/pluginwindow.c
2462 * src/prefs_account.c
2465 2007-01-16 [colin] 2.7.1cvs11
2470 Manage subscribing to subfolders when only
2471 subscribed folders are shown.
2473 2007-01-16 [colin] 2.7.1cvs10
2476 Fix annoying vscrollbar going back to top
2477 on Check for new folders
2479 2007-01-16 [colin] 2.7.1cvs9
2484 2007-01-16 [colin] 2.7.1cvs8
2487 Bigger buffer for errors
2491 * src/prefs_account.c
2492 * src/prefs_account.h
2494 * src/etpan/imap-thread.c
2495 * src/etpan/imap-thread.h
2496 * manual/handling.xml
2497 Add subscriptions management. What it changes:
2498 Creating a folder subscribes to it
2499 Deleting a folder unsubscribes it
2500 New contextual menu item allowing to switch between
2501 All folders and Subscribed folders, subscribe, and
2502 unsubscribe. "Creating" an existing but unsubscribed
2503 folder will subscribe it.
2504 By default for new accounts, only subscribed folders
2508 2007-01-16 [paul] 2.7.1cvs7
2511 Allow folder classes to specify only sort_key or
2512 sort_type instead of both or none.
2514 2007-01-16 [paul] 2.7.1cvs6
2521 Save and use errno for procmime_get_part
2523 2007-01-16 [colin] 2.7.1cvs5
2526 Never remove INBOX when scanning for
2527 new folders. It's a special folder
2530 2007-01-15 [colin] 2.7.1cvs4
2533 Fix 'Check for new folders' when IMAP subdirectory
2535 * src/etpan/imap-thread.c
2538 2007-01-15 [colin] 2.7.1cvs3
2540 * src/etpan/imap-thread.c
2541 Fix invalid free on command-connection
2544 2007-01-15 [wwp] 2.7.1cvs2
2546 * src/matcher_parser_lex.l
2547 * src/quote_fmt_lex.l
2548 * src/matcher_parser_parse.y
2549 fix copyright header in lexers and parsers.
2551 2007-01-15 [paul] 2.7.1cvs1
2557 bump up version number following
2560 2007-01-15 [paul] 2.7.0cvs31
2564 add Fabien to the Team list
2565 add the recent contributors
2566 make a few corrections
2568 2007-01-15 [paul] 2.7.0cvs30
2571 fix compiler warning
2572 * src/plugins/pgpcore/prefs_gpg.c
2573 * src/plugins/pgpcore/prefs_gpg.h
2575 fix copyright header
2577 2007-01-14 [colin] 2.7.0cvs29
2580 Use the 'gtk+' backend. Avoids gnome-vfs use,
2581 two benefits: faster to open, will fix strange
2582 dbus-related crash. Thanks to Pascal Terjan.
2584 2007-01-14 [colin] 2.7.0cvs28
2586 * src/etpan/imap-thread.c
2587 Delete the old imap just after allocating
2588 the new one. Makes sure we don't get the
2589 same pointer by sheer luck, which feels
2590 strange in the debug log.
2592 2007-01-14 [colin] 2.7.0cvs27
2594 * src/gtk/inputdialog.c
2595 Make sure we don't print passwords in
2596 clear text when in debug mode
2598 2007-01-14 [colin] 2.7.0cvs26
2600 * src/gtk/gtksctree.c
2601 Fix bug 1098, 'bogus last row display
2602 after expanding a thread'. Patch by
2603 Jindrich Makovicka <makovick@gmail.com>
2605 2007-01-14 [colin] 2.7.0cvs25
2607 * src/etpan/imap-thread.c
2608 Close socket manually before
2609 freeing the imap struct
2611 2007-01-14 [colin] 2.7.0cvs24
2613 * src/etpan/imap-thread.c
2614 Maybe fix new reconnection issues
2616 2007-01-13 [colin] 2.7.0cvs23
2619 Freeze/thaw on thread selection
2621 2007-01-13 [paul] 2.7.0cvs22
2626 add 'Edit/Delete thread'
2628 2007-01-13 [colin] 2.7.0cvs21
2630 * src/prefs_account.c
2631 * src/prefs_compose_writing.c
2632 * src/prefs_message.c
2633 * src/prefs_msg_colors.c
2635 * src/prefs_receive.c
2636 * src/prefs_spelling.c
2637 * src/prefs_summaries.c
2638 * src/prefs_themes.c
2639 * src/gtk/gtkutils.c
2640 * src/gtk/gtkutils.h
2641 * src/plugins/pgpcore/prefs_gpg.c
2642 * src/plugins/spamassassin/spamassassin_gtk.c
2643 Factorize gtk frame creation
2646 2007-01-13 [colin] 2.7.0cvs20
2648 * src/message_search.c
2649 * src/summary_search.c
2650 Fix Enter in search windows
2652 Fix body search starting at the
2653 end of the mail (and asking for loop)
2655 2007-01-13 [colin] 2.7.0cvs19
2657 * src/etpan/imap-thread.c
2658 Make sure we don't free the same imap
2661 2007-01-13 [colin] 2.7.0cvs18
2664 Allow multiple commitHelpers to
2667 2007-01-12 [colin] 2.7.0cvs17
2669 * src/etpan/imap-thread.c
2670 Make sure we get rid of the previous mailimap
2671 when connecting - just in case disconnect was
2674 2007-01-12 [paul] 2.7.0cvs16
2677 Strip S/MIME signatures when re-editing
2678 S/MIME signed messages.
2680 2007-01-12 [paul] 2.7.0cvs15
2687 no need to define CLAWS anymore, remove
2690 2007-01-12 [paul] 2.7.0cvs14
2693 check if the mail's signed as
2694 it can change the mail structure
2697 2007-01-12 [paul] 2.7.0cvs13
2700 fix Forwarding msgs with attachments
2701 that have dos line endings
2704 2007-01-12 [wwp] 2.7.0cvs12
2707 Revert accidentally committed extra version tag.
2709 2007-01-12 [wwp] 2.7.0cvs11
2711 * src/prefs_account.c
2712 Fix compilation w/o aspell (completes 2.7.0cvs7).
2714 2007-01-11 [colin] 2.7.0cvs10
2717 move g_warning to debug_print
2718 it scares people for no reason
2720 2007-01-11 [colin] 2.7.0cvs9
2723 Fix files to translate. Patch by
2726 2007-01-11 [paul] 2.7.0cvs8
2729 Fix recursion when server lists the
2730 current subfolder in the response
2732 Fix updating of icon_list/ctree
2733 * src/plugins/pgpcore/select-keys.c
2734 Fix a few annoyances when choosing
2735 keys for the CMS (S/MIME) protocol
2737 2007-01-11 [wwp] 2.7.0cvs7
2740 * src/prefs_account.c
2741 * src/prefs_account.h
2742 Add per-account spellcheck default dictionaries settings.
2744 2007-01-10 [colin] 2.7.0cvs6
2746 * src/prefs_folder_item.c
2747 Factorize strings - patch by Fabien
2749 2007-01-10 [colin] 2.7.0cvs5
2752 Fix bug 1095, 'Crash while changing folder
2753 columns during incorporation'
2755 2007-01-09 [colin] 2.7.0cvs4
2757 * src/gtk/pluginwindow.c
2758 Set the plugin window transient. Seems
2759 like some window managers hide it in
2760 the background after "load plugin"...
2762 2007-01-09 [colin] 2.7.0cvs3
2765 Use the same type for alloc and free
2767 2007-01-08 [paul] 2.7.0cvs2
2770 updated by Tim Dijkstra
2772 2007-01-08 [paul] 2.7.0cvs1
2774 * src/prefs_themes.c
2775 * src/common/utils.c
2778 2007-01-08 [paul] 2.7.0
2785 2007-01-08 [paul] 2.6.1cvs119
2787 * doc/man/claws-mail.1
2790 2007-01-08 [paul] 2.6.1cvs118
2792 * doc/man/claws-mail.1
2794 * manual/advanced.xml
2795 improved English usage
2797 2007-01-08 [paul] 2.6.1cvs117
2808 updated by Miquel Oliete, Stephan Sachse, me,
2809 Tommi Pirinen, Andrea Spadaccini, Frederico
2810 Goncalves Guimaraes, Andrej Kacian, Aleksandar
2811 Urosevic, and Ralgh Young
2813 2007-01-07 [mones] 2.6.1cvs116
2815 * manual/es/advanced.xml
2817 Synced manual (unhide mark_as_read_delay)
2818 and updated translation for release
2820 2007-01-07 [paul] 2.6.1cvs115
2822 * src/prefs_matcher.c
2823 make the hbox content fit better under
2826 2007-01-07 [colin] 2.6.1cvs114
2829 Fix bug 1088, 'Ctrl-h produces repeatable
2832 2007-01-06 [colin] 2.6.1cvs113
2834 * src/etpan/imap-thread.c
2835 Add casts to int to get certs. Fixes
2836 bug 1064, 'crash @ etpan_certificate_check()
2837 when opening an IMAP folder', with latest
2838 libetpan CVS or >= 0.49
2843 * src/prefs_folder_item.c
2844 Grey out the "synchronise" menu items if
2845 there's nothing to synchronise.
2846 * src/plugins/pgpcore/sgpgme.c
2847 Make an error clearer than "Unknown error"
2849 2007-01-06 [colin] 2.6.1cvs112
2852 Don't try to show a message if updating
2853 Maybe fixes bug 1088, 'ctrl-h produces
2856 2007-01-06 [colin] 2.6.1cvs111
2859 Disable Control-Space (handle it as Space).
2861 2007-01-05 [paul] 2.6.1cvs110
2864 Fix bug 934, 'sylpheed claws 2.1
2865 doesn't show Exchanges Public Folders'
2866 Thanks to Hoa and Colin
2868 Refuse to allocate more than 2 MB for a
2869 single field, it's a good indication of
2872 2007-01-05 [colin] 2.6.1cvs109
2875 Allow --select'ing emails by Message-ID too
2877 2007-01-05 [colin] 2.6.1cvs108
2879 * src/common/quoted-printable.c
2882 2007-01-05 [colin] 2.6.1cvs107
2884 * src/common/quoted-printable.c
2885 Fix previous commit about bug 1089
2888 2007-01-05 [colin] 2.6.1cvs106
2890 * src/common/quoted-printable.c
2891 Fix my previous commit on bug 1089
2894 2007-01-04 [colin] 2.6.1cvs105
2896 * src/common/quoted-printable.c
2897 Fix bug 1089, 'NUL characters in Subject
2898 line are misinterpreted'. Not a pain to
2905 2007-01-04 [wwp] 2.6.1cvs104
2907 * src/image_viewer.c
2908 Force operator precedence (fix a compiler warning).
2910 2007-01-04 [colin] 2.6.1cvs103
2912 * src/image_viewer.c
2913 Be cautious there too (same fix as the one
2914 in textview from cvs33)
2916 Don't use any MimeViewer plugin when showing
2919 2007-01-03 [wwp] 2.6.1cvs102
2923 fixed "cent" sign (use the existing ASCII one),
2924 decode more HTML entities,
2925 converted table ASCII entries to UTF-8,
2926 moved a switch() into a hashtable.
2928 2007-01-03 [paul] 2.6.1cvs101
2934 When possible, use move_msg instead of
2935 copy_msg + remove_msg to move sent mail
2938 2007-01-03 [paul] 2.6.1cvs100
2941 add more html entity recognition:
2942 pounds, euros, and cents
2944 2007-01-03 [colin] 2.6.1cvs99
2947 Don't display an error on NOSELECT
2948 folders when synchronising
2950 2007-01-03 [paul] 2.6.1cvs98
2952 * tools/maildir2claws-mail.pl
2953 only substitute 'sent-mail' if it's
2954 the full directory name
2956 2007-01-03 [paul] 2.6.1cvs97
2959 * ChangeLog.pre2.0.0
2961 archive a chunk of ChangeLog in
2964 * doc/src/ChangeLog.claws-pre0.8.0
2965 remove ChangeLog.claws-pre0.8.0, adding
2966 its contents to ChangeLog.gtk1
2968 2007-01-03 [paul] 2.6.1cvs96
2989 * src/addressbook_foldersel.c
2990 * src/addressbook_foldersel.h
3011 * src/customheader.c
3012 * src/customheader.h
3013 * src/displayheader.c
3014 * src/displayheader.h
3025 * src/editldap_basedn.c
3026 * src/editldap_basedn.h
3043 * src/folder_item_prefs.c
3044 * src/folder_item_prefs.h
3051 * src/grouplistdialog.c
3052 * src/grouplistdialog.h
3056 * src/image_viewer.c
3057 * src/image_viewer.h
3093 * src/message_search.c
3094 * src/message_search.h
3111 * src/partial_download.c
3112 * src/partial_download.h
3117 * src/prefs_account.c
3118 * src/prefs_account.h
3119 * src/prefs_actions.c
3120 * src/prefs_actions.h
3121 * src/prefs_common.c
3122 * src/prefs_common.h
3123 * src/prefs_compose_writing.c
3124 * src/prefs_compose_writing.h
3125 * src/prefs_customheader.c
3126 * src/prefs_customheader.h
3127 * src/prefs_display_header.c
3128 * src/prefs_display_header.h
3129 * src/prefs_filtering.c
3130 * src/prefs_filtering.h
3131 * src/prefs_filtering_action.c
3132 * src/prefs_filtering_action.h
3133 * src/prefs_folder_column.c
3134 * src/prefs_folder_column.h
3135 * src/prefs_folder_item.c
3136 * src/prefs_folder_item.h
3141 * src/prefs_image_viewer.c
3142 * src/prefs_image_viewer.h
3143 * src/prefs_matcher.c
3144 * src/prefs_matcher.h
3145 * src/prefs_message.c
3146 * src/prefs_msg_colors.c
3147 * src/prefs_msg_colors.h
3150 * src/prefs_receive.c
3152 * src/prefs_spelling.c
3153 * src/prefs_spelling.h
3154 * src/prefs_summaries.c
3155 * src/prefs_summaries.h
3156 * src/prefs_summary_column.c
3157 * src/prefs_summary_column.h
3158 * src/prefs_template.c
3159 * src/prefs_template.h
3160 * src/prefs_themes.c
3161 * src/prefs_themes.h
3162 * src/prefs_toolbar.c
3163 * src/prefs_toolbar.h
3164 * src/prefs_wrapping.c
3165 * src/prefs_wrapping.h
3175 * src/quote_fmt_parse.y
3178 * src/remotefolder.c
3179 * src/remotefolder.h
3180 * src/send_message.c
3181 * src/send_message.h
3184 * src/sourcewindow.c
3185 * src/sourcewindow.h
3190 * src/stock_pixmap.c
3191 * src/stock_pixmap.h
3192 * src/summary_search.c
3193 * src/summary_search.h
3208 * src/common/base64.c
3209 * src/common/base64.h
3211 * src/common/hooks.c
3212 * src/common/hooks.h
3215 * src/common/mgutils.c
3216 * src/common/mgutils.h
3219 * src/common/passcrypt.c
3220 * src/common/passcrypt.h.in
3221 * src/common/plugin.c
3222 * src/common/plugin.h
3223 * src/common/prefs.c
3224 * src/common/prefs.h
3225 * src/common/progressindicator.c
3226 * src/common/progressindicator.h
3227 * src/common/quoted-printable.c
3228 * src/common/quoted-printable.h
3229 * src/common/session.c
3230 * src/common/session.h
3233 * src/common/socket.c
3234 * src/common/socket.h
3237 * src/common/ssl_certificate.c
3238 * src/common/ssl_certificate.h
3239 * src/common/stringtable.c
3240 * src/common/stringtable.h
3241 * src/common/template.c
3242 * src/common/template.h
3243 * src/common/timing.h
3244 * src/common/utils.c
3245 * src/common/utils.h
3246 * src/common/version.h.in
3249 * src/common/xmlprops.c
3250 * src/common/xmlprops.h
3252 * src/gtk/colorlabel.c
3253 * src/gtk/colorsel.c
3254 * src/gtk/colorsel.h
3255 * src/gtk/combobox.c
3256 * src/gtk/combobox.h
3257 * src/gtk/description_window.c
3258 * src/gtk/description_window.h
3261 * src/gtk/foldersort.c
3262 * src/gtk/foldersort.h
3263 * src/gtk/gtksctree.c
3264 * src/gtk/gtkutils.c
3265 * src/gtk/gtkutils.h
3266 * src/gtk/inputdialog.c
3267 * src/gtk/inputdialog.h
3268 * src/gtk/logwindow.c
3269 * src/gtk/logwindow.h
3270 * src/gtk/manage_window.c
3271 * src/gtk/manage_window.h
3274 * src/gtk/pluginwindow.c
3275 * src/gtk/pluginwindow.h
3276 * src/gtk/prefswindow.c
3277 * src/gtk/prefswindow.h
3278 * src/gtk/progressdialog.c
3279 * src/gtk/progressdialog.h
3280 * src/gtk/sslcertwindow.c
3281 * src/gtk/sslcertwindow.h
3282 * src/plugins/bogofilter/bogofilter.c
3283 * src/plugins/bogofilter/bogofilter.h
3284 * src/plugins/bogofilter/bogofilter_gtk.c
3285 * src/plugins/clamav/clamav_plugin.c
3286 * src/plugins/clamav/clamav_plugin.h
3287 * src/plugins/clamav/clamav_plugin_gtk.c
3288 * src/plugins/demo/demo.c
3289 * src/plugins/dillo_viewer/dillo_prefs.c
3290 * src/plugins/dillo_viewer/dillo_prefs.h
3291 * src/plugins/dillo_viewer/dillo_viewer.c
3292 * src/plugins/pgpcore/passphrase.c
3293 * src/plugins/pgpcore/passphrase.h
3294 * src/plugins/pgpcore/pgp_viewer.c
3295 * src/plugins/pgpcore/pgp_viewer.h
3296 * src/plugins/pgpcore/plugin.c
3297 * src/plugins/pgpcore/select-keys.c
3298 * src/plugins/pgpcore/select-keys.h
3299 * src/plugins/pgpcore/sgpgme.c
3300 * src/plugins/pgpcore/sgpgme.h
3301 * src/plugins/pgpinline/pgpinline.c
3302 * src/plugins/pgpinline/pgpinline.h
3303 * src/plugins/pgpinline/plugin.c
3304 * src/plugins/pgpmime/pgpmime.c
3305 * src/plugins/pgpmime/pgpmime.h
3306 * src/plugins/pgpmime/plugin.c
3307 * src/plugins/spamassassin/spamassassin.c
3308 * src/plugins/spamassassin/spamassassin.h
3309 * src/plugins/spamassassin/spamassassin_gtk.c
3310 * src/plugins/trayicon/trayicon.c
3311 it's 2007, update the year in the copyright headers
3313 2007-01-03 [paul] 2.6.1cvs95
3316 it is 2007, use it in the copyright string
3318 2007-01-03 [paul] 2.6.1cvs94
3321 html entity conversion:
3322 move ™ to a more suitable place
3323 add • and –
3324 make sure — and — are both
3327 2007-01-02 [colin] 2.6.1cvs93
3331 * src/common/plugin.c
3333 * src/etpan/imap-thread.c
3336 2006-12-31 [paul] 2.6.1cvs92
3338 * src/prefs_summaries.c
3339 use gtk_button_new_from_stock()
3341 2006-12-30 [colin] 2.6.1cvs91
3346 Don't update filtering and account paths
3347 when copying folders
3349 2006-12-30 [colin] 2.6.1cvs90
3351 * src/prefs_compose_writing.c
3353 * src/prefs_template.c
3354 Use message font for Writing and
3355 Quoting prefs, as well as Templates.
3357 2006-12-30 [colin] 2.6.1cvs89
3359 * src/prefs_summaries.c
3360 Rework GUI; patch by Pawel
3362 2006-12-29 [colin] 2.6.1cvs88
3364 * src/prefs_folder_item.c
3365 Fix bug 1085, 'Apply to subfolder
3366 doesn't work' - I was mistaken saying
3367 it worked in every case
3369 2006-12-28 [colin] 2.6.1cvs87
3371 * src/gtk/gtkaspell.c
3372 Don't assert if use_alternate is true
3373 and alt_dictionary isn't set -- this
3374 is what happens on upgrade! Rather,
3377 2006-12-28 [colin] 2.6.1cvs86
3380 Fix desktop/icon simplification
3382 2006-12-28 [colin] 2.6.1cvs85
3385 Make desktop and icon not
3386 dependant on the desktop
3388 2006-12-28 [wwp] 2.6.1cvs84
3390 * src/plugins/pgpmime/claws.def
3391 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
3393 2006-12-28 [wwp] 2.6.1cvs83
3395 * src/prefs_folder_item.c
3396 Fix coloring of "simplify subject regexp" (folder prefs),
3397 which might be left to red whereas the regexp gets empty.
3399 2006-12-28 [wwp] 2.6.1cvs82
3401 * src/prefs_common.c
3402 * src/prefs_common.h
3405 Save addressbook mainwindow's horizontal and vertical splitter position.
3407 2006-12-27 [wwp] 2.6.1cvs81
3409 * src/gtk/gtkaspell.c
3410 * src/gtk/gtkaspell.h
3412 Fix assignment of compose's default and alternate dictionary from
3413 account or folder settings. Now gtkaspell_change_dict does rotate
3414 dicts only when it's called from a menu cb.
3416 2006-12-27 [wwp] 2.6.1cvs80
3418 * src/folder_item_prefs.c
3419 Fix randomly initialized default-alt-dictionary (folder prefs),
3420 complete 2.6.1cvs72.
3422 2006-12-27 [paul] 2.6.1cvs79
3426 Add Copy folder in the folder's contextual
3429 2006-12-27 [wwp] 2.6.1cvs78
3432 Clean up session locking, thanks to Colin.
3434 2006-12-26 [colin] 2.6.1cvs77
3437 Revert previous patch
3439 2006-12-26 [colin] 2.6.1cvs76
3445 * src/etpan/imap-thread.c
3446 Fix previous commit warnings
3447 Make statusbar update every second if total < 20
3448 Make IMAP APPEND faster by simplifying log
3450 2006-12-26 [colin] 2.6.1cvs75
3458 Make it possible to copy folders accross
3459 mailboxes (this was an arbitrary limitation).
3460 Still make it impossible to move folders
3463 2006-12-26 [colin] 2.6.1cvs74
3465 * src/etpan/imap-thread.c
3466 Fix bug 1081, 'claws-mail
3467 segfaults when going offline
3468 while it transfers mails via
3471 2006-12-26 [colin] 2.6.1cvs73
3473 * src/folder_item_prefs.c
3474 Don't forget alt dictionary when
3475 renaming/moving folders
3477 2006-12-26 [wwp] 2.6.1cvs72
3479 * src/folder_item_prefs.c
3480 Add missing defaults for per-folder alt dict
3481 (forgotten in 2.6.1cvs61).
3483 2006-12-26 [colin] 2.6.1cvs71
3486 Add tooltip to state that specifying
3487 full path to mailbox is possible
3489 2006-12-26 [wwp] 2.6.1cvs70
3491 * src/partial_download.c
3492 * src/gtk/gtkvscrollbutton.c
3493 * src/plugins/pgpinline/plugin.c
3494 Fix for few compiler warnings that matter.
3496 2006-12-25 [colin] 2.6.1cvs69
3498 * src/partial_download.c
3499 Fix marking for download or deletion
3500 when the header isn't the first
3501 * src/gtk/logwindow.c
3502 Fix start of scrolling
3504 2006-12-23 [paul] 2.6.1cvs68
3507 change last commit to use the 'academic'
3508 method instead. Thanks to wwp
3510 2006-12-23 [paul] 2.6.1cvs67
3513 don't warn about empty subject when
3516 2006-12-22 [colin] 2.6.1cvs66
3518 * src/summary_search.c
3521 2006-12-22 [colin] 2.6.1cvs65
3523 * src/gtk/gtkutils.c
3526 * src/summary_search.c
3533 2006-12-22 [colin] 2.6.1cvs64
3537 Add a combo to the learn spam button
3538 * src/plugins/bogofilter/bogofilter.c
3539 * src/plugins/bogofilter/bogofilter_gtk.c
3540 * src/plugins/bogofilter/bogofilter.h
3541 Allow to store Unsure mails in a specific
3542 folder to make better teaching easier
3544 2006-12-21 [wwp] 2.6.1cvs63
3547 * src/prefs_common.c
3548 * src/prefs_common.h
3549 * src/prefs_spelling.c
3550 * src/gtk/gtkaspell.c
3551 * src/gtk/gtkaspell.h
3552 Allow spell-checking using both current and alternate dictionaries
3555 2006-12-21 [wwp] 2.6.1cvs62
3557 * src/gtk/gtkaspell.c
3558 Apply recheck_when_changing_dict (highlight all mispelled words)
3559 when switching to alternate dictionary.
3561 2006-12-21 [wwp] 2.6.1cvs61
3564 * src/folder_item_prefs.h
3565 * src/prefs_common.c
3566 * src/prefs_common.h
3567 * src/prefs_folder_item.c
3568 * src/prefs_spelling.c
3569 * src/gtk/gtkaspell.c
3570 * src/gtk/gtkaspell.h
3571 Add global and per-folder prefs to set the default
3572 alternate dictionary.
3574 2006-12-21 [colin] 2.6.1cvs60
3577 Look for folders by path in all folders
3581 2006-12-20 [colin] 2.6.1cvs59
3583 * src/gtk/quicksearch.c
3584 Make sure in_typing is false when clearing
3586 2006-12-20 [wwp] 2.6.1cvs58
3589 change manual's target dir to be LFH-compliant (thanks to Colin).
3591 2006-12-20 [wwp] 2.6.1cvs57
3593 * src/prefs_common.c
3594 * src/prefs_summaries.c
3595 i18n fix and factorize patch, thanks to Fabien.
3597 2006-12-20 [paul] 2.6.1cvs56
3600 last of the renaming (??)
3602 correct --help info of --status-full
3603 * src/plugins/bogofilter/bogofilter.c
3604 make FALSE default of whitelist_ab
3606 2006-12-19 [colin] 2.6.1cvs55
3609 Same as before, without depending on
3612 2006-12-19 [colin] 2.6.1cvs54
3615 Fix bug 1059, 'Better jpilot charset
3616 handling'. Use libpisync's charset conversion
3619 2006-12-19 [colin] 2.6.1cvs53
3624 2006-12-19 [wwp] 2.6.1cvs52
3627 Add missing #include (thanks to Colin).
3629 2006-12-19 [wwp] 2.6.1cvs51
3631 * src/prefs_receive.c
3632 Better spacing between widgets in prefs.
3634 2006-12-18 [colin] 2.6.1cvs50
3637 Fix failure to get separator on LIST "" ""
3638 Try LIST "" "INBOX" too.
3640 2006-12-18 [wwp] 2.6.1cvs49
3642 * src/common/session.c
3643 Fix a compiler warning (thanks to Fabien).
3645 2006-12-18 [wwp] 2.6.1cvs48
3649 Factorize some strings for translation (it's about error
3650 messages when applying or checking template/quote format).
3652 2006-12-18 [colin] 2.6.1cvs47
3656 * src/gtk/Makefile.am
3658 Add a Release notes tab from the contents of
3659 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
3661 2006-12-17 [colin] 2.6.1cvs46
3666 Correctly convert from/to UTF8/filename encoding
3667 when loading and saving files. Probably fixes
3668 bug 1068, 'Claws-Mail uses 100% CPU when looking
3669 for a file to attach and is blocked...'
3671 2006-12-17 [colin] 2.6.1cvs45
3673 * src/gtk/logwindow.c
3674 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
3675 IMAP folder and is blocked on main thread':
3676 make sure we put utf8 in the log.
3678 2006-12-16 [colin] 2.6.1cvs44
3682 Fix bug 1055, 'Add the 'cancel receive'
3683 in the available events for the toolbar buttons'
3685 2006-12-16 [colin] 2.6.1cvs43
3690 * src/common/session.c
3691 Log error when SSL handshakes fail.
3692 Fixes bug 1082, 'incorrect / imprecise
3693 error message when imap server provides
3694 ssl only through STARTTLS but SSL is
3697 2006-12-15 [wwp] 2.6.1cvs42
3699 * src/plugins/bogofilter/bogofilter_gtk.c
3700 set proper sensitivity to widgets I've recently added.
3706 2006-12-15 [wwp] 2.6.1cvs41
3708 * src/plugins/bogofilter/bogofilter.c
3709 * src/plugins/bogofilter/bogofilter.h
3710 * src/plugins/bogofilter/bogofilter_gtk.c
3711 bogofilter's whitelist can now use a subset of
3712 the addressbook (either a book, a subfolder of a book,
3713 or the whole addressbook by using "Any"). Re-used there
3714 some pref_matcher widgets and mechanisms to match a subset
3717 2006-12-15 [wwp] 2.6.1cvs40
3720 * src/common/plugin.c
3721 * src/common/plugin.h
3723 * src/plugins/bogofilter/bogofilter.c
3724 * src/plugins/clamav/clamav_plugin.c
3725 * src/plugins/demo/demo.c
3726 * src/plugins/dillo_viewer/dillo_viewer.c
3727 * src/plugins/pgpcore/plugin.c
3728 * src/plugins/pgpinline/plugin.c
3729 * src/plugins/pgpmime/plugin.c
3730 * src/plugins/spamassassin/spamassassin.c
3731 * src/plugins/trayicon/trayicon.c
3732 factorize some translatable strings (plugins-related),
3733 fix missing punctuation in several places,
3734 remove useless translatable \n in about.c,
3735 and factorize plugin init code w/ a new function
3736 check_plugin_version() in common/plugin.c.
3737 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3739 2006-12-15 [wwp] 2.6.1cvs39
3741 * src/plugins/bogofilter/bogofilter.c
3742 * src/plugins/bogofilter/bogofilter_gtk.c
3743 flag whitelisted spams as spam, but don't filter it to the spam
3744 folder. Thanks to Colin.
3746 2006-12-15 [ticho] 2.6.1cvs38
3748 * src/plugins/bogofilter/bogofilter.c
3749 * src/plugins/bogofilter/bogofilter.h
3750 * src/plugins/bogofilter/bogofilter_gtk.c
3751 Add option to whitelist senders found in addressbook. Patch by colin.
3753 2006-12-15 [paul] 2.6.1cvs37
3756 add missing #include "log.h"
3758 2006-12-15 [paul] 2.6.1cvs36
3760 * src/plugins/bogofilter/bogofilter.c
3761 * src/plugins/bogofilter/bogofilter.h
3762 * src/plugins/bogofilter/bogofilter_gtk.c
3763 Add an option to allow inserting an
3764 X-Claws-Bogosity header (on MH folders
3765 only). Patch by Colin
3767 2006-12-14 [colin] 2.6.1cvs35
3770 "Yes" should be the default choice for
3771 migration configuration
3773 2006-12-14 [paul] 2.6.1cvs34
3775 * src/prefs_summaries.c
3776 * manual/advanced.xml
3777 Unhide mark_as_read_delay
3779 2006-12-14 [paul] 2.6.1cvs33
3788 Fix printing of selection
3789 Fix printing of message parts
3790 Fix printing of images
3791 * src/gtk/gtksourceprintjob.c
3792 Fix page count when there are images
3794 2006-12-14 [wwp] 2.6.1cvs32
3799 * src/gtk/quicksearch.c
3800 fix quicksearch 'magnify' button status when QS is closed
3801 using the Escape key, thanks to Colin.
3803 2006-12-14 [wwp] 2.6.1cvs31
3808 * src/gtk/quicksearch.c
3809 fix quicksearch 'magnify' button status when QS is closed
3810 using the Escape key, thanks to Colin.
3812 2006-12-13 [colin] 2.6.1cvs30
3816 Use the binary safe version of ldap_get_values,
3817 to make sure we manipulate null-terminated
3818 strings. Maybe fixes bug 1075, 'claws mail
3819 segfault when completing ldap adresses'
3820 * src/syldap.c ** REMOVED **
3821 * src/syldap.h ** REMOVED **
3824 2006-12-13 [mones] 2.6.1cvs29
3827 Fixed piped strings, fixed click translation
3829 2006-12-13 [paul] 2.6.1cvs28
3832 don't translate these strings
3834 2006-12-13 [paul] 2.6.1cvs27