X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Ftextclient.h;h=2a370364861268a9e86f7f62fc10828f3eb93361;hb=633eabfc5820a6cc3b3c45793243928d0fa9c099;hp=a945db18ac8e09477533a36ccc049b6dc0dd026a;hpb=a6722156441811d3cddce7179eb56c483eebd37f;p=citadel.git diff --git a/textclient/textclient.h b/textclient/textclient.h index a945db18a..2a3703648 100644 --- a/textclient/textclient.h +++ b/textclient/textclient.h @@ -1,19 +1,17 @@ -/* - * Copyright (c) 1987-2019 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * 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. - */ +// Copyright (c) 1987-2020 by the citadel.org team +// +// This program is open source software. Use, duplication, and/or +// disclosure are subject to the GNU General Purpose License version 3. +// +// 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. #define UDS "_UDS_" #define DEFAULT_HOST "localhost" #define DEFAULT_PORT "504" -#define CLIENT_VERSION 925 +#define CLIENT_VERSION 926 #define CLIENT_TYPE 0 /* commands we can send to the stty_ctdl() routine */ @@ -335,6 +333,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 */ };