X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/81b86fb74cd8c0d0e163227457aac1f7e0db4780..3847d0ba9d17f42cbb4ae15ea9cfb97aca2029ca:/offlineimap.sgml diff --git a/offlineimap.sgml b/offlineimap.sgml index 75ad297..e164735 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). @@ -852,7 +852,7 @@ rm -r ~/.offlineimap/Repository-RepositoryName this as an intentional deletion of many messages and will interpret your action as requesting them to be deleted from the server as well. (If you don't understand this, don't worry; you probably won't - encounter this situation) + encounter this situation.)