X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=d30984f2fa7dab53825ac15e3b6ca62fc68ac0ec;hp=4b53da42bc7e0a25f2f018436902d0b4c9b013bf;hb=6b771604433435b4280a5fbae2612134fe4129dd;hpb=0dd5b492f18e549ef95b0ac6765329473e426633 diff --git a/mutt.h b/mutt.h index 4b53da4..d30984f 100644 --- a/mutt.h +++ b/mutt.h @@ -225,8 +225,6 @@ enum { OPTATTACHSPLIT, OPTAUTOEDIT, OPTAUTOTAG, - OPTBEEP, - OPTBEEPNEW, OPTBOUNCEDELIVERED, OPTBRAILLEFRIENDLY, OPTCHECKNEW, @@ -473,9 +471,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 */