Bug 223474

Summary: Local maildir folders by default not searchable
Product: [Frameworks and Libraries] Akonadi Reporter: Thomas McGuire <mcguire>
Component: Nepomuk Feeder AgentsAssignee: Tobias Koenig <tokoe>
Status: RESOLVED FIXED    
Severity: normal CC: vkrause
Priority: NOR Keywords: akonadi-ports-regression
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 223438    

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