Bug 223474 - Local maildir folders by default not searchable
Summary: Local maildir folders by default not searchable
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: Nepomuk Feeder Agents (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Koenig
URL:
Keywords: akonadi-ports-regression
Depends on:
Blocks: 223438
  Show dependency treegraph
 
Reported: 2010-01-19 21:36 UTC by Thomas McGuire
Modified: 2010-05-09 15:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas McGuire 2010-01-19 21:36:02 UTC
The Nepomuk E-Mail feeder only indexes what is in the cache, and will therefore not index maildir folders.

That means users who use POP will not have a functioning search.
Comment 1 Volker Krause 2010-01-20 08:58:56 UTC
Note that this only affects existing maildirs, not new messages that come in via POP3 while the feeder is running. And the same is true for (online) IMAP btw.
Comment 2 Volker Krause 2010-05-09 15:14:37 UTC
SVN commit 1124563 by vkrause:

Allow to configure the initial indexing aggressiveness in three steps:
only cached content, local and cached content (default) and everything.

BUG: 223474


 M  +34 -1     nepomuk_email_feeder/configdialog.ui  
 M  +11 -0     nepomuk_email_feeder/nepomuk_email_feeder.kcfg  
 M  +22 -0     nepomuk_email_feeder/nepomukemailfeeder.cpp  
 M  +3 -0      nepomuk_email_feeder/nepomukemailfeeder.h  
 M  +5 -0      nepomuk_email_feeder/shared/nepomukfeederagentbase.cpp  
 M  +4 -0      nepomuk_email_feeder/shared/nepomukfeederagentbase.h  
 M  +5 -0      runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp  
 M  +4 -0      runtime/agents/nepomukfeeder/nepomukfeederagentbase.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1124563