claws.git
20 years agofixed typo in changelog II - the typo problem strikes back
Hoà Viêt Dinh [Thu, 4 Dec 2003 02:58:17 +0000 (02:58 +0000)]
fixed typo in changelog II - the typo problem strikes back

20 years agofixed typo in changelog
Hoà Viêt Dinh [Thu, 4 Dec 2003 02:52:41 +0000 (02:52 +0000)]
fixed typo in changelog

20 years agomerge of scoring and filtering.
Hoà Viêt Dinh [Thu, 4 Dec 2003 02:50:42 +0000 (02:50 +0000)]
merge of scoring and filtering.

20 years ago0.9.7claws16
Christoph Hohmann [Wed, 3 Dec 2003 21:41:48 +0000 (21:41 +0000)]
0.9.7claws16

* src/procmime.c
        use default Content-Type as specified in RFC2045 if
        Content-Type header is syntactically incorrect

Note to Alfons: Using the default if the header is syntactially
                incorrect also means we should not try to parse
the rest of the header, correct?

20 years ago0.9.7claws15
Christoph Hohmann [Wed, 3 Dec 2003 20:25:09 +0000 (20:25 +0000)]
0.9.7claws15

* src/addressbook.c
* src/addrindex.h
* src/addritem.c
* src/expldifdlg.h
* src/exportldif.c
* src/filtering.c
* src/folder.c
* src/folderview.c
* src/jpilot.c
* src/localfolder.c
* src/matcher.h
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/news.c
* src/prefs_filtering_action.c
* src/prefs_folder_item.c
* src/prefs_fonts.c
* src/procmsg.c
* src/sgpgme.c
        clean up warnings

* src/procmime.c
        revert 0.9.7claws14 change

20 years ago* src/procmime.c
Alfons Hoogervorst [Wed, 3 Dec 2003 19:36:18 +0000 (19:36 +0000)]
* src/procmime.c
catch invalid Content-Type with no subtype

20 years ago* src/alertpanel.h
Alfons Hoogervorst [Wed, 3 Dec 2003 19:25:37 +0000 (19:25 +0000)]
* src/alertpanel.h
* src/setup.c
* src/plugins/image_viewe/plugin.c
compile again, we need stddef.h for size_t

20 years agodon't allow cloning of accounts with remote folders
Paul Mangan [Wed, 3 Dec 2003 14:20:34 +0000 (14:20 +0000)]
don't allow cloning of accounts with remote folders

20 years ago0.9.7claws11
Christoph Hohmann [Wed, 3 Dec 2003 12:11:50 +0000 (12:11 +0000)]
0.9.7claws11

* src/folder.[ch]
* src/imap.c
* src/localfolder.[ch]
* src/mh.c
* src/news.c
* src/common/xml.[ch]
        add set_xml() and get_xml() virtual functions to FolderClass to
        save extra information for Folders (for example the rootpath
        only used by LocalFolder). The folderlist write function no
        longer needs to know the folder type to save this extra
        information.

20 years ago0.9.7claws10
Christoph Hohmann [Tue, 2 Dec 2003 16:50:00 +0000 (16:50 +0000)]
0.9.7claws10

* src/Makefile.am
* src/account.c
* src/folder.[ch]
* src/folderview.h
* src/imap.c
* src/localfolder.[ch]          ** NEW **
* src/mainwindow.c
* src/mh.[ch]
* src/news.[ch]
* src/prefs_account.[ch]
* src/prefs_filtering.h
* src/procmsg.h
* src/remotefolder.[ch]         ** NEW **
* src/common/xml.[ch]
        add item_set_xml() and item_get_xml() virtual functions to
        FolderClass to give folders the ability to add extra information
        to the saved FolderItem data. If NULL the default function for
        FolderItem will be used.

20 years agoupdate Makefiles
Christoph Hohmann [Mon, 1 Dec 2003 17:32:38 +0000 (17:32 +0000)]
update Makefiles

20 years agocorrect my e-mail address
Luke Plant [Mon, 1 Dec 2003 14:26:18 +0000 (14:26 +0000)]
correct my e-mail address

20 years ago0.9.7claws9
Christoph Hohmann [Sat, 29 Nov 2003 14:27:10 +0000 (14:27 +0000)]
0.9.7claws9

* src/procheader.c
        fix bug in unfolding

20 years ago* src/textview.c
Luke Plant [Sat, 29 Nov 2003 13:59:58 +0000 (13:59 +0000)]
* src/textview.c
        fix compilation for non c99 compilers

20 years ago* src/textview.c
Luke Plant [Sat, 29 Nov 2003 13:58:18 +0000 (13:58 +0000)]
* src/textview.c
fix compilation for non c99 compilers

20 years ago0.9.7claws7
Christoph Hohmann [Sat, 29 Nov 2003 13:33:45 +0000 (13:33 +0000)]
0.9.7claws7

* src/procmime.[ch]
* src/mimeview.c
        o unknown disposition types should be handled as
          attachment (RFC2183)
        o missing headers should not default to inline
          (would make "Save All" useless when disposition header
           is not set by the sending mailer)
        o remove old MimeInfo data and cleanup

20 years ago* src/textview.c
Luke Plant [Sat, 29 Nov 2003 00:44:23 +0000 (00:44 +0000)]
* src/textview.c
        re-apply fixed (I hope) patch for bug 57
        "Hidden URL in HTML Mails"

20 years ago* src/stockpixmap.[ch]
Luke Plant [Sat, 29 Nov 2003 00:42:16 +0000 (00:42 +0000)]
* src/stockpixmap.[ch]
* src/pixmaps/check_spelling.xpm        ** NEW **
* src/Makefile.am
        add a pixmap for use with 'check spelling' button or
        a userdefined action

20 years ago* src/compose.c
Luke Plant [Sat, 29 Nov 2003 00:39:52 +0000 (00:39 +0000)]
* src/compose.c
* src/toolbar.[ch]
        add a 'check spelling' button as a possibility for compose
        toolbar

20 years ago* src/procmime.[ch]
Luke Plant [Sat, 29 Nov 2003 00:36:02 +0000 (00:36 +0000)]
* src/procmime.[ch]
        re-added parsing of Content-Disposition header
                - removes the old  'gchar* content_disposition'
                - adds a new field 'DispositionType disposition'
                - adds parameters to MimeInfo::parameters
* src/mimeview.c
        use the "filename" parameter for saving, and the new
        MimeInfo::disposition for save all.

20 years ago0.9.7claws6
Luke Plant [Sat, 29 Nov 2003 00:31:38 +0000 (00:31 +0000)]
0.9.7claws6
* src/procmime.[ch]
re-added parsing of Content-Disposition header
- removes the old  'gchar* content_disposition'
- adds a new field 'DispositionType disposition'
- adds parameters to MimeInfo::parameters

* src/mimeview.c
use the "filename" parameter for saving, and the new
MimeInfo::disposition for save all.

* src/compose.c
* src/toolbar.[ch]
add a 'check spelling' button as a possibility for compose
toolbar

* src/stockpixmap.[ch]
* src/pixmaps/check_spelling.xpm  ** NEW **
* src/Makefile.am
add a pixmap for use with 'check spelling' button or
a userdefined action

* src/textview.c
re-apply fixed (I hope) patch for bug 57
"Hidden URL in HTML Mails"

20 years ago0.9.7claws5
Christoph Hohmann [Fri, 28 Nov 2003 20:06:56 +0000 (20:06 +0000)]
0.9.7claws5

* src/procmime.c
        o be more liberal in what we accept as Content-Type parameters
        o ignore comments after parameters

* src/sgpgme.c
        o only free passphrase when an error occurs

20 years agoluke's todo
Luke Plant [Fri, 28 Nov 2003 16:14:54 +0000 (16:14 +0000)]
luke's todo
o Content-Disposition
o KDE/GNOME for attachments

20 years agoadd Clone Account function
Paul Mangan [Fri, 28 Nov 2003 06:50:10 +0000 (06:50 +0000)]
add Clone Account function

20 years agofix crash if 'save_all' failed twice
Thorsten Maerz [Thu, 27 Nov 2003 20:12:13 +0000 (20:12 +0000)]
fix crash if 'save_all' failed twice

20 years agoupdate Simplified Chinese translation and fix a typo in POTFILES.in
Paul Mangan [Thu, 27 Nov 2003 13:15:49 +0000 (13:15 +0000)]
update Simplified Chinese translation and fix a typo in POTFILES.in

20 years agoclean up POTFILES.in
Paul Mangan [Thu, 27 Nov 2003 08:02:34 +0000 (08:02 +0000)]
clean up POTFILES.in

20 years ago0.9.7claws unleashed\! rel_0_9_7
Paul Mangan [Wed, 26 Nov 2003 15:58:04 +0000 (15:58 +0000)]
0.9.7claws unleashed\!

20 years agosrc/Makefile.am: add reference to pixmaps/mime_message.xpm
Paul Mangan [Wed, 26 Nov 2003 15:13:34 +0000 (15:13 +0000)]
src/Makefile.am: add reference to pixmaps/mime_message.xpm

20 years agoPOTFILES.in: remove reference to src/sigstatus.c
Paul Mangan [Wed, 26 Nov 2003 14:50:36 +0000 (14:50 +0000)]
POTFILES.in: remove reference to src/sigstatus.c

20 years ago0.9.6claws97
Christoph Hohmann [Wed, 26 Nov 2003 14:40:10 +0000 (14:40 +0000)]
0.9.6claws97

* src/Makefile.am
* src/prefs_common.c
* src/rfc2015.c
* src/sigstatus.[ch]            ** REMOVE **
        remove signature result popup option and window

20 years agoupdate translations
Paul Mangan [Wed, 26 Nov 2003 12:21:17 +0000 (12:21 +0000)]
update translations

20 years agoupdated German translation
Jens Oberender [Tue, 25 Nov 2003 16:48:20 +0000 (16:48 +0000)]
updated German translation

20 years ago0.9.6claws95
Christoph Hohmann [Tue, 25 Nov 2003 16:26:14 +0000 (16:26 +0000)]
0.9.6claws95

* src/procmime.c
        display mime structure only in debug mode

20 years agoUpdate French translation
Melvin Hadasht [Tue, 25 Nov 2003 11:31:28 +0000 (11:31 +0000)]
Update French translation

20 years agoFixed a couple of typos
Melvin Hadasht [Tue, 25 Nov 2003 10:42:51 +0000 (10:42 +0000)]
Fixed a couple of typos

20 years agoadd src/textview.c to POTFILES.in
Paul Mangan [Mon, 24 Nov 2003 15:24:08 +0000 (15:24 +0000)]
add src/textview.c to POTFILES.in

20 years agofix typo
Paul Mangan [Mon, 24 Nov 2003 12:53:36 +0000 (12:53 +0000)]
fix typo

20 years agoimage_viewer_show_mimepart(): use procmime_mimeinfo_get_parameter() to get the file...
Paul Mangan [Mon, 24 Nov 2003 09:40:28 +0000 (09:40 +0000)]
image_viewer_show_mimepart(): use procmime_mimeinfo_get_parameter() to get the file name

20 years agotextview_show_mime_part(): rewrite text hint
Paul Mangan [Mon, 24 Nov 2003 09:03:45 +0000 (09:03 +0000)]
textview_show_mime_part(): rewrite text hint

20 years agosync with 0.9.7cvs5
Paul Mangan [Sun, 23 Nov 2003 05:03:32 +0000 (05:03 +0000)]
sync with 0.9.7cvs5

20 years agodefine shortcut key 'o' for 'Open with...'
Paul Mangan [Fri, 21 Nov 2003 17:53:33 +0000 (17:53 +0000)]
define shortcut key 'o' for 'Open with...'

20 years agofix bug #383 'Deleting message from separate message view uses local Trash folder'
Paul Mangan [Fri, 21 Nov 2003 17:41:57 +0000 (17:41 +0000)]
fix bug #383 'Deleting message from separate message view uses local Trash folder'

20 years ago0.9.6claws85
Christoph Hohmann [Fri, 21 Nov 2003 17:06:02 +0000 (17:06 +0000)]
0.9.6claws85

* src/mimeview.c
        fix content-type guessing by name parameter when finding
        the correct viewer

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