X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/81b86fb74cd8c0d0e163227457aac1f7e0db4780..021788524b621e6650916e5205dd0465a50792db:/offlineimap.sgml diff --git a/offlineimap.sgml b/offlineimap.sgml index 75ad297..83f4ac0 100644 --- a/offlineimap.sgml +++ b/offlineimap.sgml @@ -701,7 +701,7 @@ holdconnectionopen = no is based on one supplied by Tommi Virtanen for this feature. - In ~/.offlineimap.rc, he adds these options: + In ~/.offlineimaprc, he adds these options: [general] pythonfile=~/.offlineimap.py @@ -791,11 +791,11 @@ def test_mycmp(): rm -r ~/Folders/INBOX -rm -r ~/.offlineimap/Account-AccountName -rm -r ~/.offlineimap/Repository-RepositoryName +rm -r ~/.offlineimap/Account-AccountName/LocalStatus/INBOX +rm -r ~/.offlineimap/Repository-RemoteRepositoryName/FolderValidity/INBOX - (Of course, replace AccountName and RepositoryName + (Of course, replace AccountName and RemoteRepositoryName with the names as specified in ~/.offlineimaprc).