Home | History | Annotate | Download | only in python2.7

Lines Matching refs:ton

45 f.movemessage(n, tofolder, ton)  # move one message to a given destination
46 f.copymessage(n, tofolder, ton) # copy one message to a given destination
496 ton = tofolder.getlast() + 1
498 topath = tofolder.getmessagefilename(ton)
513 tofolder.setlast(ton)
514 refiled[n] = ton
537 for fromn, ton in refileditems:
539 toseq.append(ton)
546 def movemessage(self, n, tofolder, ton):
554 topath = tofolder.getmessagefilename(ton)
555 backuptopath = tofolder.getmessagefilename(',%d' % ton)
578 def copymessage(self, n, tofolder, ton):
586 topath = tofolder.getmessagefilename(ton)
587 backuptopath = tofolder.getmessagefilename(',%d' % ton)