Home
last modified time | relevance | path

Searched refs:followupto (Results 1 – 25 of 102) sorted by relevance

12345

/dports/news/knews/knews-1.0b.1/src/
H A Dp_check.c163 char **followupto, in check_article() argument
177 *followupto = NULL; in check_article()
304 if (*followupto) in check_article()
311 *followupto = copy_field(field, end); in check_article()
407 char *followupto, in format_ok_message() argument
478 if (n > 6 && (!followupto || n_commas(followupto) > 6)) { in format_ok_message()
482 if (!followupto) in format_ok_message()
485 else if (n_commas(followupto) > 6) in format_ok_message()
524 char *newsgroups, *followupto, *subject, *to, *cc; in check_article_to_post() local
532 tmp = check_article(context, art, w, &newsgroups, &followupto, in check_article_to_post()
[all …]
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins/builtin/functions/
H A Dmailto.php27 …, $subject=null, $encode=null, $cc=null, $bcc=null, $newsgroups=null, $followupto=null, $extra=nul… argument
51 if (!empty($followupto)) {
52 $address .= 'followupto='.rawurlencode($followupto).'&';
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/plugins/builtin/functions/
H A Dmailto.php27 …, $subject=null, $encode=null, $cc=null, $bcc=null, $newsgroups=null, $followupto=null, $extra=nul…
51 if (!empty($followupto)) {
52 $address .= 'followupto='.rawurlencode($followupto).'&';
/dports/news/newspost/newspost-2.1.1/ui/
H A Doptions.c114 followupto, enumerator
390 case followupto: in parse_defaults()
391 data->followupto = buff_create(data->followupto, "%s", setting); in parse_defaults()
518 rc_comment[followupto], in set_defaults()
519 rc_keyword[followupto], (data->followupto != NULL) ? data->followupto->data : "", in set_defaults()
673 data->followupto = buff_create(data->followupto, "%s", optarg); in parse_options()
725 data->followupto = buff_free(data->followupto); in parse_options()
H A Dmain.c73 main_data.followupto = NULL; in main()
279 buff_free(main_data.followupto); in main()
H A Dui.c130 if (data->followupto != NULL) in ui_post_start()
131 printf("\nFollowup-To: %s", data->followupto->data); in ui_post_start()
/dports/mail/mess822/mess822-0.58/
H A Dnew-inject.c143 stralloc followupto = {0}; variable
161 , { "mail-followup-to", 0, 0, 0, &followupto, 0 }
287 if (!followupto.len) in response_print()
290 if (!stralloc_cat(&followupto,&to)) nomem(); in response_print()
291 if (!stralloc_cat(&followupto,&cc)) nomem(); in response_print()
293 putlist("Mail-Followup-To: ",&followupto); in response_print()
325 rewritelist(&followupto); in finishheader()
H A Dofmipd.c199 stralloc followupto = {0}; variable
215 , { "mail-followup-to", 0, 0, 0, &followupto, 0 }
249 rewritelist(&followupto); in finishheader()
287 putlist("Mail-Followup-To: ",&followupto); in finishheader()
H A D822print.c281 stralloc followupto = {0}; variable
298 , { "mail-followup-to", 0, 0, 0, &followupto, 0 }
344 putaddr(&followupto,"=M=a=i=l=-=F=o=l=l=o=w=u=p=-=T=o=:= ","=f=o=l=l=o=w= =u=p= =t=o= ","+"); in finishheader()
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/plugins/
H A Dfunction.mailto.php83 if (!empty($followupto)) {
84 $mail_parms[] = 'followupto='.str_replace('%40','@',rawurlencode($followupto));
/dports/www/templatelite/template_lite/src/plugins/
H A Dfunction.mailto.php81 if (!empty($followupto))
83 $mail_parms[] = 'followupto='.str_replace('%40','@',rawurlencode($followupto));
/dports/news/newspost/newspost-2.1.1/base/
H A Dnntp.c109 if (data->followupto != NULL) { in nntp_post()
110 buff = buff_add(buff, "Followup-To: %s\r\n", data->followupto->data); in nntp_post()
H A Dnewspost.h80 Buff * followupto; member
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTNews.c1057 char *followupto = NULL; /* Followup list */ in read_article() local
1275 if (followupto && in read_article()
1276 ((cp = StrChr(followupto, '/')) || in read_article()
1277 (cp = StrChr(followupto, '(')))) { in read_article()
1280 if (followupto && !*followupto) { in read_article()
1281 FREE(followupto); in read_article()
1297 if (followupto && !strcasecomp(followupto, "poster")) { in read_article()
1316 FREE(followupto); in read_article()
1330 StrAllocCat(href, (followupto ? followupto : newsgroups)); in read_article()
1353 if (StrChr((followupto ? followupto : newsgroups), ',')) { in read_article()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTNews.c1047 char *followupto = NULL; /* Followup list */ in read_article() local
1265 if (followupto && in read_article()
1266 ((cp = StrChr(followupto, '/')) || in read_article()
1267 (cp = StrChr(followupto, '(')))) { in read_article()
1270 if (followupto && !*followupto) { in read_article()
1271 FREE(followupto); in read_article()
1287 if (followupto && !strcasecomp(followupto, "poster")) { in read_article()
1306 FREE(followupto); in read_article()
1320 StrAllocCat(href, (followupto ? followupto : newsgroups)); in read_article()
1343 if (StrChr((followupto ? followupto : newsgroups), ',')) { in read_article()
[all …]
/dports/mail/py-alot/alot-0.9/alot/commands/
H A Dthread.py210 followupto = clear_my_address(account, MFT)
211 if followupto and settings.get('honor_followup_to'):
212 logging.debug('honor followup to: %s', ', '.join(followupto))
213 recipients = followupto
260 followupto = ', '.join(allrecipients)
261 logging.debug('mail followup to: %s', followupto)
262 envelope.add('Mail-Followup-To', decode_header(followupto))
/dports/mail/cone/cone-1.1/cone/
H A Dcursesedit.C319 if (followupto) in ~CursesEdit()
320 delete followupto; in ~CursesEdit() local
408 if (followupto) in init()
409 followupto->setText(""); in init()
711 followupto=new CursesField(this); in init()
713 if (!newsgroups || !followupto) in init()
717 followupto->setText(followuptoV); in init()
1596 followupto, followuptoV); in processKey()
1988 if (followupto) in getPostFolder()
1989 followuptoV=followupto->getText(); in getPostFolder()
[all …]
H A Dcursesedit.H113 CursesField *followupto; variable
/dports/mail/roundcube/roundcubemail-1.5.1/program/localization/ti/
H A Dlabels.inc39 $labels['followupto'] = 'ናብ...ዝስዓበ';
/dports/mail/procmail/procmail-3.22/src/
H A Dheader.h102 X(followupto, "Followup-To:")
/dports/news/tin/tin-2.4.5/src/
H A Dpost.c819 char **followupto = NULL; in check_article_to_be_posted() local
1188 followupto = build_nglist(cp, &ftngcnt); in check_article_to_be_posted()
1189 if (followupto && ftngcnt) { in check_article_to_be_posted()
1192 (void) stripped_double_ngs(followupto, &ftngcnt); in check_article_to_be_posted()
1632 if ((psGrp = group_find(followupto[i], FALSE))) { in check_article_to_be_posted()
1647 if (STRCMPEQ("poster", followupto[i])) in check_article_to_be_posted()
1648 my_fprintf(stderr, _(txt_followup_poster), followupto[i]); in check_article_to_be_posted()
1652 my_fprintf(stderr, _(txt_error_not_valid_newsgroup), followupto[i]); in check_article_to_be_posted()
1684 if (followupto && ftngcnt) { in check_article_to_be_posted()
1685 FreeIfNeeded(*followupto); in check_article_to_be_posted()
[all …]
/dports/chinese/tin/tin-2.4.5/src/
H A Dpost.c819 char **followupto = NULL; in check_article_to_be_posted() local
1188 followupto = build_nglist(cp, &ftngcnt); in check_article_to_be_posted()
1189 if (followupto && ftngcnt) { in check_article_to_be_posted()
1192 (void) stripped_double_ngs(followupto, &ftngcnt); in check_article_to_be_posted()
1632 if ((psGrp = group_find(followupto[i], FALSE))) { in check_article_to_be_posted()
1647 if (STRCMPEQ("poster", followupto[i])) in check_article_to_be_posted()
1648 my_fprintf(stderr, _(txt_followup_poster), followupto[i]); in check_article_to_be_posted()
1652 my_fprintf(stderr, _(txt_error_not_valid_newsgroup), followupto[i]); in check_article_to_be_posted()
1684 if (followupto && ftngcnt) { in check_article_to_be_posted()
1685 FreeIfNeeded(*followupto); in check_article_to_be_posted()
[all …]
/dports/mail/roundcube/roundcubemail-1.5.1/program/localization/hi_IN/
H A Dlabels.inc38 $labels['followupto'] = 'को- फॉलोअप';
/dports/mail/roundcube/roundcubemail-1.5.1/program/localization/ku_IQ/
H A Dlabels.inc44 $labels['followupto'] = 'بەدواداچوون-بۆ';
/dports/mail/roundcube/roundcubemail-1.5.1/program/localization/ne_NP/
H A Dlabels.inc38 $labels['followupto'] = 'यसलाई अनुसरण गर्नुहोस्';

12345