Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
285
285
286
    /** Store/retrieve missing helpers description string */
286
    /** Store/retrieve missing helpers description string */
287
    bool getMissingHelperDesc(string&) const;
287
    bool getMissingHelperDesc(string&) const;
288
    void storeMissingHelperDesc(const string &s);
288
    void storeMissingHelperDesc(const string &s);
289
289
290
    /** Find exec file for external filter. cmd is the command name from the
290
    /** Find exec file for external filter. 
291
     * command string returned by getMimeHandlerDef */
291
     *
292
     * If the input is an absolute path, we just return it. Else We
293
     * look in $RECOLL_FILTERSDIR, "filtersdir" from the config file,
294
     * $RECOLL_CONFDIR/. If nothing is found, we return the input with
295
     * the assumption that this will be used with a PATH-searching
296
     * exec.
297
     *
298
     * @param cmd is normally the command name from the command string 
299
     *    returned by getMimeHandlerDef(), but this could be used for any 
300
     *    command. If cmd begins with a /, we return cmd without
301
     *    further processing.
302
     */
292
    string findFilter(const string& cmd) const;
303
    string findFilter(const string& cmd) const;
293
304
294
    /** Thread config init is not done automatically because not all
305
    /** Thread config init is not done automatically because not all
295
    programs need it and it uses debuglog so that it's better to
306
    programs need it and it uses debuglog so that it's better to
296
    call it after primary init */
307
    call it after primary init */