Home
last modified time | relevance | path

Searched refs:msgcount (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/dports/net/msend/msend-3.0/
H A Dmsave.c131 int msgcount; in index_text() local
149 msgcount = 0; in index_text()
200 int msgcount; local
208 for (msgcount = nummsgs - savemsgs; msgcount < nummsgs; msgcount++)
235 int msgcount; local
251 for (msgcount = first; msgcount < nummsgs; msgcount++)
262 int msgcount; local
267 for (msgcount = 0; msgcount < nummsgs; msgcount++) {
279 int msgcount; in check_unread() local
287 for (msgcount = 0; msgcount < nummsgs; msgcount++) { in check_unread()
[all …]
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/src/
H A Dregister.c56 msgcount = 0; in register_words()
58 format_set_counts(wordcount, msgcount); in register_words()
63 wordcount, PLURAL(wordcount), msgcount, PLURAL(msgcount)); in register_words()
131 list->msgcount[IX_SPAM] = val.spamcount; in register_words()
132 list->msgcount[IX_GOOD] = val.goodcount; in register_words()
135 list->msgcount[incr] += msgcount; in register_words()
138 if (list->msgcount[decr] > msgcount) in register_words()
139 list->msgcount[decr] -= msgcount; in register_words()
141 list->msgcount[decr] = 0; in register_words()
144 val.spamcount = list->msgcount[IX_SPAM]; in register_words()
[all …]
H A Dbogofilter.c70 uint msgcount = 0; in bogofilter() local
97 msgcount += 1; in bogofilter()
99 format_set_counts(w->count, msgcount); in bogofilter()
105 fprintf(dbgout, "Message #%ld\n", (long) msgcount); in bogofilter()
119 register_words(REG_SPAM, w, msgcount); in bogofilter()
121 register_words(REG_GOOD, w, msgcount); in bogofilter()
133 msgcount = 0; in bogofilter()
155 register_words(run_type, words, msgcount); in bogofilter()
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/
H A Dregister.c56 msgcount = 0; in register_words()
58 format_set_counts(wordcount, msgcount); in register_words()
63 wordcount, PLURAL(wordcount), msgcount, PLURAL(msgcount)); in register_words()
131 list->msgcount[IX_SPAM] = val.spamcount; in register_words()
132 list->msgcount[IX_GOOD] = val.goodcount; in register_words()
135 list->msgcount[incr] += msgcount; in register_words()
138 if (list->msgcount[decr] > msgcount) in register_words()
139 list->msgcount[decr] -= msgcount; in register_words()
141 list->msgcount[decr] = 0; in register_words()
144 val.spamcount = list->msgcount[IX_SPAM]; in register_words()
[all …]
H A Dbogofilter.c70 uint msgcount = 0; in bogofilter() local
97 msgcount += 1; in bogofilter()
99 format_set_counts(w->count, msgcount); in bogofilter()
105 fprintf(dbgout, "Message #%ld\n", (long) msgcount); in bogofilter()
119 register_words(REG_SPAM, w, msgcount); in bogofilter()
121 register_words(REG_GOOD, w, msgcount); in bogofilter()
133 msgcount = 0; in bogofilter()
155 register_words(run_type, words, msgcount); in bogofilter()
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Dregister.c56 msgcount = 0; in register_words()
58 format_set_counts(wordcount, msgcount); in register_words()
63 wordcount, PLURAL(wordcount), msgcount, PLURAL(msgcount)); in register_words()
131 list->msgcount[IX_SPAM] = val.spamcount; in register_words()
132 list->msgcount[IX_GOOD] = val.goodcount; in register_words()
135 list->msgcount[incr] += msgcount; in register_words()
138 if (list->msgcount[decr] > msgcount) in register_words()
139 list->msgcount[decr] -= msgcount; in register_words()
141 list->msgcount[decr] = 0; in register_words()
144 val.spamcount = list->msgcount[IX_SPAM]; in register_words()
[all …]
H A Dbogofilter.c70 uint msgcount = 0; in bogofilter() local
97 msgcount += 1; in bogofilter()
99 format_set_counts(w->count, msgcount); in bogofilter()
105 fprintf(dbgout, "Message #%ld\n", (long) msgcount); in bogofilter()
119 register_words(REG_SPAM, w, msgcount); in bogofilter()
121 register_words(REG_GOOD, w, msgcount); in bogofilter()
133 msgcount = 0; in bogofilter()
155 register_words(run_type, words, msgcount); in bogofilter()
/dports/mail/bogofilter-kc/bogofilter-1.2.5/src/
H A Dregister.c56 msgcount = 0; in register_words()
58 format_set_counts(wordcount, msgcount); in register_words()
63 wordcount, PLURAL(wordcount), msgcount, PLURAL(msgcount)); in register_words()
131 list->msgcount[IX_SPAM] = val.spamcount; in register_words()
132 list->msgcount[IX_GOOD] = val.goodcount; in register_words()
135 list->msgcount[incr] += msgcount; in register_words()
138 if (list->msgcount[decr] > msgcount) in register_words()
139 list->msgcount[decr] -= msgcount; in register_words()
141 list->msgcount[decr] = 0; in register_words()
144 val.spamcount = list->msgcount[IX_SPAM]; in register_words()
[all …]
H A Dbogofilter.c70 uint msgcount = 0; in bogofilter() local
97 msgcount += 1; in bogofilter()
99 format_set_counts(w->count, msgcount); in bogofilter()
105 fprintf(dbgout, "Message #%ld\n", (long) msgcount); in bogofilter()
119 register_words(REG_SPAM, w, msgcount); in bogofilter()
121 register_words(REG_GOOD, w, msgcount); in bogofilter()
133 msgcount = 0; in bogofilter()
155 register_words(run_type, words, msgcount); in bogofilter()
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/
H A DAutoWhitelist.pm131 if (!$entry->{msgcount}) {
138 if (defined $noipent->{msgcount} && $noipent->{msgcount} > 0) {
144 $entry->{msgcount} = $noipent->{msgcount};
150 if ($entry->{msgcount} < 0 ||
151 $entry->{msgcount} != $entry->{msgcount} || # test for NaN
156 $entry->{msgcount} = $entry->{totscore} = 0;
159 return !$entry->{msgcount} ? undef : $entry->{totscore} / $entry->{msgcount};
173 return $self->{entry}->{msgcount};
198 $self->{entry}->{msgcount} ||= 0;
H A DDBBasedAddrList.pm128 $entry->{msgcount} = $self->{accum}->{$addr} || 0;
131 dbg("auto-whitelist: db-based $addr scores ".$entry->{msgcount}.'/'.$entry->{totscore});
140 $entry->{msgcount} ||= 0;
143 $entry->{msgcount}++;
146 …dbg("auto-whitelist: add_score: new count: ".$entry->{msgcount}.", new totscore: ".$entry->{totsco…
148 $self->{accum}->{$entry->{addr}} = $entry->{msgcount};
H A DSQLBasedAddrList.pm194 msgcount => 0,
228 $entry->{msgcount} = 0;
237 if (defined $entry->{msgcount} && defined $aryref->[1]) {
238 $entry->{msgcount} = $aryref->[0];
251 join('|',@args), $entry->{totscore}, $entry->{msgcount});
278 $entry->{msgcount} += 1;
332 my(@args) = ($entry->{msgcount}, $score, $self->{_username}, $email);
356 $entry->{msgcount}, $entry->{totscore}, join('|',@args));
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/
H A DAutoWhitelist.pm130 if (!$entry->{msgcount}) {
137 if (defined $noipent->{msgcount} && $noipent->{msgcount} > 0) {
143 $entry->{msgcount} = $noipent->{msgcount};
149 if ($entry->{msgcount} < 0 ||
150 $entry->{msgcount} != $entry->{msgcount} || # test for NaN
155 $entry->{msgcount} = $entry->{totscore} = 0;
158 return !$entry->{msgcount} ? undef : $entry->{totscore} / $entry->{msgcount};
172 return $self->{entry}->{msgcount};
197 $self->{entry}->{msgcount} ||= 0;
H A DSQLBasedAddrList.pm194 msgcount => 0,
228 $entry->{msgcount} = 0;
237 if (defined $entry->{msgcount} && defined $aryref->[1]) {
238 $entry->{msgcount} = $aryref->[0];
251 join('|',@args), $entry->{totscore}, $entry->{msgcount});
278 $entry->{msgcount} += 1;
309 $rc = $sth->execute(@args, $entry->{msgcount}, $score);
325 $rc = $sth->execute(@args, $s, $entry->{msgcount}, $score);
347 my(@args) = ($entry->{msgcount}, $score, $self->{_username}, $email);
371 $entry->{msgcount}, $entry->{totscore}, join('|',@args));
H A DDBBasedAddrList.pm128 $entry->{msgcount} = $self->{accum}->{$addr} || 0;
131 dbg("auto-whitelist: db-based $addr scores ".$entry->{msgcount}.'/'.$entry->{totscore});
140 $entry->{msgcount} ||= 0;
143 $entry->{msgcount}++;
146 …dbg("auto-whitelist: add_score: new count: ".$entry->{msgcount}.", new totscore: ".$entry->{totsco…
148 $self->{accum}->{$entry->{addr}} = $entry->{msgcount};
/dports/devel/upp/upp/reference/Pop3/
H A DPop3.cpp24 int msgcount = pop3.GetMessageCount();
25 if(msgcount < 0) {
29 Cout() << "There are " << msgcount << " messages in your inbox.\n";
31 Cout() << "Message number to retrieve (1.." << msgcount << ") or anything else to QUIT: ";
33 if(i >= 1 && i <= msgcount) {
/dports/mail/qsf/qsf-1.2.7/autoconf/scripts/
H A Dbenchmark.awk3 /Counting messages/ { msgcount=$NF; }
15 printf "%d %f\n", msgcount, time_train >>"benchmark-data-train-"backend;
16 printf "%d %f\n", msgcount, time_class >>"benchmark-data-class-"backend;
17 printf "%d %f\n", msgcount, accuracy >>"benchmark-data-accuracy-"backend;
/dports/games/eboard/eboard-1.1.3/multilang/
H A Dpocomp.pl9 my $msgcount = 0;
54 $msgcount++;
68 $msgcount++;
75 print "E $msgcount\n";
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dmbox.c137 if (ctx->msgcount == ctx->hdrmax) in mmdf_parse_mailbox()
141 hdr->index = ctx->msgcount; in mmdf_parse_mailbox()
209 ctx->msgcount++; in mmdf_parse_mailbox()
219 if (ctx->msgcount > oldmsgcount) in mmdf_parse_mailbox()
281 #define PREV ctx->hdrs[ctx->msgcount-1] in mbox_parse_mailbox()
305 curhdr->index = ctx->msgcount; in mbox_parse_mailbox()
372 ctx->msgcount++; in mbox_parse_mailbox()
682 for (i = 0; i < ctx->msgcount; i++) in mbox_has_new()
798 if (i == ctx->msgcount) in mbox_sync_mailbox()
1124 old_msgcount = ctx->msgcount; in mutt_reopen_mailbox()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Dlex.c216 int msgcount = state.msg.count; in incfile() local
232 return state.msg.count - msgcount; in incfile()
583 folderinfo(int msgcount) in folderinfo() argument
600 else if (msgcount > 0 && state.msg.dot < state.msg.list + msgcount - 1) in folderinfo()
603 for (mp = state.msg.list + msgcount; mp < state.msg.list + state.msg.count; mp++) in folderinfo()
607 for (mp = state.msg.list + msgcount; mp < state.msg.list + state.msg.count; mp++) in folderinfo()
612 else if (msgcount <= 0 && state.var.recent) in folderinfo()
617 dot += msgcount - 1; in folderinfo()
642 if (msgcount > 0 && state.msg.count > msgcount) in folderinfo()
643 printf(" %d incorporated", state.msg.count - msgcount); in folderinfo()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Dlex.c216 int msgcount = state.msg.count; in incfile() local
232 return state.msg.count - msgcount; in incfile()
583 folderinfo(int msgcount) in folderinfo() argument
600 else if (msgcount > 0 && state.msg.dot < state.msg.list + msgcount - 1) in folderinfo()
603 for (mp = state.msg.list + msgcount; mp < state.msg.list + state.msg.count; mp++) in folderinfo()
607 for (mp = state.msg.list + msgcount; mp < state.msg.list + state.msg.count; mp++) in folderinfo()
612 else if (msgcount <= 0 && state.var.recent) in folderinfo()
617 dot += msgcount - 1; in folderinfo()
642 if (msgcount > 0 && state.msg.count > msgcount) in folderinfo()
643 printf(" %d incorporated", state.msg.count - msgcount); in folderinfo()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Dlex.c216 int msgcount = state.msg.count; in incfile() local
232 return state.msg.count - msgcount; in incfile()
583 folderinfo(int msgcount) in folderinfo() argument
600 else if (msgcount > 0 && state.msg.dot < state.msg.list + msgcount - 1) in folderinfo()
603 for (mp = state.msg.list + msgcount; mp < state.msg.list + state.msg.count; mp++) in folderinfo()
607 for (mp = state.msg.list + msgcount; mp < state.msg.list + state.msg.count; mp++) in folderinfo()
612 else if (msgcount <= 0 && state.var.recent) in folderinfo()
617 dot += msgcount - 1; in folderinfo()
642 if (msgcount > 0 && state.msg.count > msgcount) in folderinfo()
643 printf(" %d incorporated", state.msg.count - msgcount); in folderinfo()
/dports/mail/mailutils/mailutils-3.13/mh/
H A Dsortm.c34 static size_t msgcount; variable
422 for (h = startdst (msgcount, &s); s > 0; s--, h = prevdst (h)) in shell_sort()
426 for (j = h; j < msgcount; j++) in shell_sort()
470 for (j = i+1; j < msgcount; j++) in transpose()
492 oldlist = mu_alloc (msgcount * sizeof (*oldlist)); in sort()
493 memcpy (oldlist, msgarr, msgcount * sizeof (*oldlist)); in sort()
498 qsort (msgarr, msgcount, sizeof (msgarr[0]), comp); in sort()
509 for (i = 0; i < msgcount; i++) in sort()
521 for (i = 0, got_signal = 0; !got_signal && i < msgcount; i++) in sort()
582 rc = mu_msgset_count (msgset, &msgcount); in fill_msgarr()
[all …]
/dports/mail/horde-imp/imp-6.2.27/lib/LoginTasks/Task/
H A DPurgeSpam.php66 $msgcount = count($msg_ids);
67 …e from Spam mailbox.", "Purging %d messages from Spam mailbox.", $msgcount), $msgcount), 'horde.me…
H A DPurgeTrash.php69 $msgcount = count($msg_ids);
70 …from Trash mailbox.", "Purging %d messages from Trash mailbox.", $msgcount), $msgcount), 'horde.me…

12345678910>>...18