Lines Matching refs:Toc
107 int TocFolderExists(Toc toc)
158 Toc toc;
181 folderList = XtMallocArray((Cardinal)numFolders, sizeof(Toc));
200 Toc TocCreate(const char *foldername)
202 Toc toc = TUMalloc();
205 folderList = XtReallocArray(folderList, ++numFolders, sizeof(Toc));
213 Toc TocCreateFolder(const char *foldername)
215 Toc toc;
225 int TocHasMail(Toc toc)
230 static int CheckForNewMail(Toc toc)
257 Toc toc;
319 Boolean TocTestAndSetDeletePending(Toc toc)
328 void TocClearDeletePending(Toc toc)
364 void TocDeleteFolder(Toc toc)
366 Toc toc2;
379 MsgSetFate(toc2->msgs[j], Fignore, (Toc) NULL);
401 void TocSetScrn(Toc toc, Scrn scrn)
408 TocSetScrn((Toc) NULL, toc->scrn[i]);
449 void TocRemoveMsg(Toc toc, Msg msg)
485 void TocRecheckValidity(Toc toc)
505 void TocSetCurMsg(Toc toc, Msg msg)
534 Msg TocGetCurMsg(Toc toc)
544 Msg TocMsgAfter(Toc toc, Msg msg)
560 Msg TocMsgBefore(Toc toc, Msg msg)
576 void TocForceRescan(Toc toc)
599 void TocReloadSeqLists(Toc toc)
629 int TocHasSequences(Toc toc)
637 void TocChangeViewedSeq(Toc toc, Sequence seq)
648 Sequence TocGetSeqNamed(Toc toc, const char *name)
663 Sequence TocViewedSequence(Toc toc)
672 Toc toc,
682 Sequence TocSelectedSequence(Toc toc)
693 MsgList TocCurMsgList(Toc toc)
717 void TocUnsetSelection(Toc toc)
727 Msg TocMakeNewMsg(Toc toc)
749 void TocStopUpdate(Toc toc)
761 void TocStartUpdate(Toc toc)
784 void TocSetCacheValid(Toc toc)
792 char *TocMakeFolderName(Toc toc)
799 char *TocName(Toc toc)
808 Toc TocGetNamed(const char *name)
817 Boolean TocHasChanges(Toc toc)
837 Toc toc = (Toc) client_data;
841 MsgSetFate(toc->msgs[i], Fignore, (Toc)NULL);
850 Toc toc,
889 MsgSetFate(toc->msgs[i], Fignore, (Toc)NULL);
907 Toc toc = (Toc) client_data;
912 Toc desttoc;
913 Toc curdesttoc = NULL;
924 fate = MsgGetFate(msg, (Toc *)NULL);
967 MsgSetFate(msg, Fignore, (Toc)NULL);
1023 int TocCanIncorporate(Toc toc)
1031 int TocIncorporate(Toc toc)
1081 void TocMsgChanged(Toc toc, Msg msg)
1087 Toc desttoc;
1091 MsgSetFate(msg, Fignore, (Toc) NULL);
1127 Msg TocMsgFromId(Toc toc, int msgid)
1133 DEBUG1("Toc is empty! folder=%s\n", toc->foldername)
1167 Toc toc;