claws.git
16 years ago2007-08-22 [colin] 2.10.0cvs146
Colin Leroy [Wed, 22 Aug 2007 08:58:53 +0000 (08:58 +0000)]
2007-08-22 [colin] 2.10.0cvs146

* src/editldap.c
* src/ldaputil.c
Fix wrong "Connected successfully to server". Connection only succeeds if
we can get the base DN.

16 years ago2007-08-21 [wwp] 2.10.0cvs145
Tristan Chabredier [Tue, 21 Aug 2007 21:43:23 +0000 (21:43 +0000)]
2007-08-21 [wwp] 2.10.0cvs145

* src/browseldap.c
* src/editldap.c
* src/ldapctrl.c
* src/ldapquery.c
* src/ldapserver.c
* src/ldapupdate.c
* src/ldaputil.c
More sanity checks in ldap functions.

16 years ago2007-08-21 [wwp] 2.10.0cvs144
Tristan Chabredier [Tue, 21 Aug 2007 14:29:58 +0000 (14:29 +0000)]
2007-08-21 [wwp] 2.10.0cvs144

* src/prefs_account.c
Don't return a value in a void function().

16 years ago2007-08-21 [paul] 2.10.0cvs143
Paul Mangan [Tue, 21 Aug 2007 10:25:07 +0000 (10:25 +0000)]
2007-08-21 [paul] 2.10.0cvs143

* src/messageview.c
add check for ftp: to messageview_list_urls()

16 years ago2007-08-21 [colin] 2.10.0cvs142
Colin Leroy [Tue, 21 Aug 2007 09:37:03 +0000 (09:37 +0000)]
2007-08-21 [colin] 2.10.0cvs142

* src/editldap.c
* src/ldapctrl.c
* src/ldapctrl.h
* src/ldapquery.c
* src/ldapupdate.c
Fix bug 1293, 'LDAP address book not working'
Search only on specified fields, but fetch
every field possible. People will have to
reset the searched Attributes in their LDAP
servers properties.

16 years ago2007-08-21 [wwp] 2.10.0cvs141
Tristan Chabredier [Tue, 21 Aug 2007 09:17:38 +0000 (09:17 +0000)]
2007-08-21 [wwp] 2.10.0cvs141

* src/addr_compl.c
* src/addrbook.c
* src/addrcache.c
* src/addrcindex.c
* src/addressbook.c
* src/addrindex.c
* src/browseldap.c
* src/crash.c
* src/editaddress_other_attributes_ldap.c
* src/exporthtml.c
* src/folder.c
* src/folderview.c
* src/imap.c
* src/jpilot.c
* src/ldapserver.c
* src/ldapupdate.c
* src/ldif.c
* src/main.c
* src/mainwindow.c
* src/matcher.c
* src/mh.c
* src/msgcache.c
* src/mutt.c
* src/pine.c
* src/pop.c
* src/prefs_customheader.c
* src/prefs_msg_colors.c
* src/procmime.c
* src/textview.c
* src/vcard.c
* src/wizard.c
* src/common/log.c
* src/common/socket.c
* src/common/ssl_certificate.c
* src/common/utils.c
* src/common/utils.h
* src/gtk/description_window.c
* src/plugins/demo/demo.c
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/spamassassin/libspamc.c
Make sure we use glib functions to send text messages (information,
debug, warning, errors) to stdout/stderr - no more direct puts
fputs printf fprintf to stdout/stderr when it can be done using
g_log*() and g_print/g_printerr. Doing this, we make sure every
stdout/stderr message is saved to log in Windows.

16 years ago2007-08-21 [wwp] 2.10.0cvs140
Tristan Chabredier [Tue, 21 Aug 2007 09:04:16 +0000 (09:04 +0000)]
2007-08-21 [wwp] 2.10.0cvs140

* src/main.c
* src/common/utils.h
Route glib's stdout/stderr messages to a log file (Windows only),
instead of loosing them.

16 years ago2007-08-21 [paul] 2.10.0cvs139
Paul Mangan [Tue, 21 Aug 2007 08:15:12 +0000 (08:15 +0000)]
2007-08-21 [paul] 2.10.0cvs139

* src/mainwindow.c
replace deprecated g_strncasecmp()
* src/messageview.c
fix 'List URLS'

16 years ago2007-08-20 [ticho] 2.10.0cvs138
Andrej Kacian [Mon, 20 Aug 2007 21:37:45 +0000 (21:37 +0000)]
2007-08-20 [ticho] 2.10.0cvs138

* src/account.c
* src/prefs_account.h
Copy all account preferences in account_clone() - some
were missing.
* src/prefs_account.c
Handle empty privacy system combobox gracefully (warning
instead of a crash).

16 years ago2007-08-20 [colin] 2.10.0cvs137
Colin Leroy [Mon, 20 Aug 2007 20:53:39 +0000 (20:53 +0000)]
2007-08-20 [colin] 2.10.0cvs137

* src/ldapctrl.c
Fix a leak

16 years ago2007-08-20 [paul] 2.10.0cvs136
Paul Mangan [Mon, 20 Aug 2007 12:46:12 +0000 (12:46 +0000)]
2007-08-20 [paul] 2.10.0cvs136

* src/browseldap.c
* src/editldap.c
* src/ldapctrl.c
* src/ldapquery.c
* src/ldapquery.h
* src/ldapserver.c
* src/ldaputil.c
add debug_prints
patch by Michael Rasmussen

16 years ago2007-08-19 [colin] 2.10.0cvs135
Colin Leroy [Sun, 19 Aug 2007 13:11:01 +0000 (13:11 +0000)]
2007-08-19 [colin] 2.10.0cvs135

* src/imap.c
Fix previous commit. Sensitivity update is needed
for "Cancel receiving". However when batching we
don't need to do it for every message flag change,
just once at the start and once at the end.

16 years ago2007-08-19 [colin] 2.10.0cvs134
Colin Leroy [Sun, 19 Aug 2007 12:16:02 +0000 (12:16 +0000)]
2007-08-19 [colin] 2.10.0cvs134

* src/imap.c
Remove useless menu updates on session lock/unlock

16 years ago2007-08-19 [colin] 2.10.0cvs133
Colin Leroy [Sun, 19 Aug 2007 12:07:34 +0000 (12:07 +0000)]
2007-08-19 [colin] 2.10.0cvs133

* src/etpan/imap-thread.c
Make all fetch logs less verbose

16 years ago2007-08-19 [paul] 2.10.0cvs132
Paul Mangan [Sun, 19 Aug 2007 10:15:21 +0000 (10:15 +0000)]
2007-08-19 [paul] 2.10.0cvs132

* src/foldersel.c
* src/folderview.c
* src/summaryview.c
fix bug 1286, 'Can't move a folder into a "Folders
Only" folder'

16 years ago2007-08-18 [ticho] 2.10.0cvs131
Andrej Kacian [Sat, 18 Aug 2007 21:04:42 +0000 (21:04 +0000)]
2007-08-18 [ticho] 2.10.0cvs131

* src/editaddress_other_attributes_ldap.c
Converted option menu for other ldap attributes to GtkComboBox.

16 years ago2007-08-18 [colin] 2.10.0cvs130
Colin Leroy [Sat, 18 Aug 2007 14:19:10 +0000 (14:19 +0000)]
2007-08-18 [colin] 2.10.0cvs130

* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_send.c
* src/send_message.c
Revert 'send_dialog_mode' meaning to
'send_dialog_invisible', so that the
new checkbox doesn't change the
existing behaviour.

16 years ago2007-08-18 [paul] 2.10.0cvs129
Paul Mangan [Sat, 18 Aug 2007 13:00:51 +0000 (13:00 +0000)]
2007-08-18 [paul] 2.10.0cvs129

* src/summaryview.c
add missing menu update

16 years ago2007-08-17 [colin] 2.10.0cvs128
Colin Leroy [Fri, 17 Aug 2007 16:31:44 +0000 (16:31 +0000)]
2007-08-17 [colin] 2.10.0cvs128

* src/folder.c
Set batching after getting flags - maybe fixes
bug 1292, 'CM crashes on writing mail'

16 years ago2007-08-16 [ticho] 2.10.0cvs127
Andrej Kacian [Thu, 16 Aug 2007 23:10:00 +0000 (23:10 +0000)]
2007-08-16 [ticho] 2.10.0cvs127

* src/prefs_send.c
Convert two GtkOptionMenu widgets to new GtkComboBox.
* src/gtk/combobox.h
* src/gtk/gtkutils.c
Allow NULL for GtkComboBox menuitem label, rendering such
items as row separators.

16 years ago2007-08-16 [paul] 2.10.0cvs126
Paul Mangan [Thu, 16 Aug 2007 07:24:13 +0000 (07:24 +0000)]
2007-08-16 [paul] 2.10.0cvs126

* src/plugins/trayicon/trayicon.c
remove wrongly used gettextisation

16 years ago2007-08-15 [ticho] 2.10.0cvs125
Andrej Kacian [Wed, 15 Aug 2007 22:06:39 +0000 (22:06 +0000)]
2007-08-15 [ticho] 2.10.0cvs125

* src/importldif.c
Fixed a runtime warning where an attempt to pack an
already packed GtkLabel was made.

16 years ago2007-08-15 [ticho] 2.10.0cvs124
Andrej Kacian [Wed, 15 Aug 2007 21:47:44 +0000 (21:47 +0000)]
2007-08-15 [ticho] 2.10.0cvs124

* src/prefs_compose_writing.c
Convert the insert-or-attach-dragged-files GtkOptionMenu
into GtkComboBox.

16 years ago2007-08-14 [ticho] 2.10.0cvs123
Andrej Kacian [Tue, 14 Aug 2007 22:57:59 +0000 (22:57 +0000)]
2007-08-14 [ticho] 2.10.0cvs123

* src/messageview.c
* src/gtk/gtkutils.c
Changed return receipt account selector to GtkComboBox.
Fixed a runtime warning where GTK tried to parse
"name <email@address" as a Pango markup in an alertpanel label.

16 years ago2007-08-14 [ticho] 2.10.0cvs122
Andrej Kacian [Tue, 14 Aug 2007 22:15:08 +0000 (22:15 +0000)]
2007-08-14 [ticho] 2.10.0cvs122

* src/prefs_logging.c
Changed GtkOptionMenu in logging preferences to GtkComboBox.

16 years ago2007-08-14 [wwp] 2.10.0cvs121
Tristan Chabredier [Tue, 14 Aug 2007 10:02:49 +0000 (10:02 +0000)]
2007-08-14 [wwp] 2.10.0cvs121

* tools/Makefile.am
* tools/README
* tools/popfile-link.sh
Added a new tool: POPFile helper, to open
selected messages in POPFile control center,
in order to change the messages' status.

16 years ago2007-08-14 [ticho] 2.10.0cvs120
Andrej Kacian [Tue, 14 Aug 2007 09:23:14 +0000 (09:23 +0000)]
2007-08-14 [ticho] 2.10.0cvs120

* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_send.c
* src/send_message.c
Change "Show send dialog" optionmenu to a checkbutton.
* src/prefs_receive.c
Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.

16 years ago2007-08-13 [wwp] 2.10.0cvs119
Tristan Chabredier [Mon, 13 Aug 2007 21:36:57 +0000 (21:36 +0000)]
2007-08-13 [wwp] 2.10.0cvs119

* src/addr_compl.c
* src/addressbook.c
* src/addrindex.c
* src/compose.c
* src/filtering.c
* src/folderview.c
* src/inc.c
* src/matcher.c
* src/mh.c
* src/partial_download.c
* src/prefs_gtk.c
* src/procmsg.c
* src/stock_pixmap.c
* src/summaryview.c
* src/common/utils.c
* src/gtk/gtkaspell.c
* src/gtk/menu.c
Make sure we never pass NULL pointers for %s substitutions
(prevent from crashing in Windows).

16 years ago2007-08-13 [wwp] 2.10.0cvs118
Tristan Chabredier [Mon, 13 Aug 2007 21:24:57 +0000 (21:24 +0000)]
2007-08-13 [wwp] 2.10.0cvs118

* src/msgcache.c
Re-enable mmap_reads in Windows with some missing
CloseHandle of mapping objects, thanks to
Marcus Brinkmann.

16 years ago2007-08-13 [paul] 2.10.0cvs117
Paul Mangan [Mon, 13 Aug 2007 07:07:46 +0000 (07:07 +0000)]
2007-08-13 [paul] 2.10.0cvs117

* src/common/utils.c
fix bug 1287, 'Compile time problem on Solaris
(nexenta gnu/Solaris) utils.c'
Thanks to Piotr Chrzczonowicz

16 years ago2007-08-12 [wwp] 2.10.0cvs116
Tristan Chabredier [Sun, 12 Aug 2007 19:50:50 +0000 (19:50 +0000)]
2007-08-12 [wwp] 2.10.0cvs116

* src/plugins/pgpcore/prefs_gpg.c
Don't try to unset a GPG_AGENT_INFO that was not
set (and don't use a NULL string in Windows, it was
crashing with --debug if GPG_AGENT_INFO was not set).

16 years ago2007-08-12 [wwp] 2.10.0cvs115
Tristan Chabredier [Sun, 12 Aug 2007 13:36:31 +0000 (13:36 +0000)]
2007-08-12 [wwp] 2.10.0cvs115

* src/privacy.h
Make gcc type-check arguments passed to privacy_set_error().

16 years ago2007-08-12 [ticho] 2.10.0cvs114
Andrej Kacian [Sun, 12 Aug 2007 12:23:35 +0000 (12:23 +0000)]
2007-08-12 [ticho] 2.10.0cvs114

* src/prefs_folder_item.c
Make sure that folder default account combobox always has some
account preselected.
* src/gtk/combobox.c
Handle empty combobox gracefully (warning instead of crash).

16 years ago2007-08-11 [paul] 2.10.0cvs113
Paul Mangan [Sat, 11 Aug 2007 04:30:49 +0000 (04:30 +0000)]
2007-08-11 [paul] 2.10.0cvs113

* src/addrgather.c
* src/folderview.c
use 'subfolder' instead of 'sub-folder', matching
everywhere else the term is used
* src/imap_gtk.c
fix engrish

16 years ago2007-08-10 [wwp] 2.10.0cvs112
Tristan Chabredier [Fri, 10 Aug 2007 15:32:38 +0000 (15:32 +0000)]
2007-08-10 [wwp] 2.10.0cvs112

* src/msgcache.c
Disable mmap reads in Windows only (at least temporarily), they
prevent from renaming/removing target cache files.

16 years ago3.0.0-rc2 released
Paul Mangan [Fri, 10 Aug 2007 11:33:50 +0000 (11:33 +0000)]
3.0.0-rc2 released

16 years ago2007-08-10 [wwp] 2.10.0cvs111
Tristan Chabredier [Fri, 10 Aug 2007 10:34:42 +0000 (10:34 +0000)]
2007-08-10 [wwp] 2.10.0cvs111

* src/msgcache.c
fix unpredictable crashes in Windows due to broken
cache/mark/tags files writting (file were opened for
writing in text mode).

* src/recv.c
use gettimeofday() from w32lib.h on Windows.

16 years ago2007-08-10 [colin] 2.10.0cvs110
Colin Leroy [Fri, 10 Aug 2007 06:48:38 +0000 (06:48 +0000)]
2007-08-10 [colin] 2.10.0cvs110

* src/imap.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
Better IMAP scanning (NOOP instead of CLOSE/SELECT)

16 years ago2007-08-09 [colin] 2.10.0cvs109
Colin Leroy [Thu, 9 Aug 2007 16:18:52 +0000 (16:18 +0000)]
2007-08-09 [colin] 2.10.0cvs109

* src/editldap.c
Fix port being reset to 636 on SSL
* src/folder.c
Fix folder_item_get_msg_num_by_file
on drafts/queue folders

16 years ago2007-08-09 [wwp] 2.10.0cvs108
Tristan Chabredier [Thu, 9 Aug 2007 09:03:54 +0000 (09:03 +0000)]
2007-08-09 [wwp] 2.10.0cvs108

* src/folder.c
Fix tags DB path in Windows (thanks to Colin): '/' is a valid
path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.

16 years ago2007-08-09 [colin] 2.10.0cvs107
Colin Leroy [Thu, 9 Aug 2007 07:12:12 +0000 (07:12 +0000)]
2007-08-09 [colin] 2.10.0cvs107

* src/folderview.c
* src/summaryview.c
* src/gtk/prefswindow.c
A few Maemo layout fixes

16 years ago2007-08-09 [paul] 2.10.0cvs106
Paul Mangan [Thu, 9 Aug 2007 06:39:13 +0000 (06:39 +0000)]
2007-08-09 [paul] 2.10.0cvs106

* src/prefs_account.c
remove the hyphen from plug-ins to
match everywhere else

16 years ago2007-08-08 [wwp] 2.10.0cvs105
Tristan Chabredier [Wed, 8 Aug 2007 22:49:06 +0000 (22:49 +0000)]
2007-08-08 [wwp] 2.10.0cvs105

* src/prefs_folder_item.c
Fix an extraneous stealth ^L char.

16 years ago2007-08-08 [wwp] 2.10.0cvs104
Tristan Chabredier [Wed, 8 Aug 2007 22:25:39 +0000 (22:25 +0000)]
2007-08-08 [wwp] 2.10.0cvs104

* src/prefs_folder_item.c
Better fix, group variables declarations (USE_ASPELL).

16 years ago2007-08-08 [wwp] 2.10.0cvs103
Tristan Chabredier [Wed, 8 Aug 2007 22:20:29 +0000 (22:20 +0000)]
2007-08-08 [wwp] 2.10.0cvs103

* src/prefs_folder_item.c
Fix compilation w/ USE_ASPELL set (broken
by 2.10.0cvs102).

16 years ago2007-08-08 [ticho] 2.10.0cvs102
Andrej Kacian [Wed, 8 Aug 2007 20:28:02 +0000 (20:28 +0000)]
2007-08-08 [ticho] 2.10.0cvs102

* src/prefs_folder_item.c
Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.

16 years ago2007-08-08 [colin] 2.10.0cvs101
Colin Leroy [Wed, 8 Aug 2007 16:10:02 +0000 (16:10 +0000)]
2007-08-08 [colin] 2.10.0cvs101

* src/imap.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
Close selected mailbox before doing
status on it.

16 years ago2007-08-08 [colin] 2.10.0cvs100
Colin Leroy [Wed, 8 Aug 2007 16:01:54 +0000 (16:01 +0000)]
2007-08-08 [colin] 2.10.0cvs100

* src/html.c
Complete symbol table, thanks to wwp.
Fixes bug 1284, 'The html -> text
converter ignores entities'
* src/msgcache.c
Fix possible fd leak

16 years ago2007-08-08 [colin] 2.10.0cvs99
Colin Leroy [Wed, 8 Aug 2007 06:57:41 +0000 (06:57 +0000)]
2007-08-08 [colin] 2.10.0cvs99

* src/imap.c
Better way to fetch UIDs on non-UIDPLUS servers

16 years agoFix changelog (missing part)
Colin Leroy [Tue, 7 Aug 2007 18:49:20 +0000 (18:49 +0000)]
Fix changelog (missing part)

16 years ago2007-08-07 [colin] 2.10.0cvs98
Colin Leroy [Tue, 7 Aug 2007 18:37:51 +0000 (18:37 +0000)]
2007-08-07 [colin] 2.10.0cvs98

* src/imap.c
fix bug 1275, 'auto-saved draft messages not
always being removed'
* src/messageview.c
Don't try to reshow deleted mail
* src/msgcache.c
Fix leak on error path

16 years ago2007-08-07 [wwp] 2.10.0cvs97
Tristan Chabredier [Tue, 7 Aug 2007 09:07:47 +0000 (09:07 +0000)]
2007-08-07 [wwp] 2.10.0cvs97

* manual/account.xml
* manual/advanced.xml
* manual/fr/account.xml
* manual/fr/advanced.xml
Updated the reference manual and the French translation to
reflect 2.10.0cvs84: enable running folder Processing
rules on demand.

16 years ago2007-08-06 [wwp] 2.10.0cvs96
Tristan Chabredier [Mon, 6 Aug 2007 21:19:29 +0000 (21:19 +0000)]
2007-08-06 [wwp] 2.10.0cvs96

* src/prefs_common.c
* src/prefs_common.h
* src/textview.c
Allow changing the emphasis color used to highlight
the newsreader/x-mailer header value when it matches
our preferred mail agent (hidden pref 'emphasis_col' added
to clawsrc).

16 years ago2007-08-06 [colin] 2.10.0cvs95
Colin Leroy [Mon, 6 Aug 2007 16:39:10 +0000 (16:39 +0000)]
2007-08-06 [colin] 2.10.0cvs95

* src/compose.c
* src/compose.h
Re-commit 2.10.0cvs86, with a protection
against Pango bug. Also, try to fix
bug 1275, 'auto-saved draft messages not
always being removed'

16 years ago2007-08-06 [wwp] 2.10.0cvs94
Tristan Chabredier [Mon, 6 Aug 2007 16:10:13 +0000 (16:10 +0000)]
2007-08-06 [wwp] 2.10.0cvs94

* src/gtk/quicksearch.c
Replace deprecated GtkCombo with its modern equivalen GtkComboBox.

16 years ago2007-08-06 [ticho] 2.10.0cvs93
Andrej Kacian [Mon, 6 Aug 2007 14:54:28 +0000 (14:54 +0000)]
2007-08-06 [ticho] 2.10.0cvs93

* src/prefs_account.c
* src/gtk/combobox.c
Use GtkComboBox instead of GtkOptionMenu for privacy system
selection in account preferences.

16 years ago2007-08-06 [wwp] 2.10.0cvs92
Tristan Chabredier [Mon, 6 Aug 2007 10:49:47 +0000 (10:49 +0000)]
2007-08-06 [wwp] 2.10.0cvs92

* src/plugins/pgpcore/plugin.def
Apply one more chunk from gpg4win's 03-w32-port patch.

16 years ago2007-08-05 [colin] 2.10.0cvs91
Colin Leroy [Sun, 5 Aug 2007 08:29:05 +0000 (08:29 +0000)]
2007-08-05 [colin] 2.10.0cvs91

* src/compose.c
* src/compose.h
reverting buggy patch for now

16 years ago2007-08-05 [colin] 2.10.0cvs90
Colin Leroy [Sun, 5 Aug 2007 08:00:00 +0000 (08:00 +0000)]
2007-08-05 [colin] 2.10.0cvs90

* src/folder.c
Fix slowdown

16 years ago2007-08-04 [colin] 2.10.0cvs89
Colin Leroy [Sat, 4 Aug 2007 22:25:44 +0000 (22:25 +0000)]
2007-08-04 [colin] 2.10.0cvs89

* src/prefs_summaries.c
* src/summary_search.c
Replace deprecated widgets. Patch by
Andrej.

16 years ago2007-08-04 [colin] 2.10.0cvs88
Colin Leroy [Sat, 4 Aug 2007 22:19:17 +0000 (22:19 +0000)]
2007-08-04 [colin] 2.10.0cvs88

* src/mh.c
Refresh GUI only every 2000 mails on mh_get_last_num
This is fast (readdir) and done only once per
session/folder

16 years ago2007-08-03 [colin] 2.10.0cvs87
Colin Leroy [Fri, 3 Aug 2007 19:45:49 +0000 (19:45 +0000)]
2007-08-03 [colin] 2.10.0cvs87

* src/prefs_account.c
* src/gtk/combobox.h
* src/gtk/gtkutils.c
Fix a deprecated widget. Patch by
Andrej

16 years ago2007-08-03 [colin] 2.10.0cvs86
Colin Leroy [Fri, 3 Aug 2007 19:33:16 +0000 (19:33 +0000)]
2007-08-03 [colin] 2.10.0cvs86

* src/compose.c
* src/compose.h
Make colorisation and wrapping algorithms
faster. Fixes bug 1246, 'compose becomes
increasingly slow replying to complex emails'

16 years ago2007-08-03 [paul] 2.10.0cvs85
Paul Mangan [Fri, 3 Aug 2007 07:15:57 +0000 (07:15 +0000)]
2007-08-03 [paul] 2.10.0cvs85

* src/mh.c
keep the window painted

16 years ago2007-08-02 [paul] 2.10.0cvs84
Paul Mangan [Thu, 2 Aug 2007 08:33:19 +0000 (08:33 +0000)]
2007-08-02 [paul] 2.10.0cvs84

* src/folderview.c
* src/mainwindow.c
* src/mainwindow.h
enable running folder Processing
rules on demand

16 years ago2007-08-02 [paul] 2.10.0cvs83
Paul Mangan [Thu, 2 Aug 2007 06:49:52 +0000 (06:49 +0000)]
2007-08-02 [paul] 2.10.0cvs83

* src/textview.c
speed up/clean up rendering of larger
msgs
Thanks to Colin

16 years ago2007-08-01 [paul] 2.10.0cvs82
Paul Mangan [Wed, 1 Aug 2007 05:19:38 +0000 (05:19 +0000)]
2007-08-01 [paul] 2.10.0cvs82

* src/mainwindow.h
clean up cruft
* src/toolbar.c
change default toolbar layout on maemo
* src/pixmaps/close.xpm
make the red cross a grey cross
* src/pixmaps/jpilot.xpm
make icon smaller so it fits better

16 years ago2007-07-31 [paul] 2.10.0cvs81
Paul Mangan [Tue, 31 Jul 2007 09:14:31 +0000 (09:14 +0000)]
2007-07-31 [paul] 2.10.0cvs81

* src/setup.c
* src/gtk/gtkutils.c
fix crash on maemo on first launch

16 years ago2007-07-30 [paul] 2.10.0cvs80
Paul Mangan [Mon, 30 Jul 2007 17:35:49 +0000 (17:35 +0000)]
2007-07-30 [paul] 2.10.0cvs80

* src/prefs_matcher.c
specify the units of age and size

16 years ago2007-07-30 [paul] 2.10.0cvs79
Colin Leroy [Mon, 30 Jul 2007 09:00:03 +0000 (09:00 +0000)]
2007-07-30 [paul] 2.10.0cvs79

* src/main.c
Fix IMAP timeout setting

16 years ago2007-07-30 [colin] 2.10.0cvs78
Colin Leroy [Mon, 30 Jul 2007 06:19:32 +0000 (06:19 +0000)]
2007-07-30 [colin] 2.10.0cvs78

* src/prefs_account.c
Fix a deprecated widget. Patch by
Andrej

16 years ago2007-07-27 [paul] 2.10.0cvs77
Paul Mangan [Fri, 27 Jul 2007 15:03:02 +0000 (15:03 +0000)]
2007-07-27 [paul] 2.10.0cvs77

* src/matcher_parser_parse.y
* src/prefs_filtering_action.c
* src/prefs_matcher.c
these changes forgotten in cvs74's
'watch thread' feature

16 years ago2007-07-27 [paul] 2.10.0cvs76
Paul Mangan [Fri, 27 Jul 2007 14:27:40 +0000 (14:27 +0000)]
2007-07-27 [paul] 2.10.0cvs76

* src/compose.c
fix potential crasher
thanks to Colin

16 years ago2007-07-27 [paul] 2.10.0cvs75
Paul Mangan [Fri, 27 Jul 2007 14:22:45 +0000 (14:22 +0000)]
2007-07-27 [paul] 2.10.0cvs75

* src/mainwindow.c
* src/manual.c
* src/manual.h
* src/gtk/gtkutils.c
make mainwindow's /Help/Manual point to the
remote copy if the local copy doesn't exist

16 years ago2007-07-27 [paul] 2.10.0cvs74
Paul Mangan [Fri, 27 Jul 2007 14:19:05 +0000 (14:19 +0000)]
2007-07-27 [paul] 2.10.0cvs74

* src/Makefile.am
* src/filtering.c
* src/folder.c
* src/mainwindow.c
* src/matcher.c
* src/matcher.h
* src/matcher_parser_parse.y
* src/procmsg.c
* src/procmsg.h
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/summaryview.c
* src/summaryview.h
* src/toolbar.c
* src/toolbar.h
* src/pixmaps/watchthread.xpm
add 'watch thread' feature

16 years ago2007-07-27 [paul] 2.10.0cvs73
Paul Mangan [Fri, 27 Jul 2007 08:55:13 +0000 (08:55 +0000)]
2007-07-27 [paul] 2.10.0cvs73

* src/prefs_folder_item.c
adjust labels, add tooltips

16 years ago2007-07-27 [colin] 2.10.0cvs72
Colin Leroy [Fri, 27 Jul 2007 06:24:54 +0000 (06:24 +0000)]
2007-07-27 [colin] 2.10.0cvs72

* src/summaryview.c
Maemo: Remove less used menu items

16 years ago2007-07-26 [colin] 2.10.0cvs71
Colin Leroy [Thu, 26 Jul 2007 20:57:09 +0000 (20:57 +0000)]
2007-07-26 [colin] 2.10.0cvs71

* src/messageview.c
Maemo: destroy messageview after trashing mail.
Maybe should be done on X11 too

16 years ago2007-07-26 [colin] 2.10.0cvs70
Colin Leroy [Thu, 26 Jul 2007 20:30:13 +0000 (20:30 +0000)]
2007-07-26 [colin] 2.10.0cvs70

* src/folderview.c
* src/mainwindow.c
* src/prefs_common.c
* src/prefs_common.h
* src/summaryview.c
Add View/Show or Hide/Column headers

16 years ago2007-07-26 [colin] 2.10.0cvs69
Colin Leroy [Thu, 26 Jul 2007 16:34:13 +0000 (16:34 +0000)]
2007-07-26 [colin] 2.10.0cvs69

* src/procmime.c
Fix unwanted output

16 years ago2007-07-26 [colin] 2.10.0cvs68
Colin Leroy [Thu, 26 Jul 2007 16:32:02 +0000 (16:32 +0000)]
2007-07-26 [colin] 2.10.0cvs68

* src/ldapserver.c
Fix possible crash on cache invalidation
* src/compose.c
* src/procmime.c
* src/procmime.h
* src/quote_fmt_parse.y
Make replying to mails with big attachments
much faster. Fixes bug 1224, 'The process of
Replying to emails with large attachments
seems unreasonably long...'

16 years ago2007-07-26 [colin] 2.10.0cvs67
Colin Leroy [Thu, 26 Jul 2007 16:27:36 +0000 (16:27 +0000)]
2007-07-26 [colin] 2.10.0cvs67

* src/mimeview.c
* src/matcher.c
* src/common/ssl.c
Fix threads use on BSDs

16 years ago2007-07-26 [paul] 2.10.0cvs66
Paul Mangan [Thu, 26 Jul 2007 09:04:27 +0000 (09:04 +0000)]
2007-07-26 [paul] 2.10.0cvs66

* src/gtk/prefswindow.c
fix account prefs breakage
thanks to Colin

16 years ago2007-07-26 [paul] 2.10.0cvs65
Paul Mangan [Thu, 26 Jul 2007 08:42:29 +0000 (08:42 +0000)]
2007-07-26 [paul] 2.10.0cvs65

* configure.ac
standardise ./configure --help messages

16 years ago2007-07-26 [colin] 2.10.0cvs64
Colin Leroy [Thu, 26 Jul 2007 06:28:45 +0000 (06:28 +0000)]
2007-07-26 [colin] 2.10.0cvs64

* src/addressbook.c
* src/editaddress.c
Fix two vCard-related crashes

16 years ago2007-07-25 [colin] 2.10.0cvs63
Colin Leroy [Wed, 25 Jul 2007 16:37:48 +0000 (16:37 +0000)]
2007-07-25 [colin] 2.10.0cvs63

* src/inc.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_receive.c
Maemo: Add a better way to notify of
new mails
* src/mainwindow.c
* src/statusbar.h
* src/summaryview.c
* src/toolbar.c
Maemo: Various layout fixes
* src/gtk/prefswindow.c
Maemo: Better prefs layout

16 years ago2007-07-25 [paul] 2.10.0cvs62
Paul Mangan [Wed, 25 Jul 2007 07:42:58 +0000 (07:42 +0000)]
2007-07-25 [paul] 2.10.0cvs62

* src/textview.c
fix the layout on maemo
thanks to Colin

16 years ago2007-07-25 [iwkse] 2.10.0cvs61
Salvatore De Paolis [Wed, 25 Jul 2007 07:34:00 +0000 (07:34 +0000)]
2007-07-25 [iwkse] 2.10.0cvs61

* src/summaryview.c
add 'o' shortcut on summaryview

16 years ago2007-07-25 [iwkse] 2.10.0cvs60
Salvatore De Paolis [Wed, 25 Jul 2007 04:56:55 +0000 (04:56 +0000)]
2007-07-25 [iwkse] 2.10.0cvs60

* src/textview.c
fix o shortcut

16 years ago2007-07-24 [colin] 2.10.0cvs59
Colin Leroy [Tue, 24 Jul 2007 16:22:28 +0000 (16:22 +0000)]
2007-07-24 [colin] 2.10.0cvs59

* src/mh.c
Fix missing timestamp update on source
folder when moving
* src/textview.c
* src/textview.h
Better text layout on part's choices

16 years agonote when the RC was done
Paul Mangan [Tue, 24 Jul 2007 07:47:35 +0000 (07:47 +0000)]
note when the RC was done

16 years ago2007-07-23 [colin] 2.10.0cvs58
Colin Leroy [Mon, 23 Jul 2007 16:34:59 +0000 (16:34 +0000)]
2007-07-23 [colin] 2.10.0cvs58

* src/mimeview.c
* src/textview.c
Maemo: Automatically choose the correct application
to open parts
* src/gtk/quicksearch.c
Make search run on GDK_KP_Enter too

16 years ago2007-07-23 [wwp] 2.10.0cvs57
Tristan Chabredier [Mon, 23 Jul 2007 15:38:53 +0000 (15:38 +0000)]
2007-07-23 [wwp] 2.10.0cvs57

* src/quote_fmt_lex.l
Revert accidentaly committed lines (account_sig) in
2.10.0cvs56.

16 years ago2007-07-23 [wwp] 2.10.0cvs56
Tristan Chabredier [Mon, 23 Jul 2007 14:11:43 +0000 (14:11 +0000)]
2007-07-23 [wwp] 2.10.0cvs56

* src/quote_fmt_lex.l
Fix typos around long form expressions in the quote lexer.

16 years ago2007-07-23 [colin] 2.10.0cvs55
Colin Leroy [Mon, 23 Jul 2007 07:07:40 +0000 (07:07 +0000)]
2007-07-23 [colin] 2.10.0cvs55

* src/addr_compl.c
Fix auto-completion on Maemo

16 years ago2007-07-23 [colin] 2.10.0cvs54
Colin Leroy [Mon, 23 Jul 2007 06:29:01 +0000 (06:29 +0000)]
2007-07-23 [colin] 2.10.0cvs54

* src/statusbar.c
Maemo: Fix sticking statusbars

16 years ago2007-07-22 [colin] 2.10.0cvs53
Colin Leroy [Sun, 22 Jul 2007 11:53:46 +0000 (11:53 +0000)]
2007-07-22 [colin] 2.10.0cvs53

* src/main.c
Maemo: Fix the strange "top_application" info
at startup. We should do something when
receiving such a message.

16 years ago2007-07-20 [paul] 2.10.0cvs52
Paul Mangan [Fri, 20 Jul 2007 18:32:01 +0000 (18:32 +0000)]
2007-07-20 [paul] 2.10.0cvs52

* src/news_gtk.c
add missing #include "statusbar.h"

16 years ago2007-07-20 [colin] 2.10.0cvs51
Colin Leroy [Fri, 20 Jul 2007 16:20:59 +0000 (16:20 +0000)]
2007-07-20 [colin] 2.10.0cvs51

* src/folder.c
* src/folder.h
* src/folder_item_prefs.c
* src/folder_item_prefs.h
* src/folderview.c
* src/imap.c
* src/imap_gtk.c
* src/imap_gtk.h
* src/news.c
* src/news_gtk.c
* src/news_gtk.h
* src/prefs_folder_item.c
Implement age-based caching: allow to
specify a threshold for the offline synchronisation
feature, and whether old cached bodies should
be removed
* src/toolbar.c
* src/toolbar.h
Fix label/tooltips
* src/plugins/dillo_viewer/dillo_viewer.c
Check that Dillo's installed

16 years ago2007-07-20 [wwp] 2.10.0cvs50
Tristan Chabredier [Fri, 20 Jul 2007 14:03:27 +0000 (14:03 +0000)]
2007-07-20 [wwp] 2.10.0cvs50

* src/mimeview.c
* src/stock_pixmap.c
Draw a frame around the selected mimeview part icon (instead of the
shifted 'dancing' icon).