claws.git
20 years ago* src/main.c
Alfons Hoogervorst [Fri, 21 Nov 2003 10:43:12 +0000 (10:43 +0000)]
* src/main.c
no mail incorporation allowed with --offline param.
fixes bug #374, "--offline ignored"

20 years agoadd new files to POTFILES.in
Christoph Hohmann [Thu, 20 Nov 2003 20:50:51 +0000 (20:50 +0000)]
add new files to POTFILES.in
forgot one ChangeLog.claws entry

20 years agoarchive pre 0.8.0 ChangeLog.claws
Christoph Hohmann [Thu, 20 Nov 2003 20:31:11 +0000 (20:31 +0000)]
archive pre 0.8.0 ChangeLog.claws

20 years ago0.9.6claws83
Christoph Hohmann [Thu, 20 Nov 2003 14:31:47 +0000 (14:31 +0000)]
0.9.6claws83

* src/mimeinfo.c
        use signed MimeInfo when checking the signature and not
        the selected one

20 years ago* src/mainwindow.c
Alfons Hoogervorst [Wed, 19 Nov 2003 19:06:32 +0000 (19:06 +0000)]
* src/mainwindow.c
fix crash when toggling separate views, patch submitted
by Pawel Pekala <c0rn|AT|gazeta.pl>.
fixes bug #342, "separate views  cause crash"

20 years agocode cleanup; bug fixes
Paul Mangan [Wed, 19 Nov 2003 10:24:53 +0000 (10:24 +0000)]
code cleanup; bug fixes

20 years agorevert my last commit until I get time to fix it
Luke Plant [Wed, 19 Nov 2003 01:41:19 +0000 (01:41 +0000)]
revert my last commit until I get time to fix it

20 years ago0.9.6claws79
Christoph Hohmann [Tue, 18 Nov 2003 22:15:05 +0000 (22:15 +0000)]
0.9.6claws79

* src/mimeview.[ch]
        check parent MimeInfos for signatures and display the
        result of the parent when found

* src/pgpmime.c
        o avoid NULL pointer warnings
        o use procmime_mimeinfo_get_parameter()

* src/sgpgme.c
        small text changes

20 years ago0.9.6claws78
Luke Plant [Mon, 17 Nov 2003 23:55:41 +0000 (23:55 +0000)]
0.9.6claws78

* src/textview.c
        add check for disguised URLs, fixing bug 57
        "Hidden URL in HTML Mails"

20 years ago0.9.6claws77
Christoph Hohmann [Sun, 16 Nov 2003 21:51:41 +0000 (21:51 +0000)]
0.9.6claws77

* src/procmime.c
        fix crash when parsing invalid Content-Type header

20 years ago0.9.6claws76
Christoph Hohmann [Sun, 16 Nov 2003 20:03:31 +0000 (20:03 +0000)]
0.9.6claws76

* src/pgpmime.c
* src/privacy.c
* src/sgpgme.[ch]
        implement message decrypting

* src/rfc2015.c
        remove old code

20 years ago* src/mimeview.c
Luke Plant [Sat, 15 Nov 2003 00:33:30 +0000 (00:33 +0000)]
* src/mimeview.c
fix a couple of problems that treated application/* and
application/octet-stream the wrong way around
(since 0.9.6claws10), causing "Open" to do nothing.

20 years ago0.9.6claws74
Christoph Hohmann [Fri, 14 Nov 2003 18:37:20 +0000 (18:37 +0000)]
0.9.6claws74

* src/messageview.c
* src/pgpmime.c
* src/privacy.[ch]
        prepare for message part decrypting

* src/sgpgme.c
        add output for expired signatures

* src/rfc2015.c
        remove some old code

20 years ago0.9.6claws73
Christoph Hohmann [Mon, 10 Nov 2003 21:16:29 +0000 (21:16 +0000)]
0.9.6claws73

* src/mimeview.c
        add "Full info" button for bad and warn signature status

* src/sgpgme.c
        generate full signature info like gpg's output
        (gpg -v --with-fingerprint --verify)

20 years ago0.9.6claws72
Christoph Hohmann [Mon, 10 Nov 2003 19:22:14 +0000 (19:22 +0000)]
0.9.6claws72

* src/mimeview.c
* src/pgpmime.c
* src/privacy.[ch]
* src/sgpgme.[ch]
* src/textview.[ch]
        o add code to view full signature info
        o do automatic signature checks

20 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 9 Nov 2003 20:26:39 +0000 (20:26 +0000)]
* src/summaryview.c
don't crash when gtkut_font_load() returns invalid font (has
something to do with locale settings)
Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.

20 years ago* src/procmime.c
Alfons Hoogervorst [Sun, 9 Nov 2003 12:43:12 +0000 (12:43 +0000)]
* src/procmime.c
plug leak

20 years ago* src/summaryview.c
Luke Plant [Sat, 8 Nov 2003 18:48:22 +0000 (18:48 +0000)]
* src/summaryview.c
fix some typos

* src/compose.c
        rewrote compose_attach_parts(), fixing various bugs mainly
to do with re-editing.

* src/mimeview.c
        "save all" now only saves attachments with names/filenames

20 years agoFix LDAP.
Match Grun [Wed, 5 Nov 2003 03:35:24 +0000 (03:35 +0000)]
Fix LDAP.

20 years ago* src/mimeview.c
Luke Plant [Tue, 4 Nov 2003 23:57:34 +0000 (23:57 +0000)]
* src/mimeview.c
        o  fixed bug 4 "focus lost on messages with attachments"
        o  fixed 'Save all' attachments for new mime changes
        o  right clicking on icons consistent with right clicking on
           mime tree
           - fixes a bug where wrong part is saved when you
             choose 'Save as' from popup menu
           - fixes bug 308 "No way to "save all" attachments"
        o  fixed a compiler warning.

* src/textview.c
        o  removed flickering in mime tree when using "n" and "p" shortcuts
        o  fixed bug where selecting the textview and pressing e.g. 'y'
           causes sylpheed to respond twice.

* src/summaryview.c
        removed hard coding of * and ! shortcuts (which only served
        to cause problems if you tried to redefine the shortcuts)

20 years ago* src/mimeview.c
Luke Plant [Tue, 4 Nov 2003 23:52:00 +0000 (23:52 +0000)]
* src/mimeview.c
        o  fixed bug 4 "focus lost on messages with attachments"
        o  fixed 'Save all' attachments for new mime changes
        o  right clicking on icons consistent with right clicking on
           mime tree
           - fixes a bug where wrong part is saved when you
             choose 'Save as' from popup menu
           - fixes bug 308 "No way to "save all" attachments"
        o  fixed a compiler warning.

* src/textview.c
        o  removed flickering in mime tree when using "n" and "p" shortcuts
        o  fixed bug where selecting the textview and pressing e.g. 'y'
           causes sylpheed to respond twice.

* src/summaryview.c
        removed hard coding of * and ! shortcuts (which only served
        to cause problems if you tried to redefine the shortcuts)

20 years agoo allow toggling of image scaling by clicking on image
Luke Plant [Tue, 4 Nov 2003 01:20:11 +0000 (01:20 +0000)]
o  allow toggling of image scaling by clicking on image
o  respond to image's container widget resize

20 years agofix bad parsing of message when re-editing/viewing a
Luke Plant [Tue, 4 Nov 2003 01:18:57 +0000 (01:18 +0000)]
fix bad parsing of message when re-editing/viewing a
message saved to the drafts folder

20 years ago* src/plugins/image_viewer/viewer.c, viewerprefs.c, viewerprefs.glade
Luke Plant [Tue, 4 Nov 2003 01:17:59 +0000 (01:17 +0000)]
* src/plugins/image_viewer/viewer.c, viewerprefs.c, viewerprefs.glade
        o  allow toggling of image scaling by clicking on image
        o  respond to image's container widget resize

* src/procmime.c
        o  fix bad parsing of message when re-editing/viewing a
           message saved to the drafts folder

20 years agoAdd LDAP contains query.
Match Grun [Sun, 2 Nov 2003 23:26:36 +0000 (23:26 +0000)]
Add LDAP contains query.

20 years ago* src/browseldap.c
Alfons Hoogervorst [Sun, 2 Nov 2003 14:08:50 +0000 (14:08 +0000)]
* src/browseldap.c
fix build bustage if not compiling ldap support

20 years agoRefactor LDAP searches.
Match Grun [Sun, 2 Nov 2003 03:55:54 +0000 (03:55 +0000)]
Refactor LDAP searches.

20 years agoBrowse LDAP entries.
Match Grun [Sun, 2 Nov 2003 03:54:46 +0000 (03:54 +0000)]
Browse LDAP entries.

20 years agoAdd browse LDAP entry.
Match Grun [Sun, 2 Nov 2003 03:51:26 +0000 (03:51 +0000)]
Add browse LDAP entry.

20 years ago* src/prefs_gtk.c
Alfons Hoogervorst [Sat, 1 Nov 2003 21:54:25 +0000 (21:54 +0000)]
* src/prefs_gtk.c
prefs_write_param(): fail when we see an invalid type; all the
callers seem to handle this gracefully by reverting changes

20 years ago0.9.6claws61
Christoph Hohmann [Thu, 30 Oct 2003 12:39:05 +0000 (12:39 +0000)]
0.9.6claws61

* configure.ac
* ac/openssl.m4
* ac/spamassassin.m4
* src/Makefile.am
        use extra variables for all libraries to make sure plugins
        are only linked with libraries they really need. $LIBS is always
        added to the linking parameters, but we only what the libraries
        listed in the Makefile

20 years ago*** empty log message ***
Paul Mangan [Wed, 29 Oct 2003 22:25:14 +0000 (22:25 +0000)]
*** empty log message ***

20 years agodon't use Subject for unknown part name
Paul Mangan [Wed, 29 Oct 2003 22:14:26 +0000 (22:14 +0000)]
don't use Subject for unknown part name

20 years agoget attachment names
Paul Mangan [Wed, 29 Oct 2003 17:47:06 +0000 (17:47 +0000)]
get attachment names

20 years agoimplemented multipart/alternative in MIME message viewer
Hoà Viêt Dinh [Wed, 29 Oct 2003 14:17:30 +0000 (14:17 +0000)]
implemented multipart/alternative in MIME message viewer

20 years ago0.9.6claws57
Christoph Hohmann [Tue, 28 Oct 2003 20:34:33 +0000 (20:34 +0000)]
0.9.6claws57

* configure.ac
        make sure MathML-Viewer is not built with the
        Gtk2 version of GtkMathView

20 years agosync with 0.9.7cvs1
Paul Mangan [Tue, 28 Oct 2003 08:39:05 +0000 (08:39 +0000)]
sync with 0.9.7cvs1

20 years agosorry just got home...
Alfons Hoogervorst [Mon, 27 Oct 2003 18:22:06 +0000 (18:22 +0000)]
sorry just got home...

20 years ago* src/matcher_parser_parse.y
Alfons Hoogervorst [Mon, 27 Oct 2003 18:21:23 +0000 (18:21 +0000)]
* src/matcher_parser_parse.y
* src/gtk/colorlabel.c
allow setting color label to 0 in filtering/processing rules
(should fix bug 336, "Can't create a filter condition "colorlabel 0"")

20 years ago* src/summary_search.c
Alfons Hoogervorst [Sun, 26 Oct 2003 18:25:04 +0000 (18:25 +0000)]
* src/summary_search.c
fix misnomer and correct selecting initial search node

20 years ago0.9.6claws53
Christoph Hohmann [Sun, 26 Oct 2003 16:20:11 +0000 (16:20 +0000)]
0.9.6claws53

* src/pgpmime.c
* src/sgpgme.c
        change display of signature info to use only name of
        signer, otherwise the text gets too long.

* src/procmime.c
        don't use MimeInfo's filename to generate tmp filename

20 years ago0.9.6claws52
Christoph Hohmann [Sat, 25 Oct 2003 19:25:10 +0000 (19:25 +0000)]
0.9.6claws52

* src/procmime.c
        fix message body searching

20 years agouse g_basename rather than basename
Paul Mangan [Sat, 25 Oct 2003 06:34:34 +0000 (06:34 +0000)]
use g_basename rather than basename

20 years agouse g_basename rather than basename
Thorsten Maerz [Fri, 24 Oct 2003 21:15:34 +0000 (21:15 +0000)]
use g_basename rather than basename

20 years ago0.9.6claws50
Christoph Hohmann [Fri, 24 Oct 2003 19:21:29 +0000 (19:21 +0000)]
0.9.6claws50

* src/sgpgme.c
        change fetching of signature key's trust

20 years agoupdate Slovak translation
Paul Mangan [Fri, 24 Oct 2003 16:38:48 +0000 (16:38 +0000)]
update Slovak translation

20 years agoremove unknown menu entry /File/Add mailbox/mbox...
Paul Mangan [Fri, 24 Oct 2003 16:38:03 +0000 (16:38 +0000)]
remove unknown menu entry /File/Add mailbox/mbox...

20 years agoremoved implementation of mbox folders
Hoà Viêt Dinh [Fri, 24 Oct 2003 11:09:22 +0000 (11:09 +0000)]
removed implementation of mbox folders

20 years ago0.9.6claws47
Paul Mangan [Thu, 23 Oct 2003 18:57:49 +0000 (18:57 +0000)]
0.9.6claws47

* src/noticeview.c
        don't always display button when noticeview is made visible

* src/mimeview.c
* src/pgpmime.c
* src/privacy.[ch]
* src/sgpgme.[ch]
        get signature information from crypto system

20 years agoupdate Spanish translation
Paul Mangan [Wed, 22 Oct 2003 09:06:55 +0000 (09:06 +0000)]
update Spanish translation

20 years agoupdate src/Makefile.am to reflect the changes to the icons that happened in 0.9.6claws35
Paul Mangan [Wed, 22 Oct 2003 08:32:56 +0000 (08:32 +0000)]
update src/Makefile.am to reflect the changes to the icons that happened in 0.9.6claws35

20 years ago* src/carray.h
Alfons Hoogervorst [Wed, 22 Oct 2003 05:17:08 +0000 (05:17 +0000)]
* src/carray.h
inline carray_count()

20 years agoMakefile.am changes for my last commit (removal of .xpm's)
Luke Plant [Tue, 21 Oct 2003 21:27:53 +0000 (21:27 +0000)]
Makefile.am changes for my last commit (removal of .xpm's)

20 years ago* src/carray.h
Alfons Hoogervorst [Tue, 21 Oct 2003 20:42:35 +0000 (20:42 +0000)]
* src/carray.h
glib wrappers
* src/carray.c
disable
* src/mailmbox.[ch]
* src/mailmbox_folder.c
* src/mailmbox_parse.c
* src/mailmbox_types.[ch]
%s/uint32_t/guint

20 years agoo remove mime_application_octet_stream.xpm and messageview_text.xpm
Luke Plant [Tue, 21 Oct 2003 19:09:44 +0000 (19:09 +0000)]
o  remove mime_application_octet_stream.xpm and messageview_text.xpm
o  fix visibility of signature noticeview when toggling separate message
   view

20 years ago0.9.6claws41
Christoph Hohmann [Tue, 21 Oct 2003 17:46:06 +0000 (17:46 +0000)]
0.9.6claws41

* src/procmime.c
        decode multipart and rfc822 mime parts to allow further
        parsing when required

20 years ago0.9.6claws40
Christoph Hohmann [Tue, 21 Oct 2003 16:44:51 +0000 (16:44 +0000)]
0.9.6claws40

* src/procmime.[ch]
* src/textview.c
        remove obsolete charset parameter in MimeInfo and fix
        TextView to use the charset from the parameter hash table

* src/plugins/dillo_viewer/Makefile.am
* src/plugins/trayicon/Makefile.am
        add OPENSSL_CFLAGS to fix building with using
        --with-openssl-* parameters

20 years agoreplace remnants of the old, renamed 'Execute' matchtype; add a brief description...
Paul Mangan [Tue, 21 Oct 2003 12:42:26 +0000 (12:42 +0000)]
replace remnants of the old, renamed 'Execute' matchtype; add a brief description to the Info window

20 years agoimplementation of mbox folder with unique messages numbers
Hoà Viêt Dinh [Tue, 21 Oct 2003 05:41:31 +0000 (05:41 +0000)]
implementation of mbox folder with unique messages numbers

20 years ago* src/noticeview.c
Alfons Hoogervorst [Mon, 20 Oct 2003 18:15:41 +0000 (18:15 +0000)]
* src/noticeview.c
fix invalid argument warning
* src/pgpmime.c
no in place variable

20 years agofix crash when using Forward in Filtering when external editor option is set
Paul Mangan [Mon, 20 Oct 2003 17:01:17 +0000 (17:01 +0000)]
fix crash when using Forward in Filtering when external editor option is set

20 years agoreplace/add/rename privacy icons
Paul Mangan [Mon, 20 Oct 2003 16:49:32 +0000 (16:49 +0000)]
replace/add/rename privacy icons

20 years agocommit errata - fix the name of the enable_processing option
Hoà Viêt Dinh [Mon, 20 Oct 2003 15:27:45 +0000 (15:27 +0000)]
commit errata - fix the name of the enable_processing option

20 years agoenable processing on startup / fixed C89 compatibility
Hoà Viêt Dinh [Mon, 20 Oct 2003 14:07:37 +0000 (14:07 +0000)]
enable processing on startup / fixed C89 compatibility

20 years ago0.9.6claws33
Christoph Hohmann [Sat, 18 Oct 2003 12:38:48 +0000 (12:38 +0000)]
0.9.6claws33

* src/mimeview.c
* src/noticeview.[ch]
        change noticeview icon to indicate signature status

NOTE: I have used the mime icons for the noticeview now. It would
be nice if someone could draw new icons for the noticeview.

20 years ago0.9.6claws32
Christoph Hohmann [Fri, 17 Oct 2003 22:01:16 +0000 (22:01 +0000)]
0.9.6claws32

* src/Makefile.am
* src/main.c
* src/mimeview.c
* src/noticeview.c
* src/pgpmime.[ch]                              ** NEW **
* src/privacy.[ch]
* src/rfc2015.c
* src/sgpgme.c                                  ** NEW **
        reimplement PGP/Mime signature checking (unfinished)

20 years ago0.9.6claws31
Christoph Hohmann [Wed, 15 Oct 2003 12:33:08 +0000 (12:33 +0000)]
0.9.6claws31

* src/procmime.[ch]
        fix procmime_get_text_content() and
        procmime_get_first_text_content()

20 years ago0.9.6claws30
Christoph Hohmann [Wed, 15 Oct 2003 11:25:16 +0000 (11:25 +0000)]
0.9.6claws30

* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/spamassassin/spamassassin_gtk.glade
        fix timeout tooltip

20 years agoreturn receipt workaround for buggy smtp servers
Paul Mangan [Wed, 15 Oct 2003 10:13:54 +0000 (10:13 +0000)]
return receipt workaround for buggy smtp servers

20 years agosync with 0.9.7 release
Paul Mangan [Wed, 15 Oct 2003 07:50:12 +0000 (07:50 +0000)]
sync with 0.9.7 release

20 years ago0.9.6claws27
Christoph Hohmann [Tue, 14 Oct 2003 21:46:59 +0000 (21:46 +0000)]
0.9.6claws27

* src/plugins/clamav/clamav_plugin.c
        fix clamav plugin

20 years ago0.9.6claws26
Christoph Hohmann [Tue, 14 Oct 2003 20:44:29 +0000 (20:44 +0000)]
0.9.6claws26

* src/compose.c
* src/mimeview.c
* src/procmime.[ch]
* src/rfc2015.c
* src/textview.c
* src/plugins/clamav/clamav_plugin.c
        use GNode to create the mime tree (some changes to functions
        that traverse the tree are just quick and dirty. Maybe we
        can find better solutions with g_node_*-functions)

20 years agofix a navigation bug (stupid typo of mine)
Luke Plant [Tue, 14 Oct 2003 12:57:27 +0000 (12:57 +0000)]
fix a navigation bug (stupid typo of mine)

20 years ago* src/mimeview.c
Luke Plant [Tue, 14 Oct 2003 12:56:39 +0000 (12:56 +0000)]
* src/mimeview.c
fix a navigation bug (stupid typo of mine)

20 years ago0.9.6claws24
Christoph Hohmann [Tue, 14 Oct 2003 12:24:02 +0000 (12:24 +0000)]
0.9.6claws24

* src/textview.c
        fix missing last line in plain/text mails

20 years ago* src/summaryview.c
Luke Plant [Mon, 13 Oct 2003 22:37:23 +0000 (22:37 +0000)]
* src/summaryview.c
        fix bug 334 (part 1)

20 years agoincreasing the extra version, for the changes in src/mimeview.c (1.88)
Gustavo Noronha Silva [Mon, 13 Oct 2003 15:08:32 +0000 (15:08 +0000)]
increasing the extra version, for the changes in src/mimeview.c (1.88)

20 years ago * src/mimeview.c
Gustavo Noronha Silva [Mon, 13 Oct 2003 15:00:59 +0000 (15:00 +0000)]
    * src/mimeview.c
                error checking when the user enters a non-directory at
                the file selection dialog.
                work-around for users entering directory location without
                adding a leading G_DIR_SEPARATOR.

20 years agoadded error reporting for inserting files, including invalid chars
Luke Plant [Mon, 13 Oct 2003 12:21:00 +0000 (12:21 +0000)]
added error reporting for inserting files, including invalid chars

20 years ago* src/compose.c
Luke Plant [Mon, 13 Oct 2003 12:11:51 +0000 (12:11 +0000)]
* src/compose.c
        error reporting for compose_insert_file(), including catching
        invalid characters for current locale/encoding

20 years agofix bug #347 'subscribe newsgroups crashes'
Paul Mangan [Mon, 13 Oct 2003 11:52:52 +0000 (11:52 +0000)]
fix bug #347 'subscribe newsgroups crashes'

20 years agoupdate Japanese translation
Paul Mangan [Mon, 13 Oct 2003 09:10:15 +0000 (09:10 +0000)]
update Japanese translation

20 years agowhen using 'Reply to all' include the 'send replies to' fodler property
Paul Mangan [Mon, 13 Oct 2003 09:09:48 +0000 (09:09 +0000)]
when using 'Reply to all' include the 'send replies to' fodler property

20 years agoavoid parsing of header contained in a string via a newly written temporary file...
Hoà Viêt Dinh [Mon, 13 Oct 2003 00:07:07 +0000 (00:07 +0000)]
avoid parsing of header contained in a string via a newly written temporary file. - Patch submitted by Simon 'corecode' Schubert

20 years agoadded "stop" action / added "set score" and "increase/decrease score" actions
Hoà Viêt Dinh [Sun, 12 Oct 2003 21:04:25 +0000 (21:04 +0000)]
added "stop" action / added "set score" and "increase/decrease score" actions

20 years agoupdate Japanese translation
Paul Mangan [Sun, 12 Oct 2003 16:25:13 +0000 (16:25 +0000)]
update Japanese translation

20 years ago0.9.6claws15
Christoph Hohmann [Sun, 12 Oct 2003 15:37:56 +0000 (15:37 +0000)]
0.9.6claws15

* src/procmime.c
        fix crash caused by incorrect headers

20 years ago0.9.6claws14
Christoph Hohmann [Fri, 10 Oct 2003 21:57:06 +0000 (21:57 +0000)]
0.9.6claws14

* src/main.c
* src/privacy.[ch]
* src/rfc2015.[ch]
        implement detection of signed message parts for rfc2015

20 years agorevert last commit
Christoph Hohmann [Fri, 10 Oct 2003 18:31:54 +0000 (18:31 +0000)]
revert last commit

20 years agofix typo
Thorsten Maerz [Fri, 10 Oct 2003 18:04:17 +0000 (18:04 +0000)]
fix typo

20 years agofix typo
Thorsten Maerz [Fri, 10 Oct 2003 17:10:48 +0000 (17:10 +0000)]
fix typo

20 years ago0.9.6claws12
Christoph Hohmann [Fri, 10 Oct 2003 15:34:00 +0000 (15:34 +0000)]
0.9.6claws12

* src/stock_pixmap.[ch]
* src/pixmaps/mime_message.xpm                  ** NEW **
        add a new icon for mime type "message"

* src/privacy.[ch]
* src/procmime.[ch]
        add crypto api

* src/mimeview.c
        o use crypto api
        o add icons for message type mime parts

20 years ago0.9.6claws11
Christoph Hohmann [Fri, 10 Oct 2003 11:38:16 +0000 (11:38 +0000)]
0.9.6claws11

* src/mainwindow.c
* src/messageview.[ch]
* src/mimeview.[ch]
* src/procmime.[ch]
* src/procmsg.[ch]
* src/rfc2015.c
* src/summaryview.c
* src/textview.[ch]
        o remove switching between TextView and MimeView in MessageView
          (if required we can hide the icon box and the MimeView will
           look exaxtly like the TextView)
        o temporary remove signature and decrypting GPGME code

20 years agomake example correct
Christoph Hohmann [Thu, 9 Oct 2003 18:16:32 +0000 (18:16 +0000)]
make example correct

20 years agoupdate example mimeinfo tree
Christoph Hohmann [Thu, 9 Oct 2003 18:12:59 +0000 (18:12 +0000)]
update example mimeinfo tree

20 years ago0.9.6claws10
Christoph Hohmann [Thu, 9 Oct 2003 17:19:46 +0000 (17:19 +0000)]
0.9.6claws10

* src/action.c
* src/compose.c
* src/messageview.c
* src/mimeview.c
* src/procmime.[ch]
* src/procmsg.c
* src/rfc2015.c
* src/textview.c
* src/common/utils.[ch]
* src/plugins/clamav/clamav_plugin.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
        new mime parser (several things need fixing)

20 years agomore sync with 0.9.6cvs2
Paul Mangan [Thu, 9 Oct 2003 05:06:19 +0000 (05:06 +0000)]
more sync with 0.9.6cvs2

20 years agosync with 0.9.6cvs2
Paul Mangan [Wed, 8 Oct 2003 11:34:09 +0000 (11:34 +0000)]
sync with 0.9.6cvs2

20 years agoupdate POTFILES.in
Christoph Hohmann [Mon, 6 Oct 2003 12:21:34 +0000 (12:21 +0000)]
update POTFILES.in

20 years ago0.9.6claws7
Christoph Hohmann [Sun, 5 Oct 2003 15:52:02 +0000 (15:52 +0000)]
0.9.6claws7

* src/summaryview.c
        don't use flags to check if a message is in a news folder

(closes Bug 282 clicking on folder with copied Messages from News
 immediately after having copied them crashes Sylpheed-Claws)