claws.git
21 years agoEnable address search.
Match Grun [Wed, 19 Mar 2003 23:16:26 +0000 (23:16 +0000)]
Enable address search.

21 years ago0.8.11claws29
Christoph Hohmann [Wed, 19 Mar 2003 18:39:42 +0000 (18:39 +0000)]
0.8.11claws29

* src/procmsg.c
        add temp flag handling, will make moving and copying
        messages possible again

* src/folder.c
        correct calulation of folder stats

21 years agoMake address folder name case insensitive.
Match Grun [Wed, 19 Mar 2003 01:37:49 +0000 (01:37 +0000)]
Make address folder name case insensitive.

21 years ago0.8.11claws27
Christoph Hohmann [Tue, 18 Mar 2003 21:40:56 +0000 (21:40 +0000)]
0.8.11claws27

* src/imap.c
        fix imap using a tunnel command

(closes bug 87)

21 years ago0.8.11claws26
Christoph Hohmann [Tue, 18 Mar 2003 18:24:34 +0000 (18:24 +0000)]
0.8.11claws26

* src/folder.[ch]
* src/imap.c
* src/procmsg.[ch]
        rewrite flag handling for folders

21 years ago0.8.11claws25
Christoph Hohmann [Tue, 18 Mar 2003 16:21:19 +0000 (16:21 +0000)]
0.8.11claws25

* src/folder.c
* src/procmsg.c
* src/summaryview.c
        unset NEW and UNREAD flags when message is ignored, to make
        sure messages don't show up as unread on other IMAP clients,
        because the IGNORE_THREAD flag can not be syncronized through
        the IMAP folder

21 years ago0.8.11claws24
Christoph Hohmann [Mon, 17 Mar 2003 18:57:51 +0000 (18:57 +0000)]
0.8.11claws24

* src/imap.c
        don't use recursion to fetch uids when the number of messages
        does not match. Moved code into subfunction that is used
        again when needed, to prevent an endless loop.

21 years agoget_resized_size() and prefs_common accessible from plugins
Thorsten Maerz [Mon, 17 Mar 2003 16:52:25 +0000 (16:52 +0000)]
get_resized_size() and prefs_common accessible from plugins

21 years ago0.8.11claws22
Christoph Hohmann [Mon, 17 Mar 2003 15:08:52 +0000 (15:08 +0000)]
0.8.11claws22

* src/imap.c
        o remove UID guessing from copy code
        o support UIDPLUS extension for APPEND command

21 years agoremove 'Compiled-plugins' section
Paul Mangan [Mon, 17 Mar 2003 11:34:22 +0000 (11:34 +0000)]
remove 'Compiled-plugins' section

21 years agoslight change to description text
Paul Mangan [Mon, 17 Mar 2003 11:34:00 +0000 (11:34 +0000)]
slight change to description text

21 years agoremove 'Compiled-plugins' section from about.c; slight change to description text...
Paul Mangan [Mon, 17 Mar 2003 11:33:10 +0000 (11:33 +0000)]
remove 'Compiled-plugins' section from about.c; slight change to description text of the dillo_viewer plugin

21 years agoDynamic LDAP queries
Match Grun [Mon, 17 Mar 2003 06:49:25 +0000 (06:49 +0000)]
Dynamic LDAP queries

21 years agofix typo in multiwebsearch.pl
Paul Mangan [Sun, 16 Mar 2003 21:48:58 +0000 (21:48 +0000)]
fix typo in multiwebsearch.pl

21 years ago0.8.11claws18
Christoph Hohmann [Sun, 16 Mar 2003 17:11:03 +0000 (17:11 +0000)]
0.8.11claws18

* src/mimeview.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
        make unregistering of MimeViewerFactorys possible

21 years agocorrect typo
Alfons Hoogervorst [Sun, 16 Mar 2003 14:23:52 +0000 (14:23 +0000)]
correct typo

21 years agodillo_viewer.c: fixed bug where it was impossible to view more than 1 text/html per...
Melvin Hadasht [Sun, 16 Mar 2003 09:09:35 +0000 (09:09 +0000)]
dillo_viewer.c: fixed bug where it was impossible to view more than 1 text/html per message

21 years agoprefs_actions.c: fixed compilation warnings
Melvin Hadasht [Sat, 15 Mar 2003 20:21:36 +0000 (20:21 +0000)]
prefs_actions.c: fixed compilation warnings

21 years agoAdded html mail viewing using Dillo
Melvin Hadasht [Sat, 15 Mar 2003 20:17:25 +0000 (20:17 +0000)]
Added html mail viewing using Dillo

21 years ago0.8.11claws13
Christoph Hohmann [Fri, 14 Mar 2003 23:58:57 +0000 (23:58 +0000)]
0.8.11claws13

* src/imap.c
        don't query imap folder for attributes because we already
        for them from imap_status

* src/mimeview.[ch]
        add support for plugable MimeViewers (unloading Viewers
        not yet complete)

* src/plugins/Makefile.am
* src/plugins/mathml_viewer/.cvsignore          ** NEW **
* src/plugins/mathml_viewer/Makefile.am         ** NEW **
* src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
        add MathML Viewer (Content-Type text/mathml) using GtkMathView
        widget from http://helm.cs.unibo.it/mml-widget/

21 years ago0.8.11claws12
Christoph Hohmann [Fri, 14 Mar 2003 01:38:17 +0000 (01:38 +0000)]
0.8.11claws12

* src/folder.[ch]
        o error return code's should better be negative
        o replace printf with debug_print

* src/imap.c
        improve IMAP folder scan by checking UID-NEXT

* src/summaryview.c
        remove check that are unnecessary in my opinion

21 years ago0.8.11claws11
Christoph Hohmann [Thu, 13 Mar 2003 21:21:39 +0000 (21:21 +0000)]
0.8.11claws11

* src/folder.[ch]
* src/foldersel.c
* src/folderview.c
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/prefs_scoring.c
* src/summaryview.c
        use a common function to get a displayable name
        for a FolderItem

21 years agoadd multiwebsearch Actions script
Paul Mangan [Thu, 13 Mar 2003 19:38:21 +0000 (19:38 +0000)]
add multiwebsearch Actions script

21 years agoRemove leading emtpy lines from quoted text before quoting it
Colin Leroy [Thu, 13 Mar 2003 19:23:37 +0000 (19:23 +0000)]
Remove leading emtpy lines from quoted text before quoting it

21 years agoActions: added cancel/ok buttons to user's argument dialog, fix mem leak, fix help...
Melvin Hadasht [Thu, 13 Mar 2003 17:06:27 +0000 (17:06 +0000)]
Actions: added cancel/ok buttons to user's argument dialog, fix mem leak, fix help text

21 years ago0.8.11claws7
Christoph Hohmann [Thu, 13 Mar 2003 15:31:22 +0000 (15:31 +0000)]
0.8.11claws7

* src/account.c
* src/folder.[ch]
* src/imap.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/setup.c
        replace more folder type stuff with folder class stuff

21 years agoupdate Polish translation
Paul Mangan [Thu, 13 Mar 2003 14:57:46 +0000 (14:57 +0000)]
update Polish translation

21 years agoActions: new tokens (%u, %h and %s)
Melvin Hadasht [Thu, 13 Mar 2003 11:22:33 +0000 (11:22 +0000)]
Actions: new tokens (%u, %h and %s)

21 years agosync with 0.8.11cvs5
Paul Mangan [Thu, 13 Mar 2003 11:12:58 +0000 (11:12 +0000)]
sync with 0.8.11cvs5

21 years ago0.8.11claws4
Christoph Hohmann [Thu, 13 Mar 2003 00:02:27 +0000 (00:02 +0000)]
0.8.11claws4

* src/folder.c
        use folder class idstr when writing folderlist.xml

* src/folder.h
* src/imap.c
* src/news.c
        replace folder type checks with folder class checks

21 years ago0.8.11claws3
Christoph Hohmann [Wed, 12 Mar 2003 22:23:54 +0000 (22:23 +0000)]
0.8.11claws3

* src/folder.[ch]
* src/imap.[ch]
* src/main.c
* src/mbox_folder.[ch]
* src/mh.[ch]
* src/news.[ch]
        o create a list of known folder classes in the folder system
        o use folder class id strings for folder item identifiers

21 years ago0.8.11claws2
Christoph Hohmann [Wed, 12 Mar 2003 16:42:55 +0000 (16:42 +0000)]
0.8.11claws2

* src/imap.c
        fix imap uid validity check

21 years ago* src/gtk/prefswindow.c
Christoph Hohmann [Wed, 12 Mar 2003 16:19:28 +0000 (16:19 +0000)]
* src/gtk/prefswindow.c
        fix translation of "Page Index"

21 years ago0.8.11claws1
Christoph Hohmann [Wed, 12 Mar 2003 15:40:51 +0000 (15:40 +0000)]
0.8.11claws1

* src/account.c
* src/folder.[ch]
* src/foldersel.c
* src/folderview.c
* src/imap.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/prefs_scoring.c
* src/procmsg.c
* src/setup.c
* src/summaryview.c
        initial restructuring of folder system, seperating
        folders and folder classes

21 years ago0.8.11claws release
Paul Mangan [Wed, 12 Mar 2003 11:41:54 +0000 (11:41 +0000)]
0.8.11claws release

21 years agoa sync from 0.8.11cvs4
Paul Mangan [Wed, 12 Mar 2003 08:52:03 +0000 (08:52 +0000)]
a sync from 0.8.11cvs4

21 years agoupdate Spanish translation
Paul Mangan [Tue, 11 Mar 2003 22:23:34 +0000 (22:23 +0000)]
update Spanish translation

21 years agojust the German translations
Jens Oberender [Tue, 11 Mar 2003 14:01:52 +0000 (14:01 +0000)]
just the German translations

21 years agoUpdated French translations
Melvin Hadasht [Tue, 11 Mar 2003 10:33:46 +0000 (10:33 +0000)]
Updated French translations

21 years agoupdate English manual
Paul Mangan [Tue, 11 Mar 2003 09:59:34 +0000 (09:59 +0000)]
update English manual

21 years agoupdate Bulgarian, Italian, and Serbian translations
Paul Mangan [Tue, 11 Mar 2003 09:54:23 +0000 (09:54 +0000)]
update Bulgarian, Italian, and Serbian translations

21 years agoupdate English manual, update Bulgarian, Italian, and Serbian translations
Paul Mangan [Tue, 11 Mar 2003 09:53:39 +0000 (09:53 +0000)]
update English manual, update Bulgarian, Italian, and Serbian translations

21 years agomake some strings translatable
Paul Mangan [Mon, 10 Mar 2003 22:58:52 +0000 (22:58 +0000)]
make some strings translatable

21 years agotodo
Oliver Haertel [Mon, 10 Mar 2003 21:31:48 +0000 (21:31 +0000)]
todo

21 years agoCode cleanup.
Darko Koruga [Mon, 10 Mar 2003 17:38:40 +0000 (17:38 +0000)]
Code cleanup.

21 years agosync with 0.8.11cvs2
Paul Mangan [Mon, 10 Mar 2003 09:54:40 +0000 (09:54 +0000)]
sync with 0.8.11cvs2

21 years agofix for message display in UTF-8 locales (unintentionnaly removed in 0.8.6claws6
Melvin Hadasht [Sun, 9 Mar 2003 14:44:49 +0000 (14:44 +0000)]
fix for message display in UTF-8 locales (unintentionnaly removed in 0.8.6claws6

21 years agoFix infinite loop in wrapping.
Darko Koruga [Sat, 8 Mar 2003 17:47:57 +0000 (17:47 +0000)]
Fix infinite loop in wrapping.

21 years agotodo
Alfons Hoogervorst [Sat, 8 Mar 2003 09:15:04 +0000 (09:15 +0000)]
todo

21 years ago0.8.10claws101
Christoph Hohmann [Sat, 8 Mar 2003 00:26:54 +0000 (00:26 +0000)]
0.8.10claws101

* src/imap.c
        add workaround for IMAP servers that do not
        support the "UID SEARCH UID" command

21 years ago0.8.10claws100
Christoph Hohmann [Fri, 7 Mar 2003 23:49:10 +0000 (23:49 +0000)]
0.8.10claws100

* src/plugins/spamassassin/spamassassin.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        code cleanup

21 years agoupdate Spanish translation
Paul Mangan [Fri, 7 Mar 2003 22:51:18 +0000 (22:51 +0000)]
update Spanish translation

21 years ago0.8.10claws98
Christoph Hohmann [Fri, 7 Mar 2003 21:09:19 +0000 (21:09 +0000)]
0.8.10claws98

* src/send.c
        fix in 0.8.10claws94 was wrong
        local delivery does not require escaping, remove escaping
        code to make signatures of mails with "." lines valid

        NOTE: requires that sendmail is executed with "-i" option,
              what is the default now, but has to be changed in all
              exsiting accounts)

21 years agosync with 0.8.11 release
Paul Mangan [Fri, 7 Mar 2003 07:29:29 +0000 (07:29 +0000)]
sync with 0.8.11 release

21 years agorevert commit 0.8.10claws92
Paul Mangan [Thu, 6 Mar 2003 19:40:19 +0000 (19:40 +0000)]
revert commit 0.8.10claws92

21 years agofix bugs 74, 'Crash opening editor window with pseudo-color display'
Paul Mangan [Thu, 6 Mar 2003 15:24:15 +0000 (15:24 +0000)]
fix bugs 74, 'Crash opening editor window with pseudo-color display'

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