Home
last modified time | relevance | path

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

/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_mailbox.c88 const bool c_mail_check_recent = in mailbox_check() local
90 if ((m_cur == m_check) && c_mail_check_recent) in mailbox_check()
H A Dmx.c620 const bool c_mail_check_recent = in mx_mbox_close() local
622 if (c_mail_check_recent && !m->peekonly) in mx_mbox_close()
/dports/mail/neomutt/neomutt-20211029/maildir/
H A Dmh.c197 const bool c_mail_check_recent = in mh_mbox_check_stats() local
199 if (c_mail_check_recent && (mh_seq_changed(m) <= 0)) in mh_mbox_check_stats()
224 if (!c_mail_check_recent || (mh_already_notified(m, i) == 0)) in mh_mbox_check_stats()
H A Dmaildir.c99 const bool c_mail_check_recent = in maildir_check_dir() local
101 if (check_new && c_mail_check_recent) in maildir_check_dir()
141 if (c_mail_check_recent) in maildir_check_dir()
/dports/mail/neomutt/neomutt-20211029/mbox/
H A Dmbox.c859 const bool c_mail_check_recent = in mbox_reset_atime() local
861 if (!c_mail_check_recent && (utimebuf.actime >= utimebuf.modtime) && mbox_has_new(m)) in mbox_reset_atime()
1798 const bool c_mail_check_recent = in mbox_mbox_check_stats() local
1800 if (!c_mail_check_recent || in mbox_mbox_check_stats()
/dports/mail/neomutt/neomutt-20211029/imap/
H A Dcommand.c896 const bool c_mail_check_recent = in cmd_parse_status() local
898 if (c_mail_check_recent) in cmd_parse_status()