Changed the doxygen in change_message_uid
This patch changes the doxygen and adds the ruid argument.
This commit is contained in:
parent
941d69c7b4
commit
3d5f926552
@ -316,9 +316,14 @@ class MappedIMAPFolder(IMAPFolder):
|
|||||||
def change_message_uid(self, ruid, new_ruid):
|
def change_message_uid(self, ruid, new_ruid):
|
||||||
"""Change the message from existing ruid to new_ruid
|
"""Change the message from existing ruid to new_ruid
|
||||||
|
|
||||||
:param new_uid: The old remote UID will be changed to a new
|
The old remote UID will be changed to a new
|
||||||
UID. The UIDMaps case handles this efficiently by simply
|
UID. The UIDMaps case handles this efficiently by simply
|
||||||
changing the mappings file."""
|
changing the mappings file.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
ruid: Remote UID
|
||||||
|
new_ruid: New Remote UID
|
||||||
|
"""
|
||||||
|
|
||||||
if ruid not in self.r2l:
|
if ruid not in self.r2l:
|
||||||
raise OfflineImapError("Cannot change unknown Maildir UID %s" %
|
raise OfflineImapError("Cannot change unknown Maildir UID %s" %
|
||||||
|
Loading…
Reference in New Issue
Block a user