summaryrefslogtreecommitdiff
path: root/libproto/include/amd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/include/amd.h')
-rw-r--r--libproto/include/amd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libproto/include/amd.h b/libproto/include/amd.h
index 2471b3d6f..e1f94376f 100644
--- a/libproto/include/amd.h
+++ b/libproto/include/amd.h
@@ -44,9 +44,9 @@ do \
struct _amd_data;
struct _amd_message
{
- mu_stream_t stream; /* Associated file stream */
- mu_off_t body_start; /* Offset of body start in the message file */
- mu_off_t body_end; /* Offset of body end (size of file, effectively)*/
+ mu_stream_t stream; /* Associated file stream */
+ mu_off_t body_start; /* Offset of body start in the message file */
+ mu_off_t body_end; /* Offset of body end (size of file, effectively)*/
int orig_flags; /* Original attribute flags */
int attr_flags; /* Current attribute flags */
@@ -84,7 +84,7 @@ struct _amd_data
struct _amd_message **msg_array;
unsigned long uidvalidity;
-
+ int has_new_msg; /* New messages have been appended */
char *name; /* Directory name */
/* Pool of open message streams */

Return to:

Send suggestions and report system problems to the System administrator.