X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ef4ec9177e4ca8b44c5db81d95c21ac51a8140e2..e6917522:/h/mh.h?ds=sidebyside diff --git a/h/mh.h b/h/mh.h index a47b7c20..5e75c0ba 100644 --- a/h/mh.h +++ b/h/mh.h @@ -122,8 +122,6 @@ struct swit { extern struct swit anoyes[]; /* standard yes/no switches */ -#define ATTACHFORMATS 3 /* Number of send attach formats. */ - /* * general folder attributes */ @@ -167,17 +165,16 @@ unsigned int bvector_at (bvector_t, size_t); const unsigned long *bvector_bits (bvector_t); size_t bvector_maxsize (bvector_t); -struct svector; typedef struct svector *svector_t; svector_t svector_create (size_t); void svector_free (svector_t); char *svector_push_back (svector_t, char *); char *svector_at (svector_t, size_t); +char **svector_find(svector_t, const char *); char **svector_strs (svector_t); size_t svector_size (svector_t); -struct ivector; typedef struct ivector *ivector_t; ivector_t ivector_create (size_t); @@ -359,8 +356,6 @@ typedef struct m_getfld_state *m_getfld_state_t; #define LINK "@" /* Name of link to file to which you are */ /* replying. */ -#define NMH_ATTACH_HEADER "Nmh-Attachment" /* Default header for -attach */ - /* * credentials management */ @@ -442,7 +437,6 @@ extern char *mhlproc; extern char *mhlreply; extern char *moreproc; extern char *msgprot; -extern char *mshproc; extern char *nmhaccessftp; extern char *nmhaccessurl; extern char *nmhstorage; @@ -464,7 +458,6 @@ extern char *showproc; extern char *usequence; extern char *version_num; extern char *version_str; -extern char *vmhproc; extern char *whatnowproc; extern char *whomproc;