claws.git
14 years ago2009-09-15 [colin] 3.7.2cvs33
Colin Leroy [Tue, 15 Sep 2009 19:13:30 +0000 (19:13 +0000)]
2009-09-15 [colin] 3.7.2cvs33

* src/procmime.c
Complete 3.7.1cvs42: only output directly to
final file if we get NULL byes at the start.
Still fixes saving UTF16 files, but also
fixes displaying Base64 parts with decoding
errors (parts without errors get displayed)

14 years ago2009-09-14 [colin] 3.7.2cvs32
Colin Leroy [Mon, 14 Sep 2009 07:27:38 +0000 (07:27 +0000)]
2009-09-14 [colin] 3.7.2cvs32

* src/matcher.c
* src/matcher.h
* src/matcher_parser_parse.y
* src/prefs_matcher.c
Add 'has_attachment' and 'signed' matcher
expressions. Patch by Aleksei Miheev, fixes
bug 1997.

14 years ago2009-09-14 [colin] 3.7.2cvs31
Colin Leroy [Mon, 14 Sep 2009 07:11:23 +0000 (07:11 +0000)]
2009-09-14 [colin] 3.7.2cvs31

* src/common/utils.c
Add "Re :" prefix from french Yahoo mail.
Patch by Didier Barvaux, fixes bug 1999

14 years ago2009-09-10 [mones] 3.7.2cvs30
Ricardo Mones [Thu, 10 Sep 2009 19:14:52 +0000 (19:14 +0000)]
2009-09-10 [mones] 3.7.2cvs30

* manual/plugins.xml
Fix sites supported by SpamReport
* manual/es/plugins.xml
Synchronise Spanish manual

14 years ago2009-09-07 [holger] 3.7.2cvs29
Holger Berndt [Mon, 7 Sep 2009 20:14:15 +0000 (20:14 +0000)]
2009-09-07 [holger] 3.7.2cvs29

* Makefile.am
Also update the icon cache on uninstall.
This prevents possible problems when Claws Mail was
uninstalled and installed again into a different location,
see http://bugzilla.gnome.org/show_bug.cgi?id=362604
and the blog post linked therein

14 years ago2009-09-07 [paul] 3.7.2cvs28
Paul Mangan [Mon, 7 Sep 2009 19:43:07 +0000 (19:43 +0000)]
2009-09-07 [paul] 3.7.2cvs28

* src/prefs_toolbar.c
when updating the main toolbar icons just update
the main toolbar (and consequently fix a bug where
folderview icons would disappear)

14 years ago2009-08-30 [holger] 3.7.2cvs27
Holger Berndt [Sun, 30 Aug 2009 23:46:33 +0000 (23:46 +0000)]
2009-08-30 [holger] 3.7.2cvs27

* src/compose.c
Do case-insensitive comparison against
header names when extracting recipients
from composed mails

14 years ago2009-08-23 [colin] 3.7.2cvs26
Colin Leroy [Sun, 23 Aug 2009 12:16:17 +0000 (12:16 +0000)]
2009-08-23 [colin] 3.7.2cvs26

* src/mbox.c
Probably fix RH bug 512024, " folder.c:3543
Condition msglist != NULL failed"

14 years ago2009-08-23 [colin] 3.7.2cvs25
Colin Leroy [Sun, 23 Aug 2009 11:01:01 +0000 (11:01 +0000)]
2009-08-23 [colin] 3.7.2cvs25

* src/prefs_compose_writing.c
Make the maximum size warning bigger. Patch
by Didier Barvaux on bug 1986.

14 years ago2009-08-21 [colin] 3.7.2cvs24
Colin Leroy [Fri, 21 Aug 2009 16:15:13 +0000 (16:15 +0000)]
2009-08-21 [colin] 3.7.2cvs24

* src/compose.c
Previous commit: move the function into compose_insert_file
so that it's also used on drag-n-drop

14 years ago2009-08-21 [colin] 3.7.2cvs23
Colin Leroy [Fri, 21 Aug 2009 15:58:32 +0000 (15:58 +0000)]
2009-08-21 [colin] 3.7.2cvs23

* src/compose.c
Fix scrolling when adding an header

14 years ago2009-08-21 [colin] 3.7.2cvs22
Colin Leroy [Fri, 21 Aug 2009 15:56:29 +0000 (15:56 +0000)]
2009-08-21 [colin] 3.7.2cvs22

* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_compose_writing.c
* src/common/utils.c
Fix bug 1986, "New feature: warn user when inserting
a large file in the message body". Patch by Didier
Barvaux

14 years ago2009-08-21 [colin] 3.7.2cvs21
Colin Leroy [Fri, 21 Aug 2009 15:54:01 +0000 (15:54 +0000)]
2009-08-21 [colin] 3.7.2cvs21

* AUTHORS
* src/gtk/authors.h
* src/common/utils.c
Add Réf. : reply prefix (french Lotus Notes); patch
by Didier Barvaux

14 years ago2009-08-21 [colin] 3.7.2cvs20
Colin Leroy [Fri, 21 Aug 2009 05:42:47 +0000 (05:42 +0000)]
2009-08-21 [colin] 3.7.2cvs20

* src/codeconv.c
* src/codeconv.h
Fix bug 1969, 'Bad guess for outgoing encoding'
Make sure the specific converters (japanese in
this case) can return success/error in strict
mode, instead of silently failing back to
strncpy

14 years ago2009-08-20 [holger] 3.7.2cvs19
Holger Berndt [Thu, 20 Aug 2009 22:04:58 +0000 (22:04 +0000)]
2009-08-20 [holger] 3.7.2cvs19

* src/compose.c
* src/compose.h
Make it possible for code outside
compose (e.g. plugins) to attach files

14 years ago2009-08-20 [colin] 3.7.2cvs18
Colin Leroy [Thu, 20 Aug 2009 21:03:17 +0000 (21:03 +0000)]
2009-08-20 [colin] 3.7.2cvs18

* src/main.c
Fix crash when accessing IMAP soon

14 years ago2009-08-18 [colin] 3.7.2cvs17
Colin Leroy [Tue, 18 Aug 2009 05:45:57 +0000 (05:45 +0000)]
2009-08-18 [colin] 3.7.2cvs17

* src/ldapquery.c
Maybe fix crash on non-existent LDAP server

14 years ago2009-08-04 [colin] 3.7.2cvs16
Colin Leroy [Tue, 4 Aug 2009 19:35:30 +0000 (19:35 +0000)]
2009-08-04 [colin] 3.7.2cvs16

* src/toolbar.c
Fix toolbar's spacing that breaks dark
themes (patch from http://blogs.igalia.com/aperez/
2009/07/making-claws-mail-look-better/)

14 years ago2009-07-28 [colin] 3.7.2cvs15
Colin Leroy [Tue, 28 Jul 2009 18:42:52 +0000 (18:42 +0000)]
2009-07-28 [colin] 3.7.2cvs15

* src/account.c
* src/addrcustomattr.c
* src/addressadd.c
* src/addressbook_foldersel.c
* src/addrgather.c
* src/browseldap.c
* src/compose.c
* src/editbook.c
* src/editgroup.c
* src/editjpilot.c
* src/editldap.c
* src/editldap_basedn.c
* src/edittags.c
* src/editvcard.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/export.c
* src/foldersel.c
* src/import.c
* src/importldif.c
* src/importmutt.c
* src/importpine.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_column.c
* src/prefs_matcher.c
* src/prefs_summary_column.c
* src/prefs_summary_open.c
* src/prefs_template.c
* src/textview.c
* src/uri_opener.c
Fix bug 1950, 'Program freeze up during folder selection'
Don't leave hidden windows modal

14 years ago2009-07-28 [colin] 3.7.2cvs14
Colin Leroy [Tue, 28 Jul 2009 18:39:47 +0000 (18:39 +0000)]
2009-07-28 [colin] 3.7.2cvs14

* src/ldapquery.c
Fix bug 1957, 'LDAP errs out after searching too
many search bases'

14 years ago2009-07-28 [colin] 3.7.2cvs13
Colin Leroy [Tue, 28 Jul 2009 18:38:06 +0000 (18:38 +0000)]
2009-07-28 [colin] 3.7.2cvs13

* src/summaryview.c
Fix bug 1966, '"Collapse all threads" slower than
"Expand all threads"'

14 years ago2009-07-28 [colin] 3.7.2cvs12
Colin Leroy [Tue, 28 Jul 2009 18:35:59 +0000 (18:35 +0000)]
2009-07-28 [colin] 3.7.2cvs12

* src/common/session.c
Fix bug 1967, 'Claws gets stuck after accepting
a certificate warning dialog'

14 years ago2009-07-19 [paul] 3.7.2cvs11
Paul Mangan [Sun, 19 Jul 2009 10:45:37 +0000 (10:45 +0000)]
2009-07-19 [paul] 3.7.2cvs11

* manual/plugins.xml
a few small changes to the English

14 years ago2009-07-18 [mones] 3.7.2cvs10
Ricardo Mones [Sat, 18 Jul 2009 16:27:20 +0000 (16:27 +0000)]
2009-07-18 [mones] 3.7.2cvs10

* manual/plugins.xml
Add new bsfilter and fancy plugins to the docs
and a note about dealing with plugins of the same class
* src/prefs_account.c
Fix extra space at the end typo

14 years ago2009-07-16 [colin] 3.7.2cvs9
Colin Leroy [Thu, 16 Jul 2009 16:06:54 +0000 (16:06 +0000)]
2009-07-16 [colin] 3.7.2cvs9

* src/summaryview.c
Fix wrong return without unlocking; thanks
to mupuf_

14 years ago2009-07-14 [colin] 3.7.2cvs8
Colin Leroy [Tue, 14 Jul 2009 15:37:14 +0000 (15:37 +0000)]
2009-07-14 [colin] 3.7.2cvs8

* src/imap.c
Fix bug 1954, 'Segfault on reading wrong STATUS'

14 years ago2009-07-10 [colin] 3.7.2cvs7
Colin Leroy [Fri, 10 Jul 2009 16:50:08 +0000 (16:50 +0000)]
2009-07-10 [colin] 3.7.2cvs7

* src/plugins/pgpcore/plugin.def
* src/common/utils.h
Fix windows port

14 years ago2009-07-10 [colin] 3.7.2cvs6
Colin Leroy [Fri, 10 Jul 2009 07:40:27 +0000 (07:40 +0000)]
2009-07-10 [colin] 3.7.2cvs6

* src/prefs_display_header.c
Fix bug 1951, 'C-Mail dumps core when editing
displayed headers'. Patch by Alexey Rusakov

14 years ago2009-07-10 [colin] 3.7.2cvs5
Colin Leroy [Fri, 10 Jul 2009 07:18:52 +0000 (07:18 +0000)]
2009-07-10 [colin] 3.7.2cvs5

* src/folderview.c
Fix bug 1952, 'Deleted mails in Queue folder
highlight it'.

14 years ago2009-07-09 [colin] 3.7.2cvs4
Colin Leroy [Thu, 9 Jul 2009 06:41:35 +0000 (06:41 +0000)]
2009-07-09 [colin] 3.7.2cvs4

* src/gtk/spell_entry.c
Fix bug 1949, 'Spell checker doesn't recognise
certain word in Subject header, but does in
message body'. Patch by Pawel Pekala.

14 years ago2009-07-09 [paul] 3.7.2cvs3
Paul Mangan [Thu, 9 Jul 2009 05:56:45 +0000 (05:56 +0000)]
2009-07-09 [paul] 3.7.2cvs3

* configure.ac
use pkgconfig to check for the minimum required
version of GnuTLS

14 years ago2009-07-06 [colin] 3.7.2cvs2
Colin Leroy [Mon, 6 Jul 2009 07:35:54 +0000 (07:35 +0000)]
2009-07-06 [colin] 3.7.2cvs2

* src/prefs_customheader.c
Fix build failure

14 years ago2009-07-04 [paul] 3.7.2cvs1
Paul Mangan [Sat, 4 Jul 2009 09:11:30 +0000 (09:11 +0000)]
2009-07-04 [paul] 3.7.2cvs1

* tools/claws.i18n.status.pl
updated

14 years ago3.7.2 unleashed rel_3_7_2
Paul Mangan [Fri, 3 Jul 2009 08:42:29 +0000 (08:42 +0000)]
3.7.2 unleashed

14 years agofix file encoding issues
Paul Mangan [Fri, 3 Jul 2009 07:13:52 +0000 (07:13 +0000)]
fix file encoding issues

14 years ago2009-07-03 [paul] 3.7.1cvs85
Paul Mangan [Fri, 3 Jul 2009 06:37:17 +0000 (06:37 +0000)]
2009-07-03 [paul] 3.7.1cvs85

* AUTHORS
* configure.ac
* po/pt_PT.po
* po/sk.po
* src/gtk/authors.h
added new translations by Tiago Faria and Slavko
* po/bg.po
* po/cs.po
* po/de.po
* po/es.po
* po/fi.po
* po/fr.po
* po/hu.po
* po/id.po
* po/it.po
* po/ja.po
* po/pt_BR.po
* po/ru.po
updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
Goncalves Guimaraes, Aleksei Miheev

14 years ago2009-07-01 [colin] 3.7.1cvs84
Colin Leroy [Wed, 1 Jul 2009 15:51:03 +0000 (15:51 +0000)]
2009-07-01 [colin] 3.7.1cvs84

* src/prefs_common.c
Fix bug 1940, 'Doesn't open links in
user's default browser'. Turn the preference
to TRUE by default; that will only change the
behaviour for new users.

14 years ago2009-06-29 [colin] 3.7.1cvs83
Colin Leroy [Mon, 29 Jun 2009 20:11:38 +0000 (20:11 +0000)]
2009-06-29 [colin] 3.7.1cvs83

* src/filtering.c
* src/filtering.h
* src/prefs_filtering_action.c
Fix bug 1935, 'problems with very long filtering actions':
Use a dynamic buffer in action to string, and a bigger
buffer in string to action

14 years ago2009-06-29 [colin] 3.7.1cvs82
Colin Leroy [Mon, 29 Jun 2009 20:08:54 +0000 (20:08 +0000)]
2009-06-29 [colin] 3.7.1cvs82

* src/matcher_parser_lex.l
Fix bug 1878, 'Processing rules for folders with brackets aren't saved'

14 years ago2009-06-29 [colin] 3.7.1cvs81
Colin Leroy [Mon, 29 Jun 2009 20:05:13 +0000 (20:05 +0000)]
2009-06-29 [colin] 3.7.1cvs81

* src/addressbook.c
Fix warnings
* src/editgroup.c
Fix crash (out-of-bounds tree column)
* src/gtk/gtkcmctree.c
* src/gtk/gtksctree.c
Prevent using an out-of-bounds tree column

14 years ago2009-06-29 [colin] 3.7.1cvs80
Colin Leroy [Mon, 29 Jun 2009 07:12:24 +0000 (07:12 +0000)]
2009-06-29 [colin] 3.7.1cvs80

* src/ldapupdate.c
* src/ldif.c
Leak fixes; patch by Pawel Pekala.

14 years ago2009-06-26 [colin] 3.7.1cvs79
Colin Leroy [Fri, 26 Jun 2009 06:45:11 +0000 (06:45 +0000)]
2009-06-26 [colin] 3.7.1cvs79

* src/summaryview.c
Sort by msgnum if dates are equal

14 years ago2009-06-24 [paul] 3.7.1cvs78
Paul Mangan [Wed, 24 Jun 2009 21:02:54 +0000 (21:02 +0000)]
2009-06-24 [paul] 3.7.1cvs78

* src/summaryview.c
make some (forgotten) strings translatable

14 years ago2009-06-19 [colin] 3.7.1cvs77
Colin Leroy [Fri, 19 Jun 2009 20:58:27 +0000 (20:58 +0000)]
2009-06-19 [colin] 3.7.1cvs77

* src/summaryview.c
Fix menu sensitiveness

14 years ago2009-06-18 [colin] 3.7.1cvs76
Colin Leroy [Thu, 18 Jun 2009 18:01:23 +0000 (18:01 +0000)]
2009-06-18 [colin] 3.7.1cvs76

* configure.ac
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpcore/sgpgme.h
* src/plugins/pgpmime/mypgpcore.def
* src/plugins/pgpmime/pgpmime.c
* src/plugins/smime/mypgpcore.def
* src/plugins/smime/smime.c
Use largefile support (and stop using our old GPGME
hack on gpgme_data_seek/rewind)
(See 1.9.12cvs44 to 46 - if this breaks things we
should soon know :)

14 years ago2009-06-13 [colin] 3.7.1cvs75
Colin Leroy [Sat, 13 Jun 2009 10:12:45 +0000 (10:12 +0000)]
2009-06-13 [colin] 3.7.1cvs75

* src/gtk/spell_entry.c
Fix assertion. We can put a NULL gtkaspell to
an entry; it just means it won't be spell-checked.

14 years ago2009-06-12 [mones] 3.7.1cvs74
Ricardo Mones [Fri, 12 Jun 2009 10:02:11 +0000 (10:02 +0000)]
2009-06-12 [mones] 3.7.1cvs74

* src/compose.c
* src/messageview.c
* src/prefs_account.c
* src/prefs_account.h
* src/common/utils.c
* src/common/utils.h
Added preference to use account address in generated
Message-Id. Fixes Debian bug #531052

14 years ago2009-06-12 [colin] 3.7.1cvs73
Colin Leroy [Fri, 12 Jun 2009 07:30:37 +0000 (07:30 +0000)]
2009-06-12 [colin] 3.7.1cvs73

* src/common/ssl.c
Better fix, API-compatible with libgnutls13

14 years ago2009-06-12 [colin] 3.7.1cvs72
Colin Leroy [Fri, 12 Jun 2009 07:02:01 +0000 (07:02 +0000)]
2009-06-12 [colin] 3.7.1cvs72

* src/common/ssl.c
Use compatibility mode in GnuTLS, and avoid problems with
servers that don't comply 100% with the spec, but still
exist.

14 years ago2009-06-06 [iwkse] 3.7.1cvs71
Salvatore De Paolis [Sat, 6 Jun 2009 08:56:21 +0000 (08:56 +0000)]
2009-06-06 [iwkse] 3.7.1cvs71

* src/compose.c
Ops..revert a mix with another patch

14 years ago2009-06-06 [iwkse] 3.7.1cvs70
Salvatore De Paolis [Sat, 6 Jun 2009 08:44:38 +0000 (08:44 +0000)]
2009-06-06 [iwkse] 3.7.1cvs70

* src/compose.c
A better fix for the previous commit's issue

14 years ago2009-06-06 [iwkse] 3.7.1cvs69
Salvatore De Paolis [Sat, 6 Jun 2009 00:17:45 +0000 (00:17 +0000)]
2009-06-06 [iwkse] 3.7.1cvs69

* src/compose.c
Fix shutting down of Claws Mail while a GTK_Return keypress
event is sent to the Attach property window

14 years ago2009-06-05 [colin] 3.7.1cvs68
Colin Leroy [Fri, 5 Jun 2009 10:14:02 +0000 (10:14 +0000)]
2009-06-05 [colin] 3.7.1cvs68

* src/compose.c
Fix build on GTK+ 2.6

14 years ago2009-06-03 [mones] 3.7.1cvs67
Ricardo Mones [Wed, 3 Jun 2009 13:39:51 +0000 (13:39 +0000)]
2009-06-03 [mones] 3.7.1cvs67

* tools/make.themes.project
Oops! fix header, sorry Paul ;-)

14 years ago2009-06-03 [mones] 3.7.1cvs66
Ricardo Mones [Wed, 3 Jun 2009 10:56:32 +0000 (10:56 +0000)]
2009-06-03 [mones] 3.7.1cvs66

* tools/make.themes.project
Add support for PNG themes and other
fixes i don't remember now... :)

14 years ago2009-06-02 [colin] 3.7.1cvs65
Colin Leroy [Tue, 2 Jun 2009 06:45:57 +0000 (06:45 +0000)]
2009-06-02 [colin] 3.7.1cvs65

* src/compose.c
* src/prefs_template.c
* src/quote_fmt.c
Fix error messages in templates, and fix their
checking

14 years ago2009-05-22 [colin] 3.7.1cvs64
Colin Leroy [Fri, 22 May 2009 10:51:08 +0000 (10:51 +0000)]
2009-05-22 [colin] 3.7.1cvs64

* src/compose.c
And remove hbox too

14 years ago2009-05-22 [colin] 3.7.1cvs63
Colin Leroy [Fri, 22 May 2009 10:50:08 +0000 (10:50 +0000)]
2009-05-22 [colin] 3.7.1cvs63

* src/compose.c
Fix phantom button behind entry when
changing fields via Tools/Reply mode.

14 years ago2009-05-22 [colin] 3.7.1cvs62
Colin Leroy [Fri, 22 May 2009 07:51:50 +0000 (07:51 +0000)]
2009-05-22 [colin] 3.7.1cvs62

* src/compose.c
Fix icon size

14 years ago2009-05-21 [mones] 3.7.1cvs61
Ricardo Mones [Thu, 21 May 2009 20:59:42 +0000 (20:59 +0000)]
2009-05-21 [mones] 3.7.1cvs61

* src/compose.c
* src/compose.h
Add button to empty header lines with one click

14 years ago2009-05-21 [paul] 3.7.1cvs60
Paul Mangan [Thu, 21 May 2009 05:43:17 +0000 (05:43 +0000)]
2009-05-21 [paul] 3.7.1cvs60

* src/mainwindow.c
* src/mainwindow.h
* src/plugins/trayicon/trayicon.c
when quitting from the trayicon, honour
prefs_common.clean_on_exit

14 years ago2009-05-21 [paul] 3.7.1cvs59
Paul Mangan [Thu, 21 May 2009 04:32:04 +0000 (04:32 +0000)]
2009-05-21 [paul] 3.7.1cvs59

* src/gtk/Makefile.am
remove duplicate entry
thanks to Charles A Edwards

14 years ago2009-05-19 [paul] 3.7.1cvs58
Paul Mangan [Tue, 19 May 2009 06:23:53 +0000 (06:23 +0000)]
2009-05-19 [paul] 3.7.1cvs58

* src/send_message.c
clear progressbar in the statusbar on 'Cancel'

14 years ago2009-05-16 [colin] 3.7.1cvs57
Colin Leroy [Sat, 16 May 2009 08:58:50 +0000 (08:58 +0000)]
2009-05-16 [colin] 3.7.1cvs57

* AUTHORS
* src/gtk/authors.h
Add Fabian

14 years ago2009-05-16 [colin] 3.7.1cvs56
Colin Leroy [Sat, 16 May 2009 08:57:48 +0000 (08:57 +0000)]
2009-05-16 [colin] 3.7.1cvs56

* src/msgcache.c
Remove msgnum>0 condition for removing messages
from caches. There's no such condition on add.
Fixes bug 1913, 'Allow to remove phantom
messages from the cache'; patch by Fabian
Keil <fk at fabiankeil.de>

14 years ago2009-05-12 [holger] 3.7.1cvs55
Holger Berndt [Tue, 12 May 2009 20:47:48 +0000 (20:47 +0000)]
2009-05-12 [holger] 3.7.1cvs55

* src/messageview.c
* src/messageview.h
Introduce hook after showing of the message view

14 years ago2009-05-11 [colin] 3.7.1cvs54
Colin Leroy [Mon, 11 May 2009 07:00:54 +0000 (07:00 +0000)]
2009-05-11 [colin] 3.7.1cvs54

* src/compose.c
Fix bug 1872, 'A: Cc: CCi: selector should
default on same as preceding contact'

14 years ago2009-05-10 [holger] 3.7.1cvs53
Holger Berndt [Sun, 10 May 2009 20:08:52 +0000 (20:08 +0000)]
2009-05-10 [holger] 3.7.1cvs53

* src/addr_compl.c
* src/addr_compl.h
Add a hook to make it possible for plugins to
modify the address completion list

14 years ago2009-05-06 [paul] 3.7.1cvs52
Paul Mangan [Wed, 6 May 2009 06:46:58 +0000 (06:46 +0000)]
2009-05-06 [paul] 3.7.1cvs52

* src/folder.c
* src/mimeview.c
fix bug 1915, 'Mails signed with smime.p7s
display both signed and attachment icon.'

14 years ago2009-05-05 [colin] 3.7.1cvs51
Colin Leroy [Tue, 5 May 2009 16:28:41 +0000 (16:28 +0000)]
2009-05-05 [colin] 3.7.1cvs51

* src/common/utils.c
Fix patch :)

14 years ago2009-05-05 [colin] 3.7.1cvs50
Colin Leroy [Tue, 5 May 2009 16:04:56 +0000 (16:04 +0000)]
2009-05-05 [colin] 3.7.1cvs50

* src/common/utils.c
Fix bug 1895, '(imap) cache issues when cache dir is on a
different mountpoint than tempdir'

14 years ago2009-05-04 [colin] 3.7.1cvs49
Colin Leroy [Mon, 4 May 2009 16:46:52 +0000 (16:46 +0000)]
2009-05-04 [colin] 3.7.1cvs49

* src/msgcache.c
Probably fix bug 1914, 'Crash reading
corrupted tags file'

14 years ago2009-04-26 [paul] 3.7.1cvs48
Paul Mangan [Sun, 26 Apr 2009 10:31:28 +0000 (10:31 +0000)]
2009-04-26 [paul] 3.7.1cvs48

* configure.ac
* src/gtk/gtkaspell.h
fix bug 1904, 'build mechanism looks for
'enchant.h' in a wrong place'

14 years ago2009-04-25 [paul] 3.7.1cvs47
Paul Mangan [Sat, 25 Apr 2009 08:20:31 +0000 (08:20 +0000)]
2009-04-25 [paul] 3.7.1cvs47

* src/printing.c
gah! fix coding style!

14 years ago2009-04-25 [paul] 3.7.1cvs46
Paul Mangan [Sat, 25 Apr 2009 07:09:24 +0000 (07:09 +0000)]
2009-04-25 [paul] 3.7.1cvs46

* src/printing.c
* src/toolbar.c
if building with GTK+ >= 2.16 use
gtk_orientable_set_orientation() instead of now
deprecated gtk_toolbar_set_orientation()

14 years ago2009-04-24 [colin] 3.7.1cvs45
Colin Leroy [Fri, 24 Apr 2009 10:30:14 +0000 (10:30 +0000)]
2009-04-24 [colin] 3.7.1cvs45

* src/compose.c
Ask before sending if an attached file has
disappeared.

15 years ago2009-04-19 [paul] 3.7.1cvs44
Paul Mangan [Sun, 19 Apr 2009 07:24:41 +0000 (07:24 +0000)]
2009-04-19 [paul] 3.7.1cvs44

* src/prefs_common.c
* src/prefs_common.h
* src/gtk/about.c
save About window size.
patch by Pawel Pekala

15 years ago2009-04-12 [paul] 3.7.1cvs43
Paul Mangan [Sun, 12 Apr 2009 12:08:28 +0000 (12:08 +0000)]
2009-04-12 [paul] 3.7.1cvs43

* tools/csv2addressbook.pl
add extra CSV fields that are now appended
by thunderbird (version 2.0.0.21)

15 years ago2009-04-08 [colin] 3.7.1cvs42
Colin Leroy [Wed, 8 Apr 2009 16:10:13 +0000 (16:10 +0000)]
2009-04-08 [colin] 3.7.1cvs42

* src/procmime.c
fix saving (but not displaying) of UTF-16
files

15 years ago2009-04-08 [colin] 3.7.1cvs41
Colin Leroy [Wed, 8 Apr 2009 16:03:42 +0000 (16:03 +0000)]
2009-04-08 [colin] 3.7.1cvs41

* src/gtk/manage_window.c
Disable transient windows on win32 - seems to
fix most focusing issues

15 years ago2009-04-05 [colin] 3.7.1cvs40
Colin Leroy [Sun, 5 Apr 2009 17:40:38 +0000 (17:40 +0000)]
2009-04-05 [colin] 3.7.1cvs40

* src/procmsg.c
Don't ask whether we want to send deleted mails in queue
folders; also, don't send deleted mails when flushing
queues

15 years agosmall corrections
Paul Mangan [Sat, 4 Apr 2009 06:59:23 +0000 (06:59 +0000)]
small corrections

15 years ago2009-04-04 [paul] 3.7.1cvs39
Paul Mangan [Sat, 4 Apr 2009 06:56:24 +0000 (06:56 +0000)]
2009-04-04 [paul] 3.7.1cvs39

* AUTHORS
* configure.ac
* po/id.po
* src/gtk/authors.h
* tools/claws.i18n.status.pl
add new Indonesian translation, by
MSulchan Darmawan

15 years ago2009-04-03 [paul] 3.7.1cvs38
Paul Mangan [Fri, 3 Apr 2009 18:04:11 +0000 (18:04 +0000)]
2009-04-03 [paul] 3.7.1cvs38

* AUTHORS
* src/gtk/authors.h
credit due

15 years agoFix bug reference
Colin Leroy [Fri, 3 Apr 2009 16:48:18 +0000 (16:48 +0000)]
Fix bug reference

15 years ago2009-04-03 [colin] 3.7.1cvs37
Colin Leroy [Fri, 3 Apr 2009 16:47:49 +0000 (16:47 +0000)]
2009-04-03 [colin] 3.7.1cvs37

* src/compose.c
* src/textview.c
Add support for gopher:// links
Patch by Jacob Head <clawsmail at jacob-head.com>
Let's go back to the roots!

15 years ago2009-04-03 [paul] 3.7.1cvs36
Paul Mangan [Fri, 3 Apr 2009 15:11:22 +0000 (15:11 +0000)]
2009-04-03 [paul] 3.7.1cvs36

* m4/Makefile.am
complete cvs35

15 years ago2009-04-03 [paul] 3.7.1cvs35
Paul Mangan [Fri, 3 Apr 2009 09:13:09 +0000 (09:13 +0000)]
2009-04-03 [paul] 3.7.1cvs35

* configure.ac
add AC_CONFIG_MACRO_DIR([m4])
remove CLAWS_ACLOCAL_INCLUDE(m4)
* m4/aclocal-include.m4
removed this now unneeded file

15 years ago2009-04-02 [colin] 3.7.1cvs34
Colin Leroy [Thu, 2 Apr 2009 20:41:42 +0000 (20:41 +0000)]
2009-04-02 [colin] 3.7.1cvs34

* src/common/utils.h
Fix previous (thanks to Marcus :)

15 years ago2009-04-02 [colin] 3.7.1cvs33
Colin Leroy [Thu, 2 Apr 2009 18:57:36 +0000 (18:57 +0000)]
2009-04-02 [colin] 3.7.1cvs33

* src/common/utils.h
* src/etpan/etpan-thread-manager.c
pipe() was a macro from GLib on win32 until
glib 2.13.2. It's undefined after that.
Thanks to Marcus Brinkmann for the heads-up!

15 years ago2009-03-31 [colin] 3.7.1cvs32
Colin Leroy [Tue, 31 Mar 2009 06:42:36 +0000 (06:42 +0000)]
2009-03-31 [colin] 3.7.1cvs32

* src/folder_item_prefs.c
Copy folder settings with prefs

15 years ago2009-03-31 [colin] 3.7.1cvs31
Colin Leroy [Tue, 31 Mar 2009 06:41:45 +0000 (06:41 +0000)]
2009-03-31 [colin] 3.7.1cvs31

* src/prefs_account.c
Don't use un-sensitive checkboxes in Privacy tab
when privacy system in None (makes unchecking
painful when no privacy plugin is loaded)

15 years ago2009-03-30 [colin] 3.7.1cvs30
Colin Leroy [Mon, 30 Mar 2009 17:20:02 +0000 (17:20 +0000)]
2009-03-30 [colin] 3.7.1cvs30

* src/folder.c
* src/folder.h
* src/imap.c
* src/mainwindow.c
* src/mainwindow.h
* src/prefs_account.c
* src/prefs_account.h
* src/summaryview.c
* src/summaryview.h
Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
Add an option on the Receive page of IMAP account preferences:
"Move deleted mails to trash and expunge immediately". This
option defaults to TRUE to avoid changing the existing behaviour.
Setting it to FALSE prevents automatic expunging.
Also, add Tools/Expunge and View/Hide deleted messages menu items
(View/Hide deleted message being a per-folder setting, and behaving,
like View/Hide read messages).

15 years agoFix conflict
Colin Leroy [Mon, 30 Mar 2009 17:16:14 +0000 (17:16 +0000)]
Fix conflict

15 years ago2009-03-30 [colin] 3.7.1cvs29
Colin Leroy [Mon, 30 Mar 2009 17:15:34 +0000 (17:15 +0000)]
2009-03-30 [colin] 3.7.1cvs29

* src/imap.c
Fix Redhat bug 486422, Ubuntu bug 486422: Don't
ask for IMAP password when using GSSAPI auth

15 years ago2009-03-27 [colin] 3.7.1cvs28
Colin Leroy [Fri, 27 Mar 2009 19:03:29 +0000 (19:03 +0000)]
2009-03-27 [colin] 3.7.1cvs28

* src/folder.c
Fix cvs14, make sure we mark non-existent caches dirty
(or they never get written)

15 years ago2009-03-27 [colin] 3.7.1cvs27
Colin Leroy [Fri, 27 Mar 2009 18:35:47 +0000 (18:35 +0000)]
2009-03-27 [colin] 3.7.1cvs27

* src/imap.c
Fix tag update when all tags are removed
from another client

15 years agofix conflict
Paul Mangan [Thu, 26 Mar 2009 06:06:46 +0000 (06:06 +0000)]
fix conflict

15 years ago2009-03-25 [colin] 3.7.1cvs25
Colin Leroy [Wed, 25 Mar 2009 17:38:40 +0000 (17:38 +0000)]
2009-03-25 [colin] 3.7.1cvs25

* src/news.c
* src/etpan/nntp-thread.c
Fix header fetching (NG/To/Cc). Fixes
bug 1883, 'Message processing fails to
act on Newsgroups: field'

15 years ago2009-03-23 [colin] 3.7.1cvs24
Colin Leroy [Mon, 23 Mar 2009 18:16:07 +0000 (18:16 +0000)]
2009-03-23 [colin] 3.7.1cvs24

* src/textview.c
Fix internal headers visible in queue/sent