summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/pop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/pop.h b/lib-src/pop.h
index 51ff95b47d2..9121425661a 100644
--- a/lib-src/pop.h
+++ b/lib-src/pop.h
@@ -35,6 +35,7 @@ struct _popserver
char *buffer;
int buffer_size, buffer_index;
int in_multi;
+ int trash_started;
};
typedef struct _popserver *popserver;