claws.git
21 years agofix bugs 73, 'Crash when selecting top-level folder'
Paul Mangan [Thu, 6 Mar 2003 15:23:44 +0000 (15:23 +0000)]
fix bugs 73, 'Crash when selecting top-level folder'

21 years agofix bugs 73 and 74
Paul Mangan [Thu, 6 Mar 2003 15:23:15 +0000 (15:23 +0000)]
fix bugs 73 and 74

21 years ago0.8.10claws94
Christoph Hohmann [Thu, 6 Mar 2003 15:14:13 +0000 (15:14 +0000)]
0.8.10claws94

* src/send.c
        fix rfc2821 (4.5.2) violation in SMTP data sending,
        all lines starting with a period get an extra period
        inserted
        (found by Simon 'corecode' Schubert)

21 years agofolderview.c: if configured font can't be loaded fall back to gtk default
Paul Mangan [Thu, 6 Mar 2003 12:21:10 +0000 (12:21 +0000)]
folderview.c: if configured font can't be loaded fall back to gtk default

21 years agofreeze text before autosave and thaw afterwards
Paul Mangan [Thu, 6 Mar 2003 10:46:00 +0000 (10:46 +0000)]
freeze text before autosave and thaw afterwards

21 years agocompose.c: freeze text before autosave and thaw afterwards
Paul Mangan [Thu, 6 Mar 2003 10:45:41 +0000 (10:45 +0000)]
compose.c: freeze text before autosave and thaw afterwards

21 years ago0.8.10claws91
Christoph Hohmann [Thu, 6 Mar 2003 10:36:37 +0000 (10:36 +0000)]
0.8.10claws91

* src/compose.c
        ignore address comment in dupe check for Cc-list

(closes reopened bug 47 Replying to message strips name part of
 e-mail addresses of Cc: lines)

21 years agoremove reference to gtkxtext.h
Paul Mangan [Thu, 6 Mar 2003 10:07:02 +0000 (10:07 +0000)]
remove reference to gtkxtext.h

21 years agoremove reference to gtkxtext.h in src/Makefile.am
Paul Mangan [Thu, 6 Mar 2003 10:06:40 +0000 (10:06 +0000)]
remove reference to gtkxtext.h in src/Makefile.am

21 years agosync with 0.8.10cvs25
Paul Mangan [Thu, 6 Mar 2003 07:32:31 +0000 (07:32 +0000)]
sync with 0.8.10cvs25

21 years agofix last commit
Oliver Haertel [Thu, 6 Mar 2003 06:59:35 +0000 (06:59 +0000)]
fix last commit

21 years agofix the fix messageview toolbar delete
Oliver Haertel [Thu, 6 Mar 2003 06:50:08 +0000 (06:50 +0000)]
fix the fix messageview toolbar delete

21 years ago0.8.10claws86
Christoph Hohmann [Wed, 5 Mar 2003 21:20:49 +0000 (21:20 +0000)]
0.8.10claws86

* src/summaryview.c
        check if "From" matches any account's address if
        addressbook completion of addresses is disabled too

(closes Bug 70 "Display recipient in from" doesn't check
 folder's default account)

21 years ago0.8.10claws85
Christoph Hohmann [Wed, 5 Mar 2003 19:46:21 +0000 (19:46 +0000)]
0.8.10claws85

* src/compose.c
* src/common/utils.[ch]
        don't strip address comments when building Cc lists

(closes Bug 47 Replying to message strips name part of e-mail addresses
 of Cc: lines)

* src/folder.c
        fix return value of copy function

21 years ago0.8.10claws84
Christoph Hohmann [Wed, 5 Mar 2003 16:41:29 +0000 (16:41 +0000)]
0.8.10claws84

* src/imap.c
        don't ask imap server for non rfc822 headers

(closes bug 71 IMAP FETCH asks for FROM header field twice)

* src/imap.c
        destroy session on socket error to allow reconnecting

21 years ago0.8.10claws83
Christoph Hohmann [Wed, 5 Mar 2003 13:51:04 +0000 (13:51 +0000)]
0.8.10claws83

* configure.ac
        fix building with gnome when no prefix is set

21 years agosync with 0.8.10cvs23
Paul Mangan [Wed, 5 Mar 2003 07:49:43 +0000 (07:49 +0000)]
sync with 0.8.10cvs23

21 years ago 0.8.10claws81
Christoph Hohmann [Tue, 4 Mar 2003 22:48:28 +0000 (22:48 +0000)]
 0.8.10claws81

* src/folder.c
        o fix moving and copying when folder returns 0 for new
          message number
        o remove some code for single message copy and move
          operations and use functions for multiple messages

* src/news.c
        remove unused include

21 years agolist 'Compiled plugins' in 'About' window
Paul Mangan [Tue, 4 Mar 2003 10:06:57 +0000 (10:06 +0000)]
list 'Compiled plugins' in 'About' window

21 years ago0.8.10claws79
Christoph Hohmann [Mon, 3 Mar 2003 21:49:30 +0000 (21:49 +0000)]
0.8.10claws79

* src/news.c
        have to multiply the percentage of the current fetch with
        the percentage that it has of the total fetch operation
        for correct values

21 years ago0.8.10claws78
Christoph Hohmann [Mon, 3 Mar 2003 21:18:24 +0000 (21:18 +0000)]
0.8.10claws78

* src/news.c
        fix calculation of expected lines for progress indicator

21 years ago0.8.10claws77
Christoph Hohmann [Mon, 3 Mar 2003 21:06:56 +0000 (21:06 +0000)]
0.8.10claws77

* src/summaryview.c
* src/common/utils.c
        fix segfault when opening the root news folder

21 years ago0.8.10claws76
Christoph Hohmann [Mon, 3 Mar 2003 20:45:57 +0000 (20:45 +0000)]
0.8.10claws76

* src/mainwindow.[ch]
* src/common/Makefile.am
* src/common/progressindicator.[ch]
        add UI independent progress indicator handling

* src/news.[ch]
        use new progress indicator for message info fetching

* src/common/hooks.h
        code cleanup

21 years agoremove nasty comments
Oliver Haertel [Mon, 3 Mar 2003 19:52:26 +0000 (19:52 +0000)]
remove nasty comments

21 years agotoolbar reply refactoring: part 2
Oliver Haertel [Mon, 3 Mar 2003 19:07:28 +0000 (19:07 +0000)]
toolbar reply refactoring: part 2

21 years agotoolbar reply refactoring: part 1
Oliver Haertel [Mon, 3 Mar 2003 19:03:23 +0000 (19:03 +0000)]
toolbar reply refactoring: part 1

21 years agosync with 0.8.10cvs21
Paul Mangan [Mon, 3 Mar 2003 06:19:52 +0000 (06:19 +0000)]
sync with 0.8.10cvs21

21 years ago0.8.10claws71
Christoph Hohmann [Sun, 2 Mar 2003 17:25:26 +0000 (17:25 +0000)]
0.8.10claws71

* src/common/passcrypt.c
        use POSIX includes

21 years ago0.8.10claws70
Christoph Hohmann [Sun, 2 Mar 2003 16:29:07 +0000 (16:29 +0000)]
0.8.10claws70

* configure.ac
* src/prefs_account.c
* src/prefs_gtk.[ch]
* src/common/.cvsignore
* src/common/Makefile.am
* src/common/passcrypt.c                ** NEW **
* src/common/passcrypt.h.in             ** NEW **
        Implement password encryption in config files
        using unix encrypt and setkey functions. The crypt
        key can be set as a configure parameter. Old
        passwords will be converted if they do not begin
        with '!'

21 years agofix compilation error
Paul Mangan [Sun, 2 Mar 2003 13:30:12 +0000 (13:30 +0000)]
fix compilation error

21 years agofix compile errors with GNU gettext-0.11.5
Thorsten Maerz [Sat, 1 Mar 2003 16:47:36 +0000 (16:47 +0000)]
fix compile errors with GNU gettext-0.11.5

21 years agofix bugs introduced while fixing messageview reply
Oliver Haertel [Sat, 1 Mar 2003 09:47:13 +0000 (09:47 +0000)]
fix bugs introduced while fixing messageview reply

21 years agofix bugs introduced while fixing messageview reply
Oliver Haertel [Sat, 1 Mar 2003 09:45:14 +0000 (09:45 +0000)]
fix bugs introduced while fixing messageview reply

21 years agorevert commit 0.8.10claws54 - breaks editing of address book
Paul Mangan [Sat, 1 Mar 2003 05:49:14 +0000 (05:49 +0000)]
revert commit 0.8.10claws54 - breaks editing of address book

21 years agoupdate Bulgarian translation
Paul Mangan [Sat, 1 Mar 2003 05:47:56 +0000 (05:47 +0000)]
update Bulgarian translation

21 years ago0.8.10claws64
Christoph Hohmann [Fri, 28 Feb 2003 23:11:56 +0000 (23:11 +0000)]
0.8.10claws64

* src/account.c
* src/addressadd.c
* src/compose.c
* src/gtkaspell.c
* src/gtkxtext.h                ** REMOVE **
* src/imap.c
* src/matcher.[ch]
* src/mh.c
* src/news.c
* src/pine.c
* src/prefs_common.c
* src/prefs_matcher.c
* src/procheader.[ch]
* src/procmsg.[ch]
* src/toolbar.c
* src/common/ssl_certificate.c
* src/gtk/colorlabel.c
* src/gtk/menu.c
        o fix warnings
        o remove code obsoleted by new cache and folder system rework

21 years agofix messageview toolbar reply
Oliver Haertel [Fri, 28 Feb 2003 21:34:56 +0000 (21:34 +0000)]
fix messageview toolbar reply

21 years agoadd the --check option to po/Makefile.in.in
Paul Mangan [Fri, 28 Feb 2003 20:48:59 +0000 (20:48 +0000)]
add the --check option to po/Makefile.in.in

21 years agore-order 'Signature' items in Account Prefs
Paul Mangan [Fri, 28 Feb 2003 17:58:42 +0000 (17:58 +0000)]
re-order 'Signature' items in Account Prefs

21 years agosync with 0.8.10cvs20
Paul Mangan [Fri, 28 Feb 2003 16:05:49 +0000 (16:05 +0000)]
sync with 0.8.10cvs20

21 years agoupdate POTFILES.in to reflect recent movement of files
Paul Mangan [Fri, 28 Feb 2003 15:21:06 +0000 (15:21 +0000)]
update POTFILES.in to reflect recent movement of files

21 years agosync with 0.8.10cvs19
Paul Mangan [Fri, 28 Feb 2003 07:27:13 +0000 (07:27 +0000)]
sync with 0.8.10cvs19

21 years agofix segfault in prefs_matcher.c
Martin Schaaf [Thu, 27 Feb 2003 20:43:39 +0000 (20:43 +0000)]
fix segfault in prefs_matcher.c

21 years agofix segfault in prefs_filtering.c
Martin Schaaf [Thu, 27 Feb 2003 20:35:47 +0000 (20:35 +0000)]
fix segfault in prefs_filtering.c

21 years agosync with 0.8.10cvs18
Paul Mangan [Thu, 27 Feb 2003 15:26:23 +0000 (15:26 +0000)]
sync with 0.8.10cvs18

21 years agofix bug where the address book crashes with multiple lookups
Paul Mangan [Thu, 27 Feb 2003 08:11:58 +0000 (08:11 +0000)]
fix bug where the address book crashes with multiple lookups

21 years ago0.8.10claws53
Christoph Hohmann [Tue, 25 Feb 2003 17:33:28 +0000 (17:33 +0000)]
0.8.10claws53

* src/Makefile.am
* src/colorlabel.[ch]           ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/colorlabel.[ch]       ** NEW **
        move colorlabel files to gtk directory

* src/esmtp.[ch]                ** REMOVE **
        has been merged into smtp.[ch] in 0.7.5

21 years ago 0.8.10claws52
Christoph Hohmann [Tue, 25 Feb 2003 17:07:25 +0000 (17:07 +0000)]
 0.8.10claws52

* src/Makefile.am
* src/about.[ch]                ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/about.[ch]            ** NEW **
        move about files to gtk directory

21 years ago0.8.10claws51
Christoph Hohmann [Tue, 25 Feb 2003 16:28:14 +0000 (16:28 +0000)]
0.8.10claws51

* src/folder.c
        some code optimization of folder scanning code

Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>

21 years agoreplace doc-src/rfc2015.txt with updated verion doc-src/rfc3156.txt
Christoph Hohmann [Tue, 25 Feb 2003 12:39:52 +0000 (12:39 +0000)]
replace doc-src/rfc2015.txt with updated verion doc-src/rfc3156.txt

21 years ago0.8.10claws50
Christoph Hohmann [Tue, 25 Feb 2003 12:34:42 +0000 (12:34 +0000)]
0.8.10claws50

* src/main.c
* src/common/sylpheed.c
        add command line parameter parsing to common code

21 years ago* Makefile.am
Christoph Hohmann [Mon, 24 Feb 2003 20:11:50 +0000 (20:11 +0000)]
* Makefile.am
* configure.ac
        fix gnome prefix problems, the configure script now removed
        `gnome-config --prefix` from `gnome-config --datadir`
        and adds $(prefix} instead

21 years ago0.8.10claws49
Christoph Hohmann [Mon, 24 Feb 2003 16:51:59 +0000 (16:51 +0000)]
0.8.10claws49

* src/news.c
        check for valid session before trying to authenticate

(closes Bug 60 crash if "authenticate on logon" is activated
 and newsserver-hostname is not valid)

21 years agoMake sure all user's input is sent to the action and then close the socket
Melvin Hadasht [Mon, 24 Feb 2003 16:40:03 +0000 (16:40 +0000)]
Make sure all user's input is sent to the action and then close the socket

21 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 23 Feb 2003 20:55:37 +0000 (20:55 +0000)]
* src/summaryview.c
also wait cursor when deleting files

21 years agogoogle/freshmeat search Actions scripts should now work with any configured browser
Paul Mangan [Sun, 23 Feb 2003 10:10:22 +0000 (10:10 +0000)]
google/freshmeat search Actions scripts should now work with any configured browser

21 years ago0.8.10claws45
Christoph Hohmann [Sat, 22 Feb 2003 19:09:05 +0000 (19:09 +0000)]
0.8.10claws45

* src/procmsg.c
        fix IMAP flag setting, IMAP flag is not handled correctly
        anymore by the folder system and information about the
        folder should not be saved in the MsgInfo (in my opinion)

Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>

21 years agofix "availabel" before i get another mail about it
Christoph Hohmann [Sat, 22 Feb 2003 18:02:47 +0000 (18:02 +0000)]
fix "availabel" before i get another mail about it

21 years ago0.8.10claws44
Christoph Hohmann [Sat, 22 Feb 2003 14:19:01 +0000 (14:19 +0000)]
0.8.10claws44

* src/summaryview.c
        fix spelling of "label" ;-)

21 years agodo not use description as attachment name
Thorsten Maerz [Sat, 22 Feb 2003 12:09:38 +0000 (12:09 +0000)]
do not use description as attachment name

21 years ago* src/summaryview.c
Alfons Hoogervorst [Sat, 22 Feb 2003 12:00:29 +0000 (12:00 +0000)]
* src/summaryview.c
freeze/thaw folder item updates when changing color labels,
and put a wait cursors on

21 years agosave-all fixes
Thorsten Maerz [Sat, 22 Feb 2003 11:47:14 +0000 (11:47 +0000)]
save-all fixes

21 years ago* src/prefs_gtk.c
Alfons Hoogervorst [Fri, 21 Feb 2003 20:39:29 +0000 (20:39 +0000)]
* src/prefs_gtk.c
remove unused var

21 years agofix smtp logging
Colin Leroy [Fri, 21 Feb 2003 20:32:31 +0000 (20:32 +0000)]
fix smtp logging

21 years agosrc/summaryview.c
Colin Leroy [Fri, 21 Feb 2003 16:51:58 +0000 (16:51 +0000)]
src/summaryview.c
 Freeze/thaw folderItem updates when filtering messages
 via Tools/Filter messages
VS: ----------------------------------------------------------------------

21 years agorevert commit 0.8.10claws26
Paul Mangan [Fri, 21 Feb 2003 09:53:25 +0000 (09:53 +0000)]
revert commit 0.8.10claws26

21 years agosync with 0.8.10cvs17
Paul Mangan [Fri, 21 Feb 2003 07:55:23 +0000 (07:55 +0000)]
sync with 0.8.10cvs17

21 years ago0.8.10claws35
Christoph Hohmann [Thu, 20 Feb 2003 23:02:39 +0000 (23:02 +0000)]
0.8.10claws35

* src/imap.c
        IMAP UID fetch speedup using SEARCH

Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>

* src/imap.c
        fix problem with UIDs in IMAP UID cache that no longer existed

21 years ago0.8.10claws34
Christoph Hohmann [Thu, 20 Feb 2003 21:53:30 +0000 (21:53 +0000)]
0.8.10claws34

* src/imap.c
* src/procheader.c
* src/procheader.h
        IMAP header fetch speedup

Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>

* src/imap.c
        Rewrite imap_cmd_gen_recv use sock_getline instead
        of sock_gets to avoid problems with too long reply
        lines

21 years ago* src/prefs_account.c
Colin Leroy [Thu, 20 Feb 2003 09:21:36 +0000 (09:21 +0000)]
* src/prefs_account.c
Better wording

21 years agoFix previous entry.
Darko Koruga [Thu, 20 Feb 2003 09:02:16 +0000 (09:02 +0000)]
Fix previous entry.

21 years agoChange my e-mail address.
Darko Koruga [Thu, 20 Feb 2003 06:34:09 +0000 (06:34 +0000)]
Change my e-mail address.

21 years agoX11 style colors for every configurable color
Colin Leroy [Wed, 19 Feb 2003 22:09:32 +0000 (22:09 +0000)]
X11 style colors for every configurable color

21 years ago* src/prefs_gtk.[ch]
Alfons Hoogervorst [Wed, 19 Feb 2003 21:46:30 +0000 (21:46 +0000)]
* src/prefs_gtk.[ch]
* src/prefs_common.c
for color_new accept both plain integers and X11 style color
names (as found in /usr/lib/X11/rgb.txt

21 years agoadd tooltips to online/offline button and account selector button
Paul Mangan [Wed, 19 Feb 2003 17:31:07 +0000 (17:31 +0000)]
add tooltips to online/offline button and account selector button

21 years agomove 'Maximum number of articles to download' to account prefs
Paul Mangan [Wed, 19 Feb 2003 15:58:09 +0000 (15:58 +0000)]
move 'Maximum number of articles to download' to account prefs

21 years agofix bug #54 'yesterdays date is displayed in the message summary window'
Paul Mangan [Wed, 19 Feb 2003 11:07:32 +0000 (11:07 +0000)]
fix bug #54 'yesterdays date is displayed in the message summary window'

21 years agofix bug [688596] Reply-to header in news
Paul Mangan [Wed, 19 Feb 2003 10:50:16 +0000 (10:50 +0000)]
fix bug [688596] Reply-to header in news

21 years agoadd a 'List all keys' button to key selection dialog
Paul Mangan [Tue, 18 Feb 2003 16:46:30 +0000 (16:46 +0000)]
add a 'List all keys' button to key selection dialog

21 years agofix compile error
Colin Leroy [Tue, 18 Feb 2003 10:26:15 +0000 (10:26 +0000)]
fix compile error

21 years agoTry to starttls if it seems to be the only
Colin Leroy [Tue, 18 Feb 2003 10:13:00 +0000 (10:13 +0000)]
Try to starttls if it seems to be the only
way to authenticate a user

21 years agoas a Drafts folder is a special folder allow it to have its own unique icons
Paul Mangan [Tue, 18 Feb 2003 09:51:35 +0000 (09:51 +0000)]
as a Drafts folder is a special folder allow it to have its own unique icons

21 years agofix IMAP port selection when using starttls
Colin Leroy [Tue, 18 Feb 2003 09:15:15 +0000 (09:15 +0000)]
fix IMAP port selection when using starttls

21 years agomake blue the default new mail colour
Paul Mangan [Tue, 18 Feb 2003 05:55:38 +0000 (05:55 +0000)]
make blue the default new mail colour

21 years agosync with 0.8.10cvs14
Paul Mangan [Tue, 18 Feb 2003 05:42:13 +0000 (05:42 +0000)]
sync with 0.8.10cvs14

21 years agoPaul noticed that I stole his identity :-)
Jens Oberender [Mon, 17 Feb 2003 12:39:39 +0000 (12:39 +0000)]
Paul noticed that I stole his identity :-)

21 years agofixed a compile problem with gcc 3.3
Jens Oberender [Mon, 17 Feb 2003 12:09:42 +0000 (12:09 +0000)]
fixed a compile problem with gcc 3.3
works on 2.95.3 too (testet on PPC as it is big endian)

21 years agosync with 0.8.10cvs13
Paul Mangan [Mon, 17 Feb 2003 10:32:39 +0000 (10:32 +0000)]
sync with 0.8.10cvs13

21 years agosync with 0.8.10cvs12
Paul Mangan [Mon, 17 Feb 2003 07:38:54 +0000 (07:38 +0000)]
sync with 0.8.10cvs12

21 years agoEliminate reload addr items in addr book.
Match Grun [Sun, 16 Feb 2003 20:58:50 +0000 (20:58 +0000)]
Eliminate reload addr items in addr book.

21 years agowhen a 'protocol error' is encountered disconnect from the server
Paul Mangan [Sun, 16 Feb 2003 11:11:37 +0000 (11:11 +0000)]
when a 'protocol error' is encountered disconnect from the server

21 years ago0.8.10claws13
Christoph Hohmann [Sat, 15 Feb 2003 13:25:01 +0000 (13:25 +0000)]
0.8.10claws13

* src/imap.c
        fix bug that stopped scanning of folders when an
        IMAP folder was empty

(closes bug 46 stop scan messages in folders after empty folder)

21 years agoadd info about google/freshmeat search scripts
Paul Mangan [Sat, 15 Feb 2003 11:31:40 +0000 (11:31 +0000)]
add info about google/freshmeat search scripts

21 years agoadd GPL header
Paul Mangan [Sat, 15 Feb 2003 11:27:40 +0000 (11:27 +0000)]
add GPL header

21 years agoAdd 2 Actions scripts which search freshmeat/google for the selected text using the...
Paul Mangan [Sat, 15 Feb 2003 11:22:47 +0000 (11:22 +0000)]
Add 2 Actions scripts which search freshmeat/google for the selected text using the browser configured in sylpheedrc

21 years ago* src/compose.c
Alfons Hoogervorst [Fri, 14 Feb 2003 20:57:02 +0000 (20:57 +0000)]
* src/compose.c
fix breakage because of uninitialized account pointer.
please verify.

21 years agomove signature settings to Account Prefs
Paul Mangan [Fri, 14 Feb 2003 16:45:54 +0000 (16:45 +0000)]
move signature settings to Account Prefs

21 years agosync with 0.8.10cvs11
Paul Mangan [Fri, 14 Feb 2003 06:44:25 +0000 (06:44 +0000)]
sync with 0.8.10cvs11

21 years agorevert news progressbar (GUI separation)
Thorsten Maerz [Thu, 13 Feb 2003 19:05:55 +0000 (19:05 +0000)]
revert news progressbar (GUI separation)

21 years agomake replies behave correctly, re: RFC 1036, Section 2.2.3, paragraph 1
Paul Mangan [Thu, 13 Feb 2003 14:39:27 +0000 (14:39 +0000)]
make replies behave correctly, re: RFC 1036, Section 2.2.3, paragraph 1