masqmail
changeset 356:f4ba4ed28848
removed DLVR_LAN which is now unused
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 04 Sep 2011 11:40:35 +0200 |
parents | ddb7b3fd3d08 |
children | 04744e3e8b18 |
files | src/masqmail.h |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/src/masqmail.h Sun Sep 04 11:33:31 2011 +0200 1.2 +++ b/src/masqmail.h Sun Sep 04 11:40:35 2011 +0200 1.3 @@ -276,9 +276,8 @@ 1.4 #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */ 1.5 1.6 #define DLVR_LOCAL 0x01 1.7 -#define DLVR_LAN 0x02 1.8 -#define DLVR_ONLINE 0x04 1.9 -#define DLVR_ALL (DLVR_LOCAL|DLVR_LAN|DLVR_ONLINE) 1.10 +#define DLVR_ONLINE 0x02 1.11 +#define DLVR_ALL (DLVR_LOCAL|DLVR_ONLINE) 1.12 1.13 /* transport flags */ 1.14 #define MSGSTR_FROMLINE 0x01