[Dovecot] cur folder e-mails are not shown...
Hi All!
I realized that I have only e-mails from last 13 days. I see that I have lots more in the cur folder inside my Maildir folder.
The problem is that I cannot see them.
Permissions seems to be right:
drwx------ 2 gaguilar gaguilar 1081344 2010-05-28 12:53 cur -rw------- 1 gaguilar gaguilar 4798145 2010-05-28 12:52 deliver.info -rw------- 1 gaguilar gaguilar 0 2010-04-17 21:17 deliver.log -rw------- 1 gaguilar gaguilar 191344 2010-05-28 12:51 dovecot.index -rw------- 1 gaguilar gaguilar 708608 2010-05-28 12:52 dovecot.index.cache -rw------- 1 gaguilar gaguilar 26356 2010-05-28 12:53 dovecot.index.log -rw------- 1 gaguilar gaguilar 35 2010-04-24 19:57 dovecot-keywords -rw------- 1 gaguilar gaguilar 746874 2010-05-28 12:52 dovecot-uidlist -rw------- 1 gaguilar gaguilar 8 2010-05-28 12:46 dovecot-uidvalidity -rw------- 1 gaguilar gaguilar 0 2010-04-17 00:45 dovecot-uidvalidity.4bc8e88d drwx------ 2 gaguilar gaguilar 32768 2010-05-28 12:52 new -rw------- 1 gaguilar gaguilar 2742243 2010-05-28 12:52 procmail.log -rw------- 1 gaguilar gaguilar 48 2010-05-28 12:46 subscriptions drwx------ 2 gaguilar gaguilar 4096 2010-05-28 12:52 tmp
dovecot --version 1.1.11
What can be the problem?
On Fri, 2010-05-28 at 12:55 +0200, Gonzalo Aguilar Delgado wrote:
I realized that I have only e-mails from last 13 days. I see that I have lots more in the cur folder inside my Maildir folder.
Check how many messages you have by talking IMAP protocol directly:
http://wiki.dovecot.org/TestInstallation
After selecting INBOX, see what "x fetch 1:* (uid flags internaldate)" says.
What doi you think?
select inbox...
- OK [UNSEEN 11997] First unseen.
- OK [UIDVALIDITY 1271457928] UIDs valid
- OK [UIDNEXT 12341] Predicted next UID b OK [READ-WRITE] Select completed.
And about the command you said. There are lots! ...
- 12337 FETCH (UID 12337 FLAGS (Junk) INTERNALDATE "29-May-2010 15:21:01 +0200")
- 12338 FETCH (UID 12338 FLAGS () INTERNALDATE "29-May-2010 15:21:23 +0200")
- 12339 FETCH (UID 12339 FLAGS (\Deleted \Seen) INTERNALDATE "29-May-2010 15:22:37 +0200")
- 12340 FETCH (UID 12340 FLAGS (\Recent) INTERNALDATE "29-May-2010 15:25:40 +0200")
Gonzalo Aguilar Delgado Consultor CRM - Ingeniero en Informática
M. +34 607814276
El vie, 28-05-2010 a las 16:48 +0100, Timo Sirainen escribió:
On Fri, 2010-05-28 at 12:55 +0200, Gonzalo Aguilar Delgado wrote:
I realized that I have only e-mails from last 13 days. I see that I have lots more in the cur folder inside my Maildir folder.
Check how many messages you have by talking IMAP protocol directly:
http://wiki.dovecot.org/TestInstallation
After selecting INBOX, see what "x fetch 1:* (uid flags internaldate)" says.
On la, 2010-05-29 at 15:30 +0200, Gonzalo Aguilar Delgado wrote:
And about the command you said. There are lots! ...
- 12337 FETCH (UID 12337 FLAGS (Junk) INTERNALDATE "29-May-2010 15:21:01 +0200")
- 12338 FETCH (UID 12338 FLAGS () INTERNALDATE "29-May-2010 15:21:23 +0200") ..
So Dovecot sees the mails. The problem must be with your client. Maybe it has a broken cache, try recreating the account or something.
Mmmm.
Will try again with other client...
Strange because it happes after using mail for a while...
Gonzalo Aguilar Delgado Consultor CRM - Ingeniero en Informática M. +34 607814276
El lun, 31-05-2010 a las 17:01 +0100, Timo Sirainen escribió:
On la, 2010-05-29 at 15:30 +0200, Gonzalo Aguilar Delgado wrote:
And about the command you said. There are lots! ...
- 12337 FETCH (UID 12337 FLAGS (Junk) INTERNALDATE "29-May-2010 15:21:01 +0200")
- 12338 FETCH (UID 12338 FLAGS () INTERNALDATE "29-May-2010 15:21:23 +0200") ..
So Dovecot sees the mails. The problem must be with your client. Maybe it has a broken cache, try recreating the account or something.
On Fri, 2010-05-28 at 12:55 +0200, Gonzalo Aguilar Delgado wrote:
I realized that I have only e-mails from last 13 days. I see that I have lots more in the cur folder inside my Maildir folder.
The problem is that I cannot see them.
What can be the problem?
Since you didn't claim you actually are missing mail, just seeing more on the IMAP server than in your client...
They could be "deleted" (actually marked for deletion, physically removed upon expunge). Those would have a T flag in the file name after the comma. Your MUA Evolution shows them in the Trash (virtual) folder.
They could have been flagged Junk, and only be displayed in the Junk (virtual) folder.
You could have a search active, hiding some mail.
You could have specifically hidden them. See the View menu.
-- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}
participants (3)
-
Gonzalo Aguilar Delgado
-
Karsten Bräckelmann
-
Timo Sirainen