Re: [Evolution] How do I delete a folder that isn't there?



On Wed, 2022-11-16 at 08:58 +0100, Milan Crha via evolution-list wrote:
On Tue, 2022-11-15 at 21:50 -0500, Ken Wright via evolution-list
wrote:
When I try to delete or move the folder, I get a message
saying there is no such folder.

 You can check what the server does when you run evolution as:

   $ CAMEL_DEBUG=imapx:io flatpak run org.gnome.Evolution

which will print raw communication between the server and the client.
Search for that folder name in the log, to see what the server
returns
and what the Evolution (or better libcamel) does with it when you try
to move/rename it, together with the response from the server, even
though the "folder not found" error can be caught by the libcamel
before sending any request to the server.

Here's the output:

[imapx:A] I/O: 'A00065 LIST "" "dovecot.sieve*" RETURN (CHILDREN
SUBSCRIBED STATUS (MESSAGES UNSEEN UIDVALIDITY UIDNEXT HIGHESTMODSEQ)
SPECIAL-USE)'
[imapx:A] I/O: '* LIST (\HasNoChildren) "." dovecot.sieve
* NO [SERVERBUG] Internal error occurred. Refer to server log for more
information. [2022-11-16 19:47:53]
A00065 OK List completed (0.001 + 0.000 secs).'
[imapx:A] I/O: 'A00066 UNSUBSCRIBE dovecot.sieve'
[imapx:A] I/O: 'A00066 OK Unsubscribe completed (0.001 + 0.000 secs).'
[imapx:A] I/O: 'A00067 DELETE dovecot.sieve'
[imapx:A] I/O: 'A00067 NO [SERVERBUG] Internal error occurred. Refer to
server log for more information. [2022-11-16 19:47:53] (0.001 + 0.000
secs).'


By the way, what does the folder name look like, please?

dovecot
  sieve



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]