X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=cb48bfdc6662a94330bc4357b197f7afda8ef687;hp=6541b42ed08b53ed6a27fac31b7e9db24ccf3367;hb=156d35f6425bea4c1ed3c4c79783dc613379c65b;hpb=f6aa95b724fd8c791164abe7ee5468bf5c34f226 diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 6541b42..cb48bfd 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -977,12 +977,6 @@ check_draft (char *msgnam) } -#ifndef CYRUS_SASL -# define SASLminc(a) (a) -#else /* CYRUS_SASL */ -# define SASLminc(a) 0 -#endif /* CYRUS_SASL */ - #ifndef TLS_SUPPORT # define TLSminc(a) (a) #else /* TLS_SUPPORT */ @@ -1062,12 +1056,6 @@ static struct swit sendswitches[] = { { "draftmessage msg", -6 }, #define SNDRFSW 35 { "nodraftfolder", -3 }, -#define SASLSW 36 - { "sasl", SASLminc(-4) }, -#define SASLMECHSW 37 - { "saslmech", SASLminc(-5) }, -#define USERSW 38 - { "user", SASLminc(-4) }, #define SNDATTACHSW 39 { "attach file", 6 }, #define SNDATTACHFORMAT 40 @@ -1229,7 +1217,6 @@ sendit (char *sp, char **arg, char *file, int pushed) case SSNDSW: case SOMLSW: case SNOOPSW: - case SASLSW: case TLSSW: vec[vecp++] = --cp; continue; @@ -1239,8 +1226,6 @@ sendit (char *sp, char **arg, char *file, int pushed) case WIDTHSW: case CLIESW: case SERVSW: - case SASLMECHSW: - case USERSW: case PORTSW: vec[vecp++] = --cp; if (!(cp = *argp++) || *cp == '-') {