Home
last modified time | relevance | path

Searched refs:msgset_msgno (Results 1 – 25 of 27) sorted by relevance

12

/dports/mail/mailutils/mailutils-3.13/mail/
H A Deq.c42 if (msgset_msgno (list) <= total) in mail_eq()
44 set_cursor (msgset_msgno (list)); in mail_eq()
45 mu_printf ("%lu\n", (unsigned long) msgset_msgno (list)); in mail_eq()
48 util_error_range (msgset_msgno (list)); in mail_eq()
H A Dwrite.c39 filename = namebuf = util_get_sender (msgset_msgno (msglist), 1); in mail_write()
98 util_get_message (mbox, msgset_msgno (mp), &msg); in mail_write()
104 (unsigned long) msgset_msgno (mp), mu_strerror (rc)); in mail_write()
H A Dreply.c146 else if (util_get_message (mbox, msgset_msgno (msgset), &msg)) in respond_all()
152 set_cursor (msgset_msgno (msgset)); in respond_all()
238 if (util_get_message (mbox, msgset_msgno (msgset), &msg)) in respond_msg()
246 set_cursor (msgset_msgno (msgset)); in respond_msg()
255 last = msgset_msgno (mp); in respond_msg()
H A Dsize.c32 is_current_message (msgset_msgno (mspec)) ? '>' : ' ', in size0()
33 (unsigned long) msgset_msgno (mspec), in size0()
H A Dcopy.c62 status = util_get_message (mbox, msgset_msgno (mp), &msg); in append_to_mailbox()
146 status = util_get_message (mbox, msgset_msgno (mp), &msg); in append_to_file()
232 storage = util_get_sender (msgset_msgno (msglist), 1); in mail_copy0()
H A Dmsgset.y227 $$ = msgset_range ($1, msgset_msgno ($3));
231 $$ = msgset_range ($1, msgset_msgno ($3) - 1);
481 msgset_remove (&two, msgset_msgno (last)); in msgset_append()
491 if (msgset_msgno (set) == n) in msgset_member()
505 if (msgset_msgno (cur) == n) in msgset_remove()
919 if (util_isdeleted (msgset_msgno (p))) in check_set()
935 (unsigned long) msgset_msgno (p)); in check_set()
H A Dhold.c33 set_cursor (msgset_msgno (mspec)); in hold0()
H A Dmbox.c32 set_cursor (msgset_msgno (mspec)); in mbox0()
H A Dtouch.c33 set_cursor (msgset_msgno (mspec)); in touch0()
H A Dedit.c31 set_cursor (msgset_msgno (mspec)); in edit0()
H A Dvisual.c37 set_cursor (msgset_msgno (mspec)); in visual0()
H A Dundelete.c33 cond_page_invalidate (msgset_msgno (mspec)); in undelete0()
H A Ddelete.c31 cond_page_invalidate (msgset_msgno (mspec)); in mail_delete_msg()
H A Dprevious.c57 n = msgset_msgno (list); in mail_previous()
H A Dtop.c45 set_cursor (msgset_msgno (mspec)); in top0()
H A Denvelope.c35 (unsigned long) msgset_msgno (mspec)); in print_stream_envelope()
H A Dnext.c71 n = msgset_msgno (list); in mail_next()
H A Dpipe.c52 if (util_get_message (mbox, msgset_msgno (mp), &msg) == 0) in mail_pipe()
H A Dstruct.c55 if (mu_mailbox_get_message (mbox, msgset_msgno (msgset), &msg) == 0) in show_struct()
H A Dmsgset.c1525 (yyval.mset) = msgset_range ((yyvsp[-2].number), msgset_msgno ((yyvsp[0].mset))); in yyparse()
1529 (yyval.mset) = msgset_range ((yyvsp[-2].number), msgset_msgno ((yyvsp[0].mset)) - 1); in yyparse()
2031 msgset_remove (&two, msgset_msgno (last)); in msgset_append()
2041 if (msgset_msgno (set) == n) in msgset_member()
2055 if (msgset_msgno (cur) == n) in msgset_remove()
2469 if (util_isdeleted (msgset_msgno (p))) in check_set()
2485 (unsigned long) msgset_msgno (p)); in check_set()
H A Dprint.c113 set_cursor (msgset_msgno (mspec)); in mail_print_msg()
H A Dpage.c34 page_map[*pos] = msgset_msgno (mspec); in _fill_map()
H A Dutil.c173 if (util_get_message (mbox, msgset_msgno (mp), &mesg) == 0) in util_foreach_msg()
880 if (mu_mailbox_get_message (mbox, msgset_msgno (msgset), &mesg) != 0) in util_msgset_iterate()
1131 status = mu_mailbox_get_message (mbox, msgset_msgno (msgset), &msg); in util_get_message_part()
1135 (unsigned long) msgset_msgno (msgset), mu_strerror (status)); in util_get_message_part()
H A Dfrom.c152 if (is_current_message (msgset_msgno (args->mspec))) in hdr_cur()
330 return header_buf_string (args, umaxtostr (msgset_msgno (args->mspec), buf)); in hdr_number()
H A Ddecode.c76 if (mu_mailbox_get_message (mbox, msgset_msgno (msgset), &mesg) == 0) in display_message()

12