Colin Leroy [Tue, 16 Jan 2007 22:08:35 +0000 (22:08 +0000)]
2007-01-16 [colin] 2.7.1cvs11
* src/imap.c
* src/imap.h
* src/imap_gtk.c
Manage subscribing to subfolders when only
subscribed folders are shown.
Colin Leroy [Tue, 16 Jan 2007 21:09:45 +0000 (21:09 +0000)]
2007-01-16 [colin] 2.7.1cvs10
* src/folderview.c
Fix annoying vscrollbar going back to top
on Check for new folders
Colin Leroy [Tue, 16 Jan 2007 20:50:04 +0000 (20:50 +0000)]
2007-01-16 [colin] 2.7.1cvs9
* src/imap.c
Remove printf
Colin Leroy [Tue, 16 Jan 2007 20:41:20 +0000 (20:41 +0000)]
2007-01-16 [colin] 2.7.1cvs8
* src/filtering.c
Bigger buffer for errors
* src/imap.c
* src/imap.h
* src/imap_gtk.c
* src/prefs_account.c
* src/prefs_account.h
* src/wizard.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
* manual/handling.xml
Add subscriptions management. What it changes:
Creating a folder subscribes to it
Deleting a folder unsubscribes it
New contextual menu item allowing to switch between
All folders and Subscribed folders, subscribe, and
unsubscribe. "Creating" an existing but unsubscribed
folder will subscribe it.
By default for new accounts, only subscribed folders
are shown.
Colin Leroy [Tue, 16 Jan 2007 13:08:24 +0000 (13:08 +0000)]
2007-01-16 [paul] 2.7.1cvs7
* src/summaryview.c
Allow folder classes to specify only sort_key or
sort_type instead of both or none.
Colin Leroy [Tue, 16 Jan 2007 08:13:56 +0000 (08:13 +0000)]
2007-01-16 [paul] 2.7.1cvs6
* src/action.c
* src/compose.c
* src/mimeview.c
* src/procmime.c
* src/textview.c
Save and use errno for procmime_get_part
Colin Leroy [Tue, 16 Jan 2007 07:25:11 +0000 (07:25 +0000)]
2007-01-16 [colin] 2.7.1cvs5
* src/imap.c
Never remove INBOX when scanning for
new folders. It's a special folder
that has to exist.
Colin Leroy [Mon, 15 Jan 2007 17:37:43 +0000 (17:37 +0000)]
2007-01-15 [colin] 2.7.1cvs4
* src/imap.c
Fix 'Check for new folders' when IMAP subdirectory
is set
* src/etpan/imap-thread.c
Fix build
Colin Leroy [Mon, 15 Jan 2007 17:09:05 +0000 (17:09 +0000)]
2007-01-15 [colin] 2.7.1cvs3
* src/etpan/imap-thread.c
Fix invalid free on command-connection
error
Tristan Chabredier [Mon, 15 Jan 2007 09:03:17 +0000 (09:03 +0000)]
2007-01-15 [wwp] 2.7.1cvs2
* src/matcher_parser_lex.l
* src/quote_fmt_lex.l
* src/matcher_parser_parse.y
fix copyright header in lexers and parsers.
Paul Mangan [Mon, 15 Jan 2007 08:48:42 +0000 (08:48 +0000)]
2007-01-15 [paul] 2.7.1cvs1
* NEWS
* README
* RELEASE_NOTES
* configure.ac
bump up version number following
stable release
Paul Mangan [Mon, 15 Jan 2007 07:11:28 +0000 (07:11 +0000)]
2007-01-15 [paul] 2.7.0cvs31
* AUTHORS
* src/gtk/authors.h
add Fabien to the Team list
add the recent contributors
make a few corrections
Paul Mangan [Mon, 15 Jan 2007 06:34:43 +0000 (06:34 +0000)]
2007-01-15 [paul] 2.7.0cvs30
* src/mainwindow.c
fix compiler warning
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/pgpcore/prefs_gpg.h
add missing include
fix copyright header
Colin Leroy [Sun, 14 Jan 2007 22:44:17 +0000 (22:44 +0000)]
Fix Changelog
Colin Leroy [Sun, 14 Jan 2007 22:40:37 +0000 (22:40 +0000)]
2007-01-14 [colin] 2.7.0cvs29
* src/gtk/filesel.c
Use the 'gtk+' backend. Avoids gnome-vfs use,
two benefits: faster to open, will fix strange
dbus-related crash.
Colin Leroy [Sun, 14 Jan 2007 17:36:32 +0000 (17:36 +0000)]
2007-01-14 [colin] 2.7.0cvs28
* src/etpan/imap-thread.c
Delete the old imap just after allocating
the new one. Makes sure we don't get the
same pointer by sheer luck, which feels
strange in the debug log.
Colin Leroy [Sun, 14 Jan 2007 17:20:18 +0000 (17:20 +0000)]
2007-01-14 [colin] 2.7.0cvs27
* src/gtk/inputdialog.c
Make sure we don't print passwords in
clear text when in debug mode
Colin Leroy [Sun, 14 Jan 2007 12:55:34 +0000 (12:55 +0000)]
2007-01-14 [colin] 2.7.0cvs26
* src/gtk/gtksctree.c
Fix bug 1098, 'bogus last row display
after expanding a thread'. Patch by
Jindrich Makovicka <makovick@gmail.com>
Colin Leroy [Sun, 14 Jan 2007 11:57:45 +0000 (11:57 +0000)]
2007-01-14 [colin] 2.7.0cvs25
* src/etpan/imap-thread.c
Close socket manually before
freeing the imap struct
Colin Leroy [Sun, 14 Jan 2007 11:40:03 +0000 (11:40 +0000)]
2007-01-14 [colin] 2.7.0cvs24
* src/etpan/imap-thread.c
Maybe fix new reconnection issues
Colin Leroy [Sat, 13 Jan 2007 18:39:57 +0000 (18:39 +0000)]
2007-01-13 [colin] 2.7.0cvs23
* src/summaryview.c
Freeze/thaw on thread selection
Paul Mangan [Sat, 13 Jan 2007 18:23:51 +0000 (18:23 +0000)]
2007-01-13 [paul] 2.7.0cvs22
* src/mainwindow.c
* src/summaryview.c
* src/summaryview.h
add 'Edit/Delete thread'
Colin Leroy [Sat, 13 Jan 2007 16:03:08 +0000 (16:03 +0000)]
2007-01-13 [colin] 2.7.0cvs21
* src/prefs_account.c
* src/prefs_compose_writing.c
* src/prefs_message.c
* src/prefs_msg_colors.c
* src/prefs_other.c
* src/prefs_receive.c
* src/prefs_spelling.c
* src/prefs_summaries.c
* src/prefs_themes.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/spamassassin/spamassassin_gtk.c
Factorize gtk frame creation
Patch by Pawel
Colin Leroy [Sat, 13 Jan 2007 16:01:02 +0000 (16:01 +0000)]
2007-01-13 [colin] 2.7.0cvs20
* src/message_search.c
* src/summary_search.c
Fix Enter in search windows
* src/messageview.c
Fix body search starting at the
end of the mail (and asking for loop)
Colin Leroy [Sat, 13 Jan 2007 13:25:08 +0000 (13:25 +0000)]
2007-01-13 [colin] 2.7.0cvs19
* src/etpan/imap-thread.c
Make sure we don't free the same imap
twice
Colin Leroy [Sat, 13 Jan 2007 10:38:13 +0000 (10:38 +0000)]
2007-01-13 [colin] 2.7.0cvs18
* commitHelper
Allow multiple commitHelpers to
run at once
Colin Leroy [Fri, 12 Jan 2007 20:54:54 +0000 (20:54 +0000)]
2007-01-12 [colin] 2.7.0cvs17
* src/etpan/imap-thread.c
Make sure we get rid of the previous mailimap
when connecting - just in case disconnect was
unclean
Colin Leroy [Fri, 12 Jan 2007 14:28:56 +0000 (14:28 +0000)]
2007-01-12 [paul] 2.7.0cvs16
* src/compose.c
Strip S/MIME signatures when re-editing
S/MIME signed messages.
Paul Mangan [Fri, 12 Jan 2007 13:02:45 +0000 (13:02 +0000)]
2007-01-12 [paul] 2.7.0cvs15
* configure.ac
* src/addressbook.c
* src/foldersel.c
* src/folderview.c
* src/main.c
no need to define CLAWS anymore, remove
all that stuff
Paul Mangan [Fri, 12 Jan 2007 11:58:57 +0000 (11:58 +0000)]
2007-01-12 [paul] 2.7.0cvs14
* src/mimeview.c
check if the mail's signed as
it can change the mail structure
Thanks to Colin
Paul Mangan [Fri, 12 Jan 2007 11:46:08 +0000 (11:46 +0000)]
2007-01-12 [paul] 2.7.0cvs13
* src/procmime.c
fix Forwarding msgs with attachments
that have dos line endings
Thanks to Colin
Tristan Chabredier [Fri, 12 Jan 2007 11:25:19 +0000 (11:25 +0000)]
2007-01-12 [wwp] 2.7.0cvs12
* configure.ac
Revert accidentally committed extra version tag.
Tristan Chabredier [Fri, 12 Jan 2007 10:06:49 +0000 (10:06 +0000)]
2007-01-12 [wwp] 2.7.0cvs11
* src/prefs_account.c
Fix compilation w/o aspell (completes 2.7.0cvs7).
Colin Leroy [Thu, 11 Jan 2007 19:35:10 +0000 (19:35 +0000)]
2007-01-11 [colin] 2.7.0cvs10
* src/imap.c
move g_warning to debug_print
it scares people for no reason
Colin Leroy [Thu, 11 Jan 2007 17:22:21 +0000 (17:22 +0000)]
2007-01-11 [colin] 2.7.0cvs9
* po/POTFILES.in
Fix files to translate. Patch by
Fabien
Colin Leroy [Thu, 11 Jan 2007 16:36:17 +0000 (16:36 +0000)]
2007-01-11 [paul] 2.7.0cvs8
* src/imap.c
Fix recursion when server lists the
current subfolder in the response
* src/mimeview.c
Fix updating of icon_list/ctree
* src/plugins/pgpcore/select-keys.c
Fix a few annoyances when choosing
keys for the CMS (S/MIME) protocol
Tristan Chabredier [Thu, 11 Jan 2007 11:16:38 +0000 (11:16 +0000)]
2007-01-11 [wwp] 2.7.0cvs7
* src/compose.c
* src/prefs_account.c
* src/prefs_account.h
Add per-account spellcheck default dictionaries settings.
Colin Leroy [Wed, 10 Jan 2007 18:27:48 +0000 (18:27 +0000)]
2007-01-10 [colin] 2.7.0cvs6
* src/prefs_folder_item.c
Factorize strings - patch by Fabien
Colin Leroy [Wed, 10 Jan 2007 18:21:17 +0000 (18:21 +0000)]
2007-01-10 [colin] 2.7.0cvs5
* src/mainwindow.c
Fix bug 1095, 'Crash while changing folder
columns during incorporation'
Colin Leroy [Tue, 9 Jan 2007 07:27:53 +0000 (07:27 +0000)]
2007-01-09 [colin] 2.7.0cvs4
* src/gtk/pluginwindow.c
Set the plugin window transient. Seems
like some window managers hide it in
the background after "load plugin"...
Colin Leroy [Tue, 9 Jan 2007 07:13:18 +0000 (07:13 +0000)]
2007-01-09 [colin] 2.7.0cvs3
* src/gtk/filesel.c
Use the same type for alloc and free
Paul Mangan [Mon, 8 Jan 2007 19:45:32 +0000 (19:45 +0000)]
2007-01-08 [paul] 2.7.0cvs2
* po/nl.po
updated by Tim Dijkstra
Colin Leroy [Mon, 8 Jan 2007 12:08:36 +0000 (12:08 +0000)]
2007-01-08 [paul] 2.7.0cvs1
* src/prefs_themes.c
* src/common/utils.c
Fix resource leaks
Paul Mangan [Mon, 8 Jan 2007 10:56:44 +0000 (10:56 +0000)]
2.7.0 unleashed
Paul Mangan [Mon, 8 Jan 2007 09:56:44 +0000 (09:56 +0000)]
2007-01-08 [paul] 2.6.1cvs119
* doc/man/claws-mail.1
another correction
Paul Mangan [Mon, 8 Jan 2007 09:51:31 +0000 (09:51 +0000)]
2007-01-08 [paul] 2.6.1cvs118
* doc/man/claws-mail.1
corrections
* manual/advanced.xml
improved English usage
Paul Mangan [Mon, 8 Jan 2007 08:18:25 +0000 (08:18 +0000)]
2007-01-08 [paul] 2.6.1cvs117
* po/ca.po
* po/de.po
* po/en_GB.po
* po/fi.po
* po/it.po
* po/pt_BR.po
* po/sk.po
* po/sr.po
* po/zh_CN.po
updated by Miquel Oliete, Stephan Sachse, me,
Tommi Pirinen, Andrea Spadaccini, Frederico
Goncalves Guimaraes, Andrej Kacian, Aleksandar
Urosevic, and Ralgh Young
Ricardo Mones [Sun, 7 Jan 2007 23:57:41 +0000 (23:57 +0000)]
2007-01-07 [mones] 2.6.1cvs116
* manual/es/advanced.xml
* po/es.po
Synced manual (unhide mark_as_read_delay)
and updated translation for release
Paul Mangan [Sun, 7 Jan 2007 11:54:31 +0000 (11:54 +0000)]
2007-01-07 [paul] 2.6.1cvs115
* src/prefs_matcher.c
make the hbox content fit better under
various languages
Colin Leroy [Sun, 7 Jan 2007 09:08:36 +0000 (09:08 +0000)]
2007-01-07 [colin] 2.6.1cvs114
* src/messageview.c
Fix bug 1088, 'Ctrl-h produces repeatable
crash'
Colin Leroy [Sat, 6 Jan 2007 17:57:16 +0000 (17:57 +0000)]
2007-01-06 [colin] 2.6.1cvs113
* src/etpan/imap-thread.c
Add casts to int to get certs. Fixes
bug 1064, 'crash @ etpan_certificate_check()
when opening an IMAP folder', with latest
libetpan CVS or >= 0.49
* src/mainwindow.c
* src/mainwindow.h
* src/imap_gtk.c
* src/news_gtk.c
* src/prefs_folder_item.c
Grey out the "synchronise" menu items if
there's nothing to synchronise.
* src/plugins/pgpcore/sgpgme.c
Make an error clearer than "Unknown error"
Colin Leroy [Sat, 6 Jan 2007 14:46:52 +0000 (14:46 +0000)]
2007-01-06 [colin] 2.6.1cvs112
* src/messageview.c
Don't try to show a message if updating
Maybe fixes bug 1088, 'ctrl-h produces
repeatable crash'.
Colin Leroy [Sat, 6 Jan 2007 11:52:59 +0000 (11:52 +0000)]
2007-01-06 [colin] 2.6.1cvs111
* src/summaryview.c
Disable Control-Space (handle it as Space).
Colin Leroy [Fri, 5 Jan 2007 13:16:32 +0000 (13:16 +0000)]
2007-01-05 [paul] 2.6.1cvs110
* src/imap.c
Fix bug 934, 'sylpheed claws 2.1
doesn't show Exchanges Public Folders'
Thanks to Hoa and Colin
* src/msgcache.c
Refuse to allocate more than 2 MB for a
single field, it's a good indication of
cache corruption.
Colin Leroy [Fri, 5 Jan 2007 07:45:41 +0000 (07:45 +0000)]
2007-01-05 [colin] 2.6.1cvs109
* src/mainwindow.c
Allow --select'ing emails by Message-ID too
Colin Leroy [Fri, 5 Jan 2007 07:08:53 +0000 (07:08 +0000)]
2007-01-05 [colin] 2.6.1cvs108
* src/common/quoted-printable.c
Uh! Third fix :)
Colin Leroy [Fri, 5 Jan 2007 06:23:22 +0000 (06:23 +0000)]
2007-01-05 [colin] 2.6.1cvs107
* src/common/quoted-printable.c
Fix previous commit about bug 1089
Thanks to Ralf
Paul Mangan [Thu, 4 Jan 2007 22:48:49 +0000 (22:48 +0000)]
2.7.0-rc3 released
Colin Leroy [Thu, 4 Jan 2007 20:48:45 +0000 (20:48 +0000)]
2007-01-04 [colin] 2.6.1cvs105
* src/common/quoted-printable.c
Fix bug 1089, 'NUL characters in Subject
line are misinterpreted'. Not a pain to
fix in fact.
Tristan Chabredier [Thu, 4 Jan 2007 09:00:10 +0000 (09:00 +0000)]
2007-01-04 [wwp] 2.6.1cvs104
* src/image_viewer.c
Force operator precedence (fix a compiler warning).
Colin Leroy [Thu, 4 Jan 2007 07:34:05 +0000 (07:34 +0000)]
2007-01-04 [colin] 2.6.1cvs103
* src/image_viewer.c
Be cautious there too (same fix as the one
in textview from cvs33)
* src/messageview.c
Don't use any MimeViewer plugin when showing
all headers
Tristan Chabredier [Wed, 3 Jan 2007 16:48:52 +0000 (16:48 +0000)]
2007-01-03 [wwp] 2.6.1cvs102
* src/html.c
* src/html.h
fixed "cent" sign (use the existing ASCII one),
decode more HTML entities,
converted table ASCII entries to UTF-8,
moved a switch() into a hashtable.
Colin Leroy [Wed, 3 Jan 2007 09:29:48 +0000 (09:29 +0000)]
2007-01-03 [paul] 2.6.1cvs101
* src/compose.c
* src/messageview.c
* src/procmsg.c
* src/procmsg.h
When possible, use move_msg instead of
copy_msg + remove_msg to move sent mail
from Queue to Sent.
Paul Mangan [Wed, 3 Jan 2007 08:02:37 +0000 (08:02 +0000)]
2007-01-03 [paul] 2.6.1cvs100
* src/html.c
add more html entity recognition:
pounds, euros, and cents
Colin Leroy [Wed, 3 Jan 2007 07:13:50 +0000 (07:13 +0000)]
2007-01-03 [colin] 2.6.1cvs99
* src/imap_gtk.c
Don't display an error on NOSELECT
folders when synchronising
Paul Mangan [Wed, 3 Jan 2007 06:58:58 +0000 (06:58 +0000)]
2007-01-03 [paul] 2.6.1cvs98
* tools/maildir2claws-mail.pl
only substitute 'sent-mail' if it's
the full directory name
Paul Mangan [Wed, 3 Jan 2007 06:14:40 +0000 (06:14 +0000)]
2007-01-03 [paul] 2.6.1cvs97
* ChangeLog
* ChangeLog.pre2.0.0
* Makefile.am
archive a chunk of ChangeLog in
ChangeLog.pre2.0.0
* ChangeLog.gtk1
* doc/src/ChangeLog.claws-pre0.8.0
remove ChangeLog.claws-pre0.8.0, adding
its contents to ChangeLog.gtk1
Paul Mangan [Wed, 3 Jan 2007 05:42:43 +0000 (05:42 +0000)]
2007-01-03 [paul] 2.6.1cvs96
* 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/compose.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/export.h
* 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/headerview.c
* 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/main.c
* src/main.h
* src/mainwindow.c
* src/mainwindow.h
* src/manual.c
* src/manual.h
* src/mbox.c
* 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/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_filtering.c
* src/prefs_filtering.h
* src/prefs_filtering_action.c
* src/prefs_filtering_action.h
* 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_msg_colors.c
* src/prefs_msg_colors.h
* src/prefs_other.c
* src/prefs_quote.c
* src/prefs_receive.c
* src/prefs_send.c
* 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/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/ssl_certificate.c
* src/common/ssl_certificate.h
* src/common/stringtable.c
* src/common/stringtable.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/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/gtksctree.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/inputdialog.c
* src/gtk/inputdialog.h
* src/gtk/logwindow.c
* src/gtk/logwindow.h
* src/gtk/manage_window.c
* src/gtk/manage_window.h
* src/gtk/menu.c
* src/gtk/menu.h
* src/gtk/pluginwindow.c
* src/gtk/pluginwindow.h
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
* src/gtk/progressdialog.c
* src/gtk/progressdialog.h
* src/gtk/sslcertwindow.c
* src/gtk/sslcertwindow.h
* src/plugins/bogofilter/bogofilter.c
* src/plugins/bogofilter/bogofilter.h
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin.h
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/dillo_viewer/dillo_prefs.h
* src/plugins/dillo_viewer/dillo_viewer.c
* 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/select-keys.c
* src/plugins/pgpcore/select-keys.h
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpcore/sgpgme.h
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpinline/pgpinline.h
* src/plugins/pgpinline/plugin.c
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/pgpmime.h
* src/plugins/pgpmime/plugin.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
it's 2007, update the year in the copyright headers
Paul Mangan [Wed, 3 Jan 2007 04:27:29 +0000 (04:27 +0000)]
2007-01-03 [paul] 2.6.1cvs95
* src/gtk/about.c
it is 2007, use it in the copyright string
Paul Mangan [Wed, 3 Jan 2007 04:00:33 +0000 (04:00 +0000)]
2007-01-03 [paul] 2.6.1cvs94
* src/html.c
html entity conversion:
move ™ to a more suitable place
add • and –
make sure — and — are both
converted the same
Colin Leroy [Tue, 2 Jan 2007 17:44:28 +0000 (17:44 +0000)]
2007-01-02 [colin] 2.6.1cvs93
* src/addrbook.c
Fix leak
* src/common/plugin.c
Add comment
* src/etpan/imap-thread.c
Fix warning
Paul Mangan [Sun, 31 Dec 2006 11:07:04 +0000 (11:07 +0000)]
2006-12-31 [paul] 2.6.1cvs92
* src/prefs_summaries.c
use gtk_button_new_from_stock()
Colin Leroy [Sat, 30 Dec 2006 14:22:02 +0000 (14:22 +0000)]
2006-12-30 [colin] 2.6.1cvs91
* src/folder.c
* src/imap_gtk.c
* src/mh_gtk.c
Don't update filtering and account paths
when copying folders
Colin Leroy [Sat, 30 Dec 2006 14:07:25 +0000 (14:07 +0000)]
2006-12-30 [colin] 2.6.1cvs90
* src/prefs_compose_writing.c
* src/prefs_quote.c
* src/prefs_template.c
Use message font for Writing and
Quoting prefs, as well as Templates.
Colin Leroy [Sat, 30 Dec 2006 12:51:25 +0000 (12:51 +0000)]
2006-12-30 [colin] 2.6.1cvs89
* src/prefs_summaries.c
Rework GUI; patch by Pawel
Colin Leroy [Fri, 29 Dec 2006 20:31:54 +0000 (20:31 +0000)]
2006-12-29 [colin] 2.6.1cvs88
* src/prefs_folder_item.c
Fix bug 1085, 'Apply to subfolder
doesn't work' - I was mistaken saying
it worked in every case
Colin Leroy [Thu, 28 Dec 2006 18:19:55 +0000 (18:19 +0000)]
2006-12-28 [colin] 2.6.1cvs87
* src/gtk/gtkaspell.c
Don't assert if use_alternate is true
and alt_dictionary isn't set -- this
is what happens on upgrade! Rather,
do with it.
Colin Leroy [Thu, 28 Dec 2006 17:58:49 +0000 (17:58 +0000)]
2006-12-28 [colin] 2.6.1cvs86
* Makefile.am
Fix desktop/icon simplification
Colin Leroy [Thu, 28 Dec 2006 17:11:46 +0000 (17:11 +0000)]
2006-12-28 [colin] 2.6.1cvs85
* Makefile.am
Make desktop and icon not
dependant on the desktop
Tristan Chabredier [Thu, 28 Dec 2006 12:42:57 +0000 (12:42 +0000)]
2006-12-28 [wwp] 2.6.1cvs84
* src/plugins/pgpmime/claws.def
Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
Tristan Chabredier [Thu, 28 Dec 2006 10:49:09 +0000 (10:49 +0000)]
2006-12-28 [wwp] 2.6.1cvs83
* src/prefs_folder_item.c
Fix coloring of "simplify subject regexp" (folder prefs),
which might be left to red whereas the regexp gets empty.
Tristan Chabredier [Thu, 28 Dec 2006 09:53:20 +0000 (09:53 +0000)]
2006-12-28 [wwp] 2.6.1cvs82
* src/prefs_common.c
* src/prefs_common.h
* src/addressbook.c
* src/addressitem.h
Save addressbook mainwindow's horizontal and vertical splitter position.
Tristan Chabredier [Wed, 27 Dec 2006 11:19:49 +0000 (11:19 +0000)]
2006-12-27 [wwp] 2.6.1cvs81
* src/gtk/gtkaspell.c
* src/gtk/gtkaspell.h
* src/compose.c
Fix assignment of compose's default and alternate dictionary from
account or folder settings. Now gtkaspell_change_dict does rotate
dicts only when it's called from a menu cb.
Tristan Chabredier [Wed, 27 Dec 2006 10:34:31 +0000 (10:34 +0000)]
2006-12-27 [wwp] 2.6.1cvs80
* src/folder_item_prefs.c
Fix randomly initialized default-alt-dictionary (folder prefs),
complete 2.6.1cvs72.
Colin Leroy [Wed, 27 Dec 2006 09:43:16 +0000 (09:43 +0000)]
2006-12-27 [paul] 2.6.1cvs79
* src/imap_gtk.c
* src/mh_gtk.c
Add Copy folder in the folder's contextual
menu
Tristan Chabredier [Wed, 27 Dec 2006 09:17:22 +0000 (09:17 +0000)]
2006-12-27 [wwp] 2.6.1cvs78
* src/imap.c
Clean up session locking, thanks to Colin.
Colin Leroy [Tue, 26 Dec 2006 23:03:31 +0000 (23:03 +0000)]
2006-12-26 [colin] 2.6.1cvs77
* src/statusbar.c
Revert previous patch
Colin Leroy [Tue, 26 Dec 2006 22:37:41 +0000 (22:37 +0000)]
2006-12-26 [colin] 2.6.1cvs76
* src/folder.c
* src/folderview.c
* src/imap.c
* src/statusbar.c
* src/etpan/imap-thread.c
Fix previous commit warnings
Make statusbar update every second if total < 20
Make IMAP APPEND faster by simplifying log
Colin Leroy [Tue, 26 Dec 2006 21:34:00 +0000 (21:34 +0000)]
2006-12-26 [colin] 2.6.1cvs75
* src/folder.c
* src/folder.h
* src/folderview.c
* src/folderview.h
* src/imap_gtk.c
* src/mh_gtk.c
Make it possible to copy folders accross
mailboxes (this was an arbitrary limitation).
Still make it impossible to move folders
accross mailboxes.
Colin Leroy [Tue, 26 Dec 2006 21:30:48 +0000 (21:30 +0000)]
2006-12-26 [colin] 2.6.1cvs74
* src/etpan/imap-thread.c
Fix bug 1081, 'claws-mail
segfaults when going offline
while it transfers mails via
imap'
Colin Leroy [Tue, 26 Dec 2006 18:20:37 +0000 (18:20 +0000)]
2006-12-26 [colin] 2.6.1cvs73
* src/folder_item_prefs.c
Don't forget alt dictionary when
renaming/moving folders
Tristan Chabredier [Tue, 26 Dec 2006 18:10:51 +0000 (18:10 +0000)]
2006-12-26 [wwp] 2.6.1cvs72
* src/folder_item_prefs.c
Add missing defaults for per-folder alt dict
(forgotten in 2.6.1cvs61).
Colin Leroy [Tue, 26 Dec 2006 17:26:48 +0000 (17:26 +0000)]
2006-12-26 [colin] 2.6.1cvs71
* src/wizard.c
Add tooltip to state that specifying
full path to mailbox is possible
Tristan Chabredier [Tue, 26 Dec 2006 13:26:01 +0000 (13:26 +0000)]
2006-12-26 [wwp] 2.6.1cvs70
* src/partial_download.c
* src/gtk/gtkvscrollbutton.c
* src/plugins/pgpinline/plugin.c
Fix for few compiler warnings that matter.
Colin Leroy [Mon, 25 Dec 2006 21:10:12 +0000 (21:10 +0000)]
2006-12-25 [colin] 2.6.1cvs69
* src/partial_download.c
Fix marking for download or deletion
when the header isn't the first
* src/gtk/logwindow.c
Fix start of scrolling
Paul Mangan [Sat, 23 Dec 2006 10:42:19 +0000 (10:42 +0000)]
2006-12-23 [paul] 2.6.1cvs68
* src/compose.c
change last commit to use the 'academic'
method instead. Thanks to wwp
Paul Mangan [Sat, 23 Dec 2006 10:34:36 +0000 (10:34 +0000)]
2006-12-23 [paul] 2.6.1cvs67
* src/compose.c
don't warn about empty subject when
redirecting
Colin Leroy [Fri, 22 Dec 2006 21:09:19 +0000 (21:09 +0000)]
2006-12-22 [colin] 2.6.1cvs66
* src/summary_search.c
Fix previous patch
Colin Leroy [Fri, 22 Dec 2006 21:01:18 +0000 (21:01 +0000)]
2006-12-22 [colin] 2.6.1cvs65
* src/gtk/gtkutils.c
* src/imap.c
* src/jpilot.c
* src/summary_search.c
A few warning fixes
Colin Leroy [Fri, 22 Dec 2006 20:42:59 +0000 (20:42 +0000)]
note rc release :)