Lines Matching refs:foldername
112 app_resources.mail_path, toc->foldername);
138 if (strcmp(ptr, folderList[i]->foldername) == 0) {
184 toc->foldername = XtNewString(namelist[i]);
200 Toc TocCreate(const char *foldername)
204 toc->foldername = XtNewString(foldername);
213 Toc TocCreateFolder(const char *foldername)
217 if (TocGetNamed(foldername)) return NULL;
218 if (snprintf(str, sizeof(str), "%s/%s", app_resources.mail_path, foldername)
221 toc = TocCreate(foldername);
433 progName, toc->foldername);
437 StoreWindowName(scrn, toc->foldername);
439 SetCurrentFolderName(scrn, toc->foldername);
736 toc->foldername, msg->msgid);
801 return toc->foldername;
806 /* Given a foldername, return the corresponding toc. */
812 if (strcmp(folderList[i]->foldername, name) == 0) return folderList[i];
871 toc->foldername);
1133 DEBUG1("Toc is empty! folder=%s\n", toc->foldername)