1 2007-04-23 [colin] 2.9.1cvs15
4 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
6 2007-04-21 [colin] 2.9.1cvs14
8 * src/gtk/quicksearch.c
9 Fix previous commit (actually use correct
12 2007-04-21 [colin] 2.9.1cvs13
14 * src/gtk/quicksearch.c
15 Fix changing quicksearch type (after Esc,
16 after changing Recursive, ...)
18 2007-04-20 [wwp] 2.9.1cvs12
21 Added headers.h (completes 2.9.1cvs5).
23 2007-04-20 [wwp] 2.9.1cvs11
26 Fix the use of display name in name column,
27 it has been overriden w/ the use of nickname
28 by 2.9.0cvs3. Now nickname is used (if any)
29 in case of LDAP books only.
31 2007-04-20 [colin] 2.9.1cvs10
36 Add handling of 'a' to loop in a mail's
39 2007-04-20 [colin] 2.9.1cvs9
42 Fix bug 1190, 'dir_open' button doesn't work'
45 2007-04-20 [colin] 2.9.1cvs8
49 Fix bug 1194, 'Hardware keys move from email
50 list to account/directory list, but not back
51 to email list...' (Maemo)
53 2007-04-20 [colin] 2.9.1cvs7
56 complete previous commit
58 2007-04-20 [colin] 2.9.1cvs6
61 Fix bug 1187, 'Reply-to addressee disappears
62 when reply-to text box is clicked...' (Maemo)
64 2007-04-20 [wwp] 2.9.1cvs5
74 * src/prefs_display_header.c
78 * src/gtk/quicksearch.c
79 Translate more header names according to the relevant option value,
80 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
81 Replaced nearly all uses of prefs_common.trans_hdr with a call
82 to prefs_common_translated_header_name().
83 Added a headers.h reference file that contains known header names
84 (RFC2822 and others) to the translation process' input, so that
85 translated header names will still exist even if no occurrence of
86 _("headername") is found anymore in the sources.
87 Don't translate column name 'Number' following to trans_hdr option
88 value as it's not a header name.
90 2007-04-20 [colin] 2.9.1cvs4
92 * src/gtk/quicksearch.c
93 * src/gtk/quicksearch.h
94 Add "From, To or Subject" quicksearch
95 type. Patch by ulfschaper@users.sf.net
97 2007-04-20 [colin] 2.9.1cvs3
100 Implement proper references filtering condition.
101 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
103 2007-04-19 [wwp] 2.9.1cvs2
105 * src/prefs_display_header.c
106 * src/message_search.c
107 Fix few warnings (g_free of const gchar*).
109 2007-04-19 [paul] 2.9.1cvs1
115 bump version number following
118 2007-04-19 [paul] 2.9.0cvs9
120 * manual/advanced.xml
121 * manual/glossary.xml
124 2007-04-18 [paul] 2.9.0cvs8
127 fix for CVE-2007-1558 (APOP)
130 2007-04-18 [paul] 2.9.0cvs7
136 Fix encoding woes wrt saving of
140 2007-04-18 [colin] 2.9.0cvs6
142 * src/gtk/pluginwindow.c
143 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
145 2007-04-17 [wwp] 2.9.0cvs5
151 Fix --disable-ldap build,
152 fix some LDAP annoyances on
153 searches, thanks to Colin.
155 2007-04-17 [wwp] 2.9.0cvs4
158 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
159 like gcc 2.9x. Thanks to Colin.
161 2007-04-17 [wwp] 2.9.0cvs3
177 Add LDAP write support. Patch mostly by
178 Michael <mir at datanom dot net>
180 2007-04-17 [wwp] 2.9.0cvs2
183 Prepend "Add to address book" to the context menu of compose window's sender and
186 2007-04-16 [paul] 2.9.0cvs1
191 2007-04-16 [paul] 2.9.0
198 2007-04-16 [paul] 2.8.1cvs102
201 updated by Fabien Vantard
203 2007-04-16 [paul] 2.8.1cvs101
213 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
214 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
215 Aleksandar Urosevic, and Ralgh Young
217 2007-04-15 [mones] 2.8.1cvs100
222 2007-04-14 [colin] 2.8.1cvs99
224 * src/message_search.c
225 * src/prefs_display_header.c
226 * src/summary_search.c
230 2007-04-14 [wwp] 2.8.1cvs98
233 * src/message_search.c
234 * src/summary_search.c
235 * src/prefs_display_header.c
236 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
237 returns NULL, get the text value directly from the GtkEntry child.
239 2007-04-13 [colin] 2.8.1cvs97
241 * src/gtk/quicksearch.c
242 Give the focus back to summaryview when
243 emptying the quicksearch with Esc
245 2007-04-13 [colin] 2.8.1cvs96
247 * src/message_search.c
248 * src/prefs_display_header.c
249 * src/summary_search.c
250 Fix possibles crashes when getting text
253 2007-04-13 [colin] 2.8.1cvs95
256 Add some UIDL debugging
258 2007-04-12 [colin] 2.8.1cvs94
261 Force folder scan if necessary after
262 copying mails, to be able to reapply
265 2007-04-11 [colin] 2.8.1cvs93
268 don't scan for new mail on startup if --select
269 is specified (or race conditions arise). If so,
270 do both sequentially.
272 2007-04-09 [colin] 2.8.1cvs92
275 Use leafpad by default on Maemo. Patch
278 2007-04-06 [colin] 2.8.1cvs91
280 * src/pixmaps/queue_close.xpm
281 * src/pixmaps/queue_close_hrm.xpm
282 * src/pixmaps/queue_close_hrm_mark.xpm
283 * src/pixmaps/queue_close_mark.xpm
284 * src/pixmaps/queue_open.xpm
285 * src/pixmaps/queue_open_hrm.xpm
286 * src/pixmaps/queue_open_hrm_mark.xpm
287 * src/pixmaps/queue_open_mark.xpm
288 Move the clock one pixel down :)
290 2007-04-05 [colin] 2.8.1cvs90
293 Don't sync when switching offline from
294 command line - it's usually too late :)
296 2007-04-05 [paul] 2.8.1cvs89
300 * src/pixmaps/dir_close_hrm.xpm
301 * src/pixmaps/dir_close_hrm_mark.xpm
302 * src/pixmaps/drafts_close.xpm
303 * src/pixmaps/drafts_close_mark.xpm
304 * src/pixmaps/drafts_open.xpm
305 * src/pixmaps/drafts_open_mark.xpm
306 * src/pixmaps/inbox.xpm
307 * src/pixmaps/inbox_close.xpm
308 * src/pixmaps/inbox_close_hrm.xpm
309 * src/pixmaps/inbox_close_hrm_mark.xpm
310 * src/pixmaps/inbox_close_mark.xpm
311 * src/pixmaps/inbox_hrm.xpm
312 * src/pixmaps/inbox_hrm_mark.xpm
313 * src/pixmaps/inbox_mark.xpm
314 * src/pixmaps/inbox_open.xpm
315 * src/pixmaps/inbox_open_hrm.xpm
316 * src/pixmaps/inbox_open_hrm_mark.xpm
317 * src/pixmaps/inbox_open_mark.xpm
318 * src/pixmaps/outbox.xpm
319 * src/pixmaps/outbox_close.xpm
320 * src/pixmaps/outbox_close_hrm.xpm
321 * src/pixmaps/outbox_close_hrm_mark.xpm
322 * src/pixmaps/outbox_close_mark.xpm
323 * src/pixmaps/outbox_hrm.xpm
324 * src/pixmaps/outbox_hrm_mark.xpm
325 * src/pixmaps/outbox_mark.xpm
326 * src/pixmaps/outbox_open.xpm
327 * src/pixmaps/outbox_open_hrm.xpm
328 * src/pixmaps/outbox_open_hrm_mark.xpm
329 * src/pixmaps/outbox_open_mark.xpm
330 * src/pixmaps/queue_close.xpm
331 * src/pixmaps/queue_close_hrm.xpm
332 * src/pixmaps/queue_close_hrm_mark.xpm
333 * src/pixmaps/queue_close_mark.xpm
334 * src/pixmaps/queue_open.xpm
335 * src/pixmaps/queue_open_hrm.xpm
336 * src/pixmaps/queue_open_hrm_mark.xpm
337 * src/pixmaps/queue_open_mark.xpm
338 updated, added and replaced icons
341 2007-04-04 [colin] 2.8.1cvs88
344 Fix build without libetpan
346 2007-04-03 [colin] 2.8.1cvs87
349 Fix crash with Citadel, and try to make
350 things work. this server (and specifically
351 STATUS and APPEND at least) seems broken.
353 2007-04-03 [colin] 2.8.1cvs86
356 Fix icons on folder close
358 2007-04-03 [colin] 2.8.1cvs85
361 Fix double-ask of offline override in
366 Much more efficient way to synchronise
368 * src/etpan/imap-thread.c
371 * src/gtk/quicksearch.c
374 2007-04-03 [paul] 2.8.1cvs84
382 Fix sync being done too late
385 2007-04-02 [colin] 2.8.1cvs83
388 Maemo: Put status and quicksearch at the top
389 * src/plugins/bogofilter/bogofilter.c
390 * src/plugins/spamassassin/spamassassin.c
391 Derive trash from inbox if possible
393 2007-04-02 [paul] 2.8.1cvs82
395 * src/plugins/bogofilter/bogofilter_gtk.c
396 a few English changes
402 2007-04-02 [colin] 2.8.1cvs81
405 Fix transparent images by using
408 Flush events (on new windows) to avoid
409 having the textview's image resize fail
410 to know the available width
412 2007-04-01 [colin] 2.8.1cvs80
414 * src/prefs_account.c
415 If no MH mailbox exist, when creating a POP/Local
416 account, just create and use the default one
417 instead of bailing with a "Mailbox doesn't exist"
420 2007-03-31 [colin] 2.8.1cvs79
422 * src/prefs_account.c
423 Create signature file if it doesn't exist
425 * src/prefs_toolbar.c
426 Maemo: Move "Use default" on the left so
427 that people can find it
429 Maemo: make default editor "Maemopad",
430 default signature file "MyDocs/signature.txt"
432 2007-03-31 [colin] 2.8.1cvs78
434 * src/prefs_account.c
435 Maemo: rework account prefs so
436 that less horizontal scrolling
439 2007-03-31 [colin] 2.8.1cvs77
444 Fix bug 1167, 'Allow not displaying zeros
445 in folder list'. Patch by MartinP
447 2007-03-31 [colin] 2.8.1cvs76
452 2007-03-31 [colin] 2.8.1cvs75
455 Apply patch from bug 1172, direct
456 access to the folder's session instead
457 of using getter. Patch by MartinP
459 2007-03-31 [paul] 2.8.1cvs74
462 no need to list Fabien twice!
464 2007-03-31 [colin] 2.8.1cvs73
467 If we're currently "overriding for %d minutes",
470 2007-03-31 [colin] 2.8.1cvs72
478 * src/plugins/spamassassin/spamassassin.c
479 Offline override: Add a parameter to allow
480 asking even if the override timer is running.
481 Allows to ask every time the user makes an
482 explicit action needing online access (such
483 as Get Mail), and not when the action is
484 implicit (such as opening an IMAP folder)
486 2007-03-31 [colin] 2.8.1cvs71
489 Override offline: "No" answer shouldn't
490 re-ask after 3 seconds, but 10 minutes.
492 2007-03-30 [colin] 2.8.1cvs70
494 * src/common/socket.c
495 Better error reporting on unix socket
496 failure (bind usually)
499 Label window: add a pulsing progress
500 bar to show we're not hung :)
503 * src/plugins/pgpcore/sgpgme.c
506 2007-03-30 [colin] 2.8.1cvs69
510 Fix possible trashing of history and uidl
511 files on disk full problems
513 2007-03-30 [paul] 2.8.1cvs68
518 update summary when changing layout type
519 (fixes wrong folder icon being displayed)
522 2007-03-29 [colin] 2.8.1cvs67
524 * src/prefs_ext_prog.c
525 The browser pref is irrelevant on Maemo
527 2007-03-29 [colin] 2.8.1cvs66
531 Maemo: dynamically switch headers/text position
533 Maemo: hide compose's ruler by default
534 * src/common/socket.c
535 * src/common/socket.h
538 2007-03-29 [colin] 2.8.1cvs65
540 * src/common/socket.c
541 * src/common/socket.h
542 Fix build when MAEMO_CFLAGS contains
543 _X_OPENSOURCE (resolv.h errors as long
544 as we don't add _BSD_SOURCE. Ugly).
546 2007-03-29 [wwp] 2.8.1cvs64
548 * src/prefs_logging.c
549 Fix sensitivity of clip-log widgets in prefs/logging,
552 2007-03-29 [wwp] 2.8.1cvs63
555 Updated files list for translations, thanks to Fabien.
557 2007-03-29 [colin] 2.8.1cvs62
560 * src/common/Makefile.am
562 Maybe make URI opening work in Maemo
565 2007-03-28 [colin] 2.8.1cvs61
570 Add the possibility to sort folders arbitrarily
571 (via editing of folderlist.xml only). Patch by
572 Martin P <mp26+claws@os.inf.tu-dresden.de>
573 Fixes bug 1166, 'Folder ordering is fixed and cannot
574 be changed by the user'
576 2007-03-28 [colin] 2.8.1cvs60
579 Add popup menu for mime icons
581 2007-03-28 [colin] 2.8.1cvs59
584 Fix a layout issue when presenting
585 mainwindow in Small screen layout
588 Add a "Go to folder list" button for
589 mainwindow, and make it default in
592 2007-03-28 [colin] 2.8.1cvs58
595 Don't dynamically update title on Maemo
596 Patch by Jean-Luc Biord
598 2007-03-27 [colin] 2.8.1cvs57
603 Enable tap-and-hold on Maemo
605 2007-03-26 [colin] 2.8.1cvs56
608 More popup-menu (in attachments list)
610 2007-03-26 [colin] 2.8.1cvs55
613 Enable popup-menu signal
615 2007-03-26 [colin] 2.8.1cvs54
617 * src/plugins/pgpinline/pgpinline.c
618 Fix bug 1111, 'PGP/inline plugin hides text
619 around encrypted text block'. Patch based on
620 a patch from Michal Cihar.
622 2007-03-26 [wwp] 2.8.1cvs53
625 Fix getting a false error when sending queued message
626 whereas the sending was fine (if there are subfolders
627 in the queue folder), thanks to Colin.
629 2007-03-26 [paul] 2.8.1cvs52
632 update FACE header in welcome message
634 2007-03-25 [colin] 2.8.1cvs51
639 2007-03-25 [colin] 2.8.1cvs50
642 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
644 2007-03-24 [colin] 2.8.1cvs49
647 Fix a few launch problems on Maemo
648 Patch by Jean-Luc Biord
650 2007-03-24 [wwp] 2.8.1cvs48
656 Fix wrong action performed when closing the
657 "ask about account specific filtering rules
658 when filtering manually" dialog by pressing Escape.
659 Fix wrong order of buttons in the "return receipt
660 notification - the message was sent to several of
661 your accounts" dialog.
663 2007-03-24 [paul] 2.8.1cvs47
666 an improvement to English usage
667 * tools/kdeservicemenu/README
670 2007-03-24 [paul] 2.8.1cvs46
674 * src/pixmaps/edit_extern.xpm
675 * src/pixmaps/mail_sign.xpm
676 rescue long lost icons
678 2007-03-24 [paul] 2.8.1cvs45
681 fix toolbar (broken in 2.8.1cvs42)
683 2007-03-23 [colin] 2.8.1cvs44
686 Correctly unsubscribe/resubscribe after
689 2007-03-23 [colin] 2.8.1cvs43
692 Maemo: as the platform is light on RAM, allow
693 caches to be discarded faster.
695 2007-03-23 [colin] 2.8.1cvs42
706 * src/pixmaps/open_mail.xpm
707 Maemo changes: Add the possibility to have
708 "Open Email" and "Close Window" buttons on
709 toolbars (and use them in Maemo's default
712 2007-03-23 [wwp] 2.8.1cvs41
715 Reverted that part of the action dialog closure logics, to
716 pre-2.8.1cvs19. Managing action dialog w/ no output may be
717 done later in a different way (or may not).
719 2007-03-22 [wwp] 2.8.1cvs40
722 Fix sticky action dialog when got no output but action command
723 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
725 2007-03-22 [colin] 2.8.1cvs39
727 * src/prefs_filtering.c
729 Fix escaping account names in filtering prefs
731 2007-03-22 [colin] 2.8.1cvs38
736 Add any attribute specified in LDAP servers'
737 Search attributes to the Other Attributes tab
738 of contacts; Add 'telephoneNumber' in the
741 2007-03-22 [colin] 2.8.1cvs37
746 Try to prevent race conditions when
747 changing the folder list
749 Fix possible red folder icon when
750 switching from Small screen layout
753 2007-03-22 [colin] 2.8.1cvs36
758 Rename "little screen" to "Small screen"
759 * src/gtk/Makefile.am
762 Fix Maemo-related compilation problems
764 2007-03-21 [colin] 2.8.1cvs35
769 Remove .png from the Icon, it's useless
771 2007-03-21 [colin] 2.8.1cvs34
775 Add the necessary lib checking for
778 2007-03-21 [colin] 2.8.1cvs33
781 Fix unconditional "error happened" when
782 sending via command-line. "lol @ myself"
784 2007-03-21 [colin] 2.8.1cvs32
786 * claws-mail-40x40.png
787 * claws-mail-26x26.png
797 * src/prefs_account.c
799 * src/summary_search.c
805 * src/gtk/logwindow.c
807 * src/gtk/prefswindow.c
808 Add Maemo port (patch mainly by Jean-Luc Biort)
809 Add a new 'Little screen' layout to help on such
810 platforms (patch by me)
811 Make some default preferences different (more
812 adapted) on Maemo (patch by me)
814 2007-03-21 [wwp] 2.8.1cvs31
816 * src/prefs_logging.c
817 * src/prefs_logging.h
818 Fixed copyright header of newly added files.
820 2007-03-21 [wwp] 2.8.1cvs30
838 * src/prefs_logging.c
839 * src/prefs_logging.h
847 * src/common/session.c
849 * src/common/socket.c
850 * src/etpan/imap-thread.c
851 * src/gtk/logwindow.c
852 * src/gtk/logwindow.h
853 * src/plugins/bogofilter/bogofilter.c
854 * src/plugins/spamassassin/spamassassin.c
855 Added debugging of filtering/processing rules.
856 The debug log is here 'Tools/Filtering debug window',
857 the options there 'Configuration/Preferences/Other/Logging',
858 and the log file is ~/.claws-mail/filtering.log.
859 Moved protocol log prefs to 'Other/Logging' as well.
860 To support such debugging feature, the existing log API has
861 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
862 this impacts many external modules (commits follow).
864 2007-03-21 [paul] 2.8.1cvs29
866 * src/etpan/Makefile.am
867 * src/etpan/imap-thread.c
870 2007-03-21 [colin] 2.8.1cvs28
873 Fix bug 1157, 'some broken messages confuse
874 mime parser'. Make sure we can't have MimeInfos
877 2007-03-20 [colin] 2.8.1cvs27
880 Fix missing \0 on buffer
882 2007-03-20 [colin] 2.8.1cvs26
885 Use make_dir_hier instead of make_dir
886 to create the MH mailbox
888 2007-03-20 [colin] 2.8.1cvs25
892 * src/prefs_account.c
894 Fix default inbox weirdnesses (after wizard,
895 if path is Mail, mailbox identifier is #mh/Mailbox,
896 and when creating new accounts)
898 2007-03-20 [colin] 2.8.1cvs24
901 Write folderlist after adding/deleting accounts
904 2007-03-20 [colin] 2.8.1cvs23
908 Fix bug 1153, 'CM segfaults if IMAP folder is
909 selected while scanning prior to update'
911 2007-03-17 [paul] 2.8.1cvs22
914 fix a typo, and be a little more verbose.
916 2007-03-17 [wwp] 2.8.1cvs21
919 Fix a compiler warning.
921 2007-03-16 [wwp] 2.8.1cvs20
925 Updated to deal w/ the new mairix.sh tool.
927 2007-03-16 [wwp] 2.8.1cvs19
930 Fix logics issues around the action IO dialog:
931 - disable entry widget and exec button when
932 the exec button is clicked (don't wait for any
933 output line) - fix possible disabling/re-enabling/
934 re-disabling of those widgets
935 - raise an error if executing a %as{} action either
936 empty or invalid, instead of failing silently
937 - don't close the dialog if the abort button has been
938 clicked and if there was no output yet
939 - set focus to the abort button when the exec button
941 - fix capitalization of a warning message
943 2007-03-16 [wwp] 2.8.1cvs18
946 Added a wrapper to mairix to the tools folder.
948 2007-03-16 [colin] 2.8.1cvs17
952 Allow mimeviewer plugins to print
955 2007-03-16 [colin] 2.8.1cvs16
960 2007-03-15 [colin] 2.8.1cvs15
964 Add a way for mimeviewer plugins to
965 implement body search
967 2007-03-15 [paul] 2.8.1cvs14
969 * src/prefs_spelling.c
972 2007-03-15 [paul] 2.8.1cvs13
974 * src/common/quoted-printable.c
975 fix decoding of quoted-printable parts
977 2007-03-14 [wwp] 2.8.1cvs12
979 * src/gtk/logwindow.h
980 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
982 2007-03-14 [wwp] 2.8.1cvs11
984 * src/gtk/logwindow.h
987 2007-03-14 [colin] 2.8.1cvs10
989 * src/gtk/logwindow.c
990 Probably fix bug 1149, crash on logwindow
991 close - at the expense of performance once
992 logwin has been opened
994 2007-03-14 [colin] 2.8.1cvs9
997 If claws-mail is running on another
998 display, warn instead of popping it up
1001 2007-03-12 [colin] 2.8.1cvs8
1004 Fix bug 1145, 'Setting a different name
1005 for the Mailbox name isn't reflected in
1006 default account settings'. Patch by wwp
1008 2007-03-12 [colin] 2.8.1cvs7
1011 Fix bug 1143, 'Add number of messages to be
1012 deleted to confirmation dialog'
1014 2007-03-12 [wwp] 2.8.1cvs6
1017 * src/prefs_common.c
1018 * src/prefs_common.h
1019 * src/prefs_summaries.c
1020 Changed the option that displays unread messages count
1021 next to the folder name in folder list: it is now
1022 possible to either display nothing, display the
1023 unread messages number only or the unread and total messages
1024 numbers. The patch includes this extra feature as well
1025 as some minor fixes by rewriting the algo in folderview.c.
1026 Thanks to Paul for the original idea and implementation, plus
1027 testing and proof-reading!
1029 2007-03-09 [paul] 2.8.1cvs5
1033 * tools/claws-mail-compose-insert-files.pl
1034 added a script which enables inserting files
1035 into the message body of a new Claws Mail
1036 Compose window from the command line. Additionally
1037 To, Cc, Subject and files to attach to the message
1040 2007-03-09 [wwp] 2.8.1cvs4
1045 Optimize matching of addresses in the addressbook
1046 (filtering/processing 'found_in_addressbook' condition).
1048 2007-03-07 [wwp] 2.8.1cvs3
1051 * src/quote_fmt_lex.l
1052 * src/quote_fmt_parse.y
1053 Add a new quote format symbol: %A to insert the
1054 sender email address (just the address itself).
1056 2007-03-06 [wwp] 2.8.1cvs2
1058 * src/gtk/gtkutils.c
1059 * src/plugins/trayicon/trayicon_prefs.h
1060 * src/plugins/trayicon/trayicon_prefs.c
1061 * src/plugins/trayicon/trayicon.c
1064 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1065 minimizing Claws-Mail main window will hide it to the trayicon instead.
1068 2007-03-06 [paul] 2.8.1cvs1
1074 bump version number following
1077 2007-03-06 [paul] 2.8.0cvs24
1080 corrected by by Tim <timbrain@post.cz>
1082 2007-03-05 [colin] 2.8.0cvs23
1086 Fix mime/globs path on NetBSD
1087 patch by George Michaelson
1089 2007-03-05 [wwp] 2.8.0cvs22
1092 Remove debug statement (accidentally committed w/ cvs14).
1094 2007-03-05 [paul] 2.8.0cvs21
1096 * src/plugins/pgpcore/prefs_gpg.c
1097 fix compiler warning
1099 2007-03-05 [wwp] 2.8.0cvs20
1101 * src/matcher_parser_parse.y
1102 Fix mismerge between cvs17 and cvs19.
1104 2007-03-05 [wwp] 2.8.0cvs19
1106 * src/matcher_parser_parse.y
1107 * src/prefs_filtering_action.c
1112 Add new 'add_to_addressbook' filtering/processing action.
1114 2007-03-05 [wwp] 2.8.0cvs18
1117 Fix mark_as_ham filtering/processing action: spam flag
1120 2007-03-04 [colin] 2.8.0cvs17
1125 * src/matcher_parser_parse.y
1126 * src/prefs_filtering_action.c
1127 Add 'Mark as spam' and 'Mark as ham' filtering
1128 actions. Fixes bug 1138.
1130 2007-03-04 [colin] 2.8.0cvs16
1133 Fix bug 1140, wrong return value
1136 2007-03-04 [wwp] 2.8.0cvs15
1139 Rollback cvs14: don't free stuff that is managed in g_list.
1141 2007-03-04 [wwp] 2.8.0cvs14
1144 Fix a leak in address completion code.
1146 2007-03-04 [colin] 2.8.0cvs13
1149 Maybe fix bug 1136, 'Crash in group
1152 2007-03-04 [iwkse] 2.8.0cvs12
1155 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1157 2007-03-03 [colin] 2.8.0cvs11
1159 * src/plugins/pgpinline/pgpinline.c
1160 Fix off-by-one, fix double-free. Fixes
1161 bug 1135, 'cm-segfault on decrypting
1164 2007-03-03 [colin] 2.8.0cvs10
1168 * src/common/plugin.c
1169 Fix bug 1134, 'Valgrind macros unhandled
1172 2007-03-02 [colin] 2.8.0cvs9
1175 Don't error out on EAGAIN. Fixes
1176 bug 1129, '"local mbox file" account
1177 isn't retrieving mails'
1179 2007-03-01 [wwp] 2.8.0cvs8
1182 * src/gtk/colorlabel.c
1183 Remove accels for extra color labels until we set better
1184 and definitive ones.
1186 2007-02-28 [wwp] 2.8.0cvs7
1189 * src/matcher_parser_parse.y
1190 * src/prefs_common.c
1191 * src/prefs_msg_colors.c
1193 * src/gtk/colorlabel.c
1194 * src/gtk/colorlabel.h
1195 Add more customizable color labels. Cleaned up a bit
1196 the color label API to avoid duplicate defines of
1197 the max number of colors.
1199 2007-02-27 [colin] 2.8.0cvs6
1202 * src/common/utils.c
1203 * src/common/utils.h
1204 Fix '+' in mailto URIs for List-* headers
1206 2007-02-27 [colin] 2.8.0cvs5
1208 * src/gtk/gtkutils.c
1209 Use gtk_window_set_role instead of
1212 2007-02-27 [colin] 2.8.0cvs4
1215 Fix "After receiving new mail, go to inbox" on IMAP,
1216 and make it work only on manual reception
1218 2007-02-27 [wwp] 2.8.0cvs3
1220 * src/prefs_filtering.c
1221 * src/prefs_filtering_action.c
1222 * src/prefs_matcher.c
1223 Update filtering matcher's and action's color label menus
1224 when re-opening those dialogs (reflect any change to the
1225 color labels list in the preferences).
1227 2007-02-27 [colin] 2.8.0cvs2
1230 * src/etpan/etpan-thread-manager-types.h
1231 * src/etpan/etpan-thread-manager.c
1232 * src/etpan/imap-thread.c
1233 Log imap ALERTs as errors in the log.
1235 2007-02-26 [paul] 2.8.0cvs1
1237 * tools/claws.i18n.status.pl
1240 2007-02-26 [paul] 2.7.2cvs75
1254 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1255 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1256 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1257 Aleksandar Urosevic, and Ralgh Young
1259 2007-02-25 [mones] 2.7.2cvs74
1264 2007-02-25 [colin] 2.7.2cvs73
1267 Clearing the list is only useful
1268 to prevent a valgrind false-positive
1270 2007-02-25 [paul] 2.7.2cvs72
1274 * tools/kmail-mailbox2claws-mail.pl **ADDED**
1275 * tools/maildir2claws-mail.pl **REMOVED**
1276 renamed the script, fixed a couple bugs
1278 2007-02-23 [colin] 2.7.2cvs71
1281 Fix a leak, check for a few improbable nulls
1283 2007-02-23 [colin] 2.7.2cvs70
1287 * src/plugins/trayicon/trayicon.c
1288 Fix blinking mainwin when starting in tray
1289 (show mainwindow later in the startup process,
1290 apart if restarting post-crash)
1292 2007-02-23 [colin] 2.7.2cvs69
1296 Fix crash when unsubscribing the currently
1297 selected/opened folder
1299 2007-02-23 [colin] 2.7.2cvs68
1302 Fix bug that prevented colorization to
1303 work without wrap quotation option
1305 2007-02-23 [colin] 2.7.2cvs67
1308 Fix refcounting, start and end completion who
1309 behaved as if there couldn't be any other current
1312 2007-02-23 [wwp] 2.7.2cvs66
1316 Address completion fixes: fix addressbook_peek_folder_exists() in
1317 which the algorithm was ridiculously over-obfuscated and broken.
1318 Fix addrindex_load_completion() as well, to load addresses in
1319 completion list with regards to what addressbook_peek_folder_exists()
1322 2007-02-23 [wwp] 2.7.2cvs65
1325 Add addresses to completion when they're non-empty (thanks to Colin).
1327 2007-02-23 [paul] 2.7.2cvs64
1329 * src/plugins/pgpcore/passphrase.c
1332 2007-02-23 [colin] 2.7.2cvs63
1334 * src/plugins/pgpcore/prefs_gpg.c
1335 * src/plugins/pgpcore/prefs_gpg.h
1336 * src/plugins/pgpcore/sgpgme.c
1337 * src/plugins/pgpinline/pgpinline.c
1338 * src/plugins/pgpmime/pgpmime.c
1339 Try harder to respect user's choice wrt
1340 gpg-agent even with gpg2, by unsetting
1341 GPG_AGENT_INFO when necessary.
1343 2007-02-22 [paul] 2.7.2cvs62
1345 * src/plugins/pgpcore/sgpgme.c
1346 * src/plugins/pgpcore/sgpgme.h
1347 * src/plugins/pgpcore/passphrase.c
1348 * src/plugins/pgpinline/pgpinline.c
1349 * src/plugins/pgpmime/pgpmime.c
1350 Fix a leak - gpgme_data_release_and_get_mem
1351 leaks in recent gpgme. Workaround by using
1354 2007-02-22 [paul] 2.7.2cvs61
1356 * src/gtk/quicksearch.c
1357 Abandon dynamic search when pressing
1360 2007-02-21 [colin] 2.7.2cvs60
1363 * src/plugins/pgpcore/passphrase.c
1364 Fix little memory leaks
1366 Fix false-positive leak at exit
1367 * src/gtk/quicksearch.c
1368 Fix potentially big leak in recursive
1371 2007-02-21 [wwp] 2.7.2cvs59
1374 Add missing newline to a debug message.
1376 2007-02-20 [colin] 2.7.2cvs58
1380 * src/stock_pixmap.c
1381 * src/stock_pixmap.h
1382 * src/pixmaps/mime_pgpsig.xpm
1383 Add icon for application/pgp-signature
1385 2007-02-20 [colin] 2.7.2cvs57
1390 * src/stock_pixmap.c
1391 * src/stock_pixmap.h
1392 * src/pixmaps/mime_calendar.xpm
1393 * src/pixmaps/mime_pdf.xpm
1394 * src/pixmaps/mime_ps.xpm
1395 Add icons for text/calendar, application/pdf
1396 and application/postscript
1398 2007-02-20 [colin] 2.7.2cvs56
1401 * src/matcher_parser_parse.y
1402 * src/matcher_parser_lex.l
1403 Fix big memory leak in flex, and
1406 2007-02-20 [wwp] 2.7.2cvs55
1408 * src/matcher_parser_parse.y
1409 Fix a duplicate token definition (thanks to iwkse).
1411 2007-02-20 [wwp] 2.7.2cvs54
1413 * src/matcher_parser_lex.l
1414 * src/quote_fmt_lex.l
1415 Use proper flex options instead of direct use of #define,
1416 make the flex-generated C lighter.
1418 2007-02-20 [colin] 2.7.2cvs53
1421 Grab focus in message list after hiding
1422 the quicksearch, instead of leaving it
1425 2007-02-19 [colin] 2.7.2cvs52
1428 Fix bug 1033, 'Automatically refresh
1429 message list when new messages arrives'
1430 Looks like folderview->opened can sometimes
1433 2007-02-19 [paul] 2.7.2cvs51
1437 * tools/thunderbird-filters-convertor.pl
1438 add new script which converts thunderbird filter
1439 rules to Claws filter rules
1441 2007-02-18 [paul] 2.7.2cvs50
1443 * src/plugins/pgpcore/prefs_gpg.c
1444 * src/plugins/pgpcore/prefs_gpg.h
1445 * src/plugins/pgpcore/sgpgme.c
1446 * src/plugins/pgpinline/pgpinline.c
1447 * src/plugins/pgpmime/pgpmime.c
1448 improved GUI interoperability with gpg-agent
1450 2007-02-18 [paul] 2.7.2cvs49
1452 * src/prefs_account.c
1453 Privacy options sensitivity fix
1455 2007-02-17 [colin] 2.7.2cvs48
1458 Reset icon to warning in the noticeview
1460 2007-02-15 [colin] 2.7.2cvs47
1463 Fix a manifestation of bug 1033 (summaryview failing
1464 to update for new mails), which happens after editing
1465 account preferences or preferences that cause a
1468 2007-02-15 [colin] 2.7.2cvs46
1471 Probably fix bug 1123, 'Segmentation
1472 fault while opening address book'. I get
1473 g_warnings if the saved paned position is
1474 not greater than 0. Also, save position
1475 when hiding the addressbook instead of
1478 2007-02-14 [colin] 2.7.2cvs45
1480 * src/plugins/pgpcore/prefs_gpg.c
1481 * src/plugins/pgpcore/prefs_gpg.h
1482 * src/plugins/pgpcore/sgpgme.c
1483 * src/plugins/pgpinline/pgpinline.c
1484 * src/plugins/pgpmime/pgpmime.c
1485 Add an option "Use gpg-agent if available". Fixes
1486 annoyances with distro-installed gpg-agent, when
1487 no pinentry program is installed, and the user's
1488 at a loss on why "decryption failed". Makes more
1489 clear why passphrase isn't saved when gpg-agent is
1490 used. Defaults to true, to avoid changing the
1493 2007-02-14 [wwp] 2.7.2cvs44
1495 * src/matcher_parser_parse.y
1496 Fix missing line number reset (wrong line number might appear
1497 when re-loading filtering rules if there's a parser error).
1499 2007-02-13 [colin] 2.7.2cvs43
1501 * src/common/utils.c
1502 Don't encode ',' in URIs before passing it
1503 to the browser command-line. It was probably
1504 done at a time where commas in URIs made
1505 mozilla -remote 'openurl(%s,new-window)'
1508 2007-02-13 [wwp] 2.7.2cvs42
1510 * src/prefs_matcher.c
1511 * src/plugins/bogofilter/bogofilter_gtk.c
1512 A bit of string factorization around "Select ..." buttons.
1514 2007-02-11 [colin] 2.7.2cvs41
1517 Make sure to escape the title
1519 2007-02-11 [colin] 2.7.2cvs40
1522 Recognize .utf8 locales as .UTF-8 ones
1524 2007-02-11 [colin] 2.7.2cvs39
1527 Fix code conversion when dragging a file
1529 2007-02-09 [colin] 2.7.2cvs38
1531 * src/plugins/clamav/clamav_plugin.c
1532 Complete Paul's patch with conditional
1533 compilation to avoid breaking compilation
1534 on old Dapper and Edgy... Maybe other
1537 2007-02-09 [paul] 2.7.2cvs37
1539 * src/plugins/clamav/clamav_plugin.c
1540 fix for the upstream changes in libclamav
1542 2007-02-09 [paul] 2.7.2cvs36
1548 fix "warn if there are queued messages" (on exit)
1549 option, which only checked the first mailbox's
1551 don't ask before emptying trash if there are no
1552 messages in trash, also check and empty all trash
1555 move "Ask before emptying trash" option
1556 outside of the "On exit" frame as it's
1557 not only an "On exit" option
1559 2007-02-09 [paul] 2.7.2cvs35
1564 * src/prefs_account.c
1565 * src/prefs_folder_item.c
1567 * src/prefs_matcher.c
1568 * src/prefs_message.c
1569 * src/prefs_msg_colors.c
1570 * src/prefs_summaries.c
1572 * src/gtk/inputdialog.c
1573 * src/plugins/bogofilter/bogofilter_gtk.c
1574 pedantic commit: use 'checkbtn' everywhere
1575 instead of a mixture of 'checkbtn' and 'chkbtn'
1577 2007-02-09 [paul] 2.7.2cvs34
1583 move "Never send Return Receipts" from
1584 prefs_other to prefs_send
1585 add an option "Ask about account specific
1586 filtering rules..." to prefs_other
1587 * src/gtk/gtkutils.c
1588 fix a compiler warning
1590 2007-02-08 [colin] 2.7.2cvs33
1592 * src/plugins/pgpinline/pgpinline.c
1593 Fix bug 1110, 'pgpmime fails to process
1594 encapsulated openpgp mime (rfc 3156, 6.1
1596 It was due to an interaction between PGP/Mime
1597 and PGP/Inline plugin.
1599 2007-02-08 [colin] 2.7.2cvs32
1604 Fix bug 1117, 'fcntl locking code
1605 does not work in mbox.c'
1607 2007-02-08 [colin] 2.7.2cvs31
1609 * src/prefs_account.c
1610 Fix Gentoo bug 165819, 'can't create
1611 a "local mbox file" account'. Patch
1612 by Olivier <castan.o@free.fr>
1614 2007-02-07 [colin] 2.7.2cvs30
1617 Fix bug 1106, 'Claws crash on exit if LDAPS
1618 autocompletion was used'
1620 2007-02-07 [paul] 2.7.2cvs29
1623 cut down on unnecessary debug_prints
1625 fix menu_set_active() on 'Show only
1628 2007-02-07 [paul] 2.7.2cvs28
1630 * src/plugins/clamav/clamav_plugin.c
1631 * src/plugins/clamav/clamav_plugin.h
1632 * src/plugins/clamav/clamav_plugin_gtk.c
1633 fix copyright header
1635 2007-02-07 [paul] 2.7.2cvs27
1638 fix bug 1116, 'summary view allow a
1641 2007-02-06 [colin] 2.7.2cvs26
1646 2007-02-05 [fabien] 2.7.2cvs25
1650 i18n related - 1 fix and 1 message for translators.
1652 2007-02-05 [colin] 2.7.2cvs24
1654 * src/gtk/quicksearch.c
1655 Don't reload summary list if quicksearch wasn't
1656 active on hiding; move currently selected mail in
1657 the visible area when showing the quicksearch
1659 2007-02-05 [colin] 2.7.2cvs23
1662 Add debug to try to solve bug 1104
1664 2007-02-05 [paul] 2.7.2cvs22
1667 confirm before emptying trash on exit is
1668 a Yes or No answer, use Yes or No in the
1671 2007-02-04 [colin] 2.7.2cvs21
1674 * src/plugins/pgpcore/passphrase.c
1675 * src/plugins/pgpcore/select-keys.c
1676 Set wmclass on new windows
1682 2007-02-04 [colin] 2.7.2cvs20
1686 Auto save drafts on exit, reopen them
1687 at startup, instead of asking
1691 * src/addressbook_foldersel.c
1699 * src/editldap_basedn.c
1712 * src/message_search.c
1714 * src/prefs_actions.c
1715 * src/prefs_customheader.c
1716 * src/prefs_display_header.c
1717 * src/prefs_filtering.c
1718 * src/prefs_filtering_action.c
1719 * src/prefs_folder_column.c
1721 * src/prefs_matcher.c
1723 * src/prefs_summaries.c
1724 * src/prefs_summary_column.c
1725 * src/prefs_template.c
1726 * src/sourcewindow.c
1728 * src/summary_search.c
1731 * src/gtk/description_window.c
1732 * src/gtk/foldersort.c
1733 * src/gtk/gtkutils.c
1734 * src/gtk/gtkutils.h
1735 * src/gtk/icon_legend.c
1736 * src/gtk/logwindow.c
1737 * src/gtk/pluginwindow.c
1738 * src/gtk/prefswindow.c
1739 Give different wmclass to different
1740 windows - thanks to sed ;)
1742 2007-02-04 [colin] 2.7.2cvs19
1745 Revert previous patch, can't reproduce
1748 2007-02-03 [colin] 2.7.2cvs18
1751 Don't save the mainwindow size and
1752 position on emergency exit (libSM's
1753 "die" callback), Xfce seems to make
1754 the window smaller just before the
1757 2007-02-03 [colin] 2.7.2cvs17
1759 * src/plugins/bogofilter/bogofilter.c
1760 * src/plugins/bogofilter/bogofilter.h
1761 * src/plugins/bogofilter/bogofilter_gtk.c
1762 * src/plugins/pgpinline/pgpinline.c
1763 * src/plugins/pgpinline/pgpinline.h
1766 2007-02-03 [colin] 2.7.2cvs16
1768 * src/partial_download.c
1769 * src/partial_download.h
1776 * src/common/ssl_certificate.c
1777 * src/common/ssl_certificate.h
1778 * src/gtk/quicksearch.c
1779 * src/gtk/quicksearch.h
1780 * src/gtk/sslcertwindow.c
1781 * src/gtk/sslcertwindow.h
1782 Fix copyright on my files
1784 2007-02-02 [colin] 2.7.2cvs15
1794 Add Tools/List URIs to allow
1795 opening any URI in the current mail
1797 2007-02-02 [colin] 2.7.2cvs14
1799 * src/common/valgrind.h ** NEW FILE **
1800 * src/common/Makefile.am
1801 * src/common/plugin.c
1802 Don't dlclose the plugins if we're running
1803 under valgrind. (doesn't require valgrind
1804 either at compile time or run time).
1806 2007-02-01 [paul] 2.7.2cvs13
1810 * tools/freshmeat_search.pl
1811 * tools/google_search.pl
1812 * tools/multiwebsearch.pl
1813 add support for non ISO-8859-1 compatible locales
1814 Patch by Alex Gorbachenko <agent_007@immo.ru>
1816 2007-02-01 [colin] 2.7.2cvs12
1819 * src/prefs_summaries.c
1820 Move keybinding prefs to the Other page
1822 2007-02-01 [wwp] 2.7.2cvs11
1824 * src/plugins/trayicon/trayicon.c
1825 Fix a raising issue within KDE.
1827 2007-02-01 [colin] 2.7.2cvs10
1830 Fix stray quotes in encoded strings
1832 Fix wrong call causing g_warnings
1834 Remove useless message
1836 2007-01-31 [wwp] 2.7.2cvs9
1838 * src/plugins/trayicon/trayicon.c
1839 fix buggy hiding of main window when closing if close-to-tray
1840 is not set (bad logics in the trayicon hook code).
1841 Changed the quit confirmation message too.
1843 2007-01-30 [colin] 2.7.2cvs8
1846 Fix hidden mainwindow after clicking on
1847 the X close button, if compose windows
1848 exist and the user chooses not to quit
1850 2007-01-30 [colin] 2.7.2cvs7
1854 Handle local URIs to attach files (file:///...)
1855 Fixes attaching files from Thunar for example
1857 2007-01-30 [colin] 2.7.2cvs6
1859 * src/prefs_ext_prog.c
1860 Add 'mousepad' to the list of text editors.
1861 Mousepad is XFCE's text editor
1863 2007-01-29 [wwp] 2.7.2cvs5
1866 * src/plugins/trayicon/trayicon_prefs.c
1867 trayicon i18n fixes, thanks to Fabien.
1869 2007-01-28 [wwp] 2.7.2cvs4
1873 * src/plugins/trayicon/trayicon.c
1874 * src/plugins/trayicon/trayicon_prefs.c
1875 * src/plugins/trayicon/trayicon_prefs.h
1876 Added a new TrayIcon plugin option to close to tray
1877 (WM's hotkey and [X] button will hide the window instead
1878 of closing it - closing CM can be done using the tray icon
1879 menu or the File menu).
1880 Improved visibility handling in trayicon, clicking the
1881 trayicon now raise the window to current desktop when it
1882 was either minimized/shaded/on another desktop.
1883 Thanks to Paul for testing and fixing a strange behaviour
1886 2007-01-27 [paul] 2.7.2cvs3
1888 * src/prefs_folder_item.c
1889 * src/prefs_receive.c
1890 * src/plugins/pgpcore/prefs_gpg.c
1891 use 'start-up' instead of 'startup' in labels
1893 2007-01-26 [wwp] 2.7.2cvs2
1895 * src/plugins/trayicon/Makefile.am
1896 * src/plugins/trayicon/trayicon.c
1897 * src/plugins/trayicon/trayicon_prefs.c
1898 * src/plugins/trayicon/trayicon_prefs.h
1899 Add a new TrayIcon option to hide the main window at
1901 Fix trayicon.c copyright header.
1903 2007-01-26 [paul] 2.7.2cvs1
1909 bump up version number following
1912 2007-01-25 [mones] 2.7.1cvs60
1915 updated thousands of strings (well, probably less ;-)
1917 2007-01-25 [colin] 2.7.1cvs59
1920 Fix 2nd-run loss of matcherrc on new
1923 2007-01-25 [wwp] 2.7.1cvs58
1926 fix handling of empty value in attach_save_directory too, thanks
1929 2007-01-25 [wwp] 2.7.1cvs57
1932 fix handling of empty value in attach_load_directory,
1935 2007-01-25 [wwp] 2.7.1cvs56
1937 * src/plugins/dillo_viewer/dillo_prefs.h
1940 2007-01-25 [colin] 2.7.1cvs55
1944 * src/matcher_parser_parse.y
1945 * src/prefs_matcher.c
1946 Add matching on the spam flag
1948 2007-01-24 [colin] 2.7.1cvs54
1953 Make sure folderlist.xml is correctly
1954 written before overwriting it.
1958 * src/plugins/bogofilter/bogofilter.c
1959 * src/plugins/bogofilter/bogofilter.h
1960 * src/plugins/bogofilter/bogofilter_gtk.c
1961 * src/plugins/spamassassin/spamassassin.c
1962 * src/plugins/spamassassin/spamassassin.h
1963 * src/plugins/spamassassin/spamassassin_gtk.c
1964 Move spam to the correct trash folder after
1965 learning, if spam directory isn't set.
1967 2007-01-23 [paul] 2.7.1cvs53
1969 * src/plugins/bogofilter/bogofilter_gtk.c
1970 fix sensitivity of "Insert X-Bogosity header"
1973 2007-01-23 [colin] 2.7.1cvs52
1976 Translate toolbar items text if
1977 they're translatable (default)
1991 * src/etpan/etpan-thread-manager.c
1992 * src/etpan/etpan-thread-manager.h
1993 * src/gtk/gtkutils.c
1994 * src/gtk/gtkutils.h
1995 More static functions
1997 2007-01-22 [fabien] 2.7.1cvs51
1999 * src/gtk/gtkutils.c
2000 gtkut_get_options_frame() : ability to pass
2001 a 'NULL' value in frame pointer parameter if
2004 2007-01-22 [colin] 2.7.1cvs50
2008 * src/plugins/bogofilter/bogofilter.c
2009 * src/plugins/bogofilter/bogofilter_gtk.c
2010 * src/plugins/spamassassin/spamassassin.c
2011 * src/plugins/spamassassin/spamassassin_gtk.c
2012 Allow moving spams to the account's trash
2013 instead of default one
2015 2007-01-21 [colin] 2.7.1cvs49
2019 Revert a static function that shouldn't
2022 2007-01-21 [colin] 2.7.1cvs48
2028 2007-01-21 [colin] 2.7.1cvs47
2034 2007-01-21 [colin] 2.7.1cvs46
2036 * src/common/socket.c
2037 * src/common/socket.h
2040 2007-01-21 [colin] 2.7.1cvs45
2049 * src/folder_item_prefs.c
2050 * src/folder_item_prefs.h
2057 * src/common/socket.c
2058 * src/common/socket.h
2059 * src/gtk/gtkaspell.c
2060 * src/gtk/gtkaspell.h
2061 * src/gtk/quicksearch.c
2062 * src/gtk/quicksearch.h
2065 2007-01-21 [colin] 2.7.1cvs44
2067 * src/common/utils.c
2068 * src/common/utils.h
2069 * src/etpan/etpan-thread-manager.c
2070 * src/etpan/etpan-thread-manager.h
2071 Same (Funny that etpan_thread_unbind
2072 is called but not etpan_thread_bind)
2074 2007-01-21 [colin] 2.7.1cvs43
2082 * src/etpan/Makefile.am
2083 * src/gtk/colorlabel.c
2084 * src/gtk/colorlabel.h
2085 * src/gtk/sslcertwindow.c
2086 * src/gtk/sslcertwindow.h
2087 * src/etpan/etpan-log.c ** REMOVED **
2088 * src/etpan/etpan-log.h ** REMOVED **
2091 2007-01-20 [colin] 2.7.1cvs42
2097 2007-01-20 [colin] 2.7.1cvs41
2115 Make functions that aren't used in other
2118 2007-01-20 [colin] 2.7.1cvs40
2133 * src/editldap_basedn.c
2139 * src/image_viewer.c
2155 * src/prefs_account.c
2156 * src/prefs_common.c
2157 * src/prefs_compose_writing.c
2158 * src/prefs_ext_prog.c
2159 * src/prefs_folder_item.c
2161 * src/prefs_message.c
2162 * src/prefs_msg_colors.c
2165 * src/prefs_receive.c
2167 * src/prefs_spelling.c
2168 * src/prefs_summaries.c
2169 * src/prefs_toolbar.c
2170 * src/prefs_wrapping.c
2179 * src/common/hooks.c
2181 * src/common/passcrypt.c
2182 * src/common/socket.c
2184 * src/common/ssl_certificate.c
2185 * src/common/template.c
2186 * src/common/utils.c
2187 * src/etpan/imap-thread.c
2188 * src/gtk/sslcertwindow.c
2189 * src/gtk/sslcertwindow.h
2190 Make functions that could be static, static
2192 2007-01-20 [colin] 2.7.1cvs39
2197 2007-01-20 [colin] 2.7.1cvs38
2202 Fix bug 1102, 'claws-mail-2.7.1
2203 makes use of deprecated ldap
2206 2007-01-20 [colin] 2.7.1cvs37
2211 * src/gtk/quicksearch.c
2212 Add Wide message list layout
2214 2007-01-19 [fabien] 2.7.1cvs36
2217 make sure a font change is considered in links of
2220 2007-01-19 [colin] 2.7.1cvs35
2227 * src/prefs_common.c
2228 * src/prefs_common.h
2231 * src/gtk/quicksearch.c
2232 * src/gtk/quicksearch.h
2233 Drop 'Separate Folder tree' and 'Separate
2234 Message View'. Put three layouts in place
2237 2007-01-19 [paul] 2.7.1cvs34
2239 * src/prefs_msg_colors.c
2240 more use of Q_ for translators
2242 2007-01-19 [paul] 2.7.1cvs33
2245 * src/prefs_account.c
2246 a few changes to the English
2248 2007-01-19 [fabien] 2.7.1cvs32
2251 factorize translatable string
2253 2007-01-18 [colin] 2.7.1cvs31
2256 Don't error out on --sync option. Although
2257 we don't do anything with it, gtk+ handles
2258 it, and it's useful for debugging X errors
2260 2007-01-18 [fabien] 2.7.1cvs30
2263 ability to apply on the fly the recent added
2264 'gtk_can_change_accels' pref (no need to restart).
2266 2007-01-18 [fabien] 2.7.1cvs29
2268 * src/plugins/bogofilter/bogofilter_gtk.c
2269 * src/plugins/bogofilter/bogofilter.c
2270 * src/plugins/spamassassin/spamassassin_gtk.c
2272 * src/prefs_account.c
2273 factorize or rewrite some translatable strings.
2275 2007-01-18 [fabien] 2.7.1cvs28
2279 set a 4pix space between "Subject:" label and subject entry in
2282 2007-01-18 [wwp] 2.7.1cvs27
2285 fix conflicting address-copy/paste when focus is set
2286 to the embedded edit-person form.
2289 2007-01-18 [wwp] 2.7.1cvs26
2292 complete 2.7.1cvs23 (one more file was missing from that
2295 2007-01-18 [colin] 2.7.1cvs25
2298 Provide a way to migrate without backup
2299 Re-ask for migration on next start if
2300 it has been refused and wizard has been
2303 2007-01-18 [wwp] 2.7.1cvs24
2306 complete 2.7.1.cvs23 (file was missing from previous
2309 2007-01-18 [wwp] 2.7.1cvs23
2312 fix potential crashes in address book's focus_in/out signal handlers,
2313 force focus to the edit-person form when clicked the Edit menu entry or
2314 button (this only matters if the edit-person form is embedded to the
2315 AB window, in that case, focus is not set when browsing the contacts
2316 list w/ keys or mouse clicks).
2318 2007-01-18 [paul] 2.7.1cvs22
2321 add command line options:
2323 -q and --quit for --exit
2325 print "Unknown option" for unknown options
2327 2007-01-18 [paul] 2.7.1cvs21
2330 updated by Pavlo Bohmat
2332 2007-01-18 [paul] 2.7.1cvs20
2335 fix sensitivity issues of Mark as Spam/Ham
2337 2007-01-17 [fabien] 2.7.1cvs19
2340 * src/prefs_common.c
2341 * src/prefs_common.h
2343 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2344 control the corresponding gtk property. It could be used to lock
2345 all shortcuts (avoid to set one of them by inadvertency).
2347 2007-01-17 [colin] 2.7.1cvs18
2350 Fix bug 1100, 'Highlighted e-mail data not visible
2351 when color label applied.'. Use a weighted average
2352 between normal selected foreground color and color
2353 label instead of a simple one (3/1 instead 1/1).
2355 2007-01-17 [colin] 2.7.1cvs17
2358 Better fix for bug 1088, 'Ctrl-h produces repeatable
2359 crash' - don't prevent mail switching while loading
2361 2007-01-17 [colin] 2.7.1cvs16
2370 Manage recursive search of unsubscribed folders
2371 Rescan tree without checking for new messages
2372 after subscriptions changed
2374 2007-01-17 [paul] 2.7.1cvs15
2376 * src/prefs_common.c
2377 * src/gtk/pluginwindow.c
2378 fix bug 1101, '"Load plugin" button is
2379 accidentally hidden'
2380 unset (-1) initial width in prefs_common,
2381 fix overlapping buttons,
2384 2007-01-17 [paul] 2.7.1cvs14
2387 add #include <errno.h>, it's needed
2390 2007-01-17 [paul] 2.7.1cvs13
2393 * tools/make.themes.project
2394 rename .sylpheed_themeinfo to .claws_themeinfo
2396 * src/etpan/etpan-errors.h
2397 * src/etpan/etpan-log.c
2398 * src/etpan/etpan-log.h
2399 * src/etpan/etpan-thread-manager-types.h
2400 * src/etpan/etpan-thread-manager.c
2401 * src/etpan/etpan-thread-manager.h
2402 * src/etpan/imap-thread.c
2403 * src/etpan/imap-thread.h
2404 add copyright header
2406 2007-01-17 [colin] 2.7.1cvs12
2408 * src/plugins/pgpcore/select-keys.c
2409 * src/gtk/pluginwindow.c
2410 * src/prefs_account.c
2413 2007-01-16 [colin] 2.7.1cvs11
2418 Manage subscribing to subfolders when only
2419 subscribed folders are shown.
2421 2007-01-16 [colin] 2.7.1cvs10
2424 Fix annoying vscrollbar going back to top
2425 on Check for new folders
2427 2007-01-16 [colin] 2.7.1cvs9
2432 2007-01-16 [colin] 2.7.1cvs8
2435 Bigger buffer for errors
2439 * src/prefs_account.c
2440 * src/prefs_account.h
2442 * src/etpan/imap-thread.c
2443 * src/etpan/imap-thread.h
2444 * manual/handling.xml
2445 Add subscriptions management. What it changes:
2446 Creating a folder subscribes to it
2447 Deleting a folder unsubscribes it
2448 New contextual menu item allowing to switch between
2449 All folders and Subscribed folders, subscribe, and
2450 unsubscribe. "Creating" an existing but unsubscribed
2451 folder will subscribe it.
2452 By default for new accounts, only subscribed folders
2456 2007-01-16 [paul] 2.7.1cvs7
2459 Allow folder classes to specify only sort_key or
2460 sort_type instead of both or none.
2462 2007-01-16 [paul] 2.7.1cvs6
2469 Save and use errno for procmime_get_part
2471 2007-01-16 [colin] 2.7.1cvs5
2474 Never remove INBOX when scanning for
2475 new folders. It's a special folder
2478 2007-01-15 [colin] 2.7.1cvs4
2481 Fix 'Check for new folders' when IMAP subdirectory
2483 * src/etpan/imap-thread.c
2486 2007-01-15 [colin] 2.7.1cvs3
2488 * src/etpan/imap-thread.c
2489 Fix invalid free on command-connection
2492 2007-01-15 [wwp] 2.7.1cvs2
2494 * src/matcher_parser_lex.l
2495 * src/quote_fmt_lex.l
2496 * src/matcher_parser_parse.y
2497 fix copyright header in lexers and parsers.
2499 2007-01-15 [paul] 2.7.1cvs1
2505 bump up version number following
2508 2007-01-15 [paul] 2.7.0cvs31
2512 add Fabien to the Team list
2513 add the recent contributors
2514 make a few corrections
2516 2007-01-15 [paul] 2.7.0cvs30
2519 fix compiler warning
2520 * src/plugins/pgpcore/prefs_gpg.c
2521 * src/plugins/pgpcore/prefs_gpg.h
2523 fix copyright header
2525 2007-01-14 [colin] 2.7.0cvs29
2528 Use the 'gtk+' backend. Avoids gnome-vfs use,
2529 two benefits: faster to open, will fix strange
2530 dbus-related crash. Thanks to Pascal Terjan.
2532 2007-01-14 [colin] 2.7.0cvs28
2534 * src/etpan/imap-thread.c
2535 Delete the old imap just after allocating
2536 the new one. Makes sure we don't get the
2537 same pointer by sheer luck, which feels
2538 strange in the debug log.
2540 2007-01-14 [colin] 2.7.0cvs27
2542 * src/gtk/inputdialog.c
2543 Make sure we don't print passwords in
2544 clear text when in debug mode
2546 2007-01-14 [colin] 2.7.0cvs26
2548 * src/gtk/gtksctree.c
2549 Fix bug 1098, 'bogus last row display
2550 after expanding a thread'. Patch by
2551 Jindrich Makovicka <makovick@gmail.com>
2553 2007-01-14 [colin] 2.7.0cvs25
2555 * src/etpan/imap-thread.c
2556 Close socket manually before
2557 freeing the imap struct
2559 2007-01-14 [colin] 2.7.0cvs24
2561 * src/etpan/imap-thread.c
2562 Maybe fix new reconnection issues
2564 2007-01-13 [colin] 2.7.0cvs23
2567 Freeze/thaw on thread selection
2569 2007-01-13 [paul] 2.7.0cvs22
2574 add 'Edit/Delete thread'
2576 2007-01-13 [colin] 2.7.0cvs21
2578 * src/prefs_account.c
2579 * src/prefs_compose_writing.c
2580 * src/prefs_message.c
2581 * src/prefs_msg_colors.c
2583 * src/prefs_receive.c
2584 * src/prefs_spelling.c
2585 * src/prefs_summaries.c
2586 * src/prefs_themes.c
2587 * src/gtk/gtkutils.c
2588 * src/gtk/gtkutils.h
2589 * src/plugins/pgpcore/prefs_gpg.c
2590 * src/plugins/spamassassin/spamassassin_gtk.c
2591 Factorize gtk frame creation
2594 2007-01-13 [colin] 2.7.0cvs20
2596 * src/message_search.c
2597 * src/summary_search.c
2598 Fix Enter in search windows
2600 Fix body search starting at the
2601 end of the mail (and asking for loop)
2603 2007-01-13 [colin] 2.7.0cvs19
2605 * src/etpan/imap-thread.c
2606 Make sure we don't free the same imap
2609 2007-01-13 [colin] 2.7.0cvs18
2612 Allow multiple commitHelpers to
2615 2007-01-12 [colin] 2.7.0cvs17
2617 * src/etpan/imap-thread.c
2618 Make sure we get rid of the previous mailimap
2619 when connecting - just in case disconnect was
2622 2007-01-12 [paul] 2.7.0cvs16
2625 Strip S/MIME signatures when re-editing
2626 S/MIME signed messages.
2628 2007-01-12 [paul] 2.7.0cvs15
2635 no need to define CLAWS anymore, remove
2638 2007-01-12 [paul] 2.7.0cvs14
2641 check if the mail's signed as
2642 it can change the mail structure
2645 2007-01-12 [paul] 2.7.0cvs13
2648 fix Forwarding msgs with attachments
2649 that have dos line endings
2652 2007-01-12 [wwp] 2.7.0cvs12
2655 Revert accidentally committed extra version tag.
2657 2007-01-12 [wwp] 2.7.0cvs11
2659 * src/prefs_account.c
2660 Fix compilation w/o aspell (completes 2.7.0cvs7).
2662 2007-01-11 [colin] 2.7.0cvs10
2665 move g_warning to debug_print
2666 it scares people for no reason
2668 2007-01-11 [colin] 2.7.0cvs9
2671 Fix files to translate. Patch by
2674 2007-01-11 [paul] 2.7.0cvs8
2677 Fix recursion when server lists the
2678 current subfolder in the response
2680 Fix updating of icon_list/ctree
2681 * src/plugins/pgpcore/select-keys.c
2682 Fix a few annoyances when choosing
2683 keys for the CMS (S/MIME) protocol
2685 2007-01-11 [wwp] 2.7.0cvs7
2688 * src/prefs_account.c
2689 * src/prefs_account.h
2690 Add per-account spellcheck default dictionaries settings.
2692 2007-01-10 [colin] 2.7.0cvs6
2694 * src/prefs_folder_item.c
2695 Factorize strings - patch by Fabien
2697 2007-01-10 [colin] 2.7.0cvs5
2700 Fix bug 1095, 'Crash while changing folder
2701 columns during incorporation'
2703 2007-01-09 [colin] 2.7.0cvs4
2705 * src/gtk/pluginwindow.c
2706 Set the plugin window transient. Seems
2707 like some window managers hide it in
2708 the background after "load plugin"...
2710 2007-01-09 [colin] 2.7.0cvs3
2713 Use the same type for alloc and free
2715 2007-01-08 [paul] 2.7.0cvs2
2718 updated by Tim Dijkstra
2720 2007-01-08 [paul] 2.7.0cvs1
2722 * src/prefs_themes.c
2723 * src/common/utils.c
2726 2007-01-08 [paul] 2.7.0
2733 2007-01-08 [paul] 2.6.1cvs119
2735 * doc/man/claws-mail.1
2738 2007-01-08 [paul] 2.6.1cvs118
2740 * doc/man/claws-mail.1
2742 * manual/advanced.xml
2743 improved English usage
2745 2007-01-08 [paul] 2.6.1cvs117
2756 updated by Miquel Oliete, Stephan Sachse, me,
2757 Tommi Pirinen, Andrea Spadaccini, Frederico
2758 Goncalves Guimaraes, Andrej Kacian, Aleksandar
2759 Urosevic, and Ralgh Young
2761 2007-01-07 [mones] 2.6.1cvs116
2763 * manual/es/advanced.xml
2765 Synced manual (unhide mark_as_read_delay)
2766 and updated translation for release
2768 2007-01-07 [paul] 2.6.1cvs115
2770 * src/prefs_matcher.c
2771 make the hbox content fit better under
2774 2007-01-07 [colin] 2.6.1cvs114
2777 Fix bug 1088, 'Ctrl-h produces repeatable
2780 2007-01-06 [colin] 2.6.1cvs113
2782 * src/etpan/imap-thread.c
2783 Add casts to int to get certs. Fixes
2784 bug 1064, 'crash @ etpan_certificate_check()
2785 when opening an IMAP folder', with latest
2786 libetpan CVS or >= 0.49
2791 * src/prefs_folder_item.c
2792 Grey out the "synchronise" menu items if
2793 there's nothing to synchronise.
2794 * src/plugins/pgpcore/sgpgme.c
2795 Make an error clearer than "Unknown error"
2797 2007-01-06 [colin] 2.6.1cvs112
2800 Don't try to show a message if updating
2801 Maybe fixes bug 1088, 'ctrl-h produces
2804 2007-01-06 [colin] 2.6.1cvs111
2807 Disable Control-Space (handle it as Space).
2809 2007-01-05 [paul] 2.6.1cvs110
2812 Fix bug 934, 'sylpheed claws 2.1
2813 doesn't show Exchanges Public Folders'
2814 Thanks to Hoa and Colin
2816 Refuse to allocate more than 2 MB for a
2817 single field, it's a good indication of
2820 2007-01-05 [colin] 2.6.1cvs109
2823 Allow --select'ing emails by Message-ID too
2825 2007-01-05 [colin] 2.6.1cvs108
2827 * src/common/quoted-printable.c
2830 2007-01-05 [colin] 2.6.1cvs107
2832 * src/common/quoted-printable.c
2833 Fix previous commit about bug 1089
2836 2007-01-05 [colin] 2.6.1cvs106
2838 * src/common/quoted-printable.c
2839 Fix my previous commit on bug 1089
2842 2007-01-04 [colin] 2.6.1cvs105
2844 * src/common/quoted-printable.c
2845 Fix bug 1089, 'NUL characters in Subject
2846 line are misinterpreted'. Not a pain to
2853 2007-01-04 [wwp] 2.6.1cvs104
2855 * src/image_viewer.c
2856 Force operator precedence (fix a compiler warning).
2858 2007-01-04 [colin] 2.6.1cvs103
2860 * src/image_viewer.c
2861 Be cautious there too (same fix as the one
2862 in textview from cvs33)
2864 Don't use any MimeViewer plugin when showing
2867 2007-01-03 [wwp] 2.6.1cvs102
2871 fixed "cent" sign (use the existing ASCII one),
2872 decode more HTML entities,
2873 converted table ASCII entries to UTF-8,
2874 moved a switch() into a hashtable.
2876 2007-01-03 [paul] 2.6.1cvs101
2882 When possible, use move_msg instead of
2883 copy_msg + remove_msg to move sent mail
2886 2007-01-03 [paul] 2.6.1cvs100
2889 add more html entity recognition:
2890 pounds, euros, and cents
2892 2007-01-03 [colin] 2.6.1cvs99
2895 Don't display an error on NOSELECT
2896 folders when synchronising
2898 2007-01-03 [paul] 2.6.1cvs98
2900 * tools/maildir2claws-mail.pl
2901 only substitute 'sent-mail' if it's
2902 the full directory name
2904 2007-01-03 [paul] 2.6.1cvs97
2907 * ChangeLog.pre2.0.0
2909 archive a chunk of ChangeLog in
2912 * doc/src/ChangeLog.claws-pre0.8.0
2913 remove ChangeLog.claws-pre0.8.0, adding
2914 its contents to ChangeLog.gtk1
2916 2007-01-03 [paul] 2.6.1cvs96
2937 * src/addressbook_foldersel.c
2938 * src/addressbook_foldersel.h
2959 * src/customheader.c
2960 * src/customheader.h
2961 * src/displayheader.c
2962 * src/displayheader.h
2973 * src/editldap_basedn.c
2974 * src/editldap_basedn.h
2991 * src/folder_item_prefs.c
2992 * src/folder_item_prefs.h
2999 * src/grouplistdialog.c
3000 * src/grouplistdialog.h
3004 * src/image_viewer.c
3005 * src/image_viewer.h
3041 * src/message_search.c
3042 * src/message_search.h
3059 * src/partial_download.c
3060 * src/partial_download.h
3065 * src/prefs_account.c
3066 * src/prefs_account.h
3067 * src/prefs_actions.c
3068 * src/prefs_actions.h
3069 * src/prefs_common.c
3070 * src/prefs_common.h
3071 * src/prefs_compose_writing.c
3072 * src/prefs_compose_writing.h
3073 * src/prefs_customheader.c
3074 * src/prefs_customheader.h
3075 * src/prefs_display_header.c
3076 * src/prefs_display_header.h
3077 * src/prefs_filtering.c
3078 * src/prefs_filtering.h
3079 * src/prefs_filtering_action.c
3080 * src/prefs_filtering_action.h
3081 * src/prefs_folder_column.c
3082 * src/prefs_folder_column.h
3083 * src/prefs_folder_item.c
3084 * src/prefs_folder_item.h
3089 * src/prefs_image_viewer.c
3090 * src/prefs_image_viewer.h
3091 * src/prefs_matcher.c
3092 * src/prefs_matcher.h
3093 * src/prefs_message.c
3094 * src/prefs_msg_colors.c
3095 * src/prefs_msg_colors.h
3098 * src/prefs_receive.c
3100 * src/prefs_spelling.c
3101 * src/prefs_spelling.h
3102 * src/prefs_summaries.c
3103 * src/prefs_summaries.h
3104 * src/prefs_summary_column.c
3105 * src/prefs_summary_column.h
3106 * src/prefs_template.c
3107 * src/prefs_template.h
3108 * src/prefs_themes.c
3109 * src/prefs_themes.h
3110 * src/prefs_toolbar.c
3111 * src/prefs_toolbar.h
3112 * src/prefs_wrapping.c
3113 * src/prefs_wrapping.h
3123 * src/quote_fmt_parse.y
3126 * src/remotefolder.c
3127 * src/remotefolder.h
3128 * src/send_message.c
3129 * src/send_message.h
3132 * src/sourcewindow.c
3133 * src/sourcewindow.h
3138 * src/stock_pixmap.c
3139 * src/stock_pixmap.h
3140 * src/summary_search.c
3141 * src/summary_search.h
3156 * src/common/base64.c
3157 * src/common/base64.h
3159 * src/common/hooks.c
3160 * src/common/hooks.h
3163 * src/common/mgutils.c
3164 * src/common/mgutils.h
3167 * src/common/passcrypt.c
3168 * src/common/passcrypt.h.in
3169 * src/common/plugin.c
3170 * src/common/plugin.h
3171 * src/common/prefs.c
3172 * src/common/prefs.h
3173 * src/common/progressindicator.c
3174 * src/common/progressindicator.h
3175 * src/common/quoted-printable.c
3176 * src/common/quoted-printable.h
3177 * src/common/session.c
3178 * src/common/session.h
3181 * src/common/socket.c
3182 * src/common/socket.h
3185 * src/common/ssl_certificate.c
3186 * src/common/ssl_certificate.h
3187 * src/common/stringtable.c
3188 * src/common/stringtable.h
3189 * src/common/template.c
3190 * src/common/template.h
3191 * src/common/timing.h
3192 * src/common/utils.c
3193 * src/common/utils.h
3194 * src/common/version.h.in
3197 * src/common/xmlprops.c
3198 * src/common/xmlprops.h
3200 * src/gtk/colorlabel.c
3201 * src/gtk/colorsel.c
3202 * src/gtk/colorsel.h
3203 * src/gtk/combobox.c
3204 * src/gtk/combobox.h
3205 * src/gtk/description_window.c
3206 * src/gtk/description_window.h
3209 * src/gtk/foldersort.c
3210 * src/gtk/foldersort.h
3211 * src/gtk/gtksctree.c
3212 * src/gtk/gtkutils.c
3213 * src/gtk/gtkutils.h
3214 * src/gtk/inputdialog.c
3215 * src/gtk/inputdialog.h
3216 * src/gtk/logwindow.c
3217 * src/gtk/logwindow.h
3218 * src/gtk/manage_window.c
3219 * src/gtk/manage_window.h
3222 * src/gtk/pluginwindow.c
3223 * src/gtk/pluginwindow.h
3224 * src/gtk/prefswindow.c
3225 * src/gtk/prefswindow.h
3226 * src/gtk/progressdialog.c
3227 * src/gtk/progressdialog.h
3228 * src/gtk/sslcertwindow.c
3229 * src/gtk/sslcertwindow.h
3230 * src/plugins/bogofilter/bogofilter.c
3231 * src/plugins/bogofilter/bogofilter.h
3232 * src/plugins/bogofilter/bogofilter_gtk.c
3233 * src/plugins/clamav/clamav_plugin.c
3234 * src/plugins/clamav/clamav_plugin.h
3235 * src/plugins/clamav/clamav_plugin_gtk.c
3236 * src/plugins/demo/demo.c
3237 * src/plugins/dillo_viewer/dillo_prefs.c
3238 * src/plugins/dillo_viewer/dillo_prefs.h
3239 * src/plugins/dillo_viewer/dillo_viewer.c
3240 * src/plugins/pgpcore/passphrase.c
3241 * src/plugins/pgpcore/passphrase.h
3242 * src/plugins/pgpcore/pgp_viewer.c
3243 * src/plugins/pgpcore/pgp_viewer.h
3244 * src/plugins/pgpcore/plugin.c
3245 * src/plugins/pgpcore/select-keys.c
3246 * src/plugins/pgpcore/select-keys.h
3247 * src/plugins/pgpcore/sgpgme.c
3248 * src/plugins/pgpcore/sgpgme.h
3249 * src/plugins/pgpinline/pgpinline.c
3250 * src/plugins/pgpinline/pgpinline.h
3251 * src/plugins/pgpinline/plugin.c
3252 * src/plugins/pgpmime/pgpmime.c
3253 * src/plugins/pgpmime/pgpmime.h
3254 * src/plugins/pgpmime/plugin.c
3255 * src/plugins/spamassassin/spamassassin.c
3256 * src/plugins/spamassassin/spamassassin.h
3257 * src/plugins/spamassassin/spamassassin_gtk.c
3258 * src/plugins/trayicon/trayicon.c
3259 it's 2007, update the year in the copyright headers
3261 2007-01-03 [paul] 2.6.1cvs95
3264 it is 2007, use it in the copyright string
3266 2007-01-03 [paul] 2.6.1cvs94
3269 html entity conversion:
3270 move ™ to a more suitable place
3271 add • and –
3272 make sure — and — are both
3275 2007-01-02 [colin] 2.6.1cvs93
3279 * src/common/plugin.c
3281 * src/etpan/imap-thread.c
3284 2006-12-31 [paul] 2.6.1cvs92
3286 * src/prefs_summaries.c
3287 use gtk_button_new_from_stock()
3289 2006-12-30 [colin] 2.6.1cvs91
3294 Don't update filtering and account paths
3295 when copying folders
3297 2006-12-30 [colin] 2.6.1cvs90
3299 * src/prefs_compose_writing.c
3301 * src/prefs_template.c
3302 Use message font for Writing and
3303 Quoting prefs, as well as Templates.
3305 2006-12-30 [colin] 2.6.1cvs89
3307 * src/prefs_summaries.c
3308 Rework GUI; patch by Pawel
3310 2006-12-29 [colin] 2.6.1cvs88
3312 * src/prefs_folder_item.c
3313 Fix bug 1085, 'Apply to subfolder
3314 doesn't work' - I was mistaken saying
3315 it worked in every case
3317 2006-12-28 [colin] 2.6.1cvs87
3319 * src/gtk/gtkaspell.c
3320 Don't assert if use_alternate is true
3321 and alt_dictionary isn't set -- this
3322 is what happens on upgrade! Rather,
3325 2006-12-28 [colin] 2.6.1cvs86
3328 Fix desktop/icon simplification
3330 2006-12-28 [colin] 2.6.1cvs85
3333 Make desktop and icon not
3334 dependant on the desktop
3336 2006-12-28 [wwp] 2.6.1cvs84
3338 * src/plugins/pgpmime/claws.def
3339 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
3341 2006-12-28 [wwp] 2.6.1cvs83
3343 * src/prefs_folder_item.c
3344 Fix coloring of "simplify subject regexp" (folder prefs),
3345 which might be left to red whereas the regexp gets empty.
3347 2006-12-28 [wwp] 2.6.1cvs82
3349 * src/prefs_common.c
3350 * src/prefs_common.h
3353 Save addressbook mainwindow's horizontal and vertical splitter position.
3355 2006-12-27 [wwp] 2.6.1cvs81
3357 * src/gtk/gtkaspell.c
3358 * src/gtk/gtkaspell.h
3360 Fix assignment of compose's default and alternate dictionary from
3361 account or folder settings. Now gtkaspell_change_dict does rotate
3362 dicts only when it's called from a menu cb.
3364 2006-12-27 [wwp] 2.6.1cvs80
3366 * src/folder_item_prefs.c
3367 Fix randomly initialized default-alt-dictionary (folder prefs),
3368 complete 2.6.1cvs72.
3370 2006-12-27 [paul] 2.6.1cvs79
3374 Add Copy folder in the folder's contextual
3377 2006-12-27 [wwp] 2.6.1cvs78
3380 Clean up session locking, thanks to Colin.
3382 2006-12-26 [colin] 2.6.1cvs77
3385 Revert previous patch
3387 2006-12-26 [colin] 2.6.1cvs76
3393 * src/etpan/imap-thread.c
3394 Fix previous commit warnings
3395 Make statusbar update every second if total < 20
3396 Make IMAP APPEND faster by simplifying log
3398 2006-12-26 [colin] 2.6.1cvs75
3406 Make it possible to copy folders accross
3407 mailboxes (this was an arbitrary limitation).
3408 Still make it impossible to move folders
3411 2006-12-26 [colin] 2.6.1cvs74
3413 * src/etpan/imap-thread.c
3414 Fix bug 1081, 'claws-mail
3415 segfaults when going offline
3416 while it transfers mails via
3419 2006-12-26 [colin] 2.6.1cvs73
3421 * src/folder_item_prefs.c
3422 Don't forget alt dictionary when
3423 renaming/moving folders
3425 2006-12-26 [wwp] 2.6.1cvs72
3427 * src/folder_item_prefs.c
3428 Add missing defaults for per-folder alt dict
3429 (forgotten in 2.6.1cvs61).
3431 2006-12-26 [colin] 2.6.1cvs71
3434 Add tooltip to state that specifying
3435 full path to mailbox is possible
3437 2006-12-26 [wwp] 2.6.1cvs70
3439 * src/partial_download.c
3440 * src/gtk/gtkvscrollbutton.c
3441 * src/plugins/pgpinline/plugin.c
3442 Fix for few compiler warnings that matter.
3444 2006-12-25 [colin] 2.6.1cvs69
3446 * src/partial_download.c
3447 Fix marking for download or deletion
3448 when the header isn't the first
3449 * src/gtk/logwindow.c
3450 Fix start of scrolling
3452 2006-12-23 [paul] 2.6.1cvs68
3455 change last commit to use the 'academic'
3456 method instead. Thanks to wwp
3458 2006-12-23 [paul] 2.6.1cvs67
3461 don't warn about empty subject when
3464 2006-12-22 [colin] 2.6.1cvs66
3466 * src/summary_search.c
3469 2006-12-22 [colin] 2.6.1cvs65
3471 * src/gtk/gtkutils.c
3474 * src/summary_search.c
3481 2006-12-22 [colin] 2.6.1cvs64
3485 Add a combo to the learn spam button
3486 * src/plugins/bogofilter/bogofilter.c
3487 * src/plugins/bogofilter/bogofilter_gtk.c
3488 * src/plugins/bogofilter/bogofilter.h
3489 Allow to store Unsure mails in a specific
3490 folder to make better teaching easier
3492 2006-12-21 [wwp] 2.6.1cvs63
3495 * src/prefs_common.c
3496 * src/prefs_common.h
3497 * src/prefs_spelling.c
3498 * src/gtk/gtkaspell.c
3499 * src/gtk/gtkaspell.h
3500 Allow spell-checking using both current and alternate dictionaries
3503 2006-12-21 [wwp] 2.6.1cvs62
3505 * src/gtk/gtkaspell.c
3506 Apply recheck_when_changing_dict (highlight all mispelled words)
3507 when switching to alternate dictionary.
3509 2006-12-21 [wwp] 2.6.1cvs61
3512 * src/folder_item_prefs.h
3513 * src/prefs_common.c
3514 * src/prefs_common.h
3515 * src/prefs_folder_item.c
3516 * src/prefs_spelling.c
3517 * src/gtk/gtkaspell.c
3518 * src/gtk/gtkaspell.h
3519 Add global and per-folder prefs to set the default
3520 alternate dictionary.
3522 2006-12-21 [colin] 2.6.1cvs60
3525 Look for folders by path in all folders
3529 2006-12-20 [colin] 2.6.1cvs59
3531 * src/gtk/quicksearch.c
3532 Make sure in_typing is false when clearing
3534 2006-12-20 [wwp] 2.6.1cvs58
3537 change manual's target dir to be LFH-compliant (thanks to Colin).
3539 2006-12-20 [wwp] 2.6.1cvs57
3541 * src/prefs_common.c
3542 * src/prefs_summaries.c
3543 i18n fix and factorize patch, thanks to Fabien.
3545 2006-12-20 [paul] 2.6.1cvs56
3548 last of the renaming (??)
3550 correct --help info of --status-full
3551 * src/plugins/bogofilter/bogofilter.c
3552 make FALSE default of whitelist_ab
3554 2006-12-19 [colin] 2.6.1cvs55
3557 Same as before, without depending on
3560 2006-12-19 [colin] 2.6.1cvs54
3563 Fix bug 1059, 'Better jpilot charset
3564 handling'. Use libpisync's charset conversion
3567 2006-12-19 [colin] 2.6.1cvs53
3572 2006-12-19 [wwp] 2.6.1cvs52
3575 Add missing #include (thanks to Colin).
3577 2006-12-19 [wwp] 2.6.1cvs51
3579 * src/prefs_receive.c
3580 Better spacing between widgets in prefs.
3582 2006-12-18 [colin] 2.6.1cvs50
3585 Fix failure to get separator on LIST "" ""
3586 Try LIST "" "INBOX" too.
3588 2006-12-18 [wwp] 2.6.1cvs49
3590 * src/common/session.c
3591 Fix a compiler warning (thanks to Fabien).
3593 2006-12-18 [wwp] 2.6.1cvs48
3597 Factorize some strings for translation (it's about error
3598 messages when applying or checking template/quote format).
3600 2006-12-18 [colin] 2.6.1cvs47
3604 * src/gtk/Makefile.am
3606 Add a Release notes tab from the contents of
3607 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
3609 2006-12-17 [colin] 2.6.1cvs46
3614 Correctly convert from/to UTF8/filename encoding
3615 when loading and saving files. Probably fixes
3616 bug 1068, 'Claws-Mail uses 100% CPU when looking
3617 for a file to attach and is blocked...'
3619 2006-12-17 [colin] 2.6.1cvs45
3621 * src/gtk/logwindow.c
3622 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
3623 IMAP folder and is blocked on main thread':
3624 make sure we put utf8 in the log.
3626 2006-12-16 [colin] 2.6.1cvs44
3630 Fix bug 1055, 'Add the 'cancel receive'
3631 in the available events for the toolbar buttons'
3633 2006-12-16 [colin] 2.6.1cvs43
3638 * src/common/session.c
3639 Log error when SSL handshakes fail.
3640 Fixes bug 1082, 'incorrect / imprecise
3641 error message when imap server provides
3642 ssl only through STARTTLS but SSL is
3645 2006-12-15 [wwp] 2.6.1cvs42
3647 * src/plugins/bogofilter/bogofilter_gtk.c
3648 set proper sensitivity to widgets I've recently added.
3654 2006-12-15 [wwp] 2.6.1cvs41
3656 * src/plugins/bogofilter/bogofilter.c
3657 * src/plugins/bogofilter/bogofilter.h
3658 * src/plugins/bogofilter/bogofilter_gtk.c
3659 bogofilter's whitelist can now use a subset of
3660 the addressbook (either a book, a subfolder of a book,
3661 or the whole addressbook by using "Any"). Re-used there
3662 some pref_matcher widgets and mechanisms to match a subset
3665 2006-12-15 [wwp] 2.6.1cvs40
3668 * src/common/plugin.c
3669 * src/common/plugin.h
3671 * src/plugins/bogofilter/bogofilter.c
3672 * src/plugins/clamav/clamav_plugin.c
3673 * src/plugins/demo/demo.c
3674 * src/plugins/dillo_viewer/dillo_viewer.c
3675 * src/plugins/pgpcore/plugin.c
3676 * src/plugins/pgpinline/plugin.c
3677 * src/plugins/pgpmime/plugin.c
3678 * src/plugins/spamassassin/spamassassin.c
3679 * src/plugins/trayicon/trayicon.c
3680 factorize some translatable strings (plugins-related),
3681 fix missing punctuation in several places,
3682 remove useless translatable \n in about.c,
3683 and factorize plugin init code w/ a new function
3684 check_plugin_version() in common/plugin.c.
3685 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3687 2006-12-15 [wwp] 2.6.1cvs39
3689 * src/plugins/bogofilter/bogofilter.c
3690 * src/plugins/bogofilter/bogofilter_gtk.c
3691 flag whitelisted spams as spam, but don't filter it to the spam
3692 folder. Thanks to Colin.
3694 2006-12-15 [ticho] 2.6.1cvs38
3696 * src/plugins/bogofilter/bogofilter.c
3697 * src/plugins/bogofilter/bogofilter.h
3698 * src/plugins/bogofilter/bogofilter_gtk.c
3699 Add option to whitelist senders found in addressbook. Patch by colin.
3701 2006-12-15 [paul] 2.6.1cvs37
3704 add missing #include "log.h"
3706 2006-12-15 [paul] 2.6.1cvs36
3708 * src/plugins/bogofilter/bogofilter.c
3709 * src/plugins/bogofilter/bogofilter.h
3710 * src/plugins/bogofilter/bogofilter_gtk.c
3711 Add an option to allow inserting an
3712 X-Claws-Bogosity header (on MH folders
3713 only). Patch by Colin
3715 2006-12-14 [colin] 2.6.1cvs35
3718 "Yes" should be the default choice for
3719 migration configuration
3721 2006-12-14 [paul] 2.6.1cvs34
3723 * src/prefs_summaries.c
3724 * manual/advanced.xml
3725 Unhide mark_as_read_delay
3727 2006-12-14 [paul] 2.6.1cvs33
3736 Fix printing of selection
3737 Fix printing of message parts
3738 Fix printing of images
3739 * src/gtk/gtksourceprintjob.c
3740 Fix page count when there are images
3742 2006-12-14 [wwp] 2.6.1cvs32
3747 * src/gtk/quicksearch.c
3748 fix quicksearch 'magnify' button status when QS is closed
3749 using the Escape key, thanks to Colin.
3751 2006-12-14 [wwp] 2.6.1cvs31
3756 * src/gtk/quicksearch.c
3757 fix quicksearch 'magnify' button status when QS is closed
3758 using the Escape key, thanks to Colin.
3760 2006-12-13 [colin] 2.6.1cvs30
3764 Use the binary safe version of ldap_get_values,
3765 to make sure we manipulate null-terminated
3766 strings. Maybe fixes bug 1075, 'claws mail
3767 segfault when completing ldap adresses'
3768 * src/syldap.c ** REMOVED **
3769 * src/syldap.h ** REMOVED **
3772 2006-12-13 [mones] 2.6.1cvs29
3775 Fixed piped strings, fixed click translation
3777 2006-12-13 [paul] 2.6.1cvs28
3780 don't translate these strings
3782 2006-12-13 [paul] 2.6.1cvs27
3787 2006-12-13 [colin] 2.6.1cvs26
3791 Add claws_is_starting()
3793 2006-12-13 [mones] 2.6.1cvs25
3795 * manual/es/advanced.xml
3797 Synced manual and updated translation
3799 2006-12-12 [colin] 2.6.1cvs24
3802 Add an option to use STARTTLS in the
3803 welcome wizard. Fixes bug 1080,
3804 'Using SSL option in wizard for incoming
3805 server does not activate SSL with STARTTLS'
3807 2006-12-12 [colin] 2.6.1cvs23
3810 Don't exit when there's an incomplete
3811 mailbox configured - leaves a chance
3812 to fix a failing IMAP account. Exit
3813 if no mailbox at all is loaded (case
3815 Completes bug 1077's fix (I was wrong
3816 in this bug's comment #3).
3818 2006-12-12 [colin] 2.6.1cvs22
3821 Add another menu data type
3822 * src/prefs_account.c
3823 Complete the completion of bug 1076
3824 (doesn't lose the pref on apply)
3826 2006-12-12 [paul] 2.6.1cvs21
3828 * src/prefs_account.c
3829 complete the fix of bug 1076
3830 also be more verbose with the text
3832 2006-12-12 [paul] 2.6.1cvs20
3834 * src/gtk/combobox.c
3835 fix compilation warning
3837 2006-12-11 [colin] 2.6.1cvs19
3840 Document :port in server entry tooltips
3842 2006-12-11 [colin] 2.6.1cvs18
3847 2006-12-11 [colin] 2.6.1cvs17
3850 Add failing IMAP as a reason for no
3853 2006-12-11 [colin] 2.6.1cvs16
3855 * src/prefs_account.c
3856 Check for existence of inbox for local
3859 Allow setting the port to use for servers
3860 by using the usual "server.example.com:port"
3861 syntax. Fixes bug 1077, 'sylpheed-claws does
3862 not start when IMAP server is unavailable'
3864 2006-12-11 [colin] 2.6.1cvs15
3866 * src/prefs_account.c
3867 Prevent use of non-existing default inbox
3869 2006-12-11 [colin] 2.6.1cvs14
3871 * src/prefs_account.c
3872 Fix sensitivity. Fixes bug 1076, 'privacy
3873 options are displayed even when pgp plugin
3874 not loaded / available'
3876 2006-12-09 [colin] 2.6.1cvs13
3878 * manual/advanced.xml
3879 * src/prefs_common.c
3880 * src/prefs_common.h
3881 * src/common/ssl_certificate.c
3882 Add a new hidden preference, 'unsafe_ssl_certs',
3883 which allows to store multiple certificates per
3884 server/port. This is disabled by default because
3885 it's less secure (presenting a new certificate
3886 instead of a changed one raises less alarms).
3887 This will cause Claws to ask about an unknown
3888 certificate for people who have used 2.6.1cvs8
3891 2006-12-09 [colin] 2.6.1cvs12
3894 Fix cache updating after action
3896 2006-12-07 [wwp] 2.6.1cvs11
3899 fix email address comparison when replying to all
3900 (avoid replying to ourselves), thanks to Colin.
3902 2006-12-06 [paul] 2.6.1cvs10
3909 * src/common/utils.c
3910 ...and more renaming
3913 2006-12-06 [paul] 2.6.1cvs9
3924 2006-12-06 [colin] 2.6.1cvs8
3927 * src/common/ssl_certificate.c
3928 * src/common/ssl_certificate.h
3929 Handle multiple certificates per host/port
3931 2006-12-06 [colin] 2.6.1cvs7
3933 * src/etpan/imap-thread.c
3934 Fix certificate checking on IMAP
3936 2006-12-06 [colin] 2.6.1cvs6
3939 Fix bug 1072, 'Claws stops fetching newsgroups
3940 from server when newsgroup got deleted': continue
3941 checking other groups
3943 2006-12-05 [wwp] 2.6.1cvs5
3945 * src/message_search.c
3946 * src/summary_search.c
3947 * src/gtk/combobox.c
3948 * src/gtk/combobox.h
3949 * src/gtk/gtkutils.c
3950 * src/gtk/gtkutils.h
3951 make up and down arrow keys in modern gtk_combo_box_entry widgets
3952 behave like w/ old comboboxes (summary and message search only).
3954 2006-12-05 [paul] 2.6.1cvs4
3960 2006-12-05 [paul] 2.6.1cvs3
3963 * tools/textviewer.pl
3964 script updated and description added
3966 2006-12-04 [colin] 2.6.1cvs2
3969 Run pre-send hook only when checking
3972 2006-12-04 [paul] 2.6.1cvs1
3979 bump up version number following stable release
3981 2006-12-04 [paul] 2.6.0cvs83
3984 updates and corrections
3986 2006-12-04 [colin] 2.6.0cvs82
3988 * src/common/utils.c
3989 Probably fix bug 1066, 'Incorrect mailbox
3992 2006-12-04 [colin] 2.6.0cvs81
3994 * src/common/utils.c
3995 Trim tabs from mailcap file too.
3997 2006-12-02 [paul] 2.6.0cvs80
4000 fix broken GUI under certain languages
4002 put the Cancel button to the right
4004 2006-12-01 [paul] 2.6.0cvs79
4007 remove reference to removed file
4009 2006-12-01 [wwp] 2.6.0cvs78
4013 remove forgotten debug statements.
4015 2006-12-01 [wwp] 2.6.0cvs77
4017 * manual/advanced.xml
4018 * manual/fr/advanced.xml
4024 * src/prefs_common.c
4025 * src/prefs_common.h
4026 * src/gtk/gtkutils.c
4027 * src/gtk/gtkutils.h
4028 add a hidden option to allow embedding the editaddress (edit contact details)
4029 dialog into the addressbook's window. This doesn't change the default
4032 2006-12-01 [wwp] 2.6.0cvs76
4034 * src/message_search.c
4035 * src/summary_search.c
4036 fix more focus issues (don't set focus to combobox's entry widget when
4037 entry's value changed, if entry widget has focus already).
4039 2006-12-01 [wwp] 2.6.0cvs75
4041 * src/gtk/quicksearch.c
4042 revert last changes to the quicksearch gtk_combo_box, this needs more
4045 2006-12-01 [paul] 2.6.0cvs74
4047 * tools/kdeservicemenu/README
4048 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4049 * tools/kdeservicemenu/install.sh
4050 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
4051 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
4052 simplify this stuff, and in so doing,
4053 fix it. (possibly re-extend it again at
4056 2006-12-01 [wwp] 2.6.0cvs73
4058 * src/gtk/quicksearch.c
4059 adapt quicksearch code to use modern gtk_combo_box'es.
4061 2006-12-01 [wwp] 2.6.0cvs72
4064 * src/prefs_common.c
4065 * src/prefs_common.h
4066 * src/message_search.c
4067 * src/summary_search.c
4068 * src/gtk/combobox.c
4069 * src/gtk/combobox.h
4070 add history combos to all message and summary search fields.
4072 2006-12-01 [wwp] 2.6.0cvs71
4075 As the list may change while the mark as read delay
4076 runs, we can't rely on the 'row' pointer, which can
4077 be invalid when the timeout is called. As the mark
4078 as read is only done if the message is still selected,
4079 use summaryview->selected instead. Thanks to Colin.
4081 2006-11-30 [paul] 2.6.0cvs70
4084 give emphasis to "Sylpheed-Claws"
4085 as well as "Claws Mail"
4087 2006-11-30 [colin] 2.6.0cvs69
4090 Put the SSL checkboxes in the receiving
4091 and sending server pages.
4093 2006-11-29 [colin] 2.6.0cvs68
4095 * src/gtk/gtkutils.c
4096 * src/gtk/gtkvscrollbutton.c
4097 Revert some deprecated fixes - they seem to
4098 deprecate stuff as soon as a new one gets out.
4099 g_object_ref_sink needed glib-2.10.
4101 2006-11-29 [colin] 2.6.0cvs67
4103 * src/common/utils.c
4104 Create .mailcap if it doesn't exist
4106 2006-11-29 [colin] 2.6.0cvs66
4109 Followup to cvs60: use original list
4110 of recipients if replying to a mail
4111 in Sent Drafts or Queue.
4113 2006-11-27 [paul] 2.6.0cvs65
4115 * src/image_viewer.c
4116 revert the last change for now (it's broken)
4118 2006-11-27 [paul] 2.6.0cvs64
4122 * m4/aclocal-include.m4
4139 * src/common/Makefile.am
4140 * src/common/claws.c
4141 * src/common/claws.h
4143 * src/common/sylpheed.c
4144 * src/common/sylpheed.h
4145 * src/etpan/Makefile.am
4146 * src/gtk/Makefile.am
4147 * src/gtk/claws-marshal.list
4149 * src/gtk/gtksctree.c
4150 * src/gtk/quicksearch.c
4151 * src/gtk/sylpheed-marshal.list
4152 * src/plugins/bogofilter/bogofilter.c
4153 * src/plugins/bogofilter/bogofilter_gtk.c
4154 * src/plugins/clamav/clamav_plugin.c
4155 * src/plugins/clamav/clamav_plugin_gtk.c
4156 * src/plugins/demo/demo.c
4157 * src/plugins/dillo_viewer/dillo_viewer.c
4158 * src/plugins/pgpcore/Makefile.am
4159 * src/plugins/pgpcore/claws.def
4160 * src/plugins/pgpcore/pgp_viewer.c
4161 * src/plugins/pgpcore/plugin.c
4162 * src/plugins/pgpcore/sylpheed.def
4163 * src/plugins/pgpinline/Makefile.am
4164 * src/plugins/pgpinline/claws.def
4165 * src/plugins/pgpinline/plugin.c
4166 * src/plugins/pgpinline/sylpheed.def
4167 * src/plugins/pgpmime/Makefile.am
4168 * src/plugins/pgpmime/claws.def
4169 * src/plugins/pgpmime/plugin.c
4170 * src/plugins/pgpmime/sylpheed.def
4171 * src/plugins/spamassassin/spamassassin.c
4172 * src/plugins/spamassassin/spamassassin_gtk.c
4173 * src/plugins/trayicon/trayicon.c
4175 remove deprecated gtk_tooltips_set_delay()
4177 2006-11-26 [paul] 2.6.0cvs63
4181 * src/image_viewer.c
4183 * src/gtk/gtkutils.c
4184 * src/gtk/gtkvscrollbutton.c
4185 * src/gtk/prefswindow.c
4186 * src/plugins/pgpcore/prefs_gpg.c
4187 replace more deprecated GTK+ functions
4189 2006-11-26 [paul] 2.6.0cvs62
4194 replace deprecated gtk_idle_... functions
4196 2006-11-26 [paul] 2.6.0cvs61
4202 * src/gtk/gtkvscrollbutton.c
4203 * src/gtk/quicksearch.c
4204 * src/plugins/pgpcore/passphrase.c
4205 replace deprecated gtk_timeout_add and
4208 2006-11-26 [paul] 2.6.0cvs60
4211 fix bug that caused the wrong recipient
4212 to be selected when replying to a msg
4213 which is From one of our accounts to
4214 another of our accounts
4216 2006-11-25 [paul] 2.6.0cvs59
4219 don't change the From column title to
4220 To if the To column is visible
4222 2006-11-24 [paul] 2.6.0cvs58
4225 fix bug 1069, 'Sent mails disappear, BCC
4226 or locking problem?'
4228 2006-11-21 [wwp] 2.6.0cvs57
4231 fix spelling menu when replying (same as 2.3.1cvs39):
4232 discrepancy between context menu and top menu when
4233 folder's dictionary isn't the default one.
4235 2006-11-19 [paul] 2.6.0cvs56
4238 obey always_show_msg option when
4240 * src/plugins/bogofilter/bogofilter.c
4243 2006-11-18 [paul] 2.6.0cvs55
4253 * src/gtk/icon_legend.c
4254 * src/gtk/icon_legend.h
4255 * tools/OOo2claws-mail.pl
4257 * tools/acroread2claws-mail.pl
4258 * tools/claws.i18n.status.pl
4259 * tools/filter_conv.pl
4260 * tools/filter_conv_new.pl
4261 * tools/freshmeat_search.pl
4262 * tools/google_search.pl
4263 * tools/kmail2claws-mail.pl
4264 * tools/kmail2claws-mail_v2.pl
4265 * tools/maildir2claws-mail.pl
4266 * tools/make.themes.project
4267 * tools/multiwebsearch.pl
4268 * tools/outlook2claws-mail.pl
4269 * tools/tb2claws-mail
4270 * tools/kdeservicemenu/README
4271 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4272 update mine and wwp's email addresses in
4275 * src/prefs_compose_writing.c
4276 set sensitivity on 'new message format' frame
4278 2006-11-17 [paul] 2.6.0cvs54
4281 more reworking of the GUI
4282 Patch by Fabien Vantard
4284 2006-11-16 [paul] 2.6.0cvs53
4287 set a minimum size for the window, allow
4288 it to automatically expand as necessary
4290 2006-11-16 [wwp] 2.6.0cvs52
4293 better wrap of copyright info on some systems.
4295 2006-11-16 [paul] 2.6.0cvs51
4298 move the tech info from the upper panel
4300 use a gtk_text_view for the features tab
4302 2006-11-16 [paul] 2.6.0cvs50
4305 update my email address
4312 * src/plugins/trayicon/trayicon.c
4313 don't offer simple menu separators
4316 add separator between 'mark all read'
4319 2006-11-15 [wwp] 2.6.0cvs49
4322 updated manuals authors.
4324 2006-11-14 [paul] 2.6.0cvs48
4327 Fix Options/Reply mode after draft save
4329 2006-11-14 [paul] 2.6.0cvs47
4332 Fix make DESTDIR=...
4335 * src/plugins/pgpinline/pgpinline.c
4336 Probably fix bug 1061
4338 2006-11-14 [paul] 2.6.0cvs46
4343 * src/stock_pixmap.c
4344 * src/stock_pixmap.h
4346 * src/pixmaps/active.xpm
4347 * src/pixmaps/inactive.xpm
4348 add a new page, 'Features', to the About dialog
4349 showing which features are compiled in and which
4352 2006-11-14 [paul] 2.6.0cvs45
4355 updated by Pavlo Bohmat
4357 2006-11-14 [colin] 2.6.0cvs44
4365 * src/gtk/gtkaspell.c
4366 Fix 64-bit-related warnings
4368 Fix possible infinite loop
4369 * src/plugins/pgpcore/sgpgme.c
4370 Remove useless check
4372 2006-11-13 [colin] 2.6.0cvs43
4374 * src/gtk/Makefile.am
4375 authors.h isn't generated
4377 2006-11-13 [colin] 2.6.0cvs42
4379 * src/plugins/pgpinline/pgpinline.c
4380 * src/plugins/pgpmime/pgpmime.c
4381 Very probably fix bug 1061, 'crash on
4382 opening signed email'. Another cast
4385 2006-11-13 [colin] 2.6.0cvs41
4387 * src/plugins/pgpcore/sgpgme.c
4388 Maybe fix bug 1061, 'crash on opening
4391 2006-11-13 [wwp] 2.6.0cvs40
4393 * src/plugins/pgpinline/pgpinline.c
4394 fix candidate for bug #1057, thanks to Colin.
4396 2006-11-13 [wwp] 2.6.0cvs39
4399 * src/quote_fmt_parse.y
4400 fix bug 1052: current parser buffer was not always
4401 allocated, ptr to this buffer could be returned as
4402 NULL whereas no parser error has occurred. in
4403 consequence, defining a template body as "%d"
4404 (w/o the quotes) for the first time of the instance
4405 of claws-mail, was reporting a parser error. make
4406 sure that the buffer is always allocated, even to
4408 fix mis-unescaping in compose.:compose_quote_fmt():
4409 unescaping of the fmt string was always done
4410 whereas it must be done *only* when receiving
4411 quote format strings issued from the prefs
4412 (compose new message, reply, forward, redirect
4413 formats), *not* when applying templates. in
4414 consequences, applying templates w/ sequences
4415 like \\|p{echo} were failing. make sure that
4416 unescaping is done only when necessary.
4418 2006-11-12 [colin] 2.6.0cvs38
4423 2006-11-12 [colin] 2.6.0cvs37
4425 * src/plugins/pgpinline/pgpinline.c
4426 * src/plugins/pgpmime/pgpmime.c
4427 Release GPG context at the latest
4428 possible moment. Maybe fixes
4429 bug 1057, 'crash on sending signed
4430 message to a newsgroup'
4433 2006-11-12 [colin] 2.6.0cvs36
4435 * src/plugins/pgpcore/sgpgme.c
4436 Tell a bit more when gpg's status doesn't
4437 contain any signature
4439 2006-11-12 [colin] 2.6.0cvs35
4442 Fix bug 1060, 'compilation error with
4445 2006-11-12 [paul] 2.6.0cvs34
4447 * doc/man/claws-mail.1
4449 * src/plugins/clamav/README
4450 * src/plugins/spamassassin/README
4452 * tools/freshmeat_search.pl
4453 * tools/google_search.pl
4454 * tools/multiwebsearch.pl
4456 * src/plugins/trayicon/trayicon.c
4457 fix compiliation warning
4459 2006-11-11 [colin] 2.6.0cvs33
4462 Forbid drag and drop from/to different
4463 folders of type F_UNKNOWN
4465 2006-11-11 [colin] 2.6.0cvs32
4467 * src/plugins/pgpinline/pgpinline.c
4468 Fix typo in previous commit:
4470 + if ((err = gpgme_new(&data->ctx)) ...)
4472 2006-11-11 [colin] 2.6.0cvs31
4474 * src/plugins/pgpinline/pgpinline.c
4475 * src/plugins/pgpmime/pgpmime.c
4476 Check success after calling gpgme_new
4477 Maybe fixes bug 1057, 'crash on sending
4478 signed message to a newsgroup'
4480 2006-11-11 [colin] 2.6.0cvs30
4483 init undostruct to 0s (from
4484 valgrind log of bug 1057)
4486 2006-11-10 [colin] 2.6.0cvs29
4489 Set cursor to wait before filtering
4490 duplicates in all folders
4491 * src/plugins/bogofilter/bogofilter.c
4492 * src/plugins/bogofilter/bogofilter.h
4493 * src/plugins/bogofilter/bogofilter_gtk.c
4494 Completely thread away the bogofilter
4497 2006-11-10 [mones] 2.6.0cvs28
4501 added COMPOSE_CHECK_BEFORE_SEND hook
4503 2006-11-10 [paul] 2.6.0cvs27
4507 add libSM to get_compiled_in_features()
4511 2006-11-10 [colin] 2.6.0cvs26
4513 * src/etpan/imap-thread.c
4514 Add a reference to libetpan's sasl engine
4515 so that sasl_done() doesn't get called by
4516 libetpan, and doesn't break openssl.
4517 Should fix bug 1053, 'SC fails to reestablish
4518 a secure connection'
4521 2006-11-10 [colin] 2.6.0cvs25
4523 * manual/addrbook.xml
4524 * manual/advanced.xml
4529 2006-11-09 [colin] 2.6.0cvs24
4531 * src/plugins/bogofilter/bogofilter_gtk.c
4532 Add comment about annoyance
4534 2006-11-09 [colin] 2.6.0cvs23
4536 * src/plugins/bogofilter/bogofilter.c
4537 * src/plugins/bogofilter/bogofilter_gtk.c
4538 Prepare things needed to thread bogofilter
4539 filtering: separate bogo stuff and possible GUI
4542 2006-11-09 [colin] 2.6.0cvs22
4546 Search for one of our accounts in Delivered-To
4547 (helps for auto-account selection when
4548 replying/forwarding)
4552 * src/plugins/trayicon/trayicon.c
4553 Allow opening a new mail with any account from
4556 2006-11-09 [wwp] 2.6.0cvs21
4559 * src/prefs_common.c
4560 * src/prefs_common.h
4561 * src/prefs_compose_writing.c
4562 add a compose new message format (in prefs/compose/writing), it's a
4563 simple subject+body template to use when opening a new composition
4564 window. It's similar to the existent reply and forward formats.
4566 enhanced the template/format % symbols substitution mechanism to
4567 use current composition window information when % are used in
4568 the compose new message format or in templates applied to new
4569 messages (there were useless in th