Home
last modified time | relevance | path

Searched refs:mh_seq (Results 1 – 17 of 17) sorted by relevance

/dports/mail/mmh/mmh-0.4/sbr/
H A Dseq_save.c45 if (mh_seq == NULL || *mh_seq == '\0') in seq_save()
49 mh_seq); in seq_save()
H A Dseq_read.c67 if (mh_seq == NULL || *mh_seq == '\0') in seq_public()
71 snprintf(seqfile, sizeof(seqfile), "%s/%s", mp->foldpath, mh_seq); in seq_public()
H A Dreadconfig.c24 { "mh-sequences", &mh_seq },
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dseq_save.c52 if (mh_seq == NULL || *mh_seq == '\0') in seq_save()
55 snprintf (seqfile, sizeof(seqfile), "%s/%s", mp->foldpath, mh_seq); in seq_save()
H A Dseq_read.c73 if (mh_seq == NULL || *mh_seq == '\0') in seq_public()
77 snprintf (seqfile, sizeof(seqfile), "%s/%s", mp->foldpath, mh_seq); in seq_public()
H A Dfolder_read.c162 snprintf (seqfile, sizeof(seqfile), "%s/%s", mp->foldpath, mh_seq); in folder_read()
H A Dreadconfig.c19 { "mh-sequences", &mh_seq },
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/mh/
H A Dmailmh.c270 char * mh_seq; in mailmh_folder_update() local
418 mh_seq = malloc(strlen(folder->fl_filename) + 2 + sizeof(".mh_sequences")); in mailmh_folder_update()
419 if (mh_seq == NULL) { in mailmh_folder_update()
423 strcpy(mh_seq, folder->fl_filename); in mailmh_folder_update()
424 strcat(mh_seq, MAIL_DIR_SEPARATOR_S); in mailmh_folder_update()
425 strcat(mh_seq, ".mh_sequences"); in mailmh_folder_update()
427 if (stat(mh_seq, &buf) == -1) { in mailmh_folder_update()
430 fd = creat(mh_seq, S_IRUSR | S_IWUSR); in mailmh_folder_update()
434 free(mh_seq); in mailmh_folder_update()
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dnew.c113 if (mh_seq == NULL || *mh_seq == '\0') in get_msgnums()
117 seqfile = concat(m_maildir(folder), "/", mh_seq, (void *)NULL); in get_msgnums()
H A Dmhparam.c93 { "mh-sequences", &mh_seq },
/dports/mail/mmh/mmh-0.4/config/
H A Dconfig.c51 char *mh_seq = ".mh_sequences"; variable
/dports/mail/nmh/nmh-1.7.1/config/
H A Dconfig.c168 char *mh_seq = ".mh_sequences"; variable
/dports/mail/mmh/mmh-0.4/h/
H A Dmh.h282 extern char *mh_seq;
/dports/mail/mmh/mmh-0.4/uip/
H A Dmhparam.c60 { "mh-sequences", &mh_seq },
H A Dnew.c102 char *seqfile = concat(toabsdir(folder), "/", mh_seq, (void *)NULL); in get_msgnums()
/dports/mail/nmh/nmh-1.7.1/h/
H A Dmh.h452 extern char *mh_seq;
/dports/mail/mmh/mmh-0.4/
H A DChangeLog12413 You can change it still, by setting mh_seq to NULL in config/config.c.