Home
last modified time | relevance | path

Searched refs:n_PS_SETFILE_OPENED (Results 1 – 6 of 6) sorted by relevance

/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd-folder.c84 if (n_pstate & n_PS_SETFILE_OPENED) in _c_file()
98 if(n_pstate & n_PS_SETFILE_OPENED) in _c_file()
H A Dfolder.c467 n_pstate &= ~n_PS_SETFILE_OPENED; in setfile()
736 n_pstate |= n_PS_SETFILE_OPENED; in setfile()
H A Dnet-pop3.c1126 n_pstate |= n_PS_SETFILE_OPENED; in mx_pop3_setfile()
H A Dmaildir.c1030 n_pstate |= n_PS_SETFILE_OPENED; in maildir_setfile()
H A Dobs-imap.c2148 n_pstate |= n_PS_SETFILE_OPENED; in _imap_setfile1()
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnail.h667 n_PS_SETFILE_OPENED = 1u<<10, /* (hack) setfile() opened a new box */ enumerator