comparison src/masqmail.h @ 245:2f5e2b6a3a39

removed ADDR_FLAG_NOEXPAND as it is not needed anymore the new alias algorithm doesn't need it anymore
author markus schnalke <meillo@marmaro.de>
date Wed, 27 Oct 2010 11:31:14 -0300
parents 7082044c05c6
children 82d168dd52fd
comparison
equal deleted inserted replaced
244:7082044c05c6 245:2f5e2b6a3a39
53 53
54 #define ADDR_FLAG_DELIVERED 0x01 54 #define ADDR_FLAG_DELIVERED 0x01
55 #define ADDR_FLAG_DEFERED 0x02 55 #define ADDR_FLAG_DEFERED 0x02
56 #define ADDR_FLAG_FAILED 0x04 56 #define ADDR_FLAG_FAILED 0x04
57 #define ADDR_FLAG_LAST_ROUTE 0x40 57 #define ADDR_FLAG_LAST_ROUTE 0x40
58 #define ADDR_FLAG_NOEXPAND 0x80
59 58
60 typedef struct _address { 59 typedef struct _address {
61 gchar *address; 60 gchar *address;
62 gchar *local_part; 61 gchar *local_part;
63 gchar *domain; 62 gchar *domain;