We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

filter to move from inbox to local folder fails

  • 1 përgjigje
  • 0 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga Matt

more options

running 102.3.3 (64-bit); many filters like: fetch from pop3 server; delete from pop3 server; move to local folder; log reports: fetch from server, nothing else. message disappears from inbox does not appear in target folder. Work around: changed move to copy, messages remains in inbox, still doesn't appear in target folder. What am I doing wrong?

running 102.3.3 (64-bit); many filters like: fetch from pop3 server; delete from pop3 server; move to local folder; log reports: fetch from server, nothing else. message disappears from inbox does not appear in target folder. Work around: changed move to copy, messages remains in inbox, still doesn't appear in target folder. What am I doing wrong?

Krejt Përgjigjet (1)

more options

Filters that move from IMAP accounts to local folders can be troublesome. This partially about how IMAP works, and partially an area of Thunderbird has has some issues.

In the first instance try making sure all filter execute on IMAP accounts is after classification. This I think delays the execution for just a bit and allows the imap sync of the mail to happen.

Second as you have tried, copy not move. Then add a delete for the email to clean up. This more closely resembles the IMAP specification as when you move to "local folders" you are removing the mail from the IMAP account (deleting) and adding it to the local folders account. In there is a round trip to the imap server to validate the mail as complete, then another to delete the mail. SO making it explicit and not having software try and translate your intention is a better approach.

Additionally make sure you do not have an "security" software scanning mail. Most of the odd failures to delete, or copy to another IMAP account come from silent failures in the synchronization process because it is simply too slow completing. Having the overhead of scanning to further slow what is a relatively slow process only makes the problem worse. Just be aware, Thunderbird receives text, and stores text. Scanning is really of little import until you open the mail or attachment when attachments stop being text.

Keep your filters trim. Each new mail is run through the filters in your list sequentially. So if the same email meets multiple criteria, thing can get slowed down. Just as filters that have long lists of if the address contain or is "whatever" really slow execution as each condition must be checked one after the other.

Copy IMAP mail and delete it in the same filter. Once a mail is deleted it leaves the list of new mail to be run through the remaining filters.