summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2003-10-10 23:50:46 +0000
committerAlain Magloire <alainm@gnu.org>2003-10-10 23:50:46 +0000
commit935e23c569a2e0b799c56ab36fbfcd4b1058af4e (patch)
tree7c925f061d1a2f5d48f239e466b64cc70b6e42f9 /include
parent3cb1b90937dfabfd9fb6ef110b733f20d7516117 (diff)
downloadmailutils-935e23c569a2e0b799c56ab36fbfcd4b1058af4e.tar.gz
mailutils-935e23c569a2e0b799c56ab36fbfcd4b1058af4e.tar.bz2
mailutils/Makefile.am mailutils/sys/pop3.h
Remove offset field and use stream_sequential_readline(). mailutils/sys/Makefile.am New files sys/pop3d.h should be install.
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/Makefile.am3
-rw-r--r--include/mailutils/sys/Makefile.am21
-rw-r--r--include/mailutils/sys/pop3.h1
3 files changed, 23 insertions, 2 deletions
diff --git a/include/mailutils/Makefile.am b/include/mailutils/Makefile.am
index b5ccaa781..dd56c4336 100644
--- a/include/mailutils/Makefile.am
+++ b/include/mailutils/Makefile.am
@@ -49,6 +49,7 @@ pkginclude_HEADERS = \
nls.h \
observer.h \
parse822.h \
+ pop3.h \
property.h \
registrar.h \
stream.h \
@@ -56,4 +57,4 @@ pkginclude_HEADERS = \
types.h \
url.h
-SUBDIRS = gnu
+SUBDIRS = gnu sys
diff --git a/include/mailutils/sys/Makefile.am b/include/mailutils/sys/Makefile.am
new file mode 100644
index 000000000..2f5e30999
--- /dev/null
+++ b/include/mailutils/sys/Makefile.am
@@ -0,0 +1,21 @@
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2002 Free Software Foundation, Inc.
+##
+## GNU Mailutils is free software; you can redistribute it and/or
+## modify it under the terms of the GNU General Public License as
+## published by the Free Software Foundation; either version 2, or (at
+## your option) any later version.
+##
+## This program is distributed in the hope that it will be useful, but
+## WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+## General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc.
+## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+pkginclude_HEADERS = \
+ pop3.h
diff --git a/include/mailutils/sys/pop3.h b/include/mailutils/sys/pop3.h
index 398a9c1bf..c9fa06385 100644
--- a/include/mailutils/sys/pop3.h
+++ b/include/mailutils/sys/pop3.h
@@ -59,7 +59,6 @@ struct mu_pop3_work_buf
char *ptr;
char *nl;
size_t len;
- off_t offset; /* To synchronize with the stream buffering. */
};
/* Structure to hold things general to POP3 mailbox, like its state, etc ... */

Return to:

Send suggestions and report system problems to the System administrator.