After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311755 - Beagle should index KMail folders
Beagle should index KMail folders
Status: RESOLVED DUPLICATE of bug 312178
Product: beagle
Classification: Other
Component: General
0.0.x
Other All
: Normal enhancement
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2005-07-27 16:06 UTC by Aviram Jenik
Modified: 2005-08-02 23:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aviram Jenik 2005-07-27 16:06:46 UTC
Please describe the problem:
I'm using today's CVS version.

Beagle does not index directories that start with a dot. This, for example,
means that Maildir subdirectories are not indexed unless explicitely set with:
beagle-config indexing AddRoot <dirname>

Note that at least kmail stores Maildir subdirectories on the file system with
the name ".foldername.directory" where "foldername" is the name of the kmail
folder (this is true for KDE 3.4.1, and probably earlier versions)

Steps to reproduce:
1. Create a folder that starts with a dot (e.g: /home/user/.test/)
2. Put a file in that folder
3. Tell beagle to crawl - that directory will be skipped unless explicitely
added with AddRoot


Actual results:
Mail does not get indexed :-(

Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 Joe Shaw 2005-07-27 17:19:21 UTC
Generally speaking, we don't want to index dotdirs.  They're explicitly excluded
because they have app-specific data.  I'm changing the summary to reflect this.

I'm a little surprised that KMail stores its data at the toplevel, rather than
in a ~/.kmail directory.  That seems a little broken.

Anyway, the right thing to do here is probably to write a KMail backend, which
can parse some data to see what the folder names are, and then crawl the
apporpriate dotdirs
Comment 2 Daniel Drake 2005-08-02 23:04:20 UTC

*** This bug has been marked as a duplicate of 312178 ***