summaryrefslogtreecommitdiff
path: root/imap
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-20 13:46:41 +0100
committerErich Eckner <git@eckner.net>2021-01-20 19:18:53 +0100
commit4fcb1dccfa8ee416684d560a5c0f45aed8a12807 (patch)
tree4b6078ecd18942b87469f1c566d371e485511e93 /imap
parent93fc35afba0a03ff0d25ffbebce670f22d29aa98 (diff)
downloadalpine-4fcb1dccfa8ee416684d560a5c0f45aed8a12807.tar.xz
topal-patch-1 applied
Diffstat (limited to 'imap')
-rw-r--r--imap/src/c-client/mail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap/src/c-client/mail.h b/imap/src/c-client/mail.h
index 79f0b3f3..c89d1638 100644
--- a/imap/src/c-client/mail.h
+++ b/imap/src/c-client/mail.h
@@ -844,6 +844,7 @@ BODY {
unsigned long bytes; /* size of text in octets */
} size;
char *md5; /* MD5 checksum */
+ unsigned short topal_hack; /* set to 1 if topal has wrecked the sending */
void *sparep; /* spare pointer reserved for main program */
};