X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=cf1595061dc485df59ed8e998306408c7b1fb923;hp=8ba9c3cd49d5eac58d81f0e7ab57d849264547b0;hb=50c675dd588194577627503a2416df20c710bf51;hpb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1 diff --git a/send.c b/send.c index 8ba9c3c..cf15950 100644 --- a/send.c +++ b/send.c @@ -26,7 +26,7 @@ #include "keymap.h" #include "copy.h" #include "mx.h" -#include "mutt_crypt.h" +#include #include "mutt_idna.h" #include "url.h" #include "attach.h" @@ -1678,10 +1678,8 @@ int ci_send_message (int flags, /* send mode */ * I'd like to think a bit more about this before including it. */ -#ifdef USE_IMAP if ((flags & SENDBATCH) && fcc[0] && mx_get_magic (fcc) == M_IMAP) fcc[0] = '\0'; -#endif if (*fcc && m_strcmp("/dev/null", fcc) != 0) { BODY *tmpbody = msg->content;