claws.git
19 years ago2005-02-25 [paul] 1.0.1cvs19
Paul Mangan [Fri, 25 Feb 2005 10:12:50 +0000 (10:12 +0000)]
2005-02-25 [paul] 1.0.1cvs19

* src/prefs_account.c
* src/prefs_folder_item.c
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
fix bug 698 'Clicking OK without username 'crashes'
account edit window'. Patch by Alfons

19 years ago2005-02-24 [colin] 1.0.1cvs18
Colin Leroy [Thu, 24 Feb 2005 07:21:19 +0000 (07:21 +0000)]
2005-02-24 [colin] 1.0.1cvs18

* src/messageview.c
Don't send out receipts if offline. Ask.

19 years ago2005-02-23 [colin] 1.0.1cvs17
Colin Leroy [Wed, 23 Feb 2005 13:38:29 +0000 (13:38 +0000)]
2005-02-23 [colin] 1.0.1cvs17

* src/compose.c
Encode parts when signing

19 years ago2005-02-23 [colin] 1.0.1cvs16
Colin Leroy [Wed, 23 Feb 2005 08:08:58 +0000 (08:08 +0000)]
2005-02-23 [colin] 1.0.1cvs16

* src/compose.c
* src/procmsg.c
Fix mimeinfo leakages

19 years ago2005-02-21 [colin] 1.0.1cvs15
Colin Leroy [Mon, 21 Feb 2005 16:23:41 +0000 (16:23 +0000)]
2005-02-21 [colin] 1.0.1cvs15

* src/compose.c
Fix signing/encrypting still on after
privacy system has been disabled

19 years agoAttribute patch
Colin Leroy [Fri, 18 Feb 2005 12:34:38 +0000 (12:34 +0000)]
Attribute patch

19 years ago2005-02-18 [colin] 1.0.1cvs14
Colin Leroy [Fri, 18 Feb 2005 12:27:22 +0000 (12:27 +0000)]
2005-02-18 [colin] 1.0.1cvs14

* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
Bugfix: Fix parser init (patch by Ivan)

19 years ago2005-02-18 [colin] 1.0.1cvs13
Colin Leroy [Fri, 18 Feb 2005 08:31:39 +0000 (08:31 +0000)]
2005-02-18 [colin] 1.0.1cvs13

* src/plugins/pgpmime/pgpmime.c
Fix build (missed my `mv`)

19 years ago2005-02-18 [colin] 1.0.1cvs12
Colin Leroy [Fri, 18 Feb 2005 08:16:10 +0000 (08:16 +0000)]
2005-02-18 [colin] 1.0.1cvs12

* src/Makefile.am
* src/privacy.c ** RE-ADDED **
* src/privacy.cpp ** REMOVED **
* src/privacy.h
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/passphrase.h
* src/plugins/pgpmime/pgpmime.c ** RE-ADDED **
* src/plugins/pgpmime/pgpmime.cpp ** REMOVED **
* src/plugins/pgpmime/pgpmime.h
* src/plugins/pgpmime/prefs_gpg.h
* src/plugins/pgpmime/select-keys.h
* src/plugins/pgpmime/sgpgme.h
Revert huge API breakage.

19 years ago2005-02-16 [christoph] 1.0.1cvs11
Christoph Hohmann [Wed, 16 Feb 2005 00:03:32 +0000 (00:03 +0000)]
2005-02-16 [christoph] 1.0.1cvs11

* src/mh.c
add scan required function for MH folders

(Patch by Ivan Rayner <ivanr@sgi.com>)

19 years ago2005-02-15 [christoph] 1.0.1cvs10
Christoph Hohmann [Tue, 15 Feb 2005 19:05:51 +0000 (19:05 +0000)]
2005-02-15 [christoph] 1.0.1cvs10

* src/plugins/pgpmime/pgpmime.cpp
* src/plugins/pgpmime/pgpmime.h
add sign and encrypt functions

19 years ago2005-02-15 [christoph] 1.0.1cvs9
Christoph Hohmann [Tue, 15 Feb 2005 16:47:56 +0000 (16:47 +0000)]
2005-02-15 [christoph] 1.0.1cvs9

* configure.ac
* src/Makefile.am
* src/privacy.c ** REMOVE **
* src/privacy.cpp ** NEW **
* src/privacy.h
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/passphrase.h
* src/plugins/pgpmime/pgpmime.c ** REMOVE **
* src/plugins/pgpmime/pgpmime.cpp ** NEW **
* src/plugins/pgpmime/pgpmime.h
* src/plugins/pgpmime/prefs_gpg.h
* src/plugins/pgpmime/select-keys.h
* src/plugins/pgpmime/sgpgme.h
change Privacy-API to C++

19 years agoForgot to save
Colin Leroy [Tue, 15 Feb 2005 15:06:05 +0000 (15:06 +0000)]
Forgot to save

19 years ago2005-02-15 [colin] 1.0.1cvs8
Colin Leroy [Tue, 15 Feb 2005 14:58:51 +0000 (14:58 +0000)]
2005-02-15 [colin] 1.0.1cvs8

* src/mimeview.c
* src/common/utils.c
Sanitize substitution for saved filenames:
only \ / * and \r \n \t are bad.

19 years ago2005-02-15 [colin] 1.0.1cvs7
Colin Leroy [Tue, 15 Feb 2005 07:39:02 +0000 (07:39 +0000)]
2005-02-15 [colin]      1.0.1cvs7

        * src/compose.c
        * src/procmime.c
                Optimize (constant instead of strlen). Thanks
Alfons for the hint.

19 years ago2005-02-14 [colin] 1.0.1cvs6
Colin Leroy [Mon, 14 Feb 2005 20:03:49 +0000 (20:03 +0000)]
2005-02-14 [colin] 1.0.1cvs6

* src/compose.c
* src/procmime.c
Use quoted-printable instead of 7bit or 8bit
to encode "^From " and avoid mail corruption
on the MTA, as specified by RFC 3156. Thanks
Hoa for the hint.

19 years agoread too fast :)
Colin Leroy [Mon, 14 Feb 2005 07:56:03 +0000 (07:56 +0000)]
read too fast :)

19 years ago2005-02-12 [colin] 1.0.1cvs5
Colin Leroy [Sat, 12 Feb 2005 22:42:21 +0000 (22:42 +0000)]
2005-02-12 [colin] 1.0.1cvs5

* src/filtering.c
Remove wrong use of compose struct after
compose_send(). Spotted by Holger Berndt.

19 years agoupdated by Pavlo Bohmat
Paul Mangan [Thu, 10 Feb 2005 14:09:17 +0000 (14:09 +0000)]
updated by Pavlo Bohmat

19 years agoforgot the ChangeLogs in the last sync
Paul Mangan [Thu, 10 Feb 2005 13:15:47 +0000 (13:15 +0000)]
forgot the ChangeLogs in the last sync

19 years ago2005-02-10 [paul] 1.0.1cvs4
Paul Mangan [Thu, 10 Feb 2005 13:10:46 +0000 (13:10 +0000)]
2005-02-10 [paul] 1.0.1cvs4

* src/compose.c
sync with main, see ChangeLog 2005-02-10

19 years ago2005-02-10 [colin] 1.0.1cvs3
Colin Leroy [Thu, 10 Feb 2005 09:47:55 +0000 (09:47 +0000)]
2005-02-10 [colin]      1.0.1cvs3

        * src/mainwindow.c
                dereference freed messageview,
                and don't try to use it after free.
                This caused occasional late segfaults
when quitting.

19 years ago2005-02-10 [colin] 1.0.1cvs2
Colin Leroy [Thu, 10 Feb 2005 08:35:14 +0000 (08:35 +0000)]
2005-02-10 [colin] 1.0.1cvs2

* src/messageview.c
Don't display html with plugin automatically
(Dillo steals focus)

19 years agoremove printf and reformat
Colin Leroy [Wed, 9 Feb 2005 09:04:38 +0000 (09:04 +0000)]
remove printf and reformat

19 years ago2005-02-09 [colin] 1.0.1cvs1
Colin Leroy [Wed, 9 Feb 2005 08:57:11 +0000 (08:57 +0000)]
2005-02-09 [colin] 1.0.1cvs1

* src/mimeview.c
* src/mimeview.h
* src/messageview.c
Display first relevant part using plugin
if not text/plain if possible (useful for
vCalendar for example)

19 years ago1.0.1 released rel_1_0_1
Paul Mangan [Tue, 8 Feb 2005 12:30:33 +0000 (12:30 +0000)]
1.0.1 released

19 years ago2005-02-08 [paul] 1.0.0cvs29
Paul Mangan [Tue, 8 Feb 2005 07:35:40 +0000 (07:35 +0000)]
2005-02-08 [paul] 1.0.0cvs29

* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/sk.po
* po/sr.po
updated by Thomas Gilgin, Ricardo Mones Lastra,
Fabien Vantard, Andrea Spadaccini, Andrej Kacian,
Aleksandar Urosevic

19 years ago2005-02-05 [paul] 1.0.0cvs28
Paul Mangan [Sat, 5 Feb 2005 10:27:53 +0000 (10:27 +0000)]
2005-02-05 [paul] 1.0.0cvs28

* src/compose.c
fix Bug 682 'redirect is broken'

19 years ago2005-02-05 [thorsten] 1.0.0cvs27
Thorsten Maerz [Sat, 5 Feb 2005 06:42:55 +0000 (06:42 +0000)]
2005-02-05 [thorsten] 1.0.0cvs27

* src/partial_download.c
fix buf overflow

19 years ago2005-02-03 [colin] 1.0.0cvs26
Colin Leroy [Thu, 3 Feb 2005 10:12:34 +0000 (10:12 +0000)]
2005-02-03 [colin] 1.0.0cvs26

* src/common/plugin.c
Don't load GTK2 plugins at all. This solves
the plugins problem when switching between
GTK1 and GTK2 version.

19 years ago2005-02-02 [colin] 1.0.0cvs25
Colin Leroy [Wed, 2 Feb 2005 09:53:23 +0000 (09:53 +0000)]
2005-02-02 [colin] 1.0.0cvs25

* src/messageview.c
Fix dangerous typo

19 years ago2005-01-31 [colin] 1.0.0cvs24
Colin Leroy [Mon, 31 Jan 2005 13:23:45 +0000 (13:23 +0000)]
2005-01-31 [colin] 1.0.0cvs24

* src/compose.c
Fix MsgInfo reference leak

19 years ago2005-01-28 [colin] 1.0.0cvs23
Colin Leroy [Fri, 28 Jan 2005 12:24:01 +0000 (12:24 +0000)]
2005-01-28 [colin] 1.0.0cvs23

* src/folderview.c
Change check - partial_recv is not cached.

19 years ago2005-01-28 [colin] 1.0.0cvs22
Colin Leroy [Fri, 28 Jan 2005 12:17:48 +0000 (12:17 +0000)]
2005-01-28 [colin] 1.0.0cvs22

* src/folderview.c
Don't call partial_mark_for_delete() when
it's useless

19 years ago2005-01-27 [colin] 1.0.0cvs21
Colin Leroy [Thu, 27 Jan 2005 21:36:28 +0000 (21:36 +0000)]
2005-01-27 [colin] 1.0.0cvs21

* src/procmsg.c
* src/compose.c
Fix build - sorry.

19 years ago2005-01-27 [christoph] 1.0.0cvs20
Christoph Hohmann [Thu, 27 Jan 2005 19:51:37 +0000 (19:51 +0000)]
2005-01-27 [christoph] 1.0.0cvs20

* src/folder.c
use normal message remove function if a folder has no function
to remove all messages

* src/folderview.c
fix memory leak

19 years ago2005-01-27 [colin] 1.0.0cvs19
Colin Leroy [Thu, 27 Jan 2005 11:13:58 +0000 (11:13 +0000)]
2005-01-27 [colin] 1.0.0cvs19

* src/procmime.c
Forgot to commit this file with cvs18.

19 years ago2005-01-27 [colin] 1.0.0cvs18
Colin Leroy [Thu, 27 Jan 2005 11:06:21 +0000 (11:06 +0000)]
2005-01-27 [colin] 1.0.0cvs18

* src/compose.c
Uhm, better not touch the original msginfo_list.

19 years ago2005-01-27 [colin] 1.0.0cvs17
Colin Leroy [Thu, 27 Jan 2005 11:02:36 +0000 (11:02 +0000)]
2005-01-27 [colin] 1.0.0cvs17

* src/procmsg.c
* src/procmsg.h
Add a way to dump message/rfc822 MimeInfos to MsgInfos...
* src/compose.c
... And use it to be able to reply to the currently
selected MimeInfo.

19 years ago2005-01-27 [colin] 1.0.0cvs16
Colin Leroy [Thu, 27 Jan 2005 10:51:15 +0000 (10:51 +0000)]
2005-01-27 [colin] 1.0.0cvs16

* src/messageview.c
* src/summaryview.c
* src/compose.c
* src/compose.h
* src/toolbar.c
* src/mainwindow.c
Factorize this reply mess

19 years ago2005-01-26 [paul] 1.0.0cvs15
Paul Mangan [Wed, 26 Jan 2005 06:46:02 +0000 (06:46 +0000)]
2005-01-26 [paul] 1.0.0cvs15

* ChangeLog
* ChangeLog.jp
* src/common/template.c
sync with main, (fix memory leak), see ChangeLog
2005-01-25

19 years ago2005-01-25 [paul] 1.0.0cvs14
Paul Mangan [Tue, 25 Jan 2005 07:02:19 +0000 (07:02 +0000)]
2005-01-25 [paul] 1.0.0cvs14

* src/compose.c
compose_redirect(): fix sensitivity of attachment
"Properties..." button

19 years agofreeze clist in summaryview when performing potentially expensive list walking
Colin Leroy [Mon, 24 Jan 2005 13:46:49 +0000 (13:46 +0000)]
freeze clist in summaryview when performing potentially expensive list walking

19 years ago2005-01-24 [paul] 1.0.0cvs12
Paul Mangan [Mon, 24 Jan 2005 09:36:43 +0000 (09:36 +0000)]
2005-01-24 [paul] 1.0.0cvs12

* ChangeLog
* ChangeLog.jp
* src/messageview.c
* src/mh.c
* src/common/utils.c
sync with main, see ChangeLog 2005-01-19

19 years agoadd Ivan
Colin Leroy [Mon, 24 Jan 2005 09:15:01 +0000 (09:15 +0000)]
add Ivan

19 years ago2005-01-24 [colin] 1.0.0cvs11
Colin Leroy [Mon, 24 Jan 2005 09:13:07 +0000 (09:13 +0000)]
2005-01-24 [colin] 1.0.0cvs11

* src/procheader.c
Fix build with MIPSpro compiler.
Patch by Ivan Rayner <ivanr@sgi.com>

19 years ago2005-01-24 [colin] 1.0.0cvs10
Colin Leroy [Mon, 24 Jan 2005 08:02:46 +0000 (08:02 +0000)]
2005-01-24 [colin] 1.0.0cvs10

* src/folderview.c
Use (+) in collapsed folders with quicksearch-
matching subfolders

19 years ago2005-01-23 [holger] 1.0.0cvs9
Holger Berndt [Sun, 23 Jan 2005 05:37:18 +0000 (05:37 +0000)]
2005-01-23 [holger] 1.0.0cvs9

* src/crash.c
Include missing header file

19 years ago2005-01-22 [colin] 1.0.0cvs8
Colin Leroy [Sat, 22 Jan 2005 18:06:46 +0000 (18:06 +0000)]
2005-01-22 [colin] 1.0.0cvs8

* src/summaryview.c
* src/gtk/quicksearch.c
Make recursive quicksearch work in
root folders (and code fixes)

19 years ago2005-01-21 [colin] 1.0.0cvs7
Colin Leroy [Fri, 21 Jan 2005 17:41:24 +0000 (17:41 +0000)]
2005-01-21 [colin] 1.0.0cvs7

* src/summaryview.c
Set cursor to wait while looking in subfolders

19 years ago2005-01-21 [colin] 1.0.0cvs6
Colin Leroy [Fri, 21 Jan 2005 17:23:13 +0000 (17:23 +0000)]
2005-01-21 [colin] 1.0.0cvs6

* src/summaryview.c
Don't clear quicksearch if recursion is on,
even if !sticky

19 years ago2005-01-21 [colin] 1.0.0cvs5
Colin Leroy [Fri, 21 Jan 2005 13:32:53 +0000 (13:32 +0000)]
2005-01-21 [colin] 1.0.0cvs5

* src/gtk/quicksearch.c
* src/prefs_common.c
* src/prefs_common.h
Add option to recurse or not

19 years ago2005-01-21 [colin] 1.0.0cvs4
Colin Leroy [Fri, 21 Jan 2005 10:23:32 +0000 (10:23 +0000)]
2005-01-21 [colin] 1.0.0cvs4

* src/folder.h
* src/folderview.c
* src/folderview.h
* src/summaryview.c
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
Make quicksearch recursive - results materialized
by search icons in the folderview.

19 years ago2005-01-20 [holger] 1.0.0cvs3
Holger Berndt [Thu, 20 Jan 2005 05:52:57 +0000 (05:52 +0000)]
2005-01-20 [holger] 1.0.0cvs3

* src/addrindex.c
* src/addrindex.h
Add addrindex_load_person_attribute() (for plugins)

19 years ago2005-01-19 [colin] 1.0.0cvs2
Colin Leroy [Wed, 19 Jan 2005 10:49:46 +0000 (10:49 +0000)]
2005-01-19 [colin] 1.0.0cvs2

* src/mbox.c
* src/mbox.h
* src/mainwindow.c
* src/summaryview.c
* src/summaryview.h
Add an easy way to export specific messages
to an mbox file.

19 years agoupdate po/ko.po
Paul Mangan [Wed, 19 Jan 2005 07:32:49 +0000 (07:32 +0000)]
update po/ko.po

19 years ago2005-01-19 [paul] 1.0.0cvs1
Paul Mangan [Wed, 19 Jan 2005 07:24:00 +0000 (07:24 +0000)]
2005-01-19 [paul] 1.0.0cvs1

* po/ja.po
updated by  Rui Hirokawa

19 years ago*** empty log message *** rel_1_0_0
Paul Mangan [Tue, 18 Jan 2005 06:39:33 +0000 (06:39 +0000)]
*** empty log message ***

19 years agoinclude last bugfix in release
Thorsten Maerz [Mon, 17 Jan 2005 20:45:01 +0000 (20:45 +0000)]
include last bugfix in release

19 years ago2005-01-17 [thorsten] 1.0.0cvs1
Thorsten Maerz [Mon, 17 Jan 2005 20:00:03 +0000 (20:00 +0000)]
2005-01-17 [thorsten] 1.0.0cvs1

* src/crash.c
* src/gtk/pluginwindow.c
return value of filesel should not be free()d

19 years agomissing zero broke MAKE_NUMERIC_VERSION
Thorsten Maerz [Mon, 17 Jan 2005 19:44:22 +0000 (19:44 +0000)]
missing zero broke MAKE_NUMERIC_VERSION

19 years agoversion 1.0.0 released
Thorsten Maerz [Mon, 17 Jan 2005 18:47:24 +0000 (18:47 +0000)]
version 1.0.0 released

19 years agofix errors
Paul Mangan [Mon, 17 Jan 2005 12:18:48 +0000 (12:18 +0000)]
fix errors

19 years agoinadvertently forgot to add Frederico Goncalves Guimaraes to the ChangeLog.claws...
Paul Mangan [Mon, 17 Jan 2005 11:14:18 +0000 (11:14 +0000)]
inadvertently forgot to add Frederico Goncalves Guimaraes to the ChangeLog.claws entry

19 years ago2005-01-17 [paul] 0.9.13cvs37
Paul Mangan [Mon, 17 Jan 2005 11:02:19 +0000 (11:02 +0000)]
2005-01-17 [paul] 0.9.13cvs37

* AUTHORS
* po/es.po
* po/fr.po
* po/hr.po
* po/it.po
* po/pt_BR.po
* po/sk.po
* po/sr.po
update translations. submitted by Ricardo Mones
Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
 Andrej Kacian, Aleksandar Urosevic

19 years agoupdated german translation
Jens Oberender [Sun, 16 Jan 2005 22:58:25 +0000 (22:58 +0000)]
updated german translation

19 years ago2005-01-16 [colin] 0.9.13cvs36
Colin Leroy [Sun, 16 Jan 2005 18:07:25 +0000 (18:07 +0000)]
2005-01-16 [colin] 0.9.13cvs36

* src/prefs_toolbar.c
Fix two leaks, both found by Alfons.

19 years ago2005-01-15 [paul] 0.9.13cvs35
Paul Mangan [Sat, 15 Jan 2005 11:35:50 +0000 (11:35 +0000)]
2005-01-15 [paul] 0.9.13cvs35

* src/gtk/pluginwindow.c
fix 2 memleaks, patch by Alfons

19 years ago2005-01-15 [paul] 0.9.13cvs34
Paul Mangan [Sat, 15 Jan 2005 10:01:13 +0000 (10:01 +0000)]
2005-01-15 [paul] 0.9.13cvs34

* ChangeLog
* ChangeLog.jp
* src/common/template.c
sync with main, see ChangeLog 2005-01-11
(fix potential memory corruption bug)

19 years ago2005-01-14 [colin] 0.9.13cvs33
Colin Leroy [Fri, 14 Jan 2005 13:03:45 +0000 (13:03 +0000)]
2005-01-14 [colin] 0.9.13cvs33

* src/html.c
* src/msgcache.c
Fix coding style issues from the last patch

19 years agocorrect description
Colin Leroy [Fri, 14 Jan 2005 07:50:18 +0000 (07:50 +0000)]
correct description

19 years ago2005-01-14 [colin] 0.9.13cvs32
Colin Leroy [Fri, 14 Jan 2005 07:47:59 +0000 (07:47 +0000)]
2005-01-14 [colin] 0.9.13cvs32

* src/msgcache.c
Fix possible double free, avoid putting 8k on the stack
* src/html.c
* src/html.h
Fix links spanning over lines, add some entities
* AUTHORS
Both patches by Rich Coe <Richard.Coe@med.ge.com>

19 years ago2005-01-09 [thorsten] 0.9.13cvs31
Thorsten Maerz [Sun, 9 Jan 2005 07:29:59 +0000 (07:29 +0000)]
2005-01-09 [thorsten] 0.9.13cvs31

* tools/calypso_convert.pl
support nested subdirs (possible in recent calypso versions)
fix "change of readonly value" error with perl >= 5.8

19 years ago2005-01-08 [colin] 0.9.13cvs30
Colin Leroy [Sat, 8 Jan 2005 10:59:21 +0000 (10:59 +0000)]
2005-01-08 [colin] 0.9.13cvs30

* src/prefs_filtering_action.c
Plug leak - patch by Alfons

19 years ago2005-01-07 [paul] 0.9.13cvs29
Paul Mangan [Fri, 7 Jan 2005 07:44:28 +0000 (07:44 +0000)]
2005-01-07 [paul] 0.9.13cvs29

* ChangeLog
* ChangeLog.jp
* src/pop.c
* src/pop.h
sync with main, see ChangeLog 2005-01-06

19 years agoupdated German translation, done by Thomas Gilgin
Jens Oberender [Thu, 6 Jan 2005 19:36:30 +0000 (19:36 +0000)]
updated German translation, done by Thomas Gilgin

19 years ago2005-01-06 [colin] 0.9.13cvs28
Colin Leroy [Thu, 6 Jan 2005 12:53:53 +0000 (12:53 +0000)]
2005-01-06 [colin] 0.9.13cvs28

* src/prefs_matcher.c
Plug leak. Patch by Alfons

19 years ago2005-01-04 [christoph] 0.9.13cvs27
Christoph Hohmann [Tue, 4 Jan 2005 13:57:23 +0000 (13:57 +0000)]
2005-01-04 [christoph] 0.9.13cvs27

* src/folderview.c
* src/imap_gtk.c
* src/news_gtk.c
Create extra popup menu entries for account settings

(Closes Bug 663 segfault choosing "Properties" for root MH mailbox)

19 years agoAdd Felix and Alex
Colin Leroy [Mon, 3 Jan 2005 08:45:13 +0000 (08:45 +0000)]
Add Felix and Alex

19 years ago2005-01-03 [colin] 0.9.13cvs26
Colin Leroy [Mon, 3 Jan 2005 08:43:58 +0000 (08:43 +0000)]
2005-01-03 [colin] 0.9.13cvs26

* src/main.c
Plugins should be loaded before --receive or --receive-all
is processed.
Patch by Felix Eckhofer <felix-ml@tribut.de>

19 years ago2005-01-03 [colin] 0.9.13cvs25
Colin Leroy [Mon, 3 Jan 2005 08:34:42 +0000 (08:34 +0000)]
2005-01-03 [colin] 0.9.13cvs25

* src/pop.c
* src/pop.h
Add data_len member, because we can get NULs from network
Patch by Alfons

19 years ago2005-01-01 [colin] 0.9.13cvs24
Colin Leroy [Sat, 1 Jan 2005 14:11:00 +0000 (14:11 +0000)]
2005-01-01 [colin] 0.9.13cvs24

* src/procmime.c
Fix possible memleak in corner case - found by
Martin Kluge, patch by Alfons

19 years ago2004-12-30 [colin] 0.9.13cvs23
Colin Leroy [Thu, 30 Dec 2004 14:10:23 +0000 (14:10 +0000)]
2004-12-30 [colin] 0.9.13cvs23

* src/account.c
Fix prototypes - patch by Alfons

19 years ago2004-12-30 [paul] 0.9.13cvs22
Paul Mangan [Thu, 30 Dec 2004 08:20:27 +0000 (08:20 +0000)]
2004-12-30 [paul] 0.9.13cvs22

* ChangeLog
* ChangeLog.jp
* NEWS
* src/account.c
sync with main 1.0.0.
see ChangeLog 2004-12-22

19 years ago2004-12-18 [paul] 0.9.13cvs21
Paul Mangan [Sat, 18 Dec 2004 07:11:57 +0000 (07:11 +0000)]
2004-12-18 [paul] 0.9.13cvs21

* AUTHORS
* ChangeLog
* ChangeLog.jp
* src/action.c
sync with main, see ChangeLog 2004-12-17

19 years ago2004-12-17 [thorsten] 0.9.13cvs20
Thorsten Maerz [Fri, 17 Dec 2004 18:13:47 +0000 (18:13 +0000)]
2004-12-17 [thorsten] 0.9.13cvs20

* src/compose.c
protect trailing spaces when signing message

19 years ago2004-12-16 [paul] 0.9.13cvs19
Paul Mangan [Thu, 16 Dec 2004 09:15:10 +0000 (09:15 +0000)]
2004-12-16 [paul] 0.9.13cvs19

* ChangeLog
* ChangeLog.jp
* NEWS
* src/compose.c
* src/syldap.c
sync with main 1.0.0rc
see ChangeLog 2004-12-15

19 years ago2004-12-14 [colin] 0.9.13cvs18
Colin Leroy [Tue, 14 Dec 2004 18:27:38 +0000 (18:27 +0000)]
2004-12-14 [colin] 0.9.13cvs18

* src/gtk/prefswindow.c
Fix build. Sorry :)

19 years ago2004-12-14 [colin] 0.9.13cvs17
Colin Leroy [Tue, 14 Dec 2004 14:39:50 +0000 (14:39 +0000)]
2004-12-14 [colin]      0.9.13cvs17

        * src/gtk/gtkutils.c
        * src/gtk/gtkutils.h
        * src/gtk/prefswindow.c
                Catch Enter in prefswindow while in text
                widget. Patch by Alfons.

19 years ago2004-12-14 [paul]
Paul Mangan [Tue, 14 Dec 2004 07:18:46 +0000 (07:18 +0000)]
2004-12-14 [paul]

* po/ru.po
updated by Pavlo Bohmat

19 years ago2004-12-14 [paul] 0.9.13cvs16
Paul Mangan [Tue, 14 Dec 2004 07:15:43 +0000 (07:15 +0000)]
2004-12-14 [paul] 0.9.13cvs16

* ChangeLog
* ChangeLog.jp
* src/action.c
* src/compose.c
* src/common/utils.c
sync with main, see ChangeLog entries 2004-12-10
and 2004-12-13

19 years ago2004-12-13 [thorsten] 0.9.13cvs15
Thorsten Maerz [Mon, 13 Dec 2004 19:59:05 +0000 (19:59 +0000)]
2004-12-13 [thorsten] 0.9.13cvs15

* src/plugins/spamassassin/libspamc.c
fix memleak

19 years ago2004-12-13 [colin] 0.9.13cvs14
Colin Leroy [Mon, 13 Dec 2004 07:32:43 +0000 (07:32 +0000)]
2004-12-13 [colin] 0.9.13cvs14

* src/gtk/prefswindow.c
* src/gtk/pluginwindow.c
Fix key_pressed handlers

19 years ago2004-12-11 [colin] 0.9.13cvs13
Colin Leroy [Sat, 11 Dec 2004 22:17:36 +0000 (22:17 +0000)]
2004-12-11 [colin] 0.9.13cvs13

* src/quote_fmt_parse.y
Rework quote_fmt_parse to use less local
arrays in local blocks, so it doesn't
freak out IBM's stack protector. Patch
by Alfons.

19 years ago2004-12-10 [colin] 0.9.13cvs12
Colin Leroy [Fri, 10 Dec 2004 10:50:00 +0000 (10:50 +0000)]
2004-12-10 [colin] 0.9.13cvs12

* src/messageview.c
Fix logic error
* src/mainwindow.c
Fix corruptions when de-separating messageview

19 years ago2004-12-10 [paul] 0.9.13cvs11
Paul Mangan [Fri, 10 Dec 2004 05:46:14 +0000 (05:46 +0000)]
2004-12-10 [paul] 0.9.13cvs11

* src/prefs_themes.c
use a different set of icons for the Preview

19 years ago2004-12-09 [colin] 0.9.13cvs10
Colin Leroy [Thu, 9 Dec 2004 09:30:30 +0000 (09:30 +0000)]
2004-12-09 [colin] 0.9.13cvs10

* src/procmime.c
Fix procmime_encode_content doing horribly wrong
stuff when encoding to B64 from memory

19 years ago2004-12-08 [colin] 0.9.13cvs9
Colin Leroy [Wed, 8 Dec 2004 19:18:59 +0000 (19:18 +0000)]
2004-12-08 [colin] 0.9.13cvs9

* src/gtk/colorlabel.c
Fix color label off-by-one
Patch by Alfons

19 years agofix it again
Colin Leroy [Wed, 8 Dec 2004 13:33:22 +0000 (13:33 +0000)]
fix it again

19 years agorefixed buffer overflow
Hoà Viêt Dinh [Wed, 8 Dec 2004 13:12:13 +0000 (13:12 +0000)]
refixed buffer overflow