[balsa] Use GMime's native GIO Stream module



commit 004563f48e52d611333d5fb52481d295c1398869
Author: Albrecht Dreß <albrecht dress arcor de>
Date:   Wed Mar 15 18:51:51 2017 -0400

    Use GMime's native GIO Stream module
    
        * libbalsa/gmime-stream-gio.h: removed.
        * libbalsa/libbalsa-vfs.c: do not include it.
        * libbalsa/gmime-stream-gio.c: removed.
        * libbalsa/Makefile.am: remove references to them.
    
    Signed-off-by: Peter Bloomfield <PeterBloomfield bellsouth net>

 ChangeLog                   |   10 +
 libbalsa/Makefile.am        |    2 -
 libbalsa/gmime-stream-gio.c |  481 -------------------------------------------
 libbalsa/gmime-stream-gio.h |   68 ------
 libbalsa/libbalsa-vfs.c     |    1 -
 5 files changed, 10 insertions(+), 552 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3ab99ca..dcbac36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-03-15  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       Use GMime's native GIO Stream module
+
+       * libbalsa/gmime-stream-gio.h: removed.
+       * libbalsa/libbalsa-vfs.c: do not include it.
+       * libbalsa/gmime-stream-gio.c: removed.
+       * libbalsa/Makefile.am: remove references to them.
+
+
 2017-03-13  Peter Bloomfield  <pbloomfield bellsouth net>
 
        * libbalsa/identity.c (libbalsa_identity_combo_box): compare
diff --git a/libbalsa/Makefile.am b/libbalsa/Makefile.am
index d770c41..351a48c 100644
--- a/libbalsa/Makefile.am
+++ b/libbalsa/Makefile.am
@@ -90,8 +90,6 @@ libbalsa_a_SOURCES =          \
        folder-scanners.h       \
        gmime-filter-header.c      \
        gmime-filter-header.h      \
-       gmime-stream-gio.c      \
-       gmime-stream-gio.h      \
        html.c                  \
        html.h                  \
        identity.c              \
diff --git a/libbalsa/libbalsa-vfs.c b/libbalsa/libbalsa-vfs.c
index 2dd985a..69b67a8 100644
--- a/libbalsa/libbalsa-vfs.c
+++ b/libbalsa/libbalsa-vfs.c
@@ -35,7 +35,6 @@
 #include "misc.h"
 
 #include <gio/gio.h>
-#include "gmime-stream-gio.h"
 
 
 #define LIBBALSA_VFS_ERROR_QUARK (g_quark_from_static_string("libbalsa-vfs"))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]