From 4273c9b3050f5bddd04c390689ac29911a4c8300 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Fri, 9 Jan 2015 01:16:06 +0100 Subject: [PATCH] doc-src: nametrans.rst: fix minor error - Typo in code was corrected by aeeea5 - Update prose to match code Submitted-by: sumbach (Github) Signed-off-by: Nicolas Sebrecht --- docs/doc-src/nametrans.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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