Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not want to deleteing message from local folders when deleted from remote repository #211

Closed
naveen1336 opened this issue Jun 18, 2015 · 5 comments

Comments

@naveen1336
Copy link

is there any setting in offlineimap to restrict offlineimap to delete emails from local repository when deleted from remote repository if possible how to do that

@m3nu
Copy link

m3nu commented Jun 25, 2015

There are two settings that may be interesting for you:

realdelete: Only removes message labels, but doesn't delete it. Sounds like it was made for Gmail.
readonly: Makes the repository read-only, thus only syncing one-way.

The first one may be your best bet, if you are looking to dump all mails in an archive, while still adding new messages.

@naveen1336
Copy link
Author

is these setting work on [local repository] section of config file

@ojdo
Copy link

ojdo commented Jul 29, 2015

There is discussion from May in the newsgroup about a patch (commit here) that introduces a no-delete-local option. The patch is quite short, but some issue remain (no dashes in config options) before it can be included.

@nicolas33 nicolas33 self-assigned this Oct 13, 2015
@nicolas33 nicolas33 removed their assignment Jan 24, 2016
@nicolas33
Copy link
Member

Duplicate of #47.
Implemented recently. See #47 for details.

@naveen1336
Copy link
Author

naveen1336 commented Jul 5, 2016

thanks nicolas33 finally this feature included

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants