claws.git
17 years ago2006-12-06 [colin] 2.6.1cvs8
Colin Leroy [Wed, 6 Dec 2006 07:24:40 +0000 (07:24 +0000)]
2006-12-06 [colin] 2.6.1cvs8

* src/ssl_manager.c
* src/common/ssl_certificate.c
* src/common/ssl_certificate.h
Handle multiple certificates per host/port

17 years ago2006-12-06 [colin] 2.6.1cvs7
Colin Leroy [Wed, 6 Dec 2006 07:21:51 +0000 (07:21 +0000)]
2006-12-06 [colin] 2.6.1cvs7

* src/etpan/imap-thread.c
Fix certificate checking on IMAP

17 years ago2006-12-06 [colin] 2.6.1cvs6
Colin Leroy [Wed, 6 Dec 2006 07:20:34 +0000 (07:20 +0000)]
2006-12-06 [colin] 2.6.1cvs6

* src/folderview.c
Fix bug 1072, 'Claws stops fetching newsgroups
from server when newsgroup got deleted': continue
checking other groups

17 years ago2006-12-05 [wwp] 2.6.1cvs5
Tristan Chabredier [Tue, 5 Dec 2006 14:59:26 +0000 (14:59 +0000)]
2006-12-05 [wwp] 2.6.1cvs5

* src/message_search.c
* src/summary_search.c
* src/gtk/combobox.c
* src/gtk/combobox.h
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
make up and down arrow keys in modern gtk_combo_box_entry widgets
behave like w/ old comboboxes (summary and message search only).

17 years ago2006-12-05 [paul] 2.6.1cvs4
Paul Mangan [Tue, 5 Dec 2006 09:22:12 +0000 (09:22 +0000)]
2006-12-05 [paul] 2.6.1cvs4

* src/wizard.c
encode headers
Thanks to Colin

17 years ago2006-12-05 [paul] 2.6.1cvs3
Paul Mangan [Tue, 5 Dec 2006 09:19:15 +0000 (09:19 +0000)]
2006-12-05 [paul] 2.6.1cvs3

* tools/README
* tools/textviewer.pl
script updated and description added

17 years ago2006-12-04 [colin] 2.6.1cvs2
Colin Leroy [Mon, 4 Dec 2006 19:00:52 +0000 (19:00 +0000)]
2006-12-04 [colin] 2.6.1cvs2

* src/compose.c
Run pre-send hook only when checking
everything

17 years ago2006-12-04 [paul] 2.6.1cvs1
Paul Mangan [Mon, 4 Dec 2006 12:32:53 +0000 (12:32 +0000)]
2006-12-04 [paul] 2.6.1cvs1

* NEWS
* README
* RELEASE_NOTES
* configure.ac
* tools/README
bump up version number following stable release

17 years ago2006-12-04 [paul] 2.6.0cvs83
Paul Mangan [Mon, 4 Dec 2006 09:30:44 +0000 (09:30 +0000)]
2006-12-04 [paul] 2.6.0cvs83

* README
updates and corrections

17 years ago2006-12-04 [colin] 2.6.0cvs82
Colin Leroy [Mon, 4 Dec 2006 07:57:44 +0000 (07:57 +0000)]
2006-12-04 [colin] 2.6.0cvs82

* src/common/utils.c
Probably fix bug 1066, 'Incorrect mailbox
size displayed'

17 years ago2006-12-04 [colin] 2.6.0cvs81
Colin Leroy [Mon, 4 Dec 2006 07:42:35 +0000 (07:42 +0000)]
2006-12-04 [colin] 2.6.0cvs81

* src/common/utils.c
Trim tabs from mailcap file too.

17 years ago2006-12-02 [paul] 2.6.0cvs80
Paul Mangan [Sat, 2 Dec 2006 18:22:59 +0000 (18:22 +0000)]
2006-12-02 [paul] 2.6.0cvs80

* src/exphtmldlg.c
fix broken GUI under certain languages
* src/expldifdlg.c
put the Cancel button to the right

17 years ago2006-12-01 [paul] 2.6.0cvs79
Paul Mangan [Fri, 1 Dec 2006 16:41:20 +0000 (16:41 +0000)]
2006-12-01 [paul] 2.6.0cvs79

* tools/Makefile.am
remove reference to removed file

17 years ago2006-12-01 [wwp] 2.6.0cvs78
Tristan Chabredier [Fri, 1 Dec 2006 14:41:50 +0000 (14:41 +0000)]
2006-12-01 [wwp] 2.6.0cvs78

* src/addressbook.c
* src/editaddress.c
remove forgotten debug statements.

17 years ago2006-12-01 [wwp] 2.6.0cvs77
Tristan Chabredier [Fri, 1 Dec 2006 14:24:50 +0000 (14:24 +0000)]
2006-12-01 [wwp] 2.6.0cvs77

* manual/advanced.xml
* manual/fr/advanced.xml
* src/addressbook.c
* src/addressbook.h
* src/addressitem.h
* src/editaddress.c
* src/editaddress.h
* src/prefs_common.c
* src/prefs_common.h
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
add a hidden option to allow embedding the editaddress (edit contact details)
dialog into the addressbook's window. This doesn't change the default
behaviour.

17 years ago2006-12-01 [wwp] 2.6.0cvs76
Tristan Chabredier [Fri, 1 Dec 2006 14:03:55 +0000 (14:03 +0000)]
2006-12-01 [wwp] 2.6.0cvs76

* src/message_search.c
* src/summary_search.c
fix more focus issues (don't set focus to combobox's entry widget when
entry's value changed, if entry widget has focus already).

17 years ago2006-12-01 [wwp] 2.6.0cvs75
Tristan Chabredier [Fri, 1 Dec 2006 11:05:11 +0000 (11:05 +0000)]
2006-12-01 [wwp] 2.6.0cvs75

* src/gtk/quicksearch.c
revert last changes to the quicksearch gtk_combo_box, this needs more
tuning and testing.

17 years ago2006-12-01 [paul] 2.6.0cvs74
Paul Mangan [Fri, 1 Dec 2006 10:18:26 +0000 (10:18 +0000)]
2006-12-01 [paul] 2.6.0cvs74

* tools/kdeservicemenu/README
* tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
* tools/kdeservicemenu/install.sh
* tools/kdeservicemenu/template_claws-mail-attach-files.desktop
* tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
simplify this stuff, and in so doing,
fix it. (possibly re-extend it again at
a later date)

17 years ago2006-12-01 [wwp] 2.6.0cvs73
Tristan Chabredier [Fri, 1 Dec 2006 10:07:04 +0000 (10:07 +0000)]
2006-12-01 [wwp] 2.6.0cvs73

* src/gtk/quicksearch.c
adapt quicksearch code to use modern gtk_combo_box'es.

17 years ago2006-12-01 [wwp] 2.6.0cvs72
Tristan Chabredier [Fri, 1 Dec 2006 10:01:04 +0000 (10:01 +0000)]
2006-12-01 [wwp] 2.6.0cvs72

* src/common/defs.h
* src/prefs_common.c
* src/prefs_common.h
* src/message_search.c
* src/summary_search.c
* src/gtk/combobox.c
* src/gtk/combobox.h
add history combos to all message and summary search fields.

17 years ago2006-12-01 [wwp] 2.6.0cvs71
Tristan Chabredier [Fri, 1 Dec 2006 09:21:55 +0000 (09:21 +0000)]
2006-12-01 [wwp] 2.6.0cvs71

* src/summaryview.c
As the list may change while the mark as read delay
runs, we can't rely on the 'row' pointer, which can
be invalid when the timeout is called. As the mark
as read is only done if the message is still selected,
use summaryview->selected instead. Thanks to Colin.

17 years ago2006-11-30 [paul] 2.6.0cvs70
Paul Mangan [Thu, 30 Nov 2006 18:45:38 +0000 (18:45 +0000)]
2006-11-30 [paul] 2.6.0cvs70

* src/textview.c
give emphasis to "Sylpheed-Claws"
as well as "Claws Mail"

17 years ago2006-11-30 [colin] 2.6.0cvs69
Colin Leroy [Thu, 30 Nov 2006 12:43:50 +0000 (12:43 +0000)]
2006-11-30 [colin] 2.6.0cvs69

* src/wizard.c
Put the SSL checkboxes in the receiving
and sending server pages.

17 years agorename in .cvsignore
Colin Leroy [Wed, 29 Nov 2006 17:44:30 +0000 (17:44 +0000)]
rename in .cvsignore

17 years ago2006-11-29 [colin] 2.6.0cvs68
Colin Leroy [Wed, 29 Nov 2006 17:43:33 +0000 (17:43 +0000)]
2006-11-29 [colin] 2.6.0cvs68

* src/gtk/gtkutils.c
* src/gtk/gtkvscrollbutton.c
Revert some deprecated fixes - they seem to
deprecate stuff as soon as a new one gets out.
g_object_ref_sink needed glib-2.10.

17 years ago2006-11-29 [colin] 2.6.0cvs67
Colin Leroy [Wed, 29 Nov 2006 12:33:37 +0000 (12:33 +0000)]
2006-11-29 [colin] 2.6.0cvs67

* src/common/utils.c
Create .mailcap if it doesn't exist

17 years ago2006-11-29 [colin] 2.6.0cvs66
Colin Leroy [Wed, 29 Nov 2006 08:54:14 +0000 (08:54 +0000)]
2006-11-29 [colin] 2.6.0cvs66

* src/compose.c
Followup to cvs60: use original list
of recipients if replying to a mail
in Sent Drafts or Queue.

17 years ago2006-11-27 [paul] 2.6.0cvs65
Paul Mangan [Mon, 27 Nov 2006 14:31:06 +0000 (14:31 +0000)]
2006-11-27 [paul] 2.6.0cvs65

* src/image_viewer.c
revert the last change for now (it's broken)

17 years ago2006-11-27 [paul] 2.6.0cvs64
Paul Mangan [Mon, 27 Nov 2006 08:07:23 +0000 (08:07 +0000)]
2006-11-27 [paul] 2.6.0cvs64

* Makefile.am
* configure.ac
* m4/aclocal-include.m4
* m4/check-type.m4
* src/Makefile.am
* src/addr_compl.c
* src/compose.c
* src/crash.c
* src/export.c
* src/exporthtml.c
* src/exportldif.c
* src/imap.c
* src/import.c
* src/main.c
* src/main.h
* src/matcher.c
* src/mimeview.c
* src/procmsg.c
* src/textview.c
* src/common/Makefile.am
* src/common/claws.c
* src/common/claws.h
* src/common/ssl.c
* src/common/sylpheed.c
* src/common/sylpheed.h
* src/etpan/Makefile.am
* src/gtk/Makefile.am
* src/gtk/claws-marshal.list
* src/gtk/filesel.c
* src/gtk/gtksctree.c
* src/gtk/quicksearch.c
* src/gtk/sylpheed-marshal.list
* src/plugins/bogofilter/bogofilter.c
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/pgpcore/Makefile.am
* src/plugins/pgpcore/claws.def
* src/plugins/pgpcore/pgp_viewer.c
* src/plugins/pgpcore/plugin.c
* src/plugins/pgpcore/sylpheed.def
* src/plugins/pgpinline/Makefile.am
* src/plugins/pgpinline/claws.def
* src/plugins/pgpinline/plugin.c
* src/plugins/pgpinline/sylpheed.def
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/claws.def
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/sylpheed.def
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
yet more renaming
remove deprecated gtk_tooltips_set_delay()

17 years ago2006-11-26 [paul] 2.6.0cvs63
Paul Mangan [Sun, 26 Nov 2006 11:15:44 +0000 (11:15 +0000)]
2006-11-26 [paul] 2.6.0cvs63

* src/expldifdlg.c
* src/folderview.c
* src/image_viewer.c
* src/mainwindow.c
* src/gtk/gtkutils.c
* src/gtk/gtkvscrollbutton.c
* src/gtk/prefswindow.c
* src/plugins/pgpcore/prefs_gpg.c
replace more deprecated GTK+ functions

17 years ago2006-11-26 [paul] 2.6.0cvs62
Paul Mangan [Sun, 26 Nov 2006 09:58:14 +0000 (09:58 +0000)]
2006-11-26 [paul] 2.6.0cvs62

* src/addr_compl.c
* src/addressbook.c
* src/browseldap.c
replace deprecated gtk_idle_... functions

17 years ago2006-11-26 [paul] 2.6.0cvs61
Paul Mangan [Sun, 26 Nov 2006 09:43:34 +0000 (09:43 +0000)]
2006-11-26 [paul] 2.6.0cvs61

* src/compose.c
* src/folderview.c
* src/inc.c
* src/summaryview.c
* src/gtk/gtkvscrollbutton.c
* src/gtk/quicksearch.c
* src/plugins/pgpcore/passphrase.c
replace deprecated gtk_timeout_add and
gtk_timeout_remove

17 years ago2006-11-26 [paul] 2.6.0cvs60
Paul Mangan [Sun, 26 Nov 2006 06:42:08 +0000 (06:42 +0000)]
2006-11-26 [paul] 2.6.0cvs60

* src/compose.c
fix bug that caused the wrong recipient
to be selected when replying to a msg
which is From one of our accounts to
another of our accounts

17 years ago2006-11-25 [paul] 2.6.0cvs59
Paul Mangan [Sat, 25 Nov 2006 07:26:00 +0000 (07:26 +0000)]
2006-11-25 [paul] 2.6.0cvs59

* src/summaryview.c
don't change the From column title to
To if the To column is visible

17 years ago2006-11-24 [paul] 2.6.0cvs58
Paul Mangan [Fri, 24 Nov 2006 09:09:14 +0000 (09:09 +0000)]
2006-11-24 [paul] 2.6.0cvs58

* src/compose.c
fix bug 1069, 'Sent mails disappear, BCC
or locking problem?'

17 years ago2006-11-21 [wwp] 2.6.0cvs57
Tristan Chabredier [Tue, 21 Nov 2006 09:26:14 +0000 (09:26 +0000)]
2006-11-21 [wwp] 2.6.0cvs57

* src/compose.c
fix spelling menu when replying (same as 2.3.1cvs39):
discrepancy between context menu and top menu when
folder's dictionary isn't the default one.

17 years agogive credit for patch
Paul Mangan [Sun, 19 Nov 2006 06:57:09 +0000 (06:57 +0000)]
give credit for patch

17 years ago2006-11-19 [paul] 2.6.0cvs56
Paul Mangan [Sun, 19 Nov 2006 06:54:26 +0000 (06:54 +0000)]
2006-11-19 [paul] 2.6.0cvs56

* src/summaryview.c
obey always_show_msg option when
marking as spam
* src/plugins/bogofilter/bogofilter.c
fix typo

17 years ago2006-11-18 [paul] 2.6.0cvs55
Paul Mangan [Sat, 18 Nov 2006 10:08:35 +0000 (10:08 +0000)]
2006-11-18 [paul] 2.6.0cvs55

* AUTHORS
* README
* debian/copyright
* manual/ack.xml
* manual/es/ack.xml
* manual/fr/ack.xml
* manual/pl/ack.xml
* src/gtk/authors.h
* src/gtk/icon_legend.c
* src/gtk/icon_legend.h
* tools/OOo2claws-mail.pl
* tools/README
* tools/acroread2claws-mail.pl
* tools/claws.i18n.status.pl
* tools/filter_conv.pl
* tools/filter_conv_new.pl
* tools/freshmeat_search.pl
* tools/google_search.pl
* tools/kmail2claws-mail.pl
* tools/kmail2claws-mail_v2.pl
* tools/maildir2claws-mail.pl
* tools/make.themes.project
* tools/multiwebsearch.pl
* tools/outlook2claws-mail.pl
* tools/tb2claws-mail
* tools/kdeservicemenu/README
* tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
update mine and wwp's email addresses in
several places
* src/prefs_compose_writing.c
set sensitivity on 'new message format' frame

17 years ago2006-11-17 [paul] 2.6.0cvs54
Paul Mangan [Fri, 17 Nov 2006 11:11:45 +0000 (11:11 +0000)]
2006-11-17 [paul] 2.6.0cvs54

* src/gtk/about.c
more reworking of the GUI
Patch by Fabien Vantard

17 years ago2006-11-16 [paul] 2.6.0cvs53
Paul Mangan [Thu, 16 Nov 2006 16:24:37 +0000 (16:24 +0000)]
2006-11-16 [paul] 2.6.0cvs53

* src/gtk/about.c
set a minimum size for the window, allow
it to automatically expand as necessary

17 years ago2006-11-16 [wwp] 2.6.0cvs52
Tristan Chabredier [Thu, 16 Nov 2006 15:32:18 +0000 (15:32 +0000)]
2006-11-16 [wwp] 2.6.0cvs52

* src/gtk/about.c
better wrap of copyright info on some systems.

17 years ago2006-11-16 [paul] 2.6.0cvs51
Paul Mangan [Thu, 16 Nov 2006 09:51:36 +0000 (09:51 +0000)]
2006-11-16 [paul] 2.6.0cvs51

* src/gtk/about.c
move the tech info from the upper panel
to the Info tab
use a gtk_text_view for the features tab

17 years ago2006-11-16 [paul] 2.6.0cvs50
Paul Mangan [Thu, 16 Nov 2006 07:53:11 +0000 (07:53 +0000)]
2006-11-16 [paul] 2.6.0cvs50

* po/Makevars
update my email address
* src/addressbook.c
* src/compose.c
* src/imap_gtk.c
* src/mh_gtk.c
* src/news_gtk.c
* src/summaryview.c
* src/plugins/trayicon/trayicon.c
don't offer simple menu separators
for translation
* src/folderview.c
add separator between 'mark all read'
and 'search folder'

17 years ago2006-11-15 [wwp] 2.6.0cvs49
Tristan Chabredier [Wed, 15 Nov 2006 15:48:33 +0000 (15:48 +0000)]
2006-11-15 [wwp] 2.6.0cvs49

* src/gtk/authors.h
updated manuals authors.

17 years ago2006-11-14 [paul] 2.6.0cvs48
Colin Leroy [Tue, 14 Nov 2006 15:29:55 +0000 (15:29 +0000)]
2006-11-14 [paul] 2.6.0cvs48

* src/compose.c
Fix Options/Reply mode after draft save

17 years ago2006-11-14 [paul] 2.6.0cvs47
Colin Leroy [Tue, 14 Nov 2006 15:09:11 +0000 (15:09 +0000)]
2006-11-14 [paul] 2.6.0cvs47

* src/Makefile.am
Fix make DESTDIR=...
* src/mbox.c
Optimise speed
* src/plugins/pgpinline/pgpinline.c
Probably fix bug 1061

17 years ago2006-11-14 [paul] 2.6.0cvs46
Paul Mangan [Tue, 14 Nov 2006 15:05:55 +0000 (15:05 +0000)]
2006-11-14 [paul] 2.6.0cvs46

* po/Makevars
enable Q_ macro
* src/Makefile.am
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/gtk/about.c
* src/pixmaps/active.xpm
* src/pixmaps/inactive.xpm
add a new page, 'Features', to the About dialog
showing which features are compiled in and which
are not

17 years ago2006-11-14 [paul] 2.6.0cvs45
Paul Mangan [Tue, 14 Nov 2006 08:52:48 +0000 (08:52 +0000)]
2006-11-14 [paul] 2.6.0cvs45

* po/ru.po
updated by Pavlo Bohmat

17 years ago2006-11-14 [colin] 2.6.0cvs44
Colin Leroy [Tue, 14 Nov 2006 07:26:45 +0000 (07:26 +0000)]
2006-11-14 [colin] 2.6.0cvs44

* src/compose.c
* src/inc.c
* src/messageview.c
* src/news.c
* src/pop.c
* src/procmsg.c
* src/gtk/gtkaspell.c
Fix 64-bit-related warnings
* src/ssl_manager.c
Fix possible infinite loop
* src/plugins/pgpcore/sgpgme.c
Remove useless check

17 years ago2006-11-13 [colin] 2.6.0cvs43
Colin Leroy [Mon, 13 Nov 2006 21:38:07 +0000 (21:38 +0000)]
2006-11-13 [colin] 2.6.0cvs43

* src/gtk/Makefile.am
authors.h isn't generated

17 years ago2006-11-13 [colin] 2.6.0cvs42
Colin Leroy [Mon, 13 Nov 2006 21:33:18 +0000 (21:33 +0000)]
2006-11-13 [colin] 2.6.0cvs42

* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Very probably fix bug 1061, 'crash on
opening signed email'. Another cast
problem

17 years ago2006-11-13 [colin] 2.6.0cvs41
Colin Leroy [Mon, 13 Nov 2006 19:43:10 +0000 (19:43 +0000)]
2006-11-13 [colin] 2.6.0cvs41

* src/plugins/pgpcore/sgpgme.c
Maybe fix bug 1061, 'crash on opening
signed email'

17 years agoRewrap to fix 80 columns with 8-chars tab
Colin Leroy [Mon, 13 Nov 2006 17:38:38 +0000 (17:38 +0000)]
Rewrap to fix 80 columns with 8-chars tab

17 years ago2006-11-13 [wwp] 2.6.0cvs40
Tristan Chabredier [Mon, 13 Nov 2006 14:04:07 +0000 (14:04 +0000)]
2006-11-13 [wwp] 2.6.0cvs40

* src/plugins/pgpinline/pgpinline.c
fix candidate for bug #1057, thanks to Colin.

17 years ago2006-11-13 [wwp] 2.6.0cvs39
Tristan Chabredier [Mon, 13 Nov 2006 09:36:09 +0000 (09:36 +0000)]
2006-11-13 [wwp] 2.6.0cvs39

* src/compose.c
* src/quote_fmt_parse.y
fix bug 1052: current parser buffer was not always allocated, ptr to this buffer could be
returned as NULL whereas no parser error has occurred. in consequence, defining a template
body as "%d" (w/o the quotes) for the first time of the instance of claws-mail, was reporting
a parser error. make sure that the buffer is always allocated, even to an empty string.

fix mis-unescaping in compose.:compose_quote_fmt(): unescaping of the fmt string was always done
whereas it must be done *only* when receiving quote format strings issued from the prefs
(compose new message, reply, forward, redirect formats), *not* when applying templates.
in consequences, applying templates w/ sequences like \\|p{echo} were failing. make
sure that unescaping is done only when necessary.

17 years ago2006-11-12 [colin] 2.6.0cvs38
Colin Leroy [Sun, 12 Nov 2006 20:12:05 +0000 (20:12 +0000)]
2006-11-12 [colin] 2.6.0cvs38

* po/de.po
Fix typo (s/KB/MB)

17 years ago2006-11-12 [colin] 2.6.0cvs37
Colin Leroy [Sun, 12 Nov 2006 18:33:29 +0000 (18:33 +0000)]
2006-11-12 [colin] 2.6.0cvs37

* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Release GPG context at the latest
possible moment. Maybe fixes
bug 1057, 'crash on sending signed
message to a newsgroup'

17 years ago2006-11-12 [colin] 2.6.0cvs36
Colin Leroy [Sun, 12 Nov 2006 10:35:30 +0000 (10:35 +0000)]
2006-11-12 [colin] 2.6.0cvs36

* src/plugins/pgpcore/sgpgme.c
Tell a bit more when gpg's status doesn't
contain any signature

17 years ago2006-11-12 [colin] 2.6.0cvs35
Colin Leroy [Sun, 12 Nov 2006 09:35:16 +0000 (09:35 +0000)]
2006-11-12 [colin] 2.6.0cvs35

* src/compose.c
Fix bug 1060, 'compilation error with
Irix's cc'

17 years ago2006-11-12 [paul] 2.6.0cvs34
Paul Mangan [Sun, 12 Nov 2006 08:19:11 +0000 (08:19 +0000)]
2006-11-12 [paul] 2.6.0cvs34

* doc/man/claws-mail.1
* src/prefs_gtk.c
* src/plugins/clamav/README
* src/plugins/spamassassin/README
* tools/README
* tools/freshmeat_search.pl
* tools/google_search.pl
* tools/multiwebsearch.pl
more renaming
* src/plugins/trayicon/trayicon.c
fix compiliation warning

17 years ago2006-11-11 [colin] 2.6.0cvs33
Colin Leroy [Sat, 11 Nov 2006 19:55:02 +0000 (19:55 +0000)]
2006-11-11 [colin] 2.6.0cvs33

* src/folderview.c
Forbid drag and drop from/to different
folders of type F_UNKNOWN

17 years ago2006-11-11 [colin] 2.6.0cvs32
Colin Leroy [Sat, 11 Nov 2006 12:35:53 +0000 (12:35 +0000)]
2006-11-11 [colin] 2.6.0cvs32

* src/plugins/pgpinline/pgpinline.c
Fix typo in previous commit:
- gpgme_new(&ctx);
+ if ((err = gpgme_new(&data->ctx)) ...)

17 years ago2006-11-11 [colin] 2.6.0cvs31
Colin Leroy [Sat, 11 Nov 2006 12:23:36 +0000 (12:23 +0000)]
2006-11-11 [colin] 2.6.0cvs31

* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Check success after calling gpgme_new
Maybe fixes bug 1057, 'crash on sending
signed message to a newsgroup'

17 years ago2006-11-11 [colin] 2.6.0cvs30
Colin Leroy [Sat, 11 Nov 2006 12:13:13 +0000 (12:13 +0000)]
2006-11-11 [colin] 2.6.0cvs30

* src/undo.c
init undostruct to 0s (from
valgrind log of bug 1057)

17 years ago2006-11-10 [colin] 2.6.0cvs29
Colin Leroy [Fri, 10 Nov 2006 17:31:44 +0000 (17:31 +0000)]
2006-11-10 [colin] 2.6.0cvs29

* src/mainwindow.c
Set cursor to wait before filtering
duplicates in all folders
* src/plugins/bogofilter/bogofilter.c
* src/plugins/bogofilter/bogofilter.h
* src/plugins/bogofilter/bogofilter_gtk.c
Completely thread away the bogofilter
filtering

17 years ago2006-11-10 [mones] 2.6.0cvs28
Ricardo Mones [Fri, 10 Nov 2006 13:23:58 +0000 (13:23 +0000)]
2006-11-10 [mones] 2.6.0cvs28

* src/compose.c
* src/compose.h
added COMPOSE_CHECK_BEFORE_SEND hook

17 years ago2006-11-10 [paul] 2.6.0cvs27
Paul Mangan [Fri, 10 Nov 2006 07:47:30 +0000 (07:47 +0000)]
2006-11-10 [paul] 2.6.0cvs27

* src/crash.c
more renaming
add libSM to get_compiled_in_features()
* src/main.c
more renaming

17 years ago2006-11-10 [colin] 2.6.0cvs26
Colin Leroy [Fri, 10 Nov 2006 07:43:53 +0000 (07:43 +0000)]
2006-11-10 [colin] 2.6.0cvs26

* src/etpan/imap-thread.c
Add a reference to libetpan's sasl engine
so that sasl_done() doesn't get called by
libetpan, and doesn't break openssl.
Should fix bug 1053, 'SC fails to reestablish
a secure connection'
Patch by Hoa

17 years ago2006-11-10 [colin] 2.6.0cvs25
Colin Leroy [Fri, 10 Nov 2006 07:41:05 +0000 (07:41 +0000)]
2006-11-10 [colin] 2.6.0cvs25

* manual/addrbook.xml
* manual/advanced.xml
* manual/faq.xml
* manual/intro.xml
Some more renaming

17 years ago2006-11-09 [colin] 2.6.0cvs24
Colin Leroy [Thu, 9 Nov 2006 22:03:40 +0000 (22:03 +0000)]
2006-11-09 [colin] 2.6.0cvs24

* src/plugins/bogofilter/bogofilter_gtk.c
Add comment about annoyance

17 years ago2006-11-09 [colin] 2.6.0cvs23
Colin Leroy [Thu, 9 Nov 2006 21:59:44 +0000 (21:59 +0000)]
2006-11-09 [colin] 2.6.0cvs23

* src/plugins/bogofilter/bogofilter.c
* src/plugins/bogofilter/bogofilter_gtk.c
Prepare things needed to thread bogofilter
filtering: separate bogo stuff and possible GUI
stuff.

17 years ago2006-11-09 [colin] 2.6.0cvs22
Colin Leroy [Thu, 9 Nov 2006 18:09:10 +0000 (18:09 +0000)]
2006-11-09 [colin] 2.6.0cvs22

* src/account.c
* src/compose.c
Search for one of our accounts in Delivered-To
(helps for auto-account selection when
 replying/forwarding)
* src/folderview.c
* src/mainwindow.c
* src/mainwindow.h
* src/plugins/trayicon/trayicon.c
Allow opening a new mail with any account from
the contextual menu

17 years ago2006-11-09 [wwp] 2.6.0cvs21
Tristan Chabredier [Thu, 9 Nov 2006 15:15:17 +0000 (15:15 +0000)]
2006-11-09 [wwp] 2.6.0cvs21

* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_compose_writing.c
add a compose new message format (in prefs/compose/writing), it's a
simple subject+body template to use when opening a new composition
window. It's similar to the existent reply and forward formats.

enhanced the template/format % symbols substitution mechanism to
use current composition window information when % are used in
the compose new message format or in templates applied to new
messages (there were useless in that situations before). When
applied to new messages, %d corresponds to the system time/date.

17 years ago2006-11-09 [paul] 2.6.0cvs20
Paul Mangan [Thu, 9 Nov 2006 08:49:45 +0000 (08:49 +0000)]
2006-11-09 [paul] 2.6.0cvs20

* src/gtk/authors.h
fix last commit

17 years ago2006-11-09 [paul] 2.6.0cvs19
Paul Mangan [Thu, 9 Nov 2006 08:18:57 +0000 (08:18 +0000)]
2006-11-09 [paul] 2.6.0cvs19

* src/gtk/authors.h
keep tje alphabetical order

17 years ago2006-11-08 [colin] 2.6.0cvs18
Colin Leroy [Wed, 8 Nov 2006 18:39:48 +0000 (18:39 +0000)]
2006-11-08 [colin] 2.6.0cvs18

* src/etpan/imap-thread.c
Fix bug 1054, 'Slowness logging big
data chunks'

17 years ago2006-11-08 [paul] 2.6.0cvs17
Paul Mangan [Wed, 8 Nov 2006 10:04:07 +0000 (10:04 +0000)]
2006-11-08 [paul] 2.6.0cvs17

* tools/Makefile.am
fix the renaming

17 years ago2006-11-08 [paul] 2.6.0cvs16
Paul Mangan [Wed, 8 Nov 2006 09:48:43 +0000 (09:48 +0000)]
2006-11-08 [paul] 2.6.0cvs16

* src/common/defs.h
update BUGZILLA_URI

17 years ago2006-11-08 [paul] 2.6.0cvs15
Paul Mangan [Wed, 8 Nov 2006 09:44:58 +0000 (09:44 +0000)]
2006-11-08 [paul] 2.6.0cvs15

* tools/Makefile.am
* tools/OOo2claws-mail.pl
* tools/OOo2sylpheed.pl
* tools/README
* tools/acroread2claws-mail.pl
* tools/acroread2sylpheed.pl
* tools/kmail2claws-mail.pl
* tools/kmail2claws-mail_v2.pl
* tools/kmail2sylpheed.pl
* tools/kmail2sylpheed_v2.pl
* tools/maildir2claws-mail.pl
* tools/maildir2sylpheed.pl
* tools/nautilus2claws-mail.sh
* tools/nautilus2sylpheed.sh
* tools/outlook2claws-mail.pl
* tools/outlook2sylpheed.pl
* tools/tb2claws-mail
* tools/tb2sylpheed
* tools/tbird2claws.py
* tools/tbird2syl.py
* tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
* tools/kdeservicemenu/install.sh
* tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
* tools/kdeservicemenu/template_claws-mail-attach-files.desktop
* tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
renamed (removed, added) tools files

17 years ago2006-11-08 [paul] 2.6.0cvs14
Colin Leroy [Wed, 8 Nov 2006 09:15:08 +0000 (09:15 +0000)]
2006-11-08 [paul] 2.6.0cvs14

* src/main.c
* src/common/defs.h
Migrate sylpheedrc to clawsrc, and fix the standard
plugins path in the process

17 years ago2006-11-07 [colin] 2.6.0cvs13
Colin Leroy [Tue, 7 Nov 2006 20:26:59 +0000 (20:26 +0000)]
2006-11-07 [colin] 2.6.0cvs13

* src/Makefile.am
Symlink sylpheed-claws relative to
claws-mail

17 years ago2006-11-07 [colin] 2.6.0cvs12
Colin Leroy [Tue, 7 Nov 2006 19:01:11 +0000 (19:01 +0000)]
2006-11-07 [colin] 2.6.0cvs12

* src/compose.c
Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/

17 years ago2006-11-07 [paul] 2.6.0cvs11
Colin Leroy [Tue, 7 Nov 2006 16:52:08 +0000 (16:52 +0000)]
2006-11-07 [paul] 2.6.0cvs11

* src/gtk/about.c
Fix a missed occurence of
Sylpheed-Claws

17 years ago2006-11-07 [paul] 2.6.0cvs10
Colin Leroy [Tue, 7 Nov 2006 14:56:24 +0000 (14:56 +0000)]
2006-11-07 [paul] 2.6.0cvs10

* src/Makefile.am
Fix symlink installation

17 years ago2006-11-07 [paul] 2.6.0cvs9
Colin Leroy [Tue, 7 Nov 2006 14:24:22 +0000 (14:24 +0000)]
2006-11-07 [paul] 2.6.0cvs9

* src/Makefile.am
Symlink claws-mail to sylpheed-claws
* src/common/utils.c
Fix migrating symlinks
* src/etpan/imap-thread.c
check certificate only when there's
no error

17 years ago2006-11-07 [paul] 2.6.0cvs8
Colin Leroy [Tue, 7 Nov 2006 13:25:15 +0000 (13:25 +0000)]
2006-11-07 [paul] 2.6.0cvs8

* Makefile.am
Fix icon breakages with Gtk, which needs a
cache updated to see them.

17 years agoadd missing file
Colin Leroy [Tue, 7 Nov 2006 11:42:01 +0000 (11:42 +0000)]
add missing file

17 years agotry again
Colin Leroy [Tue, 7 Nov 2006 10:47:23 +0000 (10:47 +0000)]
try again

17 years ago2006-11-07 [paul] 2.6.0cvs7
Colin Leroy [Tue, 7 Nov 2006 10:24:03 +0000 (10:24 +0000)]
2006-11-07 [paul] 2.6.0cvs7

* .cvsignore
* AUTHORS
* COPYING
* INSTALL
* Makefile.am
* NEWS
* README
* RELEASE_NOTES
* autogen.sh
* claws-mail-128x128.png
* claws-mail-64x64.png
* claws-mail.ico
* claws-mail.pc.in
* claws-mail.png
* configure.ac
* sylpheed-claws-128x128.png
* sylpheed-claws-64x64.png
* sylpheed-claws.desktop
* sylpheed-claws.ico
* sylpheed-claws.pc.in
* sylpheed-claws.png
* debian/README.Debian
* debian/changelog
* debian/claws-mail.desktop
* debian/claws-mail.menu
* debian/claws-mail.postinst.debhelper
* debian/claws-mail.postrm.debhelper
* debian/control
* debian/copyright
* debian/files
* debian/rules
* debian/sylpheed-claws.desktop
* debian/sylpheed-claws.menu
* debian/sylpheed-claws.postinst.debhelper
* debian/sylpheed-claws.postrm.debhelper
* doc/man/Makefile.am
* doc/man/claws-mail.1
* doc/man/sylpheed-claws.1
* doc/src/ChangeLog.claws-pre0.8.0
* manual/Makefile.am
* manual/account.xml
* manual/ack.xml
* manual/addrbook.xml
* manual/advanced.xml
* manual/claws-mail-manual.xml
* manual/faq.xml
* manual/glossary.xml
* manual/handling.xml
* manual/intro.xml
* manual/keyboard.xml
* manual/plugins.xml
* manual/starting.xml
* manual/sylpheed-claws-manual.xml
* manual/xml2pdf
* manual/dist/.cvsignore
* manual/dist/html/.cvsignore
* manual/dist/html/Makefile.am
* manual/dist/pdf/.cvsignore
* manual/dist/pdf/Makefile.am
* manual/dist/ps/.cvsignore
* manual/dist/ps/Makefile.am
* manual/dist/txt/.cvsignore
* manual/dist/txt/Makefile.am
* manual/es/Makefile.am
* manual/es/advanced.xml
* manual/es/claws-mail-manual.xml
* manual/es/faq.xml
* manual/es/glossary.xml
* manual/es/handling.xml
* manual/es/intro.xml
* manual/es/plugins.xml
* manual/es/sylpheed-claws-manual.xml
* manual/es/dist/.cvsignore
* manual/es/dist/html/.cvsignore
* manual/es/dist/html/Makefile.am
* manual/es/dist/pdf/.cvsignore
* manual/es/dist/pdf/Makefile.am
* manual/es/dist/ps/.cvsignore
* manual/es/dist/ps/Makefile.am
* manual/es/dist/txt/.cvsignore
* manual/es/dist/txt/Makefile.am
* manual/fr/Makefile.am
* manual/fr/account.xml
* manual/fr/ack.xml
* manual/fr/addrbook.xml
* manual/fr/advanced.xml
* manual/fr/claws-mail-manual.xml
* manual/fr/faq.xml
* manual/fr/glossary.xml
* manual/fr/handling.xml
* manual/fr/intro.xml
* manual/fr/keyboard.xml
* manual/fr/plugins.xml
* manual/fr/starting.xml
* manual/fr/sylpheed-claws-manual.xml
* manual/fr/dist/.cvsignore
* manual/fr/dist/html/.cvsignore
* manual/fr/dist/html/Makefile.am
* manual/fr/dist/pdf/.cvsignore
* manual/fr/dist/pdf/Makefile.am
* manual/fr/dist/ps/.cvsignore
* manual/fr/dist/ps/Makefile.am
* manual/fr/dist/txt/.cvsignore
* manual/fr/dist/txt/Makefile.am
* manual/pl/Makefile.am
* manual/pl/account.xml
* manual/pl/ack.xml
* manual/pl/addrbook.xml
* manual/pl/advanced.xml
* manual/pl/claws-mail-manual.xml
* manual/pl/faq.xml
* manual/pl/glossary.xml
* manual/pl/handling.xml
* manual/pl/intro.xml
* manual/pl/keyboard.xml
* manual/pl/plugins.xml
* manual/pl/starting.xml
* manual/pl/sylpheed-claws-manual.xml
* manual/pl/dist/.cvsignore
* manual/pl/dist/html/.cvsignore
* manual/pl/dist/html/Makefile.am
* manual/pl/dist/pdf/.cvsignore
* manual/pl/dist/pdf/Makefile.am
* manual/pl/dist/ps/.cvsignore
* manual/pl/dist/ps/Makefile.am
* manual/pl/dist/txt/.cvsignore
* manual/pl/dist/txt/Makefile.am
* po/.cvsignore
* po/Makevars
* src/.cvsignore
* src/Makefile.am
* src/account.c
* src/account.h
* src/action.c
* src/action.h
* src/adbookbase.h
* src/addr_compl.c
* src/addr_compl.h
* src/addrbook.c
* src/addrcache.c
* src/addrcache.h
* src/addrcindex.c
* src/addrcindex.h
* src/addrclip.c
* src/addrclip.h
* src/addrdefs.h
* src/addressadd.c
* src/addressadd.h
* src/addressbook.c
* src/addressbook.h
* src/addressbook_foldersel.c
* src/addressbook_foldersel.h
* src/addrgather.c
* src/addrgather.h
* src/addrharvest.c
* src/addrharvest.h
* src/addrindex.c
* src/addrindex.h
* src/addritem.c
* src/addritem.h
* src/addrquery.c
* src/addrquery.h
* src/addrselect.c
* src/addrselect.h
* src/alertpanel.c
* src/alertpanel.h
* src/browseldap.c
* src/browseldap.h
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/crash.c
* src/crash.h
* src/customheader.c
* src/customheader.h
* src/displayheader.c
* src/displayheader.h
* src/editaddress.c
* src/editaddress.h
* src/editbook.c
* src/editbook.h
* src/editgroup.c
* src/editgroup.h
* src/editjpilot.c
* src/editjpilot.h
* src/editldap.c
* src/editldap.h
* src/editldap_basedn.c
* src/editldap_basedn.h
* src/editvcard.c
* src/editvcard.h
* src/exphtmldlg.c
* src/exphtmldlg.h
* src/expldifdlg.c
* src/expldifdlg.h
* src/export.c
* src/exporthtml.c
* src/exporthtml.h
* src/exportldif.c
* src/exportldif.h
* src/filtering.c
* src/filtering.h
* src/folder.c
* src/folder.h
* src/folder_item_prefs.c
* src/folder_item_prefs.h
* src/foldersel.c
* src/foldersel.h
* src/folderutils.c
* src/folderutils.h
* src/folderview.c
* src/folderview.h
* src/grouplistdialog.c
* src/grouplistdialog.h
* src/html.c
* src/html.h
* src/image_viewer.c
* src/image_viewer.h
* src/imap.c
* src/imap.h
* src/imap_gtk.c
* src/imap_gtk.h
* src/import.c
* src/import.h
* src/importldif.c
* src/importldif.h
* src/importmutt.c
* src/importmutt.h
* src/importpine.c
* src/importpine.h
* src/inc.c
* src/inc.h
* src/jpilot.c
* src/jpilot.h
* src/ldapctrl.c
* src/ldapctrl.h
* src/ldaplocate.c
* src/ldaplocate.h
* src/ldapquery.c
* src/ldapquery.h
* src/ldapserver.c
* src/ldapserver.h
* src/ldaputil.c
* src/ldaputil.h
* src/ldif.c
* src/ldif.h
* src/localfolder.c
* src/localfolder.h
* src/main.c
* src/main.h
* src/mainwindow.c
* src/mainwindow.h
* src/manual.c
* src/manual.h
* src/matcher.c
* src/matcher.h
* src/matcher_parser.h
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/mbox.c
* src/mbox.h
* src/message_search.c
* src/message_search.h
* src/messageview.c
* src/messageview.h
* src/mh.c
* src/mh.h
* src/mh_gtk.c
* src/mh_gtk.h
* src/mimeview.c
* src/mimeview.h
* src/msgcache.c
* src/msgcache.h
* src/mutt.c
* src/mutt.h
* src/news.c
* src/news.h
* src/news_gtk.c
* src/news_gtk.h
* src/noticeview.c
* src/noticeview.h
* src/partial_download.c
* src/partial_download.h
* src/pine.c
* src/pine.h
* src/pop.c
* src/pop.h
* src/prefs_account.c
* src/prefs_account.h
* src/prefs_actions.c
* src/prefs_actions.h
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_compose_writing.c
* src/prefs_compose_writing.h
* src/prefs_customheader.c
* src/prefs_customheader.h
* src/prefs_display_header.c
* src/prefs_display_header.h
* src/prefs_ext_prog.c
* src/prefs_ext_prog.h
* src/prefs_filtering.c
* src/prefs_folder_column.c
* src/prefs_folder_column.h
* src/prefs_folder_item.c
* src/prefs_folder_item.h
* src/prefs_fonts.c
* src/prefs_fonts.h
* src/prefs_gtk.c
* src/prefs_gtk.h
* src/prefs_image_viewer.c
* src/prefs_image_viewer.h
* src/prefs_matcher.c
* src/prefs_matcher.h
* src/prefs_message.c
* src/prefs_message.h
* src/prefs_msg_colors.c
* src/prefs_msg_colors.h
* src/prefs_other.c
* src/prefs_other.h
* src/prefs_quote.c
* src/prefs_quote.h
* src/prefs_receive.c
* src/prefs_receive.h
* src/prefs_send.c
* src/prefs_send.h
* src/prefs_spelling.c
* src/prefs_spelling.h
* src/prefs_summaries.c
* src/prefs_summaries.h
* src/prefs_summary_column.c
* src/prefs_summary_column.h
* src/prefs_template.c
* src/prefs_template.h
* src/prefs_themes.c
* src/prefs_themes.h
* src/prefs_toolbar.c
* src/prefs_toolbar.h
* src/prefs_wrapping.c
* src/prefs_wrapping.h
* src/privacy.c
* src/privacy.h
* src/procheader.c
* src/procheader.h
* src/procmime.c
* src/procmime.h
* src/procmsg.c
* src/procmsg.h
* src/quote_fmt.c
* src/quote_fmt_parse.y
* src/recv.c
* src/recv.h
* src/remotefolder.c
* src/remotefolder.h
* src/send_message.c
* src/send_message.h
* src/setup.c
* src/setup.h
* src/sourcewindow.c
* src/sourcewindow.h
* src/ssl_manager.c
* src/ssl_manager.h
* src/statusbar.c
* src/statusbar.h
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/summary_search.c
* src/summary_search.h
* src/summaryview.c
* src/summaryview.h
* src/syldap.c
* src/syldap.h
* src/textview.c
* src/textview.h
* src/toolbar.c
* src/toolbar.h
* src/undo.c
* src/undo.h
* src/unmime.c
* src/unmime.h
* src/vcard.c
* src/vcard.h
* src/wizard.c
* src/wizard.h
* src/common/base64.c
* src/common/base64.h
* src/common/defs.h
* src/common/hooks.c
* src/common/hooks.h
* src/common/log.c
* src/common/log.h
* src/common/mgutils.c
* src/common/mgutils.h
* src/common/nntp.c
* src/common/nntp.h
* src/common/passcrypt.c
* src/common/passcrypt.h.in
* src/common/plugin.c
* src/common/plugin.h
* src/common/prefs.c
* src/common/prefs.h
* src/common/progressindicator.c
* src/common/progressindicator.h
* src/common/quoted-printable.c
* src/common/quoted-printable.h
* src/common/session.c
* src/common/session.h
* src/common/smtp.c
* src/common/smtp.h
* src/common/socket.c
* src/common/socket.h
* src/common/ssl.c
* src/common/ssl.h
* src/common/stringtable.c
* src/common/stringtable.h
* src/common/sylpheed.c
* src/common/sylpheed.h
* src/common/template.c
* src/common/template.h
* src/common/timing.h
* src/common/utils.c
* src/common/utils.h
* src/common/version.h.in
* src/common/xml.c
* src/common/xml.h
* src/common/xmlprops.c
* src/common/xmlprops.h
* src/gtk/about.c
* src/gtk/colorlabel.c
* src/gtk/colorlabel.h
* src/gtk/colorsel.c
* src/gtk/colorsel.h
* src/gtk/combobox.c
* src/gtk/combobox.h
* src/gtk/description_window.c
* src/gtk/description_window.h
* src/gtk/filesel.c
* src/gtk/filesel.h
* src/gtk/foldersort.c
* src/gtk/foldersort.h
* src/gtk/gtkaspell.c
* src/gtk/gtkaspell.h
* src/gtk/gtksctree.c
* src/gtk/gtkshruler.c
* src/gtk/gtkshruler.h
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/icon_legend.c
* src/gtk/icon_legend.h
* src/gtk/logwindow.c
* src/gtk/logwindow.h
* src/gtk/manage_window.c
* src/gtk/manage_window.h
* src/gtk/pluginwindow.c
* src/gtk/pluginwindow.h
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
* src/pixmaps/claws-mail.xpm
* src/pixmaps/claws-mail_icon.xpm
* src/pixmaps/claws-mail_logo.xpm
* src/pixmaps/sylpheed-claws.xpm
* src/pixmaps/sylpheed-claws_icon.xpm
* src/pixmaps/sylpheed-claws_logo.xpm
* src/plugins/bogofilter/Makefile.am
* src/plugins/bogofilter/bogofilter.c
* src/plugins/bogofilter/bogofilter.h
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/clamav/Makefile.am
* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin.h
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/demo/Makefile.am
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/Makefile.am
* src/plugins/dillo_viewer/README
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/dillo_viewer/dillo_prefs.h
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/pgpcore/Makefile.am
* src/plugins/pgpcore/passphrase.c
* src/plugins/pgpcore/passphrase.h
* src/plugins/pgpcore/pgp_viewer.c
* src/plugins/pgpcore/pgp_viewer.h
* src/plugins/pgpcore/plugin.c
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/pgpcore/prefs_gpg.h
* src/plugins/pgpcore/select-keys.c
* src/plugins/pgpcore/select-keys.h
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpcore/sgpgme.h
* src/plugins/pgpcore/sylpheed.def
* src/plugins/pgpcore/version.rc
* src/plugins/pgpinline/Makefile.am
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpinline/pgpinline.h
* src/plugins/pgpinline/plugin.c
* src/plugins/pgpinline/sylpheed.def
* src/plugins/pgpinline/version.rc
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/pgpmime.h
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/sylpheed.def
* src/plugins/pgpmime/version.rc
* src/plugins/spamassassin/Makefile.am
* src/plugins/spamassassin/README
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/Makefile.am
* src/plugins/trayicon/trayicon.c
* tools/OOo2sylpheed.pl
* tools/README
* tools/README.sylprint
* tools/acroread2sylpheed.pl
* tools/claws.i18n.status.pl
* tools/filter_conv.pl
* tools/filter_conv_new.pl
* tools/freshmeat_search.pl
* tools/google_search.pl
* tools/kmail2sylpheed.pl
* tools/kmail2sylpheed_v2.pl
* tools/make.themes.project
* tools/multiwebsearch.pl
* tools/nautilus2sylpheed.sh
* tools/outlook2sylpheed.pl
* tools/sylprint.pl
* tools/sylprint.rc
* tools/tb2sylpheed
* tools/textviewer.sh
* tools/vcard2xml.py
* tools/kdeservicemenu/README
* tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
Change name to Claws Mail. Announce to follow...

17 years ago2006-11-06 [wwp] 2.6.0cvs6
Tristan Chabredier [Mon, 6 Nov 2006 16:11:52 +0000 (16:11 +0000)]
2006-11-06 [wwp] 2.6.0cvs6

* src/prefs_template.c
unify messages related to quote format/template errors (fix
capitalization), again.

17 years ago2006-11-06 [wwp] 2.6.0cvs5
Tristan Chabredier [Mon, 6 Nov 2006 15:06:11 +0000 (15:06 +0000)]
2006-11-06 [wwp] 2.6.0cvs5

* src/prefs_quote.c
unify messages related to quote format/template errors.

17 years ago2006-11-06 [wwp] 2.6.0cvs4
Tristan Chabredier [Mon, 6 Nov 2006 14:29:17 +0000 (14:29 +0000)]
2006-11-06 [wwp] 2.6.0cvs4

* src/prefs_msg_colors.c
more uses of Q_ macro for contextual translations, thanks
to Fabien (fzzzzz).

17 years ago2006-11-06 [wwp] 2.6.0cvs3
Tristan Chabredier [Mon, 6 Nov 2006 14:18:59 +0000 (14:18 +0000)]
2006-11-06 [wwp] 2.6.0cvs3

* src/compose.c
* src/common/utils.c
* src/common/utils.h
show an alertpanel to make sure users are aware that sensitive
files are attached (it's file blacklist-based). This will fix
interaction w/ GoogleEarth for instance, thanks to Colin.

17 years ago2006-11-06 [wwp] 2.6.0cvs2
Tristan Chabredier [Mon, 6 Nov 2006 13:43:11 +0000 (13:43 +0000)]
2006-11-06 [wwp] 2.6.0cvs2

* src/prefs_quote.c
* src/prefs_template.c
* src/prefs_template.h
check quote format when applying/closing prefs. For now this only
shows up an error dialog box, not preventing the user from using
a broken quote (reply, forwards) format.

17 years ago2006-11-06 [wwp] 2.6.0cvs1
Tristan Chabredier [Mon, 6 Nov 2006 13:29:58 +0000 (13:29 +0000)]
2006-11-06 [wwp] 2.6.0cvs1

* src/prefs_template.c
fix missing checks of some template fields.

17 years ago2.6.0 unleashed rel_2_6_0
Paul Mangan [Mon, 6 Nov 2006 11:10:35 +0000 (11:10 +0000)]
2.6.0 unleashed

17 years ago2006-11-06 [paul] 2.5.6cvs22
Paul Mangan [Mon, 6 Nov 2006 10:14:58 +0000 (10:14 +0000)]
2006-11-06 [paul] 2.5.6cvs22

* manual/advanced.xml
* manual/es/advanced.xml
put 'respect_flowed_format' info in the correct
place

17 years ago2006-11-06 [mones] 2.5.6cvs21
Ricardo Mones [Mon, 6 Nov 2006 09:44:22 +0000 (09:44 +0000)]
2006-11-06 [mones] 2.5.6cvs21

* po/es.po
Minor fixes for release

17 years ago2006-11-06 [paul] 2.5.6cvs20
Paul Mangan [Mon, 6 Nov 2006 08:46:28 +0000 (08:46 +0000)]
2006-11-06 [paul] 2.5.6cvs20

* po/cs.po
* po/de.po
* po/fr.po
* po/it.po
* po/nl.po
* po/pt_BR.po
* po/sk.po
* po/sv.po
* po/zh_CN.po
updated by Tim Brain, Stephan Sachse, Fabien Vantard,
Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
Young