X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmsh.h;h=585e50a41e613ee5e33a80ecc603734410ccc941;hp=201c7ecb1a859cb9b910e189c8e66b2b388e24fe;hb=ecc90fb56b43863f4c33ed62da4abe898b17d7fb;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b diff --git a/h/msh.h b/h/msh.h index 201c7ec..585e50a 100644 --- a/h/msh.h +++ b/h/msh.h @@ -24,14 +24,6 @@ struct Cmd { #define CUR (1 << (FFATTRSLOT + NUMATTRS - 1)) -#ifdef BPOP -# define VIRTUAL SELECT_EMPTY - -# define is_virtual(mp,msgnum) ((mp)->msgstats[msgnum] & VIRTUAL) -# define unset_virtual(mp,msgnum) ((mp)->msgstats[msgnum] &= ~VIRTUAL) -# define set_virtual(mp,msgnum) ((mp)->msgstats[msgnum] |= VIRTUAL) -#endif - struct Msg { struct drop m_drop; char *m_scanl;