X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmsh.h;h=585e50a41e613ee5e33a80ecc603734410ccc941;hp=201c7ecb1a859cb9b910e189c8e66b2b388e24fe;hb=ab7b48411962d26439f92f35ed084d3d6275459c;hpb=05b7f957ba42e79f49b3a62aea2502168c9abf7a 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;