X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=15a971035cf3c472f48acdcc4cfa3b44b3f75bc8;hp=4b53da42bc7e0a25f2f018436902d0b4c9b013bf;hb=e80bef3a43b0f679b6fff30cbecce56539b7980e;hpb=0dd5b492f18e549ef95b0ac6765329473e426633 diff --git a/mutt.h b/mutt.h index 4b53da4..15a9710 100644 --- a/mutt.h +++ b/mutt.h @@ -225,8 +225,6 @@ enum { OPTATTACHSPLIT, OPTAUTOEDIT, OPTAUTOTAG, - OPTBEEP, - OPTBEEPNEW, OPTBOUNCEDELIVERED, OPTBRAILLEFRIENDLY, OPTCHECKNEW, @@ -312,7 +310,6 @@ enum { OPTREVALIAS, OPTREVNAME, OPTREVREAL, - OPTRFC2047PARAMS, OPTSAVEADDRESS, OPTSAVEEMPTY, OPTSAVENAME, @@ -323,7 +320,6 @@ enum { OPTSPAMSEP, OPTSTATUSONTOP, OPTSTRICTMAILTO, - OPTSTRICTMIME, OPTSTRICTTHREADS, OPTSTRIPWAS, OPTSTUFFQUOTED, @@ -334,7 +330,6 @@ enum { OPTTILDE, OPTUNCOLLAPSEJUMP, OPTUSE8BITMIME, - OPTUSEDOMAIN, OPTUSEFROM, OPTUSEGPGAGENT, #ifdef HAVE_LIBIDN @@ -473,9 +468,9 @@ typedef struct { HEADER **hdrs; HEADER *last_tag; /* last tagged msg. used to link threads */ THREAD *tree; /* top of thread tree */ - HASH *id_hash; /* hash table by msg id */ - HASH *subj_hash; /* hash table by subject */ - HASH *thread_hash; /* hash table for threading */ + hash_t *id_hash; /* hash table by msg id */ + hash_t *subj_hash; /* hash table by subject */ + hash_t *thread_hash; /* hash table for threading */ int *v2r; /* mapping from virtual to real msgno */ int hdrmax; /* number of pointers in hdrs */ int msgcount; /* number of messages in the mailbox */