X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmsh.h;h=585e50a41e613ee5e33a80ecc603734410ccc941;hp=c6b0fa591d7a65bc83964a799887e99d6dbb6686;hb=ecc90fb56b43863f4c33ed62da4abe898b17d7fb;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/h/msh.h b/h/msh.h index c6b0fa5..585e50a 100644 --- a/h/msh.h +++ b/h/msh.h @@ -1,8 +1,6 @@ /* * msh.h -- definitions for msh - * - * $Id$ */ /* flags for stream */ @@ -26,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;