Handle display of local and nonlocal messages correctly in text client
[citadel.git] / textclient / textclient.h
index a945db18ac8e09477533a36ccc049b6dc0dd026a..4a3fc294f6a553fd0fc0985a544cab8ca3a8e0cb 100644 (file)
@@ -335,6 +335,7 @@ struct ctdlipcmessage {
        char mime_chosen[SIZ];          /* Chosen MIME part to output */
        char content_type[SIZ];         /* How would you like that? */
        char references[SIZ];           /* Thread references */
+       int is_local;                   /* Nonzero if the message originated on the local system */
 };