masqmail
changeset 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 | 4cff8638dd9b |
files | src/masqmail.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/masqmail.h Mon Oct 25 17:48:08 2010 -0300 1.2 +++ b/src/masqmail.h Wed Oct 27 11:31:14 2010 -0300 1.3 @@ -55,7 +55,6 @@ 1.4 #define ADDR_FLAG_DEFERED 0x02 1.5 #define ADDR_FLAG_FAILED 0x04 1.6 #define ADDR_FLAG_LAST_ROUTE 0x40 1.7 -#define ADDR_FLAG_NOEXPAND 0x80 1.8 1.9 typedef struct _address { 1.10 gchar *address;