Home
last modified time | relevance | path

Searched refs:msg_tagged (Results 1 – 11 of 11) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dflags.c59 int tagged = m->msg_tagged; in mutt_set_flag_update()
314 m->msg_tagged++; in mutt_set_flag_update()
322 m->msg_tagged--; in mutt_set_flag_update()
341 (tagged != m->msg_tagged) || (flagged != m->msg_flagged))) in mutt_set_flag_update()
H A Dcontext.c140 m->msg_tagged = 0; in ctx_update()
204 m->msg_tagged++; in ctx_update()
233 m->msg_tagged = 0; in update_tables()
272 m->msg_tagged++; in update_tables()
H A Dstatus.c364 const int num = m ? m->msg_tagged : 0; in status_format_str()
H A Dmx.c385 m->msg_tagged = 0; in mx_mbox_open()
/dports/mail/neomutt/neomutt-20211029/core/
H A Dmailbox.h97 int msg_tagged; ///< How many messages are tagged? member
/dports/mail/neomutt/neomutt-20211029/sidebar/
H A Dwindow.c447 snprintf(buf, buflen, fmt, c ? m_cur->msg_tagged : 0); in sidebar_format_str()
449 else if ((c && (m_cur->msg_tagged == 0)) || !c) in sidebar_format_str()
/dports/mail/neomutt/neomutt-20211029/index/
H A Ddlg_index.c1309 if (shared->mailbox->msg_tagged == 0) in mutt_index_menu()
1325 else if (c_auto_tag && shared->mailbox && (shared->mailbox->msg_tagged != 0)) in mutt_index_menu()
H A Dfunctions.c1068 progress = progress_new(_("Update tags..."), MUTT_PROGRESS_WRITE, m->msg_tagged); in op_main_modify_tags()
/dports/mail/neomutt/neomutt-20211029/imap/
H A Dmessage.c955 m->msg_tagged = 0; in read_headers_condstore_qresync_updates()
/dports/mail/neomutt/neomutt-20211029/mbox/
H A Dmbox.c594 m->msg_tagged = 0; in reopen_mailbox()
/dports/mail/neomutt/neomutt-20211029/nntp/
H A Dnntp.c1468 m->msg_tagged = 0; in check_mailbox()