X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=mutt.h;h=91c99997dc98eb13fc4585acb78a6705a6cab20a;hb=bad8211c28d4b229878e0264012009493db48da5;hp=f2c5dfaead48be1fc3c4466a59b5be16c6b12377;hpb=e3fcff4c503373a3f98676405783926e387f7139;p=apps%2Fmadmutt.git diff --git a/mutt.h b/mutt.h index f2c5dfa..91c9999 100644 --- a/mutt.h +++ b/mutt.h @@ -386,7 +386,7 @@ enum { OPTIMAPFORCESSL, # endif #endif -#if defined(USE_SSL) || defined(USE_NSS) || defined(USE_GNUTLS) +#if defined(USE_SSL) || defined(USE_GNUTLS) # ifndef USE_GNUTLS OPTSSLV2, # endif @@ -587,7 +587,8 @@ LIST *mutt_copy_list (LIST *); int mutt_matches_ignore (const char *, LIST *); /* add an element to a list */ -LIST *mutt_add_list (LIST *, const char *); +LIST *mutt_add_list (LIST*, const char*); +LIST *mutt_add_list_n (LIST*, const void*, size_t len); void mutt_init (int, LIST *); @@ -893,6 +894,7 @@ typedef struct attachptr { char *tree; int level; int num; + unsigned int unowned:1; /* don't unlink on detach */ } ATTACHPTR; typedef struct {