claws.git
16 years ago2008-03-12 [paul] 3.3.1cvs21
Paul Mangan [Wed, 12 Mar 2008 06:22:29 +0000 (06:22 +0000)]
2008-03-12 [paul] 3.3.1cvs21

* src/folder.c
* src/folder.h
* src/mainwindow.c
* src/procmsg.c
* src/summaryview.c
* src/plugins/trayicon/trayicon.c
add tooltip with extended folder stats

16 years ago2008-03-10 [colin] 3.3.1cvs20
Colin Leroy [Mon, 10 Mar 2008 18:32:39 +0000 (18:32 +0000)]
2008-03-10 [colin] 3.3.1cvs20

* src/common/xml.c
Handle comments

16 years ago2008-03-07 [colin] 3.3.1cvs19
Colin Leroy [Fri, 7 Mar 2008 22:34:02 +0000 (22:34 +0000)]
2008-03-07 [colin] 3.3.1cvs19

* src/mainwindow.c
Fix blinking of the taskbar entry

16 years ago2008-03-07 [colin] 3.3.1cvs18
Colin Leroy [Fri, 7 Mar 2008 20:05:21 +0000 (20:05 +0000)]
2008-03-07 [colin] 3.3.1cvs18

* src/mainwindow.c
MAEMO: Fix bug 1494, 'Trayicon
plugin breaks UI...'

16 years ago2008-03-07 [paul] 3.3.1cvs17
Paul Mangan [Fri, 7 Mar 2008 07:47:11 +0000 (07:47 +0000)]
2008-03-07 [paul] 3.3.1cvs17

* src/gtk/authors.h
reflect reality a bit more closely

16 years ago2008-03-06 [colin] 3.3.1cvs16
Colin Leroy [Thu, 6 Mar 2008 17:38:45 +0000 (17:38 +0000)]
2008-03-06 [colin] 3.3.1cvs16

* src/mainwindow.c
* src/mainwindow.h
* src/summaryview.c
* src/summaryview.h
* src/toolbar.c
Integrate things better wrt the new
summaryview extensibility.

16 years ago2008-03-06 [wwp] 3.3.1cvs15
Tristan Chabredier [Thu, 6 Mar 2008 16:54:51 +0000 (16:54 +0000)]
2008-03-06 [wwp] 3.3.1cvs15

* src/quote_fmt.c
Fix some gcc warnings.

16 years ago2008-03-06 [wwp] 3.3.1cvs14
Tristan Chabredier [Thu, 6 Mar 2008 16:06:46 +0000 (16:06 +0000)]
2008-03-06 [wwp] 3.3.1cvs14

* src/prefs_account.c
* src/prefs_folder_item.c
* src/prefs_gtk.c
* src/prefs_template.c
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
prefs_templates: fix missing unregistering of addr_completion widgets
and and ending of addr_completion service.
prefs_folder_item: fix missing registering/unregistering of widgets,
and rework the way add_completion service is started and stopped.
Plus few prefswindow API changes (opening).

16 years ago2008-03-06 [wwp] 3.3.1cvs13
Tristan Chabredier [Thu, 6 Mar 2008 13:57:49 +0000 (13:57 +0000)]
2008-03-06 [wwp] 3.3.1cvs13

* src/folder_item_prefs.c
* src/prefs_template.c
* src/prefs_template.h
* src/quote_fmt.c
* src/common/template.c
Complete 3.3.1cvs12, thanks to Colin.

16 years ago2008-03-06 [wwp] 3.3.1cvs12
Tristan Chabredier [Thu, 6 Mar 2008 12:56:39 +0000 (12:56 +0000)]
2008-03-06 [wwp] 3.3.1cvs12

* src/compose.c
* src/folder_item_prefs.c
* src/folder_item_prefs.h
* src/prefs_account.c
* src/prefs_folder_item.c
* src/prefs_quote.c
* src/prefs_template.c
* src/quote_fmt.c
* src/quote_fmt.h
* src/common/template.c
* src/common/template.h
Global and per-folder templates can now override the from name (this
doesn't change the account being used).
Examples:
 "My other name" <%account_email> (just changes the name)
 my.faked.email@address.org (overrides the address too)

16 years agoRevert previous (mis-)commit.
Tristan Chabredier [Thu, 6 Mar 2008 12:54:05 +0000 (12:54 +0000)]
Revert previous (mis-)commit.

16 years agoGlobal and per-folder templates can now override the From name (this
Tristan Chabredier [Thu, 6 Mar 2008 12:44:22 +0000 (12:44 +0000)]
Global and per-folder templates can now override the From name (this
doesn't change the account being used), satisfying bug #1456.
Examples:
 "My other name" <%account_email> (just changes the name)
 my.faked.email@address.org (overrides the address too)

16 years ago2008-03-05 [colin] 3.3.1cvs11
Colin Leroy [Wed, 5 Mar 2008 17:45:18 +0000 (17:45 +0000)]
2008-03-05 [colin] 3.3.1cvs11

* src/summaryview.c
* src/summaryview.h
Replace that hbox with a notebook

16 years ago2008-03-05 [colin] 3.3.1cvs10
Colin Leroy [Wed, 5 Mar 2008 17:25:15 +0000 (17:25 +0000)]
2008-03-05 [colin] 3.3.1cvs10

* src/folder.h
* src/folderview.c
Add klass functions for notification of folder
opening/closing via the GUI
* src/summaryview.c
* src/summaryview.h
Add a specific container for the scrolledwin

16 years ago2008-03-02 [colin] 3.3.1cvs8
Colin Leroy [Sun, 2 Mar 2008 15:55:36 +0000 (15:55 +0000)]
2008-03-02 [colin] 3.3.1cvs8

* src/messageview.c
MAEMO: Fix bug 1541, 'Deleting message from within
read window displays next message then closes.'

16 years ago2008-03-02 [colin] 3.3.1cvs7
Colin Leroy [Sun, 2 Mar 2008 15:37:49 +0000 (15:37 +0000)]
2008-03-02 [colin] 3.3.1cvs7

* src/main.c
Probably fix bug 1539, 'Program crashes':
Setup Gcrypt's thread functions when built
with GnuTLS

16 years ago2008-03-01 [colin] 3.3.1cvs6
Colin Leroy [Sat, 1 Mar 2008 13:48:34 +0000 (13:48 +0000)]
2008-03-01 [colin] 3.3.1cvs6

* src/folder.c
* src/imap_gtk.c
Get rid of stale folders with no account

16 years ago2008-02-28 [colin] 3.3.1cvs5
Colin Leroy [Thu, 28 Feb 2008 16:56:31 +0000 (16:56 +0000)]
2008-02-28 [colin] 3.3.1cvs5

* src/compose.c
Fix bug 1534, 'Segmentation fault when doing
some draft saving and then throwing away'
* src/imap.c
Fix bug 1533, 'Claws is unable to mark messages
as "read" in IMAP shared folders'
* src/etpan/imap-thread.c
Fix bug 1515, 'large messages crash claws when
syncing for offline mode'. This is rather a
workaround, and mails > 64MB will still be
problematic if there's less than 64MB available
on the dataroot volume.
* src/messageview.c
MAEMO: Add information when fetching big messages

16 years ago2008-02-26 [colin] 3.3.1cvs4
Colin Leroy [Tue, 26 Feb 2008 17:58:33 +0000 (17:58 +0000)]
2008-02-26 [colin] 3.3.1cvs4

* src/imap.c
fix bug 1532, '"login refused" message insufficiently
detailed'

16 years ago2008-02-26 [paul] 3.3.1cvs3
Paul Mangan [Tue, 26 Feb 2008 07:14:07 +0000 (07:14 +0000)]
2008-02-26 [paul] 3.3.1cvs3

* INSTALL
* README
remove mentions of ClamAV and a few other
old bits of information

16 years agocommit RELEASE_NOTES NEWS README from stable_3_3
Colin Leroy [Sat, 23 Feb 2008 09:38:52 +0000 (09:38 +0000)]
commit RELEASE_NOTES NEWS README from stable_3_3

16 years ago2008-02-23 [colin] 3.3.1cvs2
Colin Leroy [Sat, 23 Feb 2008 09:37:49 +0000 (09:37 +0000)]
2008-02-23 [colin] 3.3.1cvs2

* src/main.c
Fix log output (missing \n)

16 years ago2008-02-23 [colin] 3.3.1cvs1
Colin Leroy [Sat, 23 Feb 2008 09:36:23 +0000 (09:36 +0000)]
2008-02-23 [colin] 3.3.1cvs1

* configure.ac
Bump version number for stable release

16 years ago2008-02-23 [paul] 3.3.0cvs21
Paul Mangan [Sat, 23 Feb 2008 07:25:18 +0000 (07:25 +0000)]
2008-02-23 [paul] 3.3.0cvs21

* po/he.po
updated by Ofer

16 years ago2008-02-21 [colin] 3.3.0cvs20
Colin Leroy [Thu, 21 Feb 2008 08:05:09 +0000 (08:05 +0000)]
2008-02-21 [colin] 3.3.0cvs20

* src/matcher.c
Fix bug 1527, 'filtering is case sensitive when it
shouldn't be'

16 years ago2008-02-20 [colin] 3.3.0cvs19
Colin Leroy [Wed, 20 Feb 2008 17:19:38 +0000 (17:19 +0000)]
2008-02-20 [colin] 3.3.0cvs19

* src/main.c
Fix file attachments from older Thunar

16 years ago2008-02-19 [colin] 3.3.0cvs18
Colin Leroy [Tue, 19 Feb 2008 07:51:17 +0000 (07:51 +0000)]
2008-02-19 [colin] 3.3.0cvs18

* manual/plugins.xml
* manual/es/plugins.xml
* manual/fr/plugins.xml
* manual/pl/plugins.xml
Remove Clamav

16 years agofix a typo
Paul Mangan [Tue, 19 Feb 2008 06:58:52 +0000 (06:58 +0000)]
fix a typo

16 years ago2008-02-19 [paul] 3.3.0cvs17
Paul Mangan [Tue, 19 Feb 2008 06:55:21 +0000 (06:55 +0000)]
2008-02-19 [paul] 3.3.0cvs17

* tools/README
* tools/csv2addressbook.pl
add support for Kmail/Kaddressbook

16 years ago2008-02-18 [colin] 3.3.0cvs16
Colin Leroy [Mon, 18 Feb 2008 17:41:40 +0000 (17:41 +0000)]
2008-02-18 [colin] 3.3.0cvs16

* src/imap.c
Unset folder's session before creating a
new one
* src/main.c
* src/prefs_common.c
* src/prefs_common.h
* manual/advanced.xml
Add an hidden use_networkmanager pref, to
disable NetworkManager handling. Also,
consider UNKNOWN state to be CONNECTED.

16 years ago2008-02-18 [wwp] 3.3.0cvs15
Tristan Chabredier [Mon, 18 Feb 2008 17:18:05 +0000 (17:18 +0000)]
2008-02-18 [wwp] 3.3.0cvs15

* src/matcher.c
Fix Engrish and make 'not' more visible in filtering debug logs.

16 years ago2008-02-15 [colin] 3.3.0cvs14
Colin Leroy [Fri, 15 Feb 2008 14:59:39 +0000 (14:59 +0000)]
2008-02-15 [colin] 3.3.0cvs14

* src/matcher.c
Revert cvs10 for now, it breaks the feature

16 years ago2008-02-15 [colin] 3.3.0cvs13
Colin Leroy [Fri, 15 Feb 2008 10:02:19 +0000 (10:02 +0000)]
2008-02-15 [colin] 3.3.0cvs13

* src/main.c
Always focus folder tree at startup
* src/compose.c
Fix bug 1521, 'Cannot close compose window after
replying to a non-existent news message'

16 years ago2008-02-13 [colin] 3.3.0cvs12
Colin Leroy [Wed, 13 Feb 2008 06:34:10 +0000 (06:34 +0000)]
2008-02-13 [colin] 3.3.0cvs12

* src/folderview.c
Fix important warnings

16 years ago2008-02-12 [colin] 3.3.0cvs11
Colin Leroy [Tue, 12 Feb 2008 17:24:48 +0000 (17:24 +0000)]
2008-02-12 [colin] 3.3.0cvs11

* src/imap.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
Fix handling of $Forwarded flag on Exchange:
check for the existence or creatability of a
flag before using it.

16 years ago2008-02-12 [colin] 3.3.0cvs10
Colin Leroy [Tue, 12 Feb 2008 17:20:42 +0000 (17:20 +0000)]
2008-02-12 [colin] 3.3.0cvs10

* src/matcher.c
Optimise matching on Found in addressbook if
the matched header is in cache (From, etc)

16 years ago2008-02-12 [colin] 3.3.0cvs9
Colin Leroy [Tue, 12 Feb 2008 17:18:30 +0000 (17:18 +0000)]
2008-02-12 [colin] 3.3.0cvs9

* src/folderview.c
Fix crashy stuff when changing displayed
columns

16 years ago2008-02-12 [wwp] 3.3.0cvs8
Tristan Chabredier [Tue, 12 Feb 2008 11:38:19 +0000 (11:38 +0000)]
2008-02-12 [wwp] 3.3.0cvs8

* src/folder.h
Remove duplicate func declaration and restore the one
a missing one.

16 years ago2008-02-12 [wwp] 3.3.0cvs7
Tristan Chabredier [Tue, 12 Feb 2008 10:44:26 +0000 (10:44 +0000)]
2008-02-12 [wwp] 3.3.0cvs7

* src/compose.c
* src/export.c
* src/folder.c
* src/folder.h
* src/foldersel.c
* src/foldersel.h
* src/imap_gtk.c
* src/import.c
* src/mainwindow.c
* src/messageview.c
* src/mh_gtk.c
* src/prefs_account.c
* src/prefs_filtering_action.c
* src/summaryview.c
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/spamassassin/spamassassin_gtk.c
Allow moving/copying folders to root folders when using
the folder selection dialog (it was not possible to
maemo users to reparent a subfolder to a root folder
at all).

16 years ago2008-02-12 [fabien] 3.3.0cvs6
Fabien Vantard [Tue, 12 Feb 2008 00:41:19 +0000 (00:41 +0000)]
2008-02-12 [fabien] 3.3.0cvs6

* po/fr.po
a few days late for i18n fr update. Sorry.

16 years ago2008-02-11 [colin] 3.3.0cvs5
Colin Leroy [Mon, 11 Feb 2008 07:51:15 +0000 (07:51 +0000)]
2008-02-11 [colin] 3.3.0cvs5

* src/main.c
Implement support for future /dev/mem_notify.
This Linux kernel feature will allow applications
to be notified that memory has to be freed
before getting OOM-killed. For more information:
http://lwn.net/Articles/267013/

16 years ago2008-02-10 [paul] 3.3.0cvs4
Paul Mangan [Sun, 10 Feb 2008 11:54:44 +0000 (11:54 +0000)]
2008-02-10 [paul] 3.3.0cvs4

* src/Makefile.am
* src/mimeview.c
* src/prefs_toolbar.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/pixmaps/mime_text_patch.xpm
add an icon for attached patches

16 years ago2008-02-09 [paul] 3.3.0cvs3
Paul Mangan [Sat, 9 Feb 2008 18:16:44 +0000 (18:16 +0000)]
2008-02-09 [paul] 3.3.0cvs3

* src/gtk/about.c
bump the (c) year

16 years ago2008-02-09 [wwp] 3.3.0cvs2
Tristan Chabredier [Sat, 9 Feb 2008 13:01:24 +0000 (13:01 +0000)]
2008-02-09 [wwp] 3.3.0cvs2

* src/main.c
Fix compiling issue w/ non-gcc/C99 compilers (suncc).

16 years ago2008-02-08 [colin] 3.3.0cvs1
Colin Leroy [Fri, 8 Feb 2008 16:28:22 +0000 (16:28 +0000)]
2008-02-08 [colin] 3.3.0cvs1

* src/common/utils.c
Forbid attaching anything containing "../" or ".ssh/"
from mailto: URI

16 years ago3.3.0 unleashed rel_3_3_0
Paul Mangan [Fri, 8 Feb 2008 08:05:58 +0000 (08:05 +0000)]
3.3.0 unleashed

16 years agooops, getting ahead of myself
Paul Mangan [Fri, 8 Feb 2008 05:31:25 +0000 (05:31 +0000)]
oops, getting ahead of myself

16 years ago2008-02-08 [paul] 3.3.0cvs1
Paul Mangan [Fri, 8 Feb 2008 05:21:11 +0000 (05:21 +0000)]
2008-02-08 [paul] 3.3.0cvs1

* AUTHORS
updated with new translators
* configure.ac
added he to ALL_LINGUAS
* po/cs.po
* po/de.po
* po/es.po
* po/fi.po
* po/hu.po
* po/it.po
* po/pt_BR.po
* po/zh_CN.po
updated by Tim Brain and Petr Vanek, Stephan Sachse,
Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
Andrea Spadaccini, Frederico Goncalves Guimaraes,
and Ralph Young
* po/he.po
new Hebrew translation by Ofer <oc666@netvision.net.il>
* src/gtk/about.c
updated with new translators and bumped (c) year
* src/gtk/authors.h
updated with new translators

16 years ago2008-02-05 [colin] 3.2.0cvs76
Colin Leroy [Tue, 5 Feb 2008 07:27:07 +0000 (07:27 +0000)]
2008-02-05 [colin] 3.2.0cvs76

* src/messageview.c
* src/mimeview.c
* src/mimeview.h
Special case text/calendar parts: if there's one in
the mail, and a plugin handling text/calendar is
loaded, show that part. That'll avoid rendering
meetings as plain text, which just looks broken to
many users.

16 years ago2008-02-04 [colin] 3.2.0cvs75
Colin Leroy [Mon, 4 Feb 2008 17:18:09 +0000 (17:18 +0000)]
2008-02-04 [colin] 3.2.0cvs75

* src/mainwindow.c
Maemo: Fix LED handling on OS 2008

16 years ago2008-02-01 [colin] 3.2.0cvs74
Colin Leroy [Fri, 1 Feb 2008 16:48:40 +0000 (16:48 +0000)]
2008-02-01 [colin] 3.2.0cvs74

* src/compose.c
Possibly fix the annoying and hard-to reproduce bug
where lines
are
rewrapped
like
that.

16 years ago2008-02-01 [paul] 3.2.0cvs73
Paul Mangan [Fri, 1 Feb 2008 09:30:59 +0000 (09:30 +0000)]
2008-02-01 [paul] 3.2.0cvs73

* src/common/utils.c
fix bug 1502, 'Plus signs are stripped from
email addresses when calling from command line'
Thanks to Colin

16 years ago2008-01-31 [colin] 3.2.0cvs72
Colin Leroy [Thu, 31 Jan 2008 16:50:31 +0000 (16:50 +0000)]
2008-01-31 [colin] 3.2.0cvs72

* src/exphtmldlg.c
* src/mimeview.c
* src/summaryview.c
Fix building of URIs from filenames

16 years ago2008-01-31 [wwp] 3.2.0cvs71
Tristan Chabredier [Thu, 31 Jan 2008 10:26:52 +0000 (10:26 +0000)]
2008-01-31 [wwp] 3.2.0cvs71

* src/main.c
Fixes debug output of compiled-in features list
(completes 3.2.0cvs60).

16 years ago2008-01-31 [colin] 3.2.0cvs70
Colin Leroy [Thu, 31 Jan 2008 08:48:27 +0000 (08:48 +0000)]
2008-01-31 [colin] 3.2.0cvs70

* configure.ac
* po/POTFILES.in
* src/compose.c
* src/plugins/Makefile.am
* src/plugins/clamav/.cvsignore
* src/plugins/clamav/Makefile.am
* src/plugins/clamav/README
* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin.h
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/clamav/clamav_plugin_gtk.deps
Remove the Clamav plugin from the core

16 years ago2008-01-28 [wwp] 3.2.0cvs69
Tristan Chabredier [Mon, 28 Jan 2008 09:19:14 +0000 (09:19 +0000)]
2008-01-28 [wwp] 3.2.0cvs69

* src/compose.c
* src/prefs_template.c
* src/prefs_template.h
* src/quote_fmt.c
* src/quote_fmt.h
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
Fix for bug #1493: count lines (\n chars) according to the way
format body is passed (i.e. \-escaped or not).

16 years ago2008-01-27 [paul] 3.2.0cvs68
Paul Mangan [Sun, 27 Jan 2008 08:11:49 +0000 (08:11 +0000)]
2008-01-27 [paul] 3.2.0cvs68

* po/en_GB.po
updated
* src/prefs_actions.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_template.c
* src/gtk/about.c
some minor changes to the English

16 years ago2008-01-24 [colin] 3.2.0cvs67
Colin Leroy [Thu, 24 Jan 2008 16:40:22 +0000 (16:40 +0000)]
2008-01-24 [colin] 3.2.0cvs67

* src/etpan/imap-thread.c
* src/etpan/nntp-thread.c
Fix bug 1348, 'Hang ups at exit time with
pgp plugin since 3.0.2'

16 years ago2008-01-23 [colin] 3.2.0cvs66
Colin Leroy [Wed, 23 Jan 2008 19:26:21 +0000 (19:26 +0000)]
2008-01-23 [colin] 3.2.0cvs66

* src/toolbar.c
Fix translation of something that shouldn't be

16 years ago2008-01-23 [colin] 3.2.0cvs65
Colin Leroy [Wed, 23 Jan 2008 17:26:30 +0000 (17:26 +0000)]
2008-01-23 [colin] 3.2.0cvs65

* src/procmime.c
Fix bug 1486, 'Re: Incorrect content when replying'
Revert to full scan if short scan found only 0-length
text parts

16 years ago2008-01-23 [paul] 3.2.0cvs64
Paul Mangan [Wed, 23 Jan 2008 07:22:50 +0000 (07:22 +0000)]
2008-01-23 [paul] 3.2.0cvs64

* src/prefs_folder_item.c
fix bug 1485, 'selecting a folder's default
account if name contains '&''

16 years ago2008-01-23 [colin] 3.2.0cvs63
Colin Leroy [Wed, 23 Jan 2008 06:43:15 +0000 (06:43 +0000)]
2008-01-23 [colin] 3.2.0cvs63

* src/folder.c
* src/folder.h
* src/main.c
* src/mainwindow.c
Fix bug 1480, 'should be able to display mail file
from command line'. Let 'claws-mail --select' accept
absolute paths in addition to folder identifiers.

16 years ago2008-01-22 [wwp] 3.2.0cvs62
Tristan Chabredier [Tue, 22 Jan 2008 17:43:12 +0000 (17:43 +0000)]
2008-01-22 [wwp] 3.2.0cvs62

* src/account.c
* src/account.h
* src/compose.c
* src/messageview.c
* src/summaryview.c
* src/common/utils.c
* src/common/utils.h
Allow from=address in mailto sequence:
  --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
  The 'from' will try to select the first account matching in accounts list,
  otherwise will use the usual account selection mechanism but override with
  this 'from' address.
Allow mailto with NNTP accounts
  mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
  is the default one or if a NNTP account address is used with 'from'.
  This is more or less a bugfix as it was possible to use mailto with a NNTP
  default account but the complete mailto sequence was put in To.

16 years ago2008-01-22 [wwp] 3.2.0cvs61
Tristan Chabredier [Tue, 22 Jan 2008 17:16:16 +0000 (17:16 +0000)]
2008-01-22 [wwp] 3.2.0cvs61

* doc/man/claws-mail.1
Updated the man page: status of few features, command-line
usage (--version-full) and completed list of config files
and dirs.

16 years ago2008-01-22 [wwp] 3.2.0cvs60
Tristan Chabredier [Tue, 22 Jan 2008 15:12:02 +0000 (15:12 +0000)]
2008-01-22 [wwp] 3.2.0cvs60

* src/main.c
Added --version-full to display version and compiled-in
features list (for later use by Clawsker for instance).

16 years ago2008-01-22 [holger] 3.2.0cvs59
Holger Berndt [Tue, 22 Jan 2008 14:14:55 +0000 (14:14 +0000)]
2008-01-22 [holger] 3.2.0cvs59

* src/addrduplicates.c
Fix scrolling in addressbook duplicate
finder result dialog

16 years ago2008-01-21 [colin] 3.2.0cvs58
Colin Leroy [Mon, 21 Jan 2008 18:23:42 +0000 (18:23 +0000)]
2008-01-21 [colin] 3.2.0cvs58

* src/summaryview.c
Fix bug 1457, 'sorting messages on, say, from,
should subsort on previous sort choice'. Subsort
by date when sort is Subject, From, To, Tags.

16 years ago2008-01-21 [colin] 3.2.0cvs57
Colin Leroy [Mon, 21 Jan 2008 07:56:11 +0000 (07:56 +0000)]
2008-01-21 [colin] 3.2.0cvs57

* AUTHORS
* src/matcher.c
* src/mimeview.c
* src/common/ssl.c
* src/gtk/authors.h
Fix bug 1478, 'Wrong pthread_create calls all
over the place'. Patch by Christian Cornelssen

16 years ago2008-01-20 [colin] 3.2.0cvs56
Colin Leroy [Sun, 20 Jan 2008 17:09:09 +0000 (17:09 +0000)]
2008-01-20 [colin] 3.2.0cvs56

* src/imap.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
Fix bug 1468, 'Use IMAP keyword to
store "forwarded" flag'

16 years ago2008-01-20 [colin] 3.2.0cvs55
Colin Leroy [Sun, 20 Jan 2008 16:21:43 +0000 (16:21 +0000)]
2008-01-20 [colin] 3.2.0cvs55

* src/folderutils.c
Make list operations faster

16 years ago2008-01-20 [colin] 3.2.0cvs54
Colin Leroy [Sun, 20 Jan 2008 16:12:18 +0000 (16:12 +0000)]
2008-01-20 [colin] 3.2.0cvs54

* src/mainwindow.c
Fix bug 1353, 'on startup with small screen
layout, keyboard input gets lost'

16 years ago2008-01-20 [colin] 3.2.0cvs53
Colin Leroy [Sun, 20 Jan 2008 15:50:26 +0000 (15:50 +0000)]
2008-01-20 [colin] 3.2.0cvs53

* src/textview.c
Complete 3.2.0cvs49, and fixes bug 1477,
'Claws Mail crashes when view PGP-encrypted
message'

16 years ago2008-01-20 [colin] 3.2.0cvs52
Colin Leroy [Sun, 20 Jan 2008 14:16:53 +0000 (14:16 +0000)]
2008-01-20 [colin] 3.2.0cvs52

* src/compose.c
Fix privacy menu update when replying to
encrypted mail and no default privacy
system is set

16 years ago2008-01-19 [colin] 3.2.0cvs51
Colin Leroy [Sat, 19 Jan 2008 16:00:18 +0000 (16:00 +0000)]
2008-01-19 [colin] 3.2.0cvs51

* src/filtering.c
* src/procmsg.h
* src/plugins/bogofilter/bogofilter.c
* src/plugins/clamav/clamav_plugin.c
* src/plugins/spamassassin/spamassassin.c
Batch filtering deletions too (and save 4 bytes
per MsgInfo in the process :)

16 years ago2008-01-19 [colin] 3.2.0cvs50
Colin Leroy [Sat, 19 Jan 2008 15:53:47 +0000 (15:53 +0000)]
2008-01-19 [colin] 3.2.0cvs50

* src/folder.c
Make cache update after copies much faster
on IMAP

16 years ago2008-01-19 [colin] 3.2.0cvs49
Colin Leroy [Sat, 19 Jan 2008 15:52:25 +0000 (15:52 +0000)]
2008-01-19 [colin] 3.2.0cvs49

* src/textview.c
Check g_fopen() success

16 years ago2008-01-17 [wwp] 3.2.0cvs48
Tristan Chabredier [Thu, 17 Jan 2008 21:55:01 +0000 (21:55 +0000)]
2008-01-17 [wwp] 3.2.0cvs48

* manual/faq.xml
* manual/es/faq.xml
* manual/fr/faq.xml
* manual/pl/faq.xml
Sylpheed? No idea what this means.

16 years ago2008-01-17 [colin] 3.2.0cvs47
Colin Leroy [Thu, 17 Jan 2008 18:25:23 +0000 (18:25 +0000)]
2008-01-17 [colin] 3.2.0cvs47

* src/gtk/gtksctree.c
Make dnd threshold higher on Maemo

16 years ago2008-01-16 [colin] 3.2.0cvs46
Colin Leroy [Wed, 16 Jan 2008 07:46:09 +0000 (07:46 +0000)]
2008-01-16 [colin] 3.2.0cvs46

* src/common/passcrypt.c
Fix build on FreeBSD, thanks to Pawel

16 years ago2008-01-15 [colin] 3.2.0cvs45
Colin Leroy [Tue, 15 Jan 2008 17:47:52 +0000 (17:47 +0000)]
2008-01-15 [colin] 3.2.0cvs45

* src/compose.c
Fix bug 1472, 'Keyboard "Menu" key doesn't call
spell check of actuall word'
* src/summaryview.c
Temporarily disable immediate execution when learning
spam *only* if the summaryview isn't locked

16 years ago2008-01-15 [wwp] 3.2.0cvs44
Tristan Chabredier [Tue, 15 Jan 2008 09:37:18 +0000 (09:37 +0000)]
2008-01-15 [wwp] 3.2.0cvs44

* src/prefs_filtering.c
Fix filtering prefs layout (Maemo port), moving page up/down
from buttons to context menu.

16 years ago2008-01-15 [colin] 3.2.0cvs43
Colin Leroy [Tue, 15 Jan 2008 08:00:45 +0000 (08:00 +0000)]
2008-01-15 [colin] 3.2.0cvs43

* src/compose.c
Fix bug 1465, 'First line in new message does not mark URLs'

16 years ago2008-01-15 [colin] 3.2.0cvs42
Colin Leroy [Tue, 15 Jan 2008 07:40:56 +0000 (07:40 +0000)]
2008-01-15 [colin] 3.2.0cvs42

* src/common/passcrypt.c
Fix bug 1461, 'several components #define
_XOPEN_SOURCE improperly'

16 years ago2008-01-15 [colin] 3.2.0cvs41
Colin Leroy [Tue, 15 Jan 2008 07:38:48 +0000 (07:38 +0000)]
2008-01-15 [colin] 3.2.0cvs41

* src/summaryview.c
Fix bug 1469, 'Column width adjustments on message
lists do not save'

16 years ago2008-01-14 [holger] 3.2.0cvs40
Holger Berndt [Mon, 14 Jan 2008 09:14:07 +0000 (09:14 +0000)]
2008-01-14 [holger] 3.2.0cvs40

* configure.ac
Add tests for dbus, dbus glib bindings,
and NetworkManager. All is optional. Add new
--(en|dis)able-networkmanager-support switch.
* src/Makefile.am
* src/imap.c
* src/inc.c
* src/main.c
* src/main.h
* src/mainwindow.c
* src/gtk/about.c
Add optional NetworkManager support, so Claws Mail
can try to do the right thing when the network connection
status changes. NetworkManager support is active by
default if above requirements were met.

16 years ago2008-01-12 [colin] 3.2.0cvs39
Colin Leroy [Sat, 12 Jan 2008 21:44:17 +0000 (21:44 +0000)]
2008-01-12 [colin] 3.2.0cvs39

* src/summaryview.c
Advertise the click-on-reply feature in the tooltip

16 years ago2008-01-12 [colin] 3.2.0cvs38
Colin Leroy [Sat, 12 Jan 2008 21:23:42 +0000 (21:23 +0000)]
2008-01-12 [colin] 3.2.0cvs38

* src/Makefile.am
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/pixmaps/tray_newmail.offline.xpm
* src/pixmaps/tray_newmail.xpm
* src/pixmaps/tray_newmarkedmail.offline.xpm
* src/pixmaps/tray_newmarkedmail.xpm
* src/pixmaps/tray_nomail.offline.xpm
* src/pixmaps/tray_nomail.xpm
* src/pixmaps/tray_unreadmail.offline.xpm
* src/pixmaps/tray_unreadmail.xpm
* src/pixmaps/tray_unreadmarkedmail.offline.xpm
* src/pixmaps/tray_unreadmarkedmail.xpm
* src/plugins/trayicon/Makefile.am
* src/plugins/trayicon/newmail.offline.xpm
* src/plugins/trayicon/newmail.xpm
* src/plugins/trayicon/newmarkedmail.offline.xpm
* src/plugins/trayicon/newmarkedmail.xpm
* src/plugins/trayicon/nomail.offline.xpm
* src/plugins/trayicon/nomail.xpm
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/unreadmail.offline.xpm
* src/plugins/trayicon/unreadmail.xpm
* src/plugins/trayicon/unreadmarkedmail.offline.xpm
* src/plugins/trayicon/unreadmarkedmail.xpm
Make the Trayicon plugin icons themable

16 years ago2008-01-12 [wwp] 3.2.0cvs37
Tristan Chabredier [Sat, 12 Jan 2008 21:14:54 +0000 (21:14 +0000)]
2008-01-12 [wwp] 3.2.0cvs37

* src/prefs_display_header.c
Fix extra leading hyphen visible in the display
header configuration combo list (maemo).

16 years ago2008-01-11 [colin] 3.2.0cvs36
Colin Leroy [Fri, 11 Jan 2008 17:39:19 +0000 (17:39 +0000)]
2008-01-11 [colin] 3.2.0cvs36

* src/imap.c
Set timeout to 1 before disconnecting all -
for when one switches to offline and has
no network anymore
* src/messageview.c
Fix bug 1454, 'error message shows parts and
signature of previous messages'
* src/prefs_common.c
Maemo: Hide Send dialog by default

16 years ago2008-01-10 [colin] 3.2.0cvs35
Colin Leroy [Thu, 10 Jan 2008 17:45:25 +0000 (17:45 +0000)]
2008-01-10 [colin] 3.2.0cvs35

* src/action.c
* src/editldap.c
* src/prefs_account.c
* src/wizard.c
* src/gtk/inputdialog.c
* src/plugins/pgpcore/passphrase.c
Maemo: Fix bug 1455, 'Password enters leading letter
incorrectly as uppercase'

16 years ago2008-01-09 [colin] 3.2.0cvs34
Colin Leroy [Wed, 9 Jan 2008 16:59:40 +0000 (16:59 +0000)]
2008-01-09 [colin] 3.2.0cvs34

* po/pl.po
Fix bug 1446, 'SC crashes frequently when staying
in background'. Format string error in Polish
translation
* src/gtk/description_window.c
* src/prefs_template.c
Complete 3.2.0cvs9 (fix bug with gtk_main loop);
patch by Pawel
* src/wizard.c
Maemo: Fix build

16 years ago2008-01-08 [colin] 3.2.0cvs33
Colin Leroy [Tue, 8 Jan 2008 19:08:12 +0000 (19:08 +0000)]
2008-01-08 [colin] 3.2.0cvs33

* src/main.c
Maemo: connect HW status change signal for shutdown
* src/mainwindow.c
Maemo: Fix hardware space key
* src/wizard.c
Maemo: name mmc1 and 2 a better name

16 years ago2008-01-08 [wwp] 3.2.0cvs32
Tristan Chabredier [Tue, 8 Jan 2008 13:45:41 +0000 (13:45 +0000)]
2008-01-08 [wwp] 3.2.0cvs32

* src/folder.c
* src/folder_item_prefs.c
* src/folder_item_prefs.h
* src/prefs_folder_item.c
It's now possible to disable processing rules when
entering a folder (this adds a new option to the
folder properties dialog).

16 years ago2008-01-08 [wwp] 3.2.0cvs31
Tristan Chabredier [Tue, 8 Jan 2008 13:36:44 +0000 (13:36 +0000)]
2008-01-08 [wwp] 3.2.0cvs31

* src/common/utils.c
Mailto: now supports 'insert' (stands for 'insert file'), this
adds the ability to create a new message from the command-line,
with body set from an existing file contents.

16 years ago2008-01-08 [colin] 3.2.0cvs30
Colin Leroy [Tue, 8 Jan 2008 07:34:45 +0000 (07:34 +0000)]
2008-01-08 [colin] 3.2.0cvs30

* src/summaryview.c
Maybe fix bug 1452, 'crash while drag'n'droping
emails to an IMAP folder'

16 years ago2008-01-07 [wwp] 3.2.0cvs29
Tristan Chabredier [Mon, 7 Jan 2008 19:58:30 +0000 (19:58 +0000)]
2008-01-07 [wwp] 3.2.0cvs29

* src/prefs_filtering.c
Static-alize a function, thanks to Colin.

16 years ago2008-01-07 [colin] 3.2.0cvs28
Colin Leroy [Mon, 7 Jan 2008 17:45:51 +0000 (17:45 +0000)]
2008-01-07 [colin] 3.2.0cvs28

* src/folderview.c
Fix scrolling to bottom when drag and dropping
* src/summaryview.c
Fix bug 1445, 'Display sender using addressbook: fails
when From: isn't an email address'

16 years ago2008-01-07 [wwp] 3.2.0cvs27
Tristan Chabredier [Mon, 7 Jan 2008 13:51:12 +0000 (13:51 +0000)]
2008-01-07 [wwp] 3.2.0cvs27

* src/prefs_actions.c
* src/prefs_filtering.c
* src/prefs_template.c
Add tooltips to most buttons in the templates, actions and
filtering/processing dialogs.

16 years ago2008-01-07 [wwp] 3.2.0cvs26
Tristan Chabredier [Mon, 7 Jan 2008 11:33:33 +0000 (11:33 +0000)]
2008-01-07 [wwp] 3.2.0cvs26

* src/prefs_filtering.c
 - add a clear button to clear dialog input fields
 - add page up and page down buttons to move selected rule up and down
 - in rules list popup-menu: added Delete, Delete all and Duplicate
 - popup-menu items are greyed out either if the list is empty (not counting the
   (New) row or if there is no selected item
 - clear store when closing dialog

* src/prefs_actions.c
 - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
   clear button, popup-menu
 - clear store when closing dialog

* src/prefs_template.c
 - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
   clear button, popup-menu

* src/addrcustomattr.c
 - renamed popup-menu item Clear list to Delete all
 - grey out popup-menu items is there is no selected item or if list is empty
 - clear store when closing dialog

* src/edittags.c
 - added popup-menu item Delete all
 - grey out popup-menu items is there is no selected item or if list is empty
 - clear store when closing dialog

16 years ago2008-01-06 [wwp] 3.2.0cvs25
Tristan Chabredier [Sun, 6 Jan 2008 13:21:23 +0000 (13:21 +0000)]
2008-01-06 [wwp] 3.2.0cvs25

* src/addressadd.c
One more layout fix by Pawel (completes 3.2.0cvs24).