Home
last modified time | relevance | path

Searched refs:newmbox (Results 1 – 24 of 24) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/imap4d/
H A Drename.c152 mu_mailbox_t newmbox = NULL; in imap4d_rename() local
161 if (mu_mailbox_create_from_record (&newmbox, newrec, newname) != 0 in imap4d_rename()
162 || mu_mailbox_open (newmbox, in imap4d_rename()
185 mu_mailbox_append_message (newmbox, message); in imap4d_rename()
197 mu_mailbox_close (newmbox); in imap4d_rename()
198 mu_mailbox_destroy (&newmbox); in imap4d_rename()
/dports/mail/elm/elm2.5.8/src/
H A Dquit.c122 newmbox(curr_folder.filename, FALSE); in resync()
150 newmbox(newfile, FALSE);
H A DMakefile.SH74 leavembox.c lock.c limit.c mime.c newmbox.c options.c out_utils.c \
85 leavembox.o lock.o limit.o mime.o newmbox.o options.o out_utils.o \
H A Dsignals.c198 newmbox(curr_folder.filename, TRUE); /* new mail has arrived */
204 newmbox(curr_folder.filename, TRUE); /* new mail has arrived */
H A Dedit.c193 newmbox(curr_folder.filename, FALSE); in edit_mailbox()
H A Delm.c109 newmbox(req_mfile, FALSE);
131 newmbox(curr_folder.filename, TRUE); /* last won't be touched! */
H A Ddepend.out142 newmbox.o : newmbox.c $(INCLDIR)/elm_defs.h $(INCLDIR)/elm_globals.h \
396 newmbox.o : newmbox.c $(INCLDIR)/elm_defs.h $(INCLDIR)/elm_globals.h \
H A Dnewmbox.c87 int newmbox(new_filename, adds_only) in newmbox() function
/dports/mail/horde-imp/imp-6.2.27/lib/Ajax/Application/Handler/
H A DCommon.php143 if ((!isset($this->vars->mboxto) && !isset($this->vars->newmbox)) ||
156 if (isset($this->vars->newmbox)) {
157 $mbox = IMP_Mailbox::prefFrom($this->vars->newmbox);
193 if ((!isset($this->vars->mboxto) && !isset($this->vars->newmbox)) ||
198 if (isset($this->vars->newmbox)) {
199 $mbox = IMP_Mailbox::prefFrom($this->vars->newmbox);
H A DDynamic.php922 list($result->newmbox, $result->newbuid) = $this->_base->indices->getSingle();
923 $result->newmbox = $result->newmbox->form_to;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/fs/
H A Ddat.h124 char* newmbox(char*, char*, int);
H A Dfs.c227 err = newmbox(mboxfile, "mbox", std); in threadmain()
1024 err = newmbox(s_to_c(file), nil, 0); in rwrite()
1031 err = newmbox(s_to_c(file), token[2], 0); in rwrite()
H A Dmbox.c96 newmbox(char *path, char *name, int std) in newmbox() function
/dports/mail/qmail-dk/qmail-1.03/
H A DINSTALL.mbox40 * elm: Change "mailbox" to "Mailbox" around line 388 of newmbox.c and
/dports/mail/qmail/netqmail-1.06/
H A DINSTALL.mbox40 * elm: Change "mailbox" to "Mailbox" around line 388 of newmbox.c and
/dports/mail/qmail-mysql/netqmail-1.06/
H A DINSTALL.mbox40 * elm: Change "mailbox" to "Mailbox" around line 388 of newmbox.c and
/dports/mail/qmail-tls/netqmail-1.06/
H A DINSTALL.mbox40 * elm: Change "mailbox" to "Mailbox" around line 388 of newmbox.c and
/dports/mail/imapfilter/imapfilter-2.7.5/src/
H A Dimapfilter.h186 int request_rename(session *ssn, const char *oldmbox, const char *newmbox);
H A Drequest.c767 request_rename(session *ssn, const char *oldmbox, const char *newmbox) in request_rename() argument
776 n = xstrdup(apply_namespace(newmbox, ssn->ns.prefix, ssn->ns.delim)); in request_rename()
/dports/japanese/mutt-devel/mutt-1.5.21/imap/
H A Dimap.c136 char newmbox[LONG_STRING]; in imap_rename_mailbox() local
140 imap_munge_mbox_name (newmbox, sizeof (newmbox), newname); in imap_rename_mailbox()
142 snprintf (buf, sizeof (buf), "RENAME %s %s", oldmbox, newmbox); in imap_rename_mailbox()
/dports/mail/neomutt/neomutt-20211029/imap/
H A Dimap.c492 char newmbox[1024]; in imap_rename_mailbox() local
496 imap_munge_mbox_name(adata->unicode, newmbox, sizeof(newmbox), newname); in imap_rename_mailbox()
499 mutt_buffer_printf(buf, "RENAME %s %s", oldmbox, newmbox); in imap_rename_mailbox()
/dports/mail/elm/elm2.5.8/
H A DMANIFEST193 src/newmbox.c
H A DChanges164 - fixed the generation of temp file names in newmbox.c
/dports/mail/elm/elm2.5.8/nls/C/C/C/
H A Ds_elm.m768 435 Huh!? newmbox - length of mbox != spool mailbox length!!