Commit graph

57 commits

Author SHA1 Message Date
Colin Leroy
907537be5d squash warnings 2004-07-17 16:58:04 +00:00
Paul Mangan
353b10cda8 sync with 0.9.12cvs26 HEAD 2004-07-16 11:12:46 +00:00
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Colin Leroy
bd43cc5fa5 fix parsing of multipart mails 2004-05-22 09:53:01 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
b4217b7b11 sync 099claws 2004-02-21 11:01:01 +00:00
Thorsten Maerz
61ee51da1d sync 098claws 2004-01-12 21:28:31 +00:00
Thorsten Maerz
d013515023 inital gtk2 patch 2003-10-05 10:10:30 +00:00
Alfons Hoogervorst
9b5996e9d7 * src/procmime.c
plug memleak
2003-07-17 10:55:20 +00:00
Paul Mangan
e49aae505b sync with 0.9.0cvs6 2003-05-21 12:56:40 +00:00
Paul Mangan
ac1b039e62 sync with 0.8.11cvs41 2003-05-07 07:36:15 +00:00
Christoph Hohmann
739977116b 0.8.11claws48
* src/mimeview.c
* src/procmime.c
        remove mime type guessing from mime parser and use
        name based mime types in viewer lookup for mime type
        application/octet-stream
2003-03-25 23:35:47 +00:00
Thorsten Maerz
b184f4255e do not use description as attachment name 2003-02-22 12:09:38 +00:00
Paul Mangan
99a7382d8f sycn with 0.8.8cvs11 2003-01-17 09:59:47 +00:00
Paul Mangan
b956293c1e sync with 0.8.8cvs9 2003-01-16 11:02:43 +00:00
Paul Mangan
a29fc3c981 sync with 0.8.8cvs8 2003-01-15 11:31:35 +00:00
Christoph Hohmann
dfe9d950ac 0.8.8claws27
* src/addrbook.c
* src/addrindex.c
* src/folder.c
* src/matcher.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_gtk.c
* src/procmime.c
* src/toolbar.c
* src/xmlprops.c
* src/common/prefs.[ch]
        extend prefs file handling for reading and automatic handling
        of blocks. When reading prefs_set_block_label will automatically
        move on to the block. When writing it will copy all other blocks
        automatically

* src/common/plugin.c
        Now loading plugin filenames from [Plugins] block in
        sylpheed rc file
2002-12-31 00:11:12 +00:00
Christoph Hohmann
6b0ed0c163 0.8.7claws8
* src/Makefile.am
* src/account.[ch]
* src/addrbook.c
* src/addressbook.c
* src/addrindex.c
* src/filtering.c
* src/folder.c
* src/matcher.c
* src/prefs.[ch]                ** REMOVE **
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_gtk.[ch]            ** NEW **
* src/prefs_matcher.c
* src/prefs_scoring.c
* src/prefs_summary_column.c
* src/procmime.c
* src/selective_download.c
* src/toolbar.c
* src/common/Makefile.am
* src/common/prefs.[ch]		** NEW **
        split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2002-12-25 13:46:41 +00:00
Paul Mangan
fb570794cd sync with 0.8.6cvs17 2002-12-13 09:22:05 +00:00
Jens Oberender
0d4e1c8499 - removed gettext from g_warnings
- po/POTFILES.in cleaned and updated
- po/de.po updated
2002-12-10 18:42:29 +00:00
Christoph Hohmann
6aa3d40bc0 0.8.6claws49
* doc-src/ui_seperation.txt     ** NEW **
        information for ui seperation

* src/Makefile.am
        remove files that were moved to common
        include common directory by default for the header files

* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
        implement automaton using g_io_*-functions instead of
        gdk_input_add to make it ui independent

* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
        remove common/ prefix because directory is now in
        include path

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
        fix warnings

* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
        add log.h header file for logging functions

* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
        o move debug_mode to commno/utils.c
        o add functions to set and get debug_mode

* src/defs.h                    ** REMOVE **
* src/intl.h                    ** REMOVE **
* src/socket.[ch]               ** REMOVE **
* src/ssl.[ch]                  ** REMOVE **
* src/utils.[ch]                ** REMOVE **
        replaced by new files in src/common/

* src/common/Makefile.am
        add new files in src/common/

* src/common/defs.h             ** NEW **
* src/common/intl.h             ** NEW **
* src/common/log.[ch]           ** NEW **
* src/common/socket.[ch]        ** NEW **
* src/common/ssl.[ch]           ** NEW **
* src/common/utils.[ch]         ** NEW **
        replacement for files in src/
2002-12-02 17:41:39 +00:00
Christoph Hohmann
9838169a98 0.8.6claws43
* src/Makefile.am
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/uuencode.[ch]             ** REMOVED **
* src/common/Makefile.am
* src/common/uuencode.[ch]      ** NEW **
        move uuen/decoder to common directory
2002-11-30 20:00:26 +00:00
Christoph Hohmann
2883f69ead 0.8.6claws42
* src/Makefile.am
* src/base64.[ch]
* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
* src/common/Makefile.am
* src/common/base64.[ch]
        move base64 en/decoder to common directory
2002-11-30 19:28:53 +00:00
Paul Mangan
baf724538a sync with 0.8.5cvs20 2002-11-07 08:28:17 +00:00
Christoph Hohmann
b34c712165 * src/procmime.c
set mimeinfo->name to NULL after g_free to
        avoid double freeing with g_free
2002-10-15 22:44:29 +00:00
Colin Leroy
2adc14de29 Fix segfault when mimeinfo doesn't have a
content_type.
2002-09-24 15:22:59 +00:00
Colin Leroy
c2328a3843 fix bug "[ 537413 ] false varification of pgp-signature"
(false pgp-signature attachment named Good signature)
2002-09-23 22:57:32 +00:00
Christoph Hohmann
239f8bb0a7 * src/procmime.h
added ENC_BINARY to EncodingType
* src/procmime.c
        the string returned by procmime_get_encoding_str
        should not depend on the order of values in the
        EncodingType definition
* doc-src/rfc1806.txt   ** NEW FILE **
        Added rfc1806 about MIME Content-Disposition
        Extension
2002-09-20 12:52:36 +00:00
Colin Leroy
2beda2d175 Fix bug #557009 (wrong headers for messages
forwarded as attachments)
2002-09-12 20:26:42 +00:00
Paul Mangan
4d5ae82dc1 sync with 0.7.8cvs23 2002-07-11 07:48:24 +00:00
Christoph Hohmann
8da5cfd6ba * major code cleanup (part 1)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment and
          && in || when suggested by gcc

* src/mh.c
* src/folder.c
        replaced direct calls to folder->scan_tree
        with folder_scan_tree and restore folder
        prefs in this function. The folder should
        not have to deal with them.
        ( Should now work for all folder types )
2002-07-02 19:49:11 +00:00
Paul Mangan
d640619adf sync with 0.7.8cvs3 2002-06-19 08:04:32 +00:00
Paul Mangan
d9a1109e41 sync with 0.7.6cvs8 2002-05-18 15:22:17 +00:00
Paul Mangan
20d157dd67 sync with 0.7.5cvs19 2002-05-11 08:10:09 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Hoà Viêt Dinh
7fa02a7aa4 fixed local account 2002-03-10 14:09:59 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Hoà Viêt Dinh
d491116ce9 renderer, config is not yet build with a dialog box, you have to edit .sylpheed/rendererrc by hand, each line have to be : "[content-type] [program that will pipe content]", for example : "text/html lynx --dump -stdin" 2002-01-27 23:21:17 +00:00
Paul Mangan
d63d7cefc6 sync with sylpheed 0.7.0cvs16 2002-01-25 09:50:28 +00:00
Alfons Hoogervorst
758b810ec4 better support for mime/digest 2001-12-22 16:09:08 +00:00
Melvin Hadasht
ca5d7192f1 added support to view text/enriched 2001-11-28 22:44:49 +00:00
Paul Mangan
7e35e29ec6 sync with sylpheed 0.6.3cvs8 2001-10-19 07:49:39 +00:00
Paul Mangan
b836707290 sync with sylpheed 0.6.2cvs10 2001-10-03 05:23:24 +00:00
Paul Mangan
3053381579 sync with sylpheed 0.6.2cvs8 2001-09-30 11:07:34 +00:00
Paul Mangan
5bac09d317 sync with sylpheed 0.6.2cvs5 2001-09-24 08:15:52 +00:00
Paul Mangan
3dfafe4e64 sync with sylpheed 0.6.2cvs3 2001-09-20 11:53:09 +00:00
Match Grun
fbb47e2d53 New address book. 2001-09-01 23:48:06 +00:00
Paul Mangan
7ce0da9237 sync with sylpheed 0.5.1cvs6 2001-07-29 08:29:03 +00:00
Paul Mangan
c0b64ba7df correct image mime headers 2001-07-28 08:21:36 +00:00
Alfons Hoogervorst
a00bb214e2 sync with 0.5.1cvs4 2001-07-25 22:13:17 +00:00