comparison 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
comparison
equal deleted inserted replaced
355:ddb7b3fd3d08 356:f4ba4ed28848
274 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */ 274 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */
275 #define ACC_NODOT_RELAX 0x80 /* do not be picky if message ist not terminated by a dot on a line */ 275 #define ACC_NODOT_RELAX 0x80 /* do not be picky if message ist not terminated by a dot on a line */
276 #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */ 276 #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */
277 277
278 #define DLVR_LOCAL 0x01 278 #define DLVR_LOCAL 0x01
279 #define DLVR_LAN 0x02 279 #define DLVR_ONLINE 0x02
280 #define DLVR_ONLINE 0x04 280 #define DLVR_ALL (DLVR_LOCAL|DLVR_ONLINE)
281 #define DLVR_ALL (DLVR_LOCAL|DLVR_LAN|DLVR_ONLINE)
282 281
283 /* transport flags */ 282 /* transport flags */
284 #define MSGSTR_FROMLINE 0x01 283 #define MSGSTR_FROMLINE 0x01
285 #define MSGSTR_FROMHACK 0x02 284 #define MSGSTR_FROMHACK 0x02
286 285