|
a/src/index/beaglequeue.cpp |
|
b/src/index/beaglequeue.cpp |
|
... |
|
... |
396 |
// as a bookmark or a page.
|
396 |
// as a bookmark or a page.
|
397 |
udipath = path_cat(dotdoc.meta[Rcl::Doc::keybght], url_gpath(dotdoc.url));
|
397 |
udipath = path_cat(dotdoc.meta[Rcl::Doc::keybght], url_gpath(dotdoc.url));
|
398 |
make_udi(udipath, "", udi);
|
398 |
make_udi(udipath, "", udi);
|
399 |
|
399 |
|
400 |
LOGDEB(("BeagleQueueIndexer: prc1: udi [%s]\n", udi.c_str()));
|
400 |
LOGDEB(("BeagleQueueIndexer: prc1: udi [%s]\n", udi.c_str()));
|
401 |
char ascdate[20];
|
401 |
char ascdate[30];
|
402 |
sprintf(ascdate, "%ld", long(stp->st_mtime));
|
402 |
sprintf(ascdate, "%ld", long(stp->st_mtime));
|
403 |
|
403 |
|
404 |
// We only process bookmarks or text/html and text/plain files.
|
404 |
// We only process bookmarks or text/html and text/plain files.
|
405 |
if (!stringlowercmp("bookmark", dotdoc.meta[Rcl::Doc::keybght])) {
|
405 |
if (!stringlowercmp("bookmark", dotdoc.meta[Rcl::Doc::keybght])) {
|
406 |
// For bookmarks, we just index the doc that was built from the
|
406 |
// For bookmarks, we just index the doc that was built from the
|