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 wrap: on
line diff
--- a/src/masqmail.h	Mon Oct 25 17:48:08 2010 -0300
+++ b/src/masqmail.h	Wed Oct 27 11:31:14 2010 -0300
@@ -55,7 +55,6 @@
 #define ADDR_FLAG_DEFERED 0x02
 #define ADDR_FLAG_FAILED 0x04
 #define ADDR_FLAG_LAST_ROUTE 0x40
-#define ADDR_FLAG_NOEXPAND 0x80
 
 typedef struct _address {
 	gchar *address;