Roundcube Community Forum

 

Search all e-mails

Started by heikruwi, June 17, 2010, 09:04:13 AM

Previous topic - Next topic

heikruwi

Hi guys,

really nice webmail. Thanks for all the time that you put in the dev and the support here!

One question I have: is it possible to search all the e-mails in the inbox? The searchfield is only applying to the number of displayed messages, is it?

heikruwi

dziobak

no, but you can write a plugin to do this.

JohnDoh

QuoteOne question I have: is it possible to search all the e-mails in the inbox? The searchfield is only applying to the number of displayed messages, is it?

Do you mean one searches the page you are on or only the folder you are in? A search will search all messages in the current folder, no matter how many messages are on a page.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

heikruwi

Quote from: JohnDoh;28114Do you mean one searches the page you are on or only the folder you are in? A search will search all messages in the current folder, no matter how many messages are on a page.

Hmm... quite strange. I have 17.500 messages in the INBOX. Sometimes the Inbox-folder is suddenly displayed to be emtpy (no messages). Clicking the folder again ("loading" is stated then) doesn't change this fact. When I click to another folder, e.g. SENT, and than back to the INBOX the messages are there again. This and the fact that the search is not really working properly.

Is this amount of messages in the INBOX maybe to much for roundcube? Should I switch this database-caching on? I guess while the installation I did not check it. Any other options or sth else that I should check?

I would really like to use roundcube if i get this problem fixed. :-)

SKaero

There have been some tickets that relate to large folder lately, It may be a IMAP timeout #1486764 (large mailboxes don't display mails) ? Roundcube Webmail try the SVN and see if its works.

heikruwi

The problem with the empty mailbox seams to be solved by commenting this line 602 out. :-)

But it is still that the search seams to be not working properly with that big amount of messages in the INBOX. Sometimes it works, sometimes it displays "no results" even if there should be some.

How can I switch on the database-caching now, if i haven't activated this during the installation? Can this maybe raise the performance?

SKaero

You can turn it on in /config/main.inc.php by changing
$rcmail_config['enable_caching']
to true. It only stores the email headers and does help if the mail server is on a different server. Check out Howto_Performance ? Roundcube Webmail for other performance information.