claws.git
18 years ago2005-08-05 [colin] 1.9.13cvs17
Colin Leroy [Fri, 5 Aug 2005 22:54:48 +0000 (22:54 +0000)]
2005-08-05 [colin] 1.9.13cvs17

* src/prefs_common.c
* src/prefs_common.h
* src/mainwindow.c
* src/compose.c
* src/messageview.c
Add an hidden toolbar_detachable pref, so
that I can get rid of these painful handles
in the toolbars. Defaults to TRUE to avoid
changing the GUI on unsuspecting people...

18 years ago2005-08-05 [colin] 1.9.13cvs16
Colin Leroy [Fri, 5 Aug 2005 19:57:42 +0000 (19:57 +0000)]
2005-08-05 [colin] 1.9.13cvs16

* src/Makefile.am
* src/prefs_folder_column.c
* src/prefs_folder_column.h
Add prefs for folder columns
* src/folderview.c
* src/folderview.h
* src/mainwindow.c
* src/mainwindow.h
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_summaries.c
Use them
* src/prefs_summary_column.c
* src/summaryview.c
* src/summaryview.h
Add a To column
* src/textview.c
* src/common/utils.c
* src/common/utils.h
Move uri colourisation functions
to utils
* src/compose.c
Colourise URIs
* src/imap.c
Fix bug with LIST where we'd try
to get Folder//////[...]///

18 years ago2005-08-05 [paul] 1.9.13cvs15
Paul Mangan [Fri, 5 Aug 2005 10:22:26 +0000 (10:22 +0000)]
2005-08-05 [paul] 1.9.13cvs15

* src/prefs_summaries.c
improve the English usage
* src/summaryview.c
set font on column change
thanks to Colin

18 years ago2005-08-05 [paul] 1.9.13cvs14
Paul Mangan [Fri, 5 Aug 2005 09:12:51 +0000 (09:12 +0000)]
2005-08-05 [paul] 1.9.13cvs14

* src/prefs_common.c
* src/prefs_common.h
* src/prefs_summaries.c
* src/summaryview.c
replace 'open_unread_on_enter' option with
'select_on_entry' option. opening/not opening
is now exclusively controlled by 'always_show_msg'

18 years ago2005-08-04 [colin] 1.9.13cvs13
Colin Leroy [Thu, 4 Aug 2005 18:01:14 +0000 (18:01 +0000)]
2005-08-04 [colin] 1.9.13cvs13

* src/compose.c
Remove dead code
Add colourisation of quotes and signatures
* src/folderview.c
Fix possible crashes
* src/messageview.c
Change an assert that is no problem
* src/news.c
* src/news_gtk.c
* src/news_gtk.h
Fix offline mode
* src/gtk/quicksearch.c
Fix a possible crash

18 years ago2005-08-03 [colin] 1.9.13cvs12
Colin Leroy [Wed, 3 Aug 2005 21:36:57 +0000 (21:36 +0000)]
2005-08-03 [colin] 1.9.13cvs12

* src/prefs_account.c
Fix bug #777 (Sylpheed crash in account configuration)

18 years ago2005-08-03 [colin] 1.9.13cvs11
Colin Leroy [Wed, 3 Aug 2005 18:24:13 +0000 (18:24 +0000)]
2005-08-03 [colin] 1.9.13cvs11

* src/addressbook.c
* src/editaddress.c
* src/editgroup.c
Fixing addressbook, round 2
* src/textview.c
Fix emphasis color on rechecking 'Colorize messages'

18 years ago2005-08-03 [paul] 1.9.13cvs10
Paul Mangan [Wed, 3 Aug 2005 08:31:53 +0000 (08:31 +0000)]
2005-08-03 [paul] 1.9.13cvs10

sync with main

* src/addr_compl.c
* src/compose.c
* src/main.c
* src/pop.c
* src/prefs_account.c
* src/procmime.c
* src/procmsg.c
* src/quote_fmt_parse.y
* src/textview.c
* src/common/quoted-printable.c
* src/common/utils.c
* src/common/utils.h
* src/common/xml.c
replaced incorrect locale-independent
ctype functions with GLib's. Corrected
signedness mismatch.
* src/headerview.c
headerview_create(): added spacing for vbox.
* src/gtk/about.c
set focus to the OK button.

18 years ago2005-08-03 [colin] 1.9.13cvs9
Colin Leroy [Wed, 3 Aug 2005 06:38:19 +0000 (06:38 +0000)]
2005-08-03 [colin] 1.9.13cvs9

* src/folderview.c
Fix possible crash

18 years ago2005-08-02 [colin] 1.9.13cvs8
Colin Leroy [Tue, 2 Aug 2005 17:11:21 +0000 (17:11 +0000)]
2005-08-02 [colin] 1.9.13cvs8

* src/mainwindow.c
Fix cast
* src/addressbook.c
* src/addressitem.h
Fix a cast and more generally, try to make the
GUI more intuitive and consistent (round 1)

18 years ago2005-08-02 [paul] 1.9.13cvs7
Paul Mangan [Tue, 2 Aug 2005 09:45:54 +0000 (09:45 +0000)]
2005-08-02 [paul] 1.9.13cvs7

* src/folder.h
missing in 1.9.13cvs6

18 years ago2005-08-02 [colin] 1.9.13cvs6
Colin Leroy [Tue, 2 Aug 2005 07:52:27 +0000 (07:52 +0000)]
2005-08-02 [colin] 1.9.13cvs6

* src/folder.c
Fix one more leak

18 years ago2005-08-02 [colin] 1.9.13cvs5
Colin Leroy [Tue, 2 Aug 2005 07:26:13 +0000 (07:26 +0000)]
2005-08-02 [colin] 1.9.13cvs5

* src/folder.c
* src/folderview.c
* src/imap.c
* src/main.c
* src/mbox.c
* src/procmsg.c
* src/summaryview.c
Fix a number of folder_item_get_msg_list()-related
leaks (missing procmsg_msginfo_free()s)

18 years ago2005-08-01 [colin] 1.9.13cvs4
Colin Leroy [Mon, 1 Aug 2005 17:18:42 +0000 (17:18 +0000)]
2005-08-01 [colin] 1.9.13cvs4

* src/folderview.c
* src/folderview.h
* src/mainwindow.c
* src/prefs_fonts.c
* src/prefs_summaries.c
* src/prefs_themes.c
* src/summaryview.c
* src/summaryview.h
* src/textview.c
* src/textview.h
Fix instant-apply of summary and folderview-related prefs
Fix erroneous g_free and alertpanels in prefs_theme
Add instant-apply for fonts
Defer applying of prefs a little bit so it's done only
once even if requested by multiples prefs pages

18 years ago2005-08-01 [paul] 1.9.13cvs3
Paul Mangan [Mon, 1 Aug 2005 12:27:33 +0000 (12:27 +0000)]
2005-08-01 [paul] 1.9.13cvs3

* src/main.c
fix bug 776 'S.C. crashes on close'
thanks to Colin
* src/etpan/etpan-thread-manager-types.h
add missing include
thanks to Hoa

18 years ago2005-07-25 [paul] 1.9.13cvs2
Paul Mangan [Mon, 25 Jul 2005 05:36:09 +0000 (05:36 +0000)]
2005-07-25 [paul] 1.9.13cvs2

* src/summaryview.c
fix typos. spotted by Fabien Vantard

18 years agopt_BR updated
Paul Mangan [Sun, 24 Jul 2005 06:59:52 +0000 (06:59 +0000)]
pt_BR updated

18 years ago2005-07-24 [paul] 1.9.13cvs1
Paul Mangan [Sun, 24 Jul 2005 06:54:51 +0000 (06:54 +0000)]
2005-07-24 [paul] 1.9.13cvs1

* doc/man/sylpheed.1
update man page, incorporating fix of
bug 769 'Typo in manpage'
* src/etpan/imap-thread.c
fix NetBSD openssl dependencies. patch by
George Michaelson <ggm@apnic.net>

18 years ago1.9.13 release rel_1_9_13
Paul Mangan [Fri, 22 Jul 2005 11:27:09 +0000 (11:27 +0000)]
1.9.13 release

18 years ago2005-07-22 [paul] 1.9.12cvs91
Paul Mangan [Fri, 22 Jul 2005 11:09:27 +0000 (11:09 +0000)]
2005-07-22 [paul] 1.9.12cvs91

* AUTHORS
* INSTALL
* README.claws
* RELEASE_NOTES.claws
updated for release
* configure.ac
* po/nb.po
* tools/claws.i18n.status.pl
add Norwegian translation. submiited by
Geir Helland <pjallabais@users.sourceforge.net>
* po/ca.po
* po/de.po
* po/es.po
* po/fi.po
* po/fr.po
* po/it.po
* po/sk.po
* po/sr.po
* po/zh_CN.po
updated by Miquel Oliete, Thomas Gilgin, Ricardo
Mones Lastra, Tommi Pirinen, Fabien Vantard,
Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
Yang Guilong
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/spamassassin/spamassassin_gtk.c
replace outdated description strings

18 years ago2005-07-21 [colin] 1.9.12cvs90
Colin Leroy [Thu, 21 Jul 2005 15:46:34 +0000 (15:46 +0000)]
2005-07-21 [colin] 1.9.12cvs90

* src/folder.c
Set folder to batch mode when scanning it. Makes deletion
of unread mails on IMAP much faster (due to the UNREAD
flag unsetting)

18 years ago2005-07-21 [darko] 1.9.12cvs89
Darko Koruga [Thu, 21 Jul 2005 10:03:48 +0000 (10:03 +0000)]
2005-07-21 [darko] 1.9.12cvs89

* configure.ac
link against libresolv if necessary (patch by Paul)
* src/msgcache.c
use glib's portable macros to determine endianness

18 years ago2005-07-21 [paul] 1.9.12cvs88
Paul Mangan [Thu, 21 Jul 2005 08:17:38 +0000 (08:17 +0000)]
2005-07-21 [paul] 1.9.12cvs88

* src/crash.c
* src/gtk/about.c
update compiled-in features list

18 years ago2005-07-20 [colin] 1.9.12cvs87
Colin Leroy [Wed, 20 Jul 2005 16:50:43 +0000 (16:50 +0000)]
2005-07-20 [colin] 1.9.12cvs87

* src/folder.c
* src/textview.c
Gcc 2.9x compilation fixes, thanks to Darko
* src/plugins/clamav/clamav_plugin.c
Little optimisation: load virus database only once
* src/plugins/spamassassin/spamassassin.c
Big optimisation: filtering one mail took at least 1 second,
now it takes at least 50ms. Doesn't speed up spamassassin
itself, but should already be much more tolerable.

18 years agoupdated
Paul Mangan [Wed, 20 Jul 2005 07:25:40 +0000 (07:25 +0000)]
updated

18 years ago2005-07-20 [colin] 1.9.12cvs86
Colin Leroy [Wed, 20 Jul 2005 07:00:33 +0000 (07:00 +0000)]
2005-07-20 [colin] 1.9.12cvs86

* src/summaryview.c
Fix performance issue

18 years ago2005-07-19 [colin] 1.9.12cvs85
Colin Leroy [Tue, 19 Jul 2005 16:18:05 +0000 (16:18 +0000)]
2005-07-19 [colin] 1.9.12cvs85

* src/plugins/pgpinline/plugin.c
Fix warning

18 years ago2005-07-19 [colin] 1.9.12cvs84
Colin Leroy [Tue, 19 Jul 2005 16:10:13 +0000 (16:10 +0000)]
2005-07-19 [colin] 1.9.12cvs84

* configure.ac
* src/plugins/Makefile.am
* src/plugins/pgpinline/.cvsignore
* src/plugins/pgpinline/Makefile.am
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpinline/pgpinline.deps
* src/plugins/pgpinline/pgpinline.h
* src/plugins/pgpinline/plugin.c
Put pgpinline in the main tree

18 years ago2005-07-19 [paul] 1.9.12cvs83
Paul Mangan [Tue, 19 Jul 2005 09:26:16 +0000 (09:26 +0000)]
2005-07-19 [paul] 1.9.12cvs83

* src/prefs_actions.c
prevent '//' in menu names, which cause a crash
thanks to Colin

18 years ago2005-07-19 [paul] 1.9.12cvs82
Paul Mangan [Tue, 19 Jul 2005 08:48:56 +0000 (08:48 +0000)]
2005-07-19 [paul] 1.9.12cvs82

* configure.ac
be generally more informative in configure output.
OpenSSL: correction: '[ --enable-openssl ...' ->
'[ --disable-openssl ...', as --enable-openssl is default
PGP/MIME: don't check for GPGME again, check for
pgpcore instead. Therefore prevent the possibility of
attempting to build pgpmime if pgpcore dependencies are
not met
ClamAV: use pkgconfig to check for lib
libgnomeprint: revert logic on inner test to match
everything else
* src/plugins/pgpcore/sgpgme.c
add missing include

18 years ago2005-07-19 [colin] 1.9.12cvs81
Colin Leroy [Tue, 19 Jul 2005 06:55:54 +0000 (06:55 +0000)]
2005-07-19 [colin] 1.9.12cvs81

* src/summaryview.c
Fix slow thread rebuilding in particular
cases

18 years ago2005-07-19 [paul] 1.9.12cvs80
Paul Mangan [Tue, 19 Jul 2005 02:14:06 +0000 (02:14 +0000)]
2005-07-19 [paul] 1.9.12cvs80

* sylpheed-claws.desktop
fix typo, spotted by Stephan Sachse
* src/account.c
replace GTK_STOCK_ADD with
GTK_STOCK_NEW button

18 years ago2005-07-18 [colin] 1.9.12cvs79
Colin Leroy [Mon, 18 Jul 2005 20:33:24 +0000 (20:33 +0000)]
2005-07-18 [colin] 1.9.12cvs79

* src/etpan/imap-thread.c
Fix return value (Thanks Hoa)

18 years ago2005-07-18 [colin] 1.9.12cvs78
Colin Leroy [Mon, 18 Jul 2005 17:00:31 +0000 (17:00 +0000)]
2005-07-18 [colin] 1.9.12cvs78

* src/imap.c
Allow empty passwords
Create drafts/queue/outbox if necessary
* src/summaryview.c
Remove old code
* src/etpan/imap-thread.c
Fix STARTTLS (Thanks to Hoa)

18 years ago2005-07-18 [paul] 1.9.12cvs77
Paul Mangan [Mon, 18 Jul 2005 09:36:11 +0000 (09:36 +0000)]
2005-07-18 [paul] 1.9.12cvs77

* ChangeLog-gtk2.jp
* ChangeLog.jp
removed
* Makefile.am
updated to reflect additions and removals
* TODO
updated to be claws-specific
* TODO-gtk2
* TODO-gtk2.jp
* TODO.jp
* sylpheed-128x128.png
* sylpheed-64x64.png
removed
* sylpheed-claws-128x128.png
* sylpheed-claws-64x64.png
* sylpheed-claws.desktop
* sylpheed-claws.png
added
* sylpheed.desktop
* sylpheed.png
removed

18 years ago2005-07-17 [paul] 1.9.12cvs76
Paul Mangan [Sun, 17 Jul 2005 12:14:10 +0000 (12:14 +0000)]
2005-07-17 [paul] 1.9.12cvs76

* src/account.c
* src/addressbook.c
* src/alertpanel.c
* src/alertpanel.h
* src/compose.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/folderview.c
* src/imap_gtk.c
* src/inc.c
* src/message_search.c
* src/messageview.c
* src/mh_gtk.c
* src/news_gtk.c
* src/prefs_actions.c
* src/prefs_filtering.c
* src/prefs_matcher.c
* src/prefs_template.c
* src/prefs_themes.c
* src/ssl_manager.c
* src/summary_search.c
* src/textview.c
* src/toolbar.c
* src/gtk/sslcertwindow.c
* src/plugins/pgpcore/sgpgme.c
rework alertpanels

18 years ago2005-07-17 [colin] 1.9.12cvs75
Colin Leroy [Sun, 17 Jul 2005 11:40:07 +0000 (11:40 +0000)]
2005-07-17 [colin] 1.9.12cvs75

* src/privacy.c
add a PrivacySystem accessor that checks that
the system cached in a MimeInfo's privacydata
is still registered. Use this accessor instead
of directly using data->system. Fixes crashes
after unloading pgp plugins.

18 years ago2005-07-17 [colin] 1.9.12cvs74
Colin Leroy [Sun, 17 Jul 2005 11:23:43 +0000 (11:23 +0000)]
2005-07-17 [colin] 1.9.12cvs74

* src/alertpanel.c
Change geometry hints to a simple default size.
Fixes the certs dialogs.

18 years ago2005-07-17 [colin] 1.9.12cvs73
Colin Leroy [Sun, 17 Jul 2005 11:19:18 +0000 (11:19 +0000)]
2005-07-17 [colin] 1.9.12cvs73

* src/gtk/sslcertwindow.c
Use a gtkExpander

18 years ago2005-07-17 [colin] 1.9.12cvs72
Colin Leroy [Sun, 17 Jul 2005 11:02:51 +0000 (11:02 +0000)]
2005-07-17 [colin] 1.9.12cvs72

* src/plugins/pgpcore/Makefile.am
* src/plugins/pgpmime/Makefile.am
Add gpgme libs

18 years ago2005-07-17 [paul] 1.9.12cvs71
Paul Mangan [Sun, 17 Jul 2005 10:23:18 +0000 (10:23 +0000)]
2005-07-17 [paul] 1.9.12cvs71

* configure.ac
add --disable-gnomeprint option
modified version of patch by Marius Mauch

18 years ago2005-07-17 [paul] 1.9.12cvs70
Paul Mangan [Sun, 17 Jul 2005 07:30:07 +0000 (07:30 +0000)]
2005-07-17 [paul] 1.9.12cvs70

* src/common/defs.h
update urls
* src/account.c
* src/action.c
* src/addressbook.c
* src/compose.c
* src/foldersel.c
* src/folderview.c
* src/html.c
* src/imap_gtk.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/mh_gtk.c
* src/mimeview.c
* src/news_gtk.c
* src/prefs_account.c
* src/prefs_send.c
* src/prefs_summaries.c
* src/procmsg.c
* src/summaryview.c
* src/common/utils.c
* src/common/xml.c
* src/plugins/pgpcore/passphrase.c
* src/plugins/pgpcore/select-keys.c
replace inappropriately used backticks
with single quotes

18 years ago2005-07-16 [colin] 1.9.12cvs69
Colin Leroy [Sat, 16 Jul 2005 12:31:04 +0000 (12:31 +0000)]
2005-07-16 [colin] 1.9.12cvs69

* src/image_viewer.c
Add extra paranoid checks

18 years ago2005-07-16 [colin] 1.9.12cvs68
Colin Leroy [Sat, 16 Jul 2005 11:34:51 +0000 (11:34 +0000)]
2005-07-16 [colin] 1.9.12cvs68

* src/plugins/pgpcore/prefs_gpg.c
Don't auto-check sigs by default, as it
can be really slow.

18 years ago2005-07-16 [colin] 1.9.12cvs67
Colin Leroy [Sat, 16 Jul 2005 03:07:13 +0000 (03:07 +0000)]
2005-07-16 [colin] 1.9.12cvs67

* src/plugins/pgpcore/sgpgme.c
Make messages a bit better.

18 years ago2005-07-16 [colin] 1.9.12cvs66
Colin Leroy [Sat, 16 Jul 2005 02:47:28 +0000 (02:47 +0000)]
2005-07-16 [colin] 1.9.12cvs66

* src/imap.c
Remove pseudo-log
* src/etpan/imap-thread.c
Add real log

18 years ago2005-07-16 [colin] 1.9.12cvs65
Colin Leroy [Sat, 16 Jul 2005 02:26:04 +0000 (02:26 +0000)]
2005-07-16 [colin] 1.9.12cvs65

* src/main.c
* src/prefs_other.c
And now, fix build with libetpan :-/

18 years ago2005-07-15 [colin] 1.9.12cvs64
Colin Leroy [Fri, 15 Jul 2005 18:22:06 +0000 (18:22 +0000)]
2005-07-15 [colin] 1.9.12cvs64

* src/prefs_other.c
Continue fixing build without libetpan.

18 years ago2005-07-15 [colin] 1.9.12cvs63
Colin Leroy [Fri, 15 Jul 2005 18:19:29 +0000 (18:19 +0000)]
2005-07-15 [colin] 1.9.12cvs63

* src/main.c
Fix build with --disable-libetpan

18 years ago2005-07-15 [colin] 1.9.12cvs62
Colin Leroy [Fri, 15 Jul 2005 18:15:52 +0000 (18:15 +0000)]
2005-07-15 [colin] 1.9.12cvs62

* configure.ac
Bump libetpan's version

18 years ago2005-07-15 [colin] 1.9.12cvs61
Colin Leroy [Fri, 15 Jul 2005 16:40:23 +0000 (16:40 +0000)]
2005-07-15 [colin] 1.9.12cvs61

* src/etpan/imap-thread.c
Actually stop logging :)

18 years ago2005-07-15 [colin] 1.9.12cvs60
Colin Leroy [Fri, 15 Jul 2005 16:39:12 +0000 (16:39 +0000)]
2005-07-15 [colin] 1.9.12cvs60

* src/addressbook.c
Fix dnd of multiple addresses.

18 years ago2005-07-15 [hoa] 1.9.12cvs59
Hoà Viêt Dinh [Fri, 15 Jul 2005 15:50:50 +0000 (15:50 +0000)]
2005-07-15 [hoa] 1.9.12cvs59

* src/etpan/imap-thread.c
    disable login of IMAP password in libetpan log file.

18 years ago2005-07-15 [paul] 1.9.12cvs58
Paul Mangan [Fri, 15 Jul 2005 15:01:31 +0000 (15:01 +0000)]
2005-07-15 [paul] 1.9.12cvs58

* src/account.c
don't automatically sort
do allow drag n drop

18 years ago2005-07-15 [paul] 1.9.12cvs57
Paul Mangan [Fri, 15 Jul 2005 14:47:50 +0000 (14:47 +0000)]
2005-07-15 [paul] 1.9.12cvs57

* src/account.c
* src/ssl_manager.c
alphabetical listing

18 years ago2005-07-15 [paul] 1.9.12cvs56
Paul Mangan [Fri, 15 Jul 2005 13:47:57 +0000 (13:47 +0000)]
2005-07-15 [paul] 1.9.12cvs56

* src/gtk/pluginwindow.c
sort plugin list alphabetically

18 years ago2005-07-15 [paul] 1.9.12cvs55
Paul Mangan [Fri, 15 Jul 2005 07:54:30 +0000 (07:54 +0000)]
2005-07-15 [paul] 1.9.12cvs55

* src/prefs_spelling.c
* src/prefs_wrapping.c
unify English usage

18 years ago2005-07-15 [colin] 1.9.12cvs54
Colin Leroy [Fri, 15 Jul 2005 07:18:11 +0000 (07:18 +0000)]
2005-07-15 [colin] 1.9.12cvs54

* src/wizard.c
Typo fix

18 years ago2005-07-15 [paul] 1.9.12cvs53
Paul Mangan [Fri, 15 Jul 2005 06:06:05 +0000 (06:06 +0000)]
2005-07-15 [paul] 1.9.12cvs53

* src/prefs_message.c
make 'show cursor' a hidden option

18 years ago2005-07-14 [colin] 1.9.12cvs52
Colin Leroy [Thu, 14 Jul 2005 15:15:36 +0000 (15:15 +0000)]
2005-07-14 [colin] 1.9.12cvs52

* src/plugins/spamassassin/Makefile.am
* src/plugins/clamav/Makefile.am
Fix double EXTRA_DISTs

18 years agooops, forgot it.
Colin Leroy [Thu, 14 Jul 2005 15:06:00 +0000 (15:06 +0000)]
oops, forgot it.

18 years ago2005-07-14 [colin] 1.9.12cvs51
Colin Leroy [Thu, 14 Jul 2005 13:37:35 +0000 (13:37 +0000)]
2005-07-14 [colin] 1.9.12cvs51

* src/plugins/clamav/Makefile.am
* src/plugins/clamav/clamav_plugin_gtk.deps
* src/plugins/spamassassin/Makefile.am
* src/plugins/spamassassin/spamassassin_gtk.deps
Make $plugin_gtk depend on $plugin

18 years ago2005-07-14 [hoa] 1.9.12cvs50
Hoà Viêt Dinh [Thu, 14 Jul 2005 11:54:40 +0000 (11:54 +0000)]
2005-07-14 [hoa] 1.9.12cvs50

* src/etpan/imap-thread.c
enable debug log of libetpan when running with --debug

18 years agoadd .cvsignore
Colin Leroy [Thu, 14 Jul 2005 11:31:57 +0000 (11:31 +0000)]
add .cvsignore

18 years ago2005-07-14 [colin] 1.9.12cvs49
Colin Leroy [Thu, 14 Jul 2005 11:29:21 +0000 (11:29 +0000)]
2005-07-14 [colin] 1.9.12cvs49

* configure.ac
* src/common/Makefile.am
* src/common/plugin.c
* src/common/plugin.h
Add a little plugin dependancy system.
Plugins can ship a $plugin_name.deps file
(near them in PLUGINDIR) so that their
dependancies are loaded if possible.
* src/plugins/Makefile.am
* src/plugins/pgpcore/Makefile.am
* src/plugins/pgpcore/passphrase.c
* src/plugins/pgpcore/passphrase.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
Introduce pgpcore, used by pgpmime and
pgpinline
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/passphrase.h
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/pgpmime.deps
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/pgpmime/prefs_gpg.h
* src/plugins/pgpmime/select-keys.c
* src/plugins/pgpmime/select-keys.h
* src/plugins/pgpmime/sgpgme.c
* src/plugins/pgpmime/sgpgme.h
Remove the core from pgpmime and add the
dependancy to pgpcore.

18 years ago2005-07-14 [paul] 1.9.12cvs48
Paul Mangan [Thu, 14 Jul 2005 10:34:30 +0000 (10:34 +0000)]
2005-07-14 [paul] 1.9.12cvs48

* src/stock_pixmap.c
forgot this in last commit

18 years ago2005-07-14 [paul] 1.9.12cvs47
Paul Mangan [Thu, 14 Jul 2005 10:17:54 +0000 (10:17 +0000)]
2005-07-14 [paul] 1.9.12cvs47

* src/account.c
* src/addressbook.c
add accelerators for the buttons (sync with main)
* src/compose.c
* src/compose.h
add accelerators for the buttons.
fix editing with external editor.
replace gdk_input_*() with GIOChannel;
(sync with main)
* src/foldersel.c
display folder names with new/unread
representation (sync with main)
* src/main.c
specify default window icon (sync with main)
* src/prefs_common.c
use_addr_book default to FALSE
* src/summaryview.c
* src/textview.c
add accelerators for the buttons (sync with main)
* src/gtk/menu.c
fix typos
* src/pixmaps/sylpheed_icon.xpm
updated

18 years ago2005-07-13 [paul] 1.9.12cvs46
Paul Mangan [Wed, 13 Jul 2005 09:07:37 +0000 (09:07 +0000)]
2005-07-13 [paul] 1.9.12cvs46

* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/sgpgme.c
(temporarily) use deprecated gpgme_data_rewind()
while largefile support is not present
(as suggested by Colin)

18 years ago2005-07-13 [paul] 1.9.12cvs45
Paul Mangan [Wed, 13 Jul 2005 08:46:09 +0000 (08:46 +0000)]
2005-07-13 [paul] 1.9.12cvs45

* configure.ac
remove large file support (for now):
it breaks too many things

18 years ago2005-07-13 [paul] 1.9.12cvs44
Paul Mangan [Wed, 13 Jul 2005 07:56:26 +0000 (07:56 +0000)]
2005-07-13 [paul] 1.9.12cvs44

* configure.ac
add large file support
* src/html.c
fix bug #763 where href attribute was not
the very first attribute of a link
patch by Thomas Gilgin

18 years ago2005-07-13 [colin] 1.9.12cvs43
Colin Leroy [Wed, 13 Jul 2005 07:13:13 +0000 (07:13 +0000)]
2005-07-13 [colin] 1.9.12cvs43

* src/gtk/pluginwindow.c
Little portability fix

18 years ago2005-07-13 [colin] 1.9.12cvs42
Colin Leroy [Wed, 13 Jul 2005 06:45:44 +0000 (06:45 +0000)]
2005-07-13 [colin] 1.9.12cvs42

* src/plugins/pgpmime/sgpgme.c
Fix crasher.

18 years ago2005-07-13 [colin] 1.9.12cvs41
Colin Leroy [Wed, 13 Jul 2005 03:11:33 +0000 (03:11 +0000)]
2005-07-13 [colin] 1.9.12cvs41

* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/sgpgme.c
Use gpgme_data_release_and_get_mem instead
of gpgme_data_read.

18 years ago2005-07-13 [colin] 1.9.12cvs40
Colin Leroy [Wed, 13 Jul 2005 02:56:41 +0000 (02:56 +0000)]
2005-07-13 [colin] 1.9.12cvs40

* configure.ac
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/passphrase.h
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/select-keys.c
* src/plugins/pgpmime/select-keys.h
* src/plugins/pgpmime/sgpgme.c
* src/plugins/pgpmime/sgpgme.h
Port pgpmime to gpgme-1.0.

18 years ago2005-07-12 [paul] 1.9.12cvs39
Paul Mangan [Tue, 12 Jul 2005 08:09:44 +0000 (08:09 +0000)]
2005-07-12 [paul] 1.9.12cvs39

* AUTHORS
* src/toolbar.c
* src/toolbar.h
add a 'Go to Prev' button to the toolbar.
correct tooltip text of go to buttons.
based on patch by Yang Guilong <bamanzi@gmail.com>

18 years ago2005-07-12 [colin] 1.9.12cvs38
Colin Leroy [Tue, 12 Jul 2005 06:55:52 +0000 (06:55 +0000)]
2005-07-12 [colin] 1.9.12cvs38

* src/statusbar.c
Fix progress bar showing stuff at startup.

18 years ago2005-07-12 [paul] 1.9.12cvs37
Paul Mangan [Tue, 12 Jul 2005 05:39:20 +0000 (05:39 +0000)]
2005-07-12 [paul] 1.9.12cvs37

* src/editjpilot.c
fix building with jpilot support

18 years ago2005-07-11 [colin] 1.9.12cvs36
Colin Leroy [Mon, 11 Jul 2005 18:12:53 +0000 (18:12 +0000)]
2005-07-11 [colin] 1.9.12cvs36

* src/inc.c
Add visual indication that filtering is running
* src/textview.c
Make {}[] uri delimiters
* src/summaryview.c
Remove useless (and slow) calls

18 years ago2005-07-11 [paul] 1.9.12cvs35
Paul Mangan [Mon, 11 Jul 2005 16:04:51 +0000 (16:04 +0000)]
2005-07-11 [paul] 1.9.12cvs35

* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/spamassassin/spamassassin_gtk.c
gather plugins prefs together under their
own 'Plugins' heading

18 years ago2005-07-11 [paul] 1.9.12cvs34
Paul Mangan [Mon, 11 Jul 2005 08:55:49 +0000 (08:55 +0000)]
2005-07-11 [paul] 1.9.12cvs34

sync with main

* src/account.c
account_delete(): modified alert dialog
* src/editjpilot.c
* src/editvcard.c
fixed a crash when cancelling file selection
dialog by Escape key. Made non-ascii filename
selectable.
* src/prefs_template.c
prefs_template_window_create(): make scrolled
window policy AUTOMATIC

18 years ago2005-07-10 [hoa] 1.9.12cvs33
Hoà Viêt Dinh [Sun, 10 Jul 2005 23:37:45 +0000 (23:37 +0000)]
2005-07-10 [hoa] 1.9.12cvs33

* src/etpan/imap-thread.c
workaround for old Courier IMAP servers.

18 years ago2005-07-10 [colin] 1.9.12cvs32
Colin Leroy [Sun, 10 Jul 2005 04:09:06 +0000 (04:09 +0000)]
2005-07-10 [colin] 1.9.12cvs32

* src/folder.c
* src/statusbar.c
* src/statusbar.h
Add visual progress indicator on filtering/processing
Factorize the progress bar code
* src/imap.c
* src/imap.h
* src/etpan/imap-thread.c
Add a reference counter to avoid destroying the Folder
while it's in use by another callback.

18 years ago2005-07-09 [hoa] 1.9.12cvs31
Hoà Viêt Dinh [Sat, 9 Jul 2005 11:46:52 +0000 (11:46 +0000)]
2005-07-09 [hoa] 1.9.12cvs31

* src/imap.c
* src/etpan/imap-thread.c
fixed deadlock when removing IMAP account.

18 years agoAdd details to ease up release notes
Colin Leroy [Fri, 8 Jul 2005 20:14:52 +0000 (20:14 +0000)]
Add details to ease up release notes

18 years ago2005-07-08 [colin] 1.9.12cvs30
Colin Leroy [Fri, 8 Jul 2005 16:38:51 +0000 (16:38 +0000)]
2005-07-08 [colin] 1.9.12cvs30

* src/textview.c
* src/unmime.c
Fix again problems decoding broken headers
* src/gtk/inputdialog.c
Fix local variable shadowing a global one

18 years agooops, wrong bug
Colin Leroy [Fri, 8 Jul 2005 03:20:21 +0000 (03:20 +0000)]
oops, wrong bug

18 years ago2005-07-08 [colin] 1.9.12cvs29
Colin Leroy [Fri, 8 Jul 2005 03:17:39 +0000 (03:17 +0000)]
2005-07-08 [colin] 1.9.12cvs29

* src/msgcache.c
Make the cache/mark files platform-agnostic by writing
them in little-endian format. Reading them is also done
in little-endian format, of course; however, in order
to avoid trashing mark data on big-endian machines, the
files are, at first, read from the native format if the
little-endian one doesn't exist. This is easy to deter-
mine by trying to open a file with a swapped data_ver
and seeing if it's the wanted version.
Little-endian using users should see absolutely no
difference, Big-endian users may get a very little
performance drop due to byte-swapping.
Tested on i386 and ppc32.
Fixes bug 153 (The index file, in the mailboxes, is
hardware depending).

18 years ago2005-07-07 [colin] 1.9.12cvs28
Colin Leroy [Thu, 7 Jul 2005 20:56:54 +0000 (20:56 +0000)]
2005-07-07 [colin] 1.9.12cvs28

* src/imap.c
Remember the folder separator per IMAPFolder
instead of globally.
Revive the Session on noop; fixes bug #761
(mark a bunch of unread messages as read takes
forever)

18 years ago2005-07-07 [darko] 1.9.12cvs27
Darko Koruga [Thu, 7 Jul 2005 16:28:27 +0000 (16:28 +0000)]
2005-07-07 [darko] 1.9.12cvs27

* src/common/template.c
Sort templates alphabetically

18 years ago2005-07-06 [colin] 1.9.12cvs26
Colin Leroy [Wed, 6 Jul 2005 23:43:28 +0000 (23:43 +0000)]
2005-07-06 [colin] 1.9.12cvs26

* src/imap.c
Try to use the correct separator in
most cases. Possibly fixes bug #759
(only creates the INBOX folder when
setting up new IMAP account) and
bug #760 (Can't retrieve messages)

18 years ago2005-07-06 [colin] 1.9.12cvs25
Colin Leroy [Wed, 6 Jul 2005 23:07:40 +0000 (23:07 +0000)]
2005-07-06 [colin] 1.9.12cvs25

* src/imap.c
Use real_path in status command. This will
help later, when namespaces will be used.

18 years ago2005-07-06 [colin] 1.9.12cvs24
Colin Leroy [Wed, 6 Jul 2005 18:22:55 +0000 (18:22 +0000)]
2005-07-06 [colin] 1.9.12cvs24

* configure.ac
* src/account.c
* src/folder.c
* src/imap.c
* src/etpan/etpan-log.c
* src/etpan/etpan-thread-manager.c
* src/etpan/imap-thread.c
Add a --disable-libetpan parameter. With this,
users that don't want IMAP4 support can avoid
the new dependancy (and have no IMAP support).
Users that have IMAP4 accounts and use this
parameter won't lose their configuration, their
IMAP accounts will just be invisible and not
used.
* src/textview.c
Make the "Copy ..." contextual menu items
copy to both the X clipboard and the gtk
clipboard - as most other apps do.
* src/gtk/about.c
Add a notice about OpenSSL usage, in order to
comply with OpenSSL's license (point 6):
http://www.openssl.org/source/license.html

18 years ago2005-07-06 [colin] 1.9.12cvs23
Colin Leroy [Wed, 6 Jul 2005 00:14:46 +0000 (00:14 +0000)]
2005-07-06 [colin] 1.9.12cvs23

* src/alertpanel.c
Fix a minimum size for alertpanels
* src/compose.c
Show 'No space left on device' type errors
when queuing/sending
* src/imap_gtk.c
* src/mh_gtk.c
Rework folder's deletion message (remove
extra \n)

18 years ago2005-07-05 [colin] 1.9.12cvs22
Colin Leroy [Tue, 5 Jul 2005 20:52:32 +0000 (20:52 +0000)]
2005-07-05 [colin] 1.9.12cvs22

* src/imap.c
Add an alertpanel on auth error
Add pseudo-log
Remove pthread-related stuff

18 years ago2005-07-05 [colin] 1.9.12cvs21
Colin Leroy [Tue, 5 Jul 2005 17:16:08 +0000 (17:16 +0000)]
2005-07-05 [colin] 1.9.12cvs21

* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
Fix crash on plugin reloading (with a hack)

18 years ago2005-07-05 [colin] 1.9.12cvs20
Colin Leroy [Tue, 5 Jul 2005 16:53:12 +0000 (16:53 +0000)]
2005-07-05 [colin] 1.9.12cvs20

* src/prefs_account.c
* src/prefs_account.h
Fix typo
* src/gtk/filesel.c
* src/gtk/filesel.h
Add a way to filter the view
* src/gtk/pluginwindow.c
Filter loadable stuff
* src/plugins/pgpmime/prefs_gpg.c
Fix missing unregistration
* .cvsignore
* src/etpan/.cvsignore
* src/plugins/spamassassin/.cvsignore
Add more stuff to cvs ignored files

18 years ago2005-07-04 [colin] 1.9.12cvs19
Colin Leroy [Mon, 4 Jul 2005 22:14:35 +0000 (22:14 +0000)]
2005-07-04 [colin] 1.9.12cvs19

* src/imap.c
Fix scan_required returning FALSE when it
shouldn't. Maybe fix #760 (Can't retrieve
messages)

18 years ago2005-07-04 [colin] 1.9.12cvs18
Colin Leroy [Mon, 4 Jul 2005 21:00:33 +0000 (21:00 +0000)]
2005-07-04 [colin] 1.9.12cvs18

* src/summaryview.c
Fix always_show_msg pref

18 years ago2005-07-04 [paul] 1.9.12cvs17
Paul Mangan [Mon, 4 Jul 2005 10:40:54 +0000 (10:40 +0000)]
2005-07-04 [paul] 1.9.12cvs17

sync with main (forgotten in last commit)

* src/common/utils.c
* src/common/utils.h
check_line_length(): new.
is_dir_exist()
is_file_entry_exist()
dirent_is_regular_file()
dirent_is_directory(): use g_file_test() instead of stat().

18 years ago2005-07-04 [paul] 1.9.12cvs16
Paul Mangan [Mon, 4 Jul 2005 10:29:00 +0000 (10:29 +0000)]
2005-07-04 [paul] 1.9.12cvs16

sync with main:

* src/compose.c
compose_write_to_file(): check for line
length limit and display warning if exceeds
* src/jpilot.c
use get_home_dir() instead of g_get_home_dir()
* src/procheader.c
removed warning about invalid date
* src/vcard.c
use get_home_dir() instead of g_get_home_dir()