Mercurial > masqmail
diff src/masqmail.h @ 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 | 08932c629849 |
children | 41958685480d |
line wrap: on
line diff
--- a/src/masqmail.h Sun Sep 04 11:33:31 2011 +0200 +++ b/src/masqmail.h Sun Sep 04 11:40:35 2011 +0200 @@ -276,9 +276,8 @@ #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */ #define DLVR_LOCAL 0x01 -#define DLVR_LAN 0x02 -#define DLVR_ONLINE 0x04 -#define DLVR_ALL (DLVR_LOCAL|DLVR_LAN|DLVR_ONLINE) +#define DLVR_ONLINE 0x02 +#define DLVR_ALL (DLVR_LOCAL|DLVR_ONLINE) /* transport flags */ #define MSGSTR_FROMLINE 0x01