Want to delete mails from Thunderbird but not from the server?

Hi,
Please tell me how to configure the settings of Thunderbird so that if i delete any mail from Thunderbird that mail would be delete only from Thunderbird not from server. I'm using IMAP configuration for all my mail accounts and I'm using Thunderbird in my laptop and tablet both.
Currently i'm using Thunderbird 24.4.0 and i just want to delete my useless mails from Thunderbird but not from the server without using pop-3 settings.
Actually the reason for this Question arises because whenever i use to uninstall and reinstatement Thunderbird, i use to take "profiles" as a back up and its size is increasing day by day that is making a big issue to me as i cant take a back up of such a big size file.

Imap mail accounts keep the emails on the server and you see a remote view of those emails and folders.
When you subscribe to see a folder, the headers are downloaded, when you select an email to read, the entire folder is downloaded to a temp cache facilitating quicker access. If you synchronize folders, then a copy of that folder is downloaded to an mbox file in your profile, so that you have a copy of the server folder. When you make any changes to a synchronized folder, read an email, delete or move etc, then Thunderbird will resynchronize with the server to update the server. A synchronized folder allows you to work in 'offline' mode and this is the best time to perform a backup as you know there is a temporary stop on synchronizing as you are offline. They will resynchronize when you go back into 'online' mode.
So, with IMAP mail accounts, the folders you see in Thunderbird are the same folders on the webmail server. If you make any changes via Thunderbird or webmail then you are changing the same folder. You cannot delete an email without deleting it from the server, they are one and the same.
What you can do is move/copy an email into Local Folders and delete the one on the server. The Local Folders emails are kept in your Profile on your computer, these folders/emails are not on the server, unless you chose to keep a copy of them on the server.
Pop mail accounts cannot see the folders on the server. They only access the server Inbox folder and download emails not previously downloaded to the mail account Inbox in Thunderbird. These emails are kept on your computer in your profile folder. You can select to keep a copy on the server or not. You can choose to delete emails off your computer and off the server or not.
If the mail account is gmail , have you subscribed or even synchronized to see the 'All Mail' folder ? Gmail's all Mail folder is their Archive folder, it keeps a copy of all of your non-deleted emails. So, you do not need to subscribe to see this folder as it only shows you what you can already see in other folders. It doubles the disc space.
Please read section on 'All Mail' at this link.
* http://kb.mozillazine.org/Using_Gmail_with_Thunderbird_and_Mozilla_Suite
You do not have to download/synchronize the entire folder. You could select to only synchronize the most recent xx days of emails.
see info here:
* https://support.mozilla.org/en-US/kb/imap-synchronization#w_configuring-synchronization-and-disk-space-usage

Similar Messages

  • Delete contacts from icloud, but not from iphone

    I want to delete all my contacts and calendar appointments from iCloud, but not from my iphone, and i still want to have iCloud turned on in the future.
    I have tried to delete the iCloud account from my iphone but when i log in to iCloud.com from a computer the contacts are still there even though i deleted the iCloud account.
    How do i remove these things only from iCloud?

    I fixed it, i had to turn off the syncing of the contacts and the calendar on the phone and then delete them from iCloud. Obviously if i turn on the syncing of these items again the contacts and calendar appointments will reappear in iCloud.
    So problem solved.

  • Delete Apps from MacBook but not from iPhone

    How can I delete Apps from iTunes but not from iPhone 3GS when I Sync them? The moment I delete the Apps from iTunes and then sync iPhone, iPhone deletes them as well.
    Please assist.

    If you intend to ever sync your phone with your Macbook then you can't delete the app from your Macbook, otherwise the apps will also delete from your iPhone (as you've discovered).

  • TS2621 I can access yahoo mail from safari but not from the iphone ipad mail icon after changing password

    I can access yahoo mail from safari but not from the iphone ipad mail app after changing my password

    Go into your settings and remove the account. Add the account again with your new password.
    Best of luck- K.

  • Full page prints from iPhone but not from iPad using photo app with AirPrint ?

    Full page prints from iPhone but not from iPad using photo app with AirPrint ? iPad only prints 4x6 on full size paper. It's an HP 8600.

    I also have this problem printing photos from an iPad to an Epson WF-2540 printer. It prints only 4x6 and without border (so print starts at extreme top left corner of paper). Borderless printing is not selected on printer. Printing a square photo just crops to 4x6 size.

  • I am not able to login to Gmail past 2 weeks, before that I am, But still i can able to login gmail from chrome but not from Firefox

    I am not able to login to Gmail past 2 weeks, before that I am, But still i can able to login gmail from chrome but not from Firefox
    getting following error
    "Oops! Your browser seems to have cookies disabled. Make sure cookies are enabled or try opening a new browser window. [?] "
    Please help me

    The support article http://mzl.la/1BAQKUb might help you.

  • Printer will print from ipad but not from laptop.

    Printer will print from ipad but not from laptop. No previous problems printing from laptop. HP ENVY 110 series;

    Hi Wpbpatfl,
    Have you tried running the HP Print and Scan Doctor? It is a quick and easy tool that diagnoses and resolves many printing, scanning, and connectivity problems. Check out the link below for details on downloading and running the tool:
    http://goo.gl/8NZ0e
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • My podcast downloads fine from OS but not from IOS...

    Hi everyone,
    This podcast downloads from the iTunes on OS fine but won't download straight from iOS.
    Anyone know why?
    Nick

    Hi Frank,
    Thanks for the response. I've consulted with our server guy and he says that there are no read/write privileges. Jdev is not on the server.
    I'm really stumped by this so if you have any ideas, I'd really appreciate it.
    Happr New Year to you,
    Newbe.

  • My Javascript works in Dreamweaver Live View, But Not On The Server

    I set up a javascript function to set the focus to the first field in a form as the page loads.  It works fine in Dreamweaver's Live View, but not on the local or remote servers.  Here's the code:
    In the heading I have the following function:
    <script type="text/javascript">
    function setFocus()
    document.getElementById("firstname").focus();
    </script>
    In the <head tag, I have:
    <body onload="setFocus()" ...
    and the first field in the form is:
                <input name="firstname" type="text" id="firstname" style="text-align: center; color: #009; text-transform: capitalize; font-variant: normal; font-weight: bold; line-height: normal; font-style: normal; font-size: 14px; font-family: Arial, Helvetica, sans-serif;" tabindex="1" value="<?php echo $fstname; ?>" size="15" maxlength="20">
    I guess I must be missing something, but don't know what.

    EUREKA! (and OOOPPPPSS!)  I found the problem (and I thought javascript was case sensitive - according to the tutorial, it's supposed to be).
    Here's apparently wha hoppen.  The first field in the form is the person's first name, but it's also a SPRY validation field.  I gave the actual field the name and id of "firstname", and the SPRY validation the name "FirstName", figuring that scripts would be case sensitive.  In fact, when I first inserted the SPRY object, I tried to name it "firstname" also, but it wouldn't let me, so I capitalized the first letters, and it accepted that; that made me feel that this is OK.  Here's the entire field's code:          <label>First Name:
               <span id="FirstName">               
                <input name="fstname" type="text" id="fstname" style="text-align: center; color: #009; text-transform: capitalize; font-variant: normal; font-weight: bold; line-height: normal; font-style: normal; font-size: 14px; font-family: Arial, Helvetica, sans-serif;" tabindex="1" value="<?php echo $fstname; ?>" size="15" maxlength="20">
                <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span></span></label>
    I accidentally tripped over the answer when I started using the Dreamweaver's Edit>Find Next search to see if I had something else named "firstname", and I found that it located every permutation of that word (e.g. firstname, FirstName, FIRSTNAME etc.).  Having seen that, I tried changing the "name=" and "id=" to "fstname, and the same corresponding change in the javascript, and VOILA! it worked.  That leaves me rather curious about this alleged "case sensitivity" thing.  I get the impression that it IS case sensitive, except when IT'S NOT.  How does this work, and how do I know when it is and isn't?

  • How to delete mail from mac but NOT from gmail server?

    Hi I have around 6GB of space used up by the mail app. I never really use it anymore though, favouring the gmail website. I can't work out how to clear out the mail app and free up that space, without also deleting the emails from the gmail server. Can anybody help?
    Thanks
    Jonathan

    Hello Jhughes1986,
    If you are not using the mail account in the Mail app, then remove it from Mail. When in Mail, go to the drop down menu Mail > Preferences, select the Account tab, select your Gmail account and then hit the Minus ( - ) button towards the bottom to remove the account. 
    Mail (Mavericks): Remove mail accounts
    http://support.apple.com/kb/PH14944
    Regards,
    -Norm G. 

  • Delete exchange email from iphone but not from PC

    I just set up an exchange email with my outlook on my pc. We do not use gmail. I want to be able to have my calendar and contacts sync automatically. However, if I delete mail from my phone, I do NOT want it deleted from my computer. I've searched for answers and can't find any that solve the issue. The phone is 5s.

    I really hate to disappoint you, but IMAP and Exchange both act the same way. Mail is stored on the server, when mail arrives, it is synced to all devices. When mail is deleted, it is synced on all devices. You cannot store mail locally in an IMAP or Exchange account. The best answer to your dilemma is to set the amount of days to sync on the phone so you are only observing a smaller amount of mail versus removing the actual mail. Again, as Meg mentioned, you can always manage your mail on the computer and move mail out of the inbox into storage folders if you really want to keep the mail to view/search on the computer, but it would not necessarily be visible on the phone. You can set your Inbox sync to as low as 1 day, so you would only see a single day's mail on the phone, while retaining all of your mail on the server.
    Hope this helps.

  • Emails delete from iphone but not from my pc?

    Hello all,
    I have been noticing a problem lately but sadly cannot put my finger on when it started to occur because I was not paying enough attention to the details until it was too late.
    I have an iPhone 3GS with all the latest updates and such. I have a personal Yahoo! email account set up on my phone as well as my university Outlook email. This is an "outlook live" email that I access by going to outlook.com on a computer, not the kind of inbox that you have to download. I receive new emails from my Outlook account on my phone with no problem, but when I delete emails from my phone, then log on to my email on a computer, the emails are not deleted. I do most of my emailing from my phone, so I was shocked to log in to my email on my pc one day to discover that I had 132 emails even though I had deleted nearly every single email that I received. This appears to have started abruptly. I have had this account set up on my phone for many, many, many months and have not had any problems. I haven't changed my password or anything like that... Has anybody else experienced this problem and how did you fix it?

    This is possible with one of two ways.
    With an IMAP account that is accessed as an IMAP account with the iPhone's Mail app and the same with an email client used on your computer for accessing the account. If you don't use an email client on your computer for accessing the account, this will work when accessing the account via webmail access using a browser on your computer.
    It is possible to access a Yahoo account as an IMAP account with the iPhone's Mail app but it is not possible to access the account as an IMAP account with an email client on your computer. Yahoo doesn't support accessing a Yahoo account as an IMAP account with an email client on your computer.
    With a POP account along with the setting for the account on the iPhone to remove messages from the server after being downloaded when moved from the account's Inbox mailbox or in 7 days after a message has been downloaded.

  • How can i keep music on my iPad with out my laptop wanting to delete it. my laptop does not have the music that os on my iPad and i dont want to lose it but i would like to add my laptops music to my ipad

    hi, i was jsut wondering how i can keep music on my ipad without itunes wantting to delete it i dont have the music that is on my ipad on my laptop and i would like to keep it on my ipad. but i would also like to add my laptops music to it. can you help me?
    my music on my ipad is not all from itunes.

    Open itunes, connect iphone,select what you want, sync

  • Deleting from iphoto but not from facebook

    Hello . . .
    When I first bought my mac I was happy to just use iphoto for the few pics i take . . . i have now started to become a photographer, and i am needing to store my photos externally due to the limited space on my macbook pro . . .
    Is there a way for me to delete the photos on iphoto but keep them on facebook?
    OR . . alternatively . . .
    if I store my photos on the external HDD and make that the default library location, (but still deleting the library on the MBP), would the facebook photos be affected?
    Im not sure what my options are now that I am wanting to free up space to work with on my mac.

    iPhoto syncs with Facebook - the idea being if you make a change in one place then it will also be made in the other. So, if you sync with Facebook and delete from your Mac it will eventually be deleted from Facebook as well. In effect, you're using iPhoto to manage the collection you have online.
    If you don't want that don't use the Share to Facebook command. Instead use any of the (many) other ways to upload to Facebook. That way, deleting from your Mac will not affect your material online.
    BTW, the same is true of the relationship  between iPhoto and Flickr, and the same solution if that's not what you want.
    Moving your Library to an external disk will not affect Facebook and your online syncs in any way.
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    If you're becoming a photgrapher then you'll quickly realise that Fcebook is nowhere to store your photos. They are "processed" when uploaded and that's a code word for "heavily compressed and reduced in quality". For instance, I just ran a test. I uploaded a 2.7mb Jpeg to Facebook, and then downloaded it again. The file size of the downloaded image? 873kb - or about 66% smaller. That's 66% of the data in the file thrown away.
    There are much better locations online for storing, sharing and backing up your photos - Flickr, SmugMug, Zenfolio, literally, hundeds - and they are dedicated photo sites, geared to the needs of the Photographer.
    If you are serious about being a photographer you might also like to compare the permission you give Facebook to use and sell your photos compared to these other sites.
    Regards
    TD

  • How can i delete a website made in iWeb from MobileMe but not from iWeb

    The problem is that I have made changes to several pages (almost all of them) on my site and since the changes my site no longer displays correctly in Internet Explorer.
    I have looked in the IE CSS file and the CSS file for IE is completely messed up and would take a long time to correct by correcting the code for every page, so I decided just to delete the whole site from MobileMe and then republish it as a new site, rather then as an altered site.
    The problem is I don't want to delete the site from iWeb, because it has took me months to build it and I don't want to have to start again. I just want to delete the site from MobileMe, so I can republish it as a new site (and hopefully correct the screwed up code).
    So how can I delete a website created in iWeb and published on MobileMe from MobileMe without deleting it from iWeb.
    Huge thanks
    Jay

    Hey thanks for your reply, unfortunately I have already tried to delete my site from iDisk >> Web >> Sites. But it said that i didn't have permission and it wouldn't delete the files.
    I am loged in as an Admin and I still cant delete them
    Thanks again
    Jay

Maybe you are looking for