claws.git
17 years ago2006-06-21 [wwp] 2.3.1cvs8
Tristan Chabredier [Wed, 21 Jun 2006 11:58:49 +0000 (11:58 +0000)]
2006-06-21 [wwp] 2.3.1cvs8

* src/folder.c
set the attachment flag when inline text part are (file)named. This is more convenient
when receiving (for instance) inline source files or patches sent using thunderbird.

17 years ago2006-06-21 [paul] 2.3.1cvs7
Paul Mangan [Wed, 21 Jun 2006 11:08:06 +0000 (11:08 +0000)]
2006-06-21 [paul] 2.3.1cvs7

* src/inc.c
fix off-by-one count of current msg in
statusbar filtering progressbar

17 years ago2006-06-21 [paul] 2.3.1cvs6
Paul Mangan [Wed, 21 Jun 2006 08:51:24 +0000 (08:51 +0000)]
2006-06-21 [paul] 2.3.1cvs6

* src/folder.c
Show attachment icon even if the part is 'inline'
if the following conditions are met:
- content-type != 'text/plain'
- content-type != '*/pgp-signature'
- either 'name' or 'filename' parameter is not NULL

Thanks to Colin

17 years ago2006-06-21 [paul] 2.3.1cvs5
Paul Mangan [Wed, 21 Jun 2006 08:48:25 +0000 (08:48 +0000)]
2006-06-21 [paul] 2.3.1cvs5

* src/messageview.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_other.c
add an option to 'Never send Return
Receipts'
Thanks to Colin

17 years ago2006-06-20 [mones] 2.3.1cvs4
Ricardo Mones [Tue, 20 Jun 2006 19:36:29 +0000 (19:36 +0000)]
2006-06-20 [mones] 2.3.1cvs4

* po/es.po
updated
* src/compose.c
typo fixed (space after comma)
* tools/make.themes.project
remove exec mode from tarball files

17 years ago2006-06-20 [colin] 2.3.1cvs3
Colin Leroy [Tue, 20 Jun 2006 16:33:30 +0000 (16:33 +0000)]
2006-06-20 [colin] 2.3.1cvs3

* src/news.c
* src/procheader.c
* src/unmime.c
Better fix for \n's in headers (don't
break Received: and others)

17 years ago2006-06-20 [paul] 2.3.1cvs2
Paul Mangan [Tue, 20 Jun 2006 13:04:37 +0000 (13:04 +0000)]
2006-06-20 [paul] 2.3.1cvs2

* src/alertpanel.c
* src/textview.c
improve legibility of phishing attempt
dialog

17 years ago2006-06-20 [paul] 2.3.1cvs1
Paul Mangan [Tue, 20 Jun 2006 09:50:57 +0000 (09:50 +0000)]
2006-06-20 [paul] 2.3.1cvs1

* NEWS
* README
* configure.ac
Update version number following
stable release

17 years ago2006-06-20 [colin] 2.3.0cvs26
Colin Leroy [Tue, 20 Jun 2006 06:55:27 +0000 (06:55 +0000)]
2006-06-20 [colin] 2.3.0cvs26

* src/compose.c
When dragging a file to the text of the compose
window, ask whether we want to insert or attach
(I know lots of people who do that to attach)

17 years ago2006-06-20 [colin] 2.3.0cvs25
Colin Leroy [Tue, 20 Jun 2006 06:28:06 +0000 (06:28 +0000)]
2006-06-20 [colin] 2.3.0cvs25

* src/etpan/imap-thread.c
Fix threshold (the append command is often > 32 bytes)

17 years ago2006-06-19 [colin] 2.3.0cvs24
Colin Leroy [Mon, 19 Jun 2006 19:46:21 +0000 (19:46 +0000)]
2006-06-19 [colin] 2.3.0cvs24

* src/imap.c
* src/etpan/imap-thread.c
Workaround Rockliffe IMAP server bug: replace
"x UID SEARCH (ANSWERED UID 1:*)" with
"x UID SEARCH ANSWERED"
(Rockliffe doesn't handle the parenthesis)

17 years ago2006-06-19 [colin] 2.3.0cvs23
Colin Leroy [Mon, 19 Jun 2006 18:42:26 +0000 (18:42 +0000)]
2006-06-19 [colin] 2.3.0cvs23

* src/compose.c
* src/imap.c
* src/etpan/imap-thread.c
Probably fix bug #972 (Freezes when adding
an attachment to the message)
* src/common/defs.h
Modernize Firefox cmd

17 years ago2006-06-18 [colin] 2.3.0cvs22
Colin Leroy [Sun, 18 Jun 2006 18:04:36 +0000 (18:04 +0000)]
2006-06-18 [colin] 2.3.0cvs22

* src/prefs_customheader.c
Only allow correct filenames for various
custom headers

17 years ago2006-06-18 [colin] 2.3.0cvs21
Colin Leroy [Sun, 18 Jun 2006 09:02:10 +0000 (09:02 +0000)]
2006-06-18 [colin] 2.3.0cvs21

* src/prefs_customheader.c
Add a 'From File...' button in custom headers prefs, which
try to do the right thing:
for normal headers, use file as plaintext,
for X-Face, calls compface,
for Face, encode to b64.

17 years ago2006-06-17 [colin] 2.3.0cvs20
Colin Leroy [Sat, 17 Jun 2006 18:50:41 +0000 (18:50 +0000)]
2006-06-17 [colin] 2.3.0cvs20

* src/mh.c
Warning fix

17 years ago2006-06-16 [colin] 2.3.0cvs19
Colin Leroy [Fri, 16 Jun 2006 16:58:18 +0000 (16:58 +0000)]
2006-06-16 [colin] 2.3.0cvs19

* src/summaryview.c
Recursive quicksearch: show message list
in current folder, *then* search children
in the background.

17 years ago2006-06-16 [colin] 2.3.0cvs18
Colin Leroy [Fri, 16 Jun 2006 16:30:03 +0000 (16:30 +0000)]
2006-06-16 [colin] 2.3.0cvs18

* src/main.c
Instead of ignoring SIGPIPE, save caches
when getting one. Will fix the fact that
hot caches are out-of-date when logging
out of Xorg.
* src/compose.c
* src/prefs_compose_writing.c
Only save text (not attachments) when
auto-saving to drafts
* src/unmime.c
Always replace \n, \r and \t with spaces
in headers
* manual/dist/html/Makefile.am
* manual/dist/pdf/Makefile.am
* manual/dist/ps/Makefile.am
* manual/dist/txt/Makefile.am
* manual/fr/dist/html/Makefile.am
* manual/fr/dist/pdf/Makefile.am
* manual/fr/dist/ps/Makefile.am
* manual/fr/dist/txt/Makefile.am
* manual/pl/dist/html/Makefile.am
* manual/pl/dist/pdf/Makefile.am
* manual/pl/dist/ps/Makefile.am
* manual/pl/dist/txt/Makefile.am
Fix make clean removing pregenerated manuals

17 years ago2006-06-16 [colin] 2.3.0cvs17
Colin Leroy [Fri, 16 Jun 2006 06:46:34 +0000 (06:46 +0000)]
2006-06-16 [colin] 2.3.0cvs17

* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpinline/pgpinline.c
Better error reporting in setup_signers.
Don't fallback to default key if specified
key isn't found.
Don't allow signing if more than one secret
key matches the one specified in prefs.

17 years ago2006-06-15 [colin] 2.3.0cvs16
Colin Leroy [Thu, 15 Jun 2006 17:03:17 +0000 (17:03 +0000)]
2006-06-15 [colin] 2.3.0cvs16

* src/folderview.c
Add "Send queue" in the folder's contextual
menu
* src/compose.c
* src/messageview.c
* src/privacy.c
* src/privacy.h
* src/procmime.c
* src/procmsg.c
* src/plugins/pgpcore/passphrase.c
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Better error reporting
* src/mbox.c
Probably fix bug #971 (2.2.3 cannot read mail
from local mbox)

17 years ago2006-06-15 [mones] 2.3.0cvs15
Ricardo Mones [Thu, 15 Jun 2006 10:31:46 +0000 (10:31 +0000)]
2006-06-15 [mones] 2.3.0cvs15

* tools/make.themes.project
creates the themes project from the web page

17 years ago2006-06-15 [colin] 2.3.0cvs14
Colin Leroy [Thu, 15 Jun 2006 07:02:07 +0000 (07:02 +0000)]
2006-06-15 [colin] 2.3.0cvs14

* src/folder.c
Better fix (avoid losing the folder if scan_tree
fails)

17 years ago2006-06-15 [cleroy] 2.3.0cvs13
Colin Leroy [Thu, 15 Jun 2006 06:29:48 +0000 (06:29 +0000)]
2006-06-15 [cleroy] 2.3.0cvs13

* src/folder.c
Probably fix Bug #969 (crash on rebuilding
imap folder)

17 years ago2006-06-14 [colin] 2.3.0cvs12
Colin Leroy [Wed, 14 Jun 2006 17:35:28 +0000 (17:35 +0000)]
2006-06-14 [colin] 2.3.0cvs12

* manual/dtd/manual.xsl
* manual/sylpheed-claws-manual.xml
* manual/fr/sylpheed-claws-manual.xml
* manual/pl/sylpheed-claws-manual.xml
Insert pagebreaks between sections

17 years ago2006-06-14 [paul] 2.3.0cvs11
Paul Mangan [Wed, 14 Jun 2006 11:52:08 +0000 (11:52 +0000)]
2006-06-14 [paul] 2.3.0cvs11

* configure.ac
better fix than 2.3.0cvs10

17 years ago2006-06-14 [paul] 2.3.0cvs10
Paul Mangan [Wed, 14 Jun 2006 11:36:04 +0000 (11:36 +0000)]
2006-06-14 [paul] 2.3.0cvs10

* configure.ac
fix setting of PACKAGE_DATA_DIR with newer autoconf
(backwards compatible)

17 years ago2006-06-13 [colin] 2.3.0cvs9
Colin Leroy [Tue, 13 Jun 2006 16:37:20 +0000 (16:37 +0000)]
2006-06-13 [colin] 2.3.0cvs9

* src/messageview.c
Fix sending of return receipt with the new queue folders

17 years ago2006-06-13 [wwp] 2.3.0cvs8
Tristan Chabredier [Tue, 13 Jun 2006 10:49:55 +0000 (10:49 +0000)]
2006-06-13 [wwp] 2.3.0cvs8

* src/quote_fmt_lex.l
fix wrong tokens returned in quote_fmt lexer, query not().

17 years ago2006-06-13 [wwp] 2.3.0cvs7
Tristan Chabredier [Tue, 13 Jun 2006 08:59:27 +0000 (08:59 +0000)]
2006-06-13 [wwp] 2.3.0cvs7

* src/folder.c
* src/prefs_folder_item.c
allow changing folder type even when folder is not a top-level one,
thanks to Colin.

17 years agoquietly remove this obsoleted script
Paul Mangan [Tue, 13 Jun 2006 06:24:06 +0000 (06:24 +0000)]
quietly remove this obsoleted script

17 years ago2006-06-12 [colin] 2.3.0cvs6
Colin Leroy [Mon, 12 Jun 2006 17:39:07 +0000 (17:39 +0000)]
2006-06-12 [colin] 2.3.0cvs6

* src/folderview.c
Fix double-ask of "Do you want to mark all
as read"

17 years ago2006-06-12 [colin] 2.3.0cvs5
Colin Leroy [Mon, 12 Jun 2006 17:08:19 +0000 (17:08 +0000)]
2006-06-12 [colin] 2.3.0cvs5

* src/compose.c
* src/compose.h
* src/folder.c
* src/folder.h
* src/imap.c
* src/inc.c
* src/main.c
* src/messageview.c
* src/mh.c
* src/prefs_folder_item.c
* src/procheader.c
* src/procmime.c
* src/procmsg.c
* src/procmsg.h
* src/send_message.c
* src/summaryview.c
* src/toolbar.c
Apply bug #964's patch (Queue and drafts aren't normal)
The Drafts and Queue folder now contain RFC-822 files,
allowing to move and copy mails from and to these
folders. Moving from Drafts to Queue will prepare the
mail for sending (PGP signature, encryption, etc).
This patch also rework sending errors handling to try
to be more helpful.
Also, allow redefining folder types via the GUI
(Folder type in its Properties)

17 years ago2006-06-12 [colin] 2.3.0cvs4
Colin Leroy [Mon, 12 Jun 2006 16:06:14 +0000 (16:06 +0000)]
2006-06-12 [colin] 2.3.0cvs4

* src/summaryview.c
* src/prefs_common.c
* src/prefs_common.h
* src/gedit-print.c
Allow to define a specific print font - patch
by Bernhard Walle <bernhard.walle@gmx.de>
* src/prefs_fonts.c
* manual/advanced.xml
* manual/fr/advanced.xml
Add a hidden pref to allow deletion without
confirmation

17 years ago2006-06-12 [wwp] 2.3.0cvs3
Tristan Chabredier [Mon, 12 Jun 2006 16:01:42 +0000 (16:01 +0000)]
2006-06-12 [wwp] 2.3.0cvs3

* .cvsignore
more files to ignore.

17 years ago2006-06-12 [wwp] 2.3.0cvs2
Tristan Chabredier [Mon, 12 Jun 2006 15:59:35 +0000 (15:59 +0000)]
2006-06-12 [wwp] 2.3.0cvs2

* src/quote_fmt.c
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
extend the quote_fmt parser (templates and quotes):
- allow limited sub-expressions in |p{} and |f{} expressions,
- add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
- implemented/fixed missing implementation of query_references and show_references,
- completed, fixed contents and format of the symbols help dialog,
- fix some compilation warnings.

17 years ago2006-06-12 [wwp] 2.3.0cvs1
Tristan Chabredier [Mon, 12 Jun 2006 15:21:31 +0000 (15:21 +0000)]
2006-06-12 [wwp] 2.3.0cvs1

* manual/advanced.xml
* manual/fr/advanced.xml
updates in the "templates" section of the manual (eng/fr):
 - be more precise (both versions)
 - completed to match the english reference (fr version)
 - touchups (both versions)

17 years ago2.3.0 released rel_2_3_0
Paul Mangan [Mon, 12 Jun 2006 09:53:05 +0000 (09:53 +0000)]
2.3.0 released

17 years ago2006-06-12 [paul] 2.2.3cvs14
Paul Mangan [Mon, 12 Jun 2006 09:25:07 +0000 (09:25 +0000)]
2006-06-12 [paul] 2.2.3cvs14

* po/ca.po
* po/cs.po
* po/de.po
* po/el.po
* po/fr.po
* po/it.po
* po/pt_BR.po
* po/sr.po
* po/zh_CN.po
updated by Miquel Oliete, Tim, Stephan Sachse,
Stavros Giannouris, Fabien Vantard, Andrea
Spadaccini, Frederico Goncalves Guimaraes,
Aleksandar Urosevic, and Ralgh Young

17 years ago2006-06-12 [colin] 2.2.3cvs13
Colin Leroy [Mon, 12 Jun 2006 06:30:39 +0000 (06:30 +0000)]
2006-06-12 [colin] 2.2.3cvs13

* src/mbox.c
Add missing header

17 years ago2006-06-11 [colin] 2.2.3cvs12
Colin Leroy [Sun, 11 Jun 2006 13:36:35 +0000 (13:36 +0000)]
2006-06-11 [colin] 2.2.3cvs12

* src/msgcache.c
Verify that g_malloc() succeeded

17 years agoStuff i'd like to do post 2.3
Colin Leroy [Sun, 11 Jun 2006 11:24:40 +0000 (11:24 +0000)]
Stuff i'd like to do post 2.3

17 years ago2006-06-11 [colin] 2.2.3cvs11
Colin Leroy [Sun, 11 Jun 2006 08:17:49 +0000 (08:17 +0000)]
2006-06-11 [colin] 2.2.3cvs11

* src/wizard.c
Add Face header to welcome mail

17 years ago2006-06-10 [colin] 2.2.3cvs10
Colin Leroy [Sat, 10 Jun 2006 20:50:38 +0000 (20:50 +0000)]
2006-06-10 [colin] 2.2.3cvs10

* src/textview.c
Revert previous (Forgot it changes the
margin on the whole mail)

17 years ago2006-06-10 [colin] 2.2.3cvs9
Colin Leroy [Sat, 10 Jun 2006 17:45:59 +0000 (17:45 +0000)]
2006-06-10 [colin] 2.2.3cvs9

* src/textview.c
Don't overlap long headers under (X-)Face

17 years ago2006-06-10 [mones] 2.2.3cvs8
Ricardo Mones [Sat, 10 Jun 2006 16:20:51 +0000 (16:20 +0000)]
2006-06-10 [mones] 2.2.3cvs8

* manual/xml2pdf
allow generation of manual on systems lacking saxon binary
but with java and the saxon library installed

* po/es.po
updated for release

17 years ago2006-06-09 [colin] 2.2.3cvs7
Colin Leroy [Fri, 9 Jun 2006 15:05:37 +0000 (15:05 +0000)]
2006-06-09 [colin] 2.2.3cvs7

* src/summaryview.c
Fix leak when using Display Sender using Addressbook

17 years ago2006-06-09 [colin] 2.2.3cvs6
Colin Leroy [Fri, 9 Jun 2006 14:48:49 +0000 (14:48 +0000)]
2006-06-09 [colin] 2.2.3cvs6

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mimeview.c
* src/summaryview.c
More leaks fixes

17 years ago2006-06-09 [paul] 2.2.3cvs5
Paul Mangan [Fri, 9 Jun 2006 09:04:36 +0000 (09:04 +0000)]
2006-06-09 [paul] 2.2.3cvs5

* AUTHORS
* src/gtk/authors.h
* tools/claws.i18n.status.pl
updated with new info

17 years ago2006-06-09 [paul] 2.2.3cvs4
Paul Mangan [Fri, 9 Jun 2006 06:35:20 +0000 (06:35 +0000)]
2006-06-09 [paul] 2.2.3cvs4

* README
updated
* manual/ack.xml
add wwp to authors list
* src/gtk/authors.h
update mine and Colin's addresses

17 years ago2006-06-08 [colin] 2.2.3cvs3
Colin Leroy [Thu, 8 Jun 2006 20:57:05 +0000 (20:57 +0000)]
2006-06-08 [colin] 2.2.3cvs3

* src/etpan/imap-thread.c
Fix leak on SSL cert check

17 years ago2006-06-08 [colin] 2.2.3cvs2
Colin Leroy [Thu, 8 Jun 2006 16:34:18 +0000 (16:34 +0000)]
2006-06-08 [colin] 2.2.3cvs2

* src/common/utils.c
Fix leak

17 years ago2006-06-08 [paul] 2.2.3cvs1
Paul Mangan [Thu, 8 Jun 2006 10:26:56 +0000 (10:26 +0000)]
2006-06-08 [paul] 2.2.3cvs1

* configure.ac
Update version number following
stable release

17 years ago2006-06-07 [colin] 2.2.2cvs3
Colin Leroy [Wed, 7 Jun 2006 16:41:15 +0000 (16:41 +0000)]
2006-06-07 [colin] 2.2.2cvs3

* src/msgcache.c
Fix catching cache read errors (guint instead of gint)
Prevent malloc'ing more than 8MB (means cache corruption)

17 years ago2006-06-07 [paul] 2.2.2cvs2
Paul Mangan [Wed, 7 Jun 2006 07:30:10 +0000 (07:30 +0000)]
2006-06-07 [paul] 2.2.2cvs2

* src/exporthtml.c
* src/exportldif.c
* src/mh.c
* src/mutt.c
* src/pine.c
* src/common/utils.c
fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
obey $HOME'
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
Thanks to Colin

17 years ago2006-06-06 [paul] 2.2.2cvs1
Paul Mangan [Tue, 6 Jun 2006 09:17:34 +0000 (09:17 +0000)]
2006-06-06 [paul] 2.2.2cvs1

* configure.ac
Update version number following
stable release

17 years ago2006-06-06 [paul] 2.2.1cvs6
Paul Mangan [Tue, 6 Jun 2006 07:45:27 +0000 (07:45 +0000)]
2006-06-06 [paul] 2.2.1cvs6

* src/matcher.c
fix  implicit declaration of
sylpheed_do_idle()
Patch by Fabien Vantard

17 years ago2006-06-06 [paul] 2.2.1cvs5
Paul Mangan [Tue, 6 Jun 2006 07:42:50 +0000 (07:42 +0000)]
2006-06-06 [paul] 2.2.1cvs5

* src/matcher.c
fix age_greater and age_lower so that they
mean what say and not '...or equal to'
Thanks to Colin

17 years ago2006-06-06 [paul] 2.2.1cvs4
Paul Mangan [Tue, 6 Jun 2006 07:39:23 +0000 (07:39 +0000)]
2006-06-06 [paul] 2.2.1cvs4

* src/textview.c
* src/common/utils.c
fix URI check
Thanks to Colin

17 years ago2006-06-05 [wwp] 2.2.1cvs3
Tristan Chabredier [Mon, 5 Jun 2006 15:15:36 +0000 (15:15 +0000)]
2006-06-05 [wwp] 2.2.1cvs3

* manual/fr/account.xml
minor language fixes (thanks to Fabien Vantard).

17 years ago2006-06-05 [colin] 2.2.1cvs2
Colin Leroy [Mon, 5 Jun 2006 14:15:28 +0000 (14:15 +0000)]
2006-06-05 [colin] 2.2.1cvs2

* src/prefs_folder_item.c
* src/folderview.c
Allow recursive setting of properties
for whole mailboxes
* src/matcher.c
Don't freeze on 'test' filtering rule

17 years ago2006-06-05 [colin] 2.2.1cvs1
Colin Leroy [Mon, 5 Jun 2006 09:18:26 +0000 (09:18 +0000)]
2006-06-05 [colin] 2.2.1cvs1

* configure.ac
Update version number following
stable release

17 years agoReference bug summary in bugfix commit ;)
Colin Leroy [Sun, 4 Jun 2006 12:56:21 +0000 (12:56 +0000)]
Reference bug summary in bugfix commit ;)

17 years ago2006-06-04 [wwp] 2.2.0cvs82
Tristan Chabredier [Sun, 4 Jun 2006 10:46:46 +0000 (10:46 +0000)]
2006-06-04 [wwp] 2.2.0cvs82

* manual/glossary.xml
* manual/account.xml
* manual/fr/glossary.xml
* manual/fr/account.xml
added glossary section and references/links related to the Face custom header.

17 years ago2006-06-04 [colin] 2.2.0cvs81
Colin Leroy [Sun, 4 Jun 2006 09:28:23 +0000 (09:28 +0000)]
2006-06-04 [colin] 2.2.0cvs81

* src/summaryview.c
Skip to next message on move with no
immediate execution

17 years ago2006-06-04 [wwp] 2.2.0cvs80
Tristan Chabredier [Sun, 4 Jun 2006 06:40:36 +0000 (06:40 +0000)]
2006-06-04 [wwp] 2.2.0cvs80

* manual/xml2pdf
added sanity checks, exit when needed.

17 years ago2006-06-03 [paul] 2.2.0cvs79
Paul Mangan [Sat, 3 Jun 2006 10:31:49 +0000 (10:31 +0000)]
2006-06-03 [paul] 2.2.0cvs79

* src/prefs_receive.c
page name is now 'Receiving'
* src/prefs_send.c
page name is now 'Sending'

17 years ago2006-06-03 [colin] 2.2.0cvs78
Colin Leroy [Sat, 3 Jun 2006 10:06:28 +0000 (10:06 +0000)]
2006-06-03 [colin] 2.2.0cvs78

* src/plugins/spamassassin/spamassassin_gtk.c
Autoswitch to Localhost if transport was previously
disabled. Else people had to check [] Enable, then
*reselect* transport.

17 years ago2006-06-03 [colin] 2.2.0cvs77
Colin Leroy [Sat, 3 Jun 2006 07:57:21 +0000 (07:57 +0000)]
2006-06-03 [colin] 2.2.0cvs77

* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Check that gpg_data_release_and_get_mem
didn't fail (now, why this happens...)

17 years ago2006-06-03 [colin] 2.2.0cvs76
Colin Leroy [Sat, 3 Jun 2006 06:43:39 +0000 (06:43 +0000)]
2006-06-03 [colin] 2.2.0cvs76

* src/mbox.c
Fix bug #962 (Manual and/or UI should
warn about incompatible locking
causing dataloss)

17 years ago2006-06-02 [cleroy] 2.2.0cvs75
Colin Leroy [Fri, 2 Jun 2006 17:06:33 +0000 (17:06 +0000)]
2006-06-02 [cleroy] 2.2.0cvs75

* src/filtering.c
* src/folder.c
* src/procmsg.c
* src/summaryview.c
Fix a few leaks

17 years ago2006-06-02 [colin] 2.2.0cvs74
Colin Leroy [Fri, 2 Jun 2006 16:48:40 +0000 (16:48 +0000)]
2006-06-02 [colin] 2.2.0cvs74

* src/main.c
On exit, free caches after writing them
Shuts up some valgrind false positives
* src/procmsg.c
* src/send_message.c
Fix races when reusing existing SMTP connections
Fix inexistant session timeout
* src/toolbar.c
Display alertpanel after all queues have
been processed, not after each

17 years ago2006-06-02 [wwp] 2.2.0cvs73
Tristan Chabredier [Fri, 2 Jun 2006 12:23:08 +0000 (12:23 +0000)]
2006-06-02 [wwp] 2.2.0cvs73

* manual/fr/glossary.xml
* manual/fr/ack.xml
* manual/ack.xml
one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).

17 years ago2006-06-02 [wwp] 2.2.0cvs72
Tristan Chabredier [Fri, 2 Jun 2006 12:14:40 +0000 (12:14 +0000)]
2006-06-02 [wwp] 2.2.0cvs72

* manual/xml2pdf
* manual/dist/pdf/Makefile.am
* manual/dtd/manual.xsl
* manual/fr/dist/pdf/Makefile.am
* manual/pl/dist/pdf/Makefile.am
we changed the procedure to generate the .pdf version of the manual.
The procedure is more modern and the .pdf we get now has a valid index.
Here are the new pre-requisites:

- JRE 1.x (1.4 here): there must be one from your distro
- Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
- FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
- DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download

See my posts for further info about the installation of this toolchain:

Date: Fri, 19 May 2006 19:40:06 +0200
From: wwp <subscript@free.fr>
To: sylpheed-claws-devel@lists.sourceforge.net
Subject: [Sylpheed-claws-devel] Generating the manual .pdf

and

Date: Wed, 24 May 2006 12:58:49 +0200
From: wwp <subscript@free.fr>
To: sylpheed-claws-devel@lists.sourceforge.net
Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf

17 years ago2006-06-01 [colin] 2.2.0cvs71
Colin Leroy [Thu, 1 Jun 2006 17:14:34 +0000 (17:14 +0000)]
2006-06-01 [colin] 2.2.0cvs71

* src/compose.c
Better guards against IMAP races
* src/main.c
* src/prefs_common.c
* src/prefs_common.h
* src/common/ssl_certificate.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
* src/gtk/sslcertwindow.c
New hidden option ssl_skip_cert_check to
avoid dups of bug #959 (libetpan linked
against gnutls and gnutls buggy on 64bit)
Present expired warning only once per
session/server.
* manual/advanced.xml
* manual/fr/advanced.xml
Document new option

17 years ago2006-06-01 [wwp] 2.2.0cvs70
Tristan Chabredier [Thu, 1 Jun 2006 08:04:41 +0000 (08:04 +0000)]
2006-06-01 [wwp] 2.2.0cvs70

* src/messageview.c
fix for bug #961 (wrong check was done when checking before sending
notification email), thanks to Colin.

17 years ago2006-05-31 [cleroy] 2.2.0cvs69
Colin Leroy [Wed, 31 May 2006 18:06:35 +0000 (18:06 +0000)]
2006-05-31 [cleroy] 2.2.0cvs69

* src/common/ssl.c
Guard against NULLs, although this
should never be an issue

17 years ago2006-05-31 [colin] 2.2.0cvs68
Colin Leroy [Wed, 31 May 2006 16:43:20 +0000 (16:43 +0000)]
2006-05-31 [colin] 2.2.0cvs68

* src/filtering.c
Use g_slist_prepend
* src/imap.c
Don't remove caches when destroying folder, it
could (should) be done at exit
* src/inc.c
free processing cache after incorporation
* src/etpan/imap-thread.c
Maybe fix bug #959 (Crash on moving to emails
to a imap account per ssl with a expired
certificate.)

17 years ago2006-05-30 [colin] 2.2.0cvs67
Colin Leroy [Tue, 30 May 2006 17:54:07 +0000 (17:54 +0000)]
2006-05-30 [colin] 2.2.0cvs67

* src/summaryview.c
Put back event flush when displaying message
It avoids reading a bunch of messages just
by hitting shift-n for too long ;)

17 years ago2006-05-29 [colin] 2.2.0cvs66
Colin Leroy [Mon, 29 May 2006 20:12:23 +0000 (20:12 +0000)]
2006-05-29 [colin] 2.2.0cvs66

* src/summaryview.c
Remove useless g_warnings

17 years ago2006-05-29 [colin] 2.2.0cvs65
Colin Leroy [Mon, 29 May 2006 19:39:23 +0000 (19:39 +0000)]
2006-05-29 [colin] 2.2.0cvs65

* src/imap.c
Fix g_slist_append()s for performance

17 years ago2006-05-29 [colin] 2.2.0cvs64
Colin Leroy [Mon, 29 May 2006 16:42:33 +0000 (16:42 +0000)]
2006-05-29 [colin] 2.2.0cvs64

* src/compose.c
* src/common/utils.c
Fix extraneous tab at start of addresses
* src/mainwindow.c
Fix warnings (thanks to Fabien)
Fix crash at exit when composing messages
exist
* src/pop.c
Fix progress bar when deleting expired mails
Thanks to Hiro
* src/summaryview.c
* src/gtk/gtksctree.c
Fix re-sorting slowness

17 years ago2006-05-29 [paul] 2.2.0cvs63
Paul Mangan [Mon, 29 May 2006 09:00:26 +0000 (09:00 +0000)]
2006-05-29 [paul] 2.2.0cvs63

* src/mh.c
fetch full message when moving mails
from another mailbox, (fixed data loss
when filtering from IMAP to MH, introduced
in 2.2.0cvs57).
Thanks to Colin

17 years ago2006-05-29 [mones] 2.2.0cvs62
Ricardo Mones [Mon, 29 May 2006 07:42:40 +0000 (07:42 +0000)]
2006-05-29 [mones] 2.2.0cvs62

* src/gtk/gtksctree.c
Unselect faster (patch by Colin)

17 years ago2006-05-26 [colin] 2.2.0cvs61
Colin Leroy [Fri, 26 May 2006 16:43:21 +0000 (16:43 +0000)]
2006-05-26 [colin] 2.2.0cvs61

* src/summaryview.c
Unplug MSGINFO_UPDATE callback on delete too.

17 years ago2006-05-26 [colin] 2.2.0cvs60
Colin Leroy [Fri, 26 May 2006 11:24:19 +0000 (11:24 +0000)]
2006-05-26 [colin] 2.2.0cvs60

* src/foldersel.c
Fix bold in folder selection window with glib2.10
thanks Hiro

17 years ago2006-05-26 [colin] 2.2.0cvs59
Colin Leroy [Fri, 26 May 2006 10:25:58 +0000 (10:25 +0000)]
2006-05-26 [colin] 2.2.0cvs59

* src/procheader.c
Convert date only if necessary (and don't
try to convert from utf8 to utf8, too)
* src/summaryview.c
Only set column's text if the column's
displayed

17 years ago2006-05-26 [colin] 2.2.0cvs58
Colin Leroy [Fri, 26 May 2006 08:59:33 +0000 (08:59 +0000)]
2006-05-26 [colin] 2.2.0cvs58

* src/summaryview.c
* src/gtk/gtkutils.c
Fix useless warning

17 years ago2006-05-26 [colin] 2.2.0cvs57
Colin Leroy [Fri, 26 May 2006 08:32:09 +0000 (08:32 +0000)]
2006-05-26 [colin] 2.2.0cvs57

* src/mainwindow.c
Make summaryview selectable as long as
no message has focus
* src/mh.c
Faster deletion (by implementing mh_remove_msgs)
Faster copy (avoid using mh_fetch_msg just to get
the filename)
Faster move (using move_file instead of copy_file
if MSG_IS_MOVE)
No progressbar if total number of mails to cp/mv
is less than 100
* src/summaryview.c
Fix removal from subject_table when mail gets moved
Faster deletion (g_slist_prepend instead of append)
* src/gtk/gtksctree.c
Remove useless code

17 years ago2006-05-25 [colin] 2.2.0cvs56
Colin Leroy [Thu, 25 May 2006 19:24:59 +0000 (19:24 +0000)]
2006-05-25 [colin] 2.2.0cvs56

* src/common/ssl_certificate.c
Fix leak in expired cert check

17 years ago2006-05-25 [colin] 2.2.0cvs55
Colin Leroy [Thu, 25 May 2006 18:34:08 +0000 (18:34 +0000)]
2006-05-25 [colin] 2.2.0cvs55

* src/mh.c
Disable flags syncing on .mh_sequences - it
is buggy and marks mails read under unknown
conditions.

17 years ago2.3.0-rc4 released
Colin Leroy [Thu, 25 May 2006 10:21:58 +0000 (10:21 +0000)]
2.3.0-rc4 released

17 years ago2006-05-24 [colin] 2.2.0cvs54
Colin Leroy [Wed, 24 May 2006 18:02:15 +0000 (18:02 +0000)]
2006-05-24 [colin] 2.2.0cvs54

attention cvs users: if you manage to crash
Sylpheed-Claws while moving, copying or deleting
mails, we *are* interested in stack traces and
valgrind logs. It looks stable, but one never
knows...

* src/folder.c
Add progressbar for cache updates
* src/folderutils.c
Optimize Mark all read in the current
folder
* src/mh.c
Add progressbar for copy/move
* src/procmsg.c
Optimize O(n^2) in copy/move
* src/summaryview.c
* src/gtk/gtksctree.c
Optimize O(n^2) algos
* src/common/timing.h
Display ms instead of us

17 years ago2006-05-24 [wwp] 2.2.0cvs53
Tristan Chabredier [Wed, 24 May 2006 16:46:42 +0000 (16:46 +0000)]
2006-05-24 [wwp] 2.2.0cvs53

* manual/fr/advanced.xml
updates to the French manual.

17 years ago2006-05-24 [wwp] 2.2.0cvs52
Tristan Chabredier [Wed, 24 May 2006 09:23:40 +0000 (09:23 +0000)]
2006-05-24 [wwp] 2.2.0cvs52

* src/common/utils.c
MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).

17 years ago2006-05-24 [wwp] 2.2.0cvs51
Tristan Chabredier [Wed, 24 May 2006 09:10:29 +0000 (09:10 +0000)]
2006-05-24 [wwp] 2.2.0cvs51

* src/folderutils.c
fixed "mark all read" in MH folders (thanks to Colin).

17 years ago2006-05-24 [paul] 2.2.0cvs50
Paul Mangan [Wed, 24 May 2006 08:58:43 +0000 (08:58 +0000)]
2006-05-24 [paul] 2.2.0cvs50

* doc/man/sylpheed-claws.1
updated the man page

17 years ago2006-05-23 [colin] 2.2.0cvs49
Colin Leroy [Tue, 23 May 2006 17:45:56 +0000 (17:45 +0000)]
2006-05-23 [colin] 2.2.0cvs49

* src/folderview.c
* src/imap.c
* src/inc.c
* src/mbox.c
* src/messageview.c
* src/news.c
* src/send_message.c
* src/summaryview.c
* src/gtk/sslcertwindow.c
alertpanel fixes, by Fabien

17 years ago2006-05-23 [colin] 2.2.0cvs48
Colin Leroy [Tue, 23 May 2006 17:42:52 +0000 (17:42 +0000)]
2006-05-23 [colin] 2.2.0cvs48

* src/folder.c
* src/folderview.c
* src/msgcache.c
* src/summaryview.c
* src/gtk/gtksctree.c
* src/gtk/gtksctree.h
More timings
Fix slow loading problem, which was caused by the
use of some gtk_ctree funcs and their use of
g_list_position while gtk_ctree_(un)link'ing.
Reap more functions from gtkctree.c to be sure we
use our (fast) version instead of theirs.
* src/mh.c
Fix copy of unread mails

17 years ago2006-05-22 [wwp] 2.2.0cvs47
Tristan Chabredier [Mon, 22 May 2006 16:53:48 +0000 (16:53 +0000)]
2006-05-22 [wwp] 2.2.0cvs47

* manual/fr/advanced.xml
updated.

17 years ago2006-05-22 [colin] 2.2.0cvs46
Colin Leroy [Mon, 22 May 2006 16:37:02 +0000 (16:37 +0000)]
2006-05-22 [colin] 2.2.0cvs46

* src/filtering.c
Fix possible infinite loop. 'copy' is not a
final action, so when encountering a 'copy',
we have to check if a previous one was set
and do it. In the same way, if we encounter
a 'move' we have to perform a possibly
pending 'copy'. This will slow down filtering
on IMAP if move+copy or multiple copy actions
are to be done, but handling it via the batch
would be really too convoluted.

17 years ago2006-05-22 [wwp] 2.2.0cvs45
Tristan Chabredier [Mon, 22 May 2006 16:20:22 +0000 (16:20 +0000)]
2006-05-22 [wwp] 2.2.0cvs45

* manual/fr/advanced.xml
* manual/fr/faq.xml
* manual/fr/glossary.xml
* manual/fr/handling.xml
* manual/fr/intro.xml
* manual/fr/plugins.xml
* manual/fr/sylpheed-claws-manual.xml
sync w/ the english manual: updates URIs, documented mailing-list
support, better explanation about the enabled/disabled feature
in filtering/processing rules by Paul.