Home
last modified time | relevance | path

Searched refs:tofolder (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dmbox.py222 tofolder = None variable
224 global lastrefile, tofolder
245 if lastrefile != refileto or not tofolder:
247 tofolder = None
248 tofolder = mh.openfolder(lastrefile)
249 mhf.refilemessages(todo, tofolder)
/external/python/cpython2/Lib/
Dmhlib.py490 def refilemessages(self, list, tofolder, keepsequences=0): argument
496 ton = tofolder.getlast() + 1
498 topath = tofolder.getmessagefilename(ton)
513 tofolder.setlast(ton)
517 tofolder._copysequences(self, refiled.items())
546 def movemessage(self, n, tofolder, ton): argument
554 topath = tofolder.getmessagefilename(ton)
555 backuptopath = tofolder.getmessagefilename(',%d' % ton)
566 tofolder.setlast(None)
578 def copymessage(self, n, tofolder, ton): argument
[all …]
/external/python/cpython2/Doc/library/
Dmhlib.rst180 .. method:: Folder.refilemessages(list, tofolder)
185 .. method:: Folder.movemessage(n, tofolder, ton)
190 .. method:: Folder.copymessage(n, tofolder, ton)