diff --git a/docs/doc-src/nametrans.rst b/docs/doc-src/nametrans.rst index 030ead2..f802c05 100644 --- a/docs/doc-src/nametrans.rst +++ b/docs/doc-src/nametrans.rst @@ -141,7 +141,7 @@ Take the above examples. If your remote nametrans setting was:: nametrans = lambda folder: re.sub('^INBOX\.', '', folder) -then you will want to have this in your local repository, prepending "INBOX" to +then you will want to have this in your local repository, prepending "INBOX." to any local folder name:: nametrans = lambda folder: 'INBOX.' + folder