Steve Youngs <[EMAIL PROTECTED]> writes: > * Pranav K Tiwari <[EMAIL PROTECTED]> writes: > > > To allow desktop search programs go through nnml articles, I would > > like to give an extension like .xyz, and tell these programs to > > treat these files like email. > > I think this is the wrong approach. Instead of modifying the > filenames to suit the search program, find a way to make the search > program work properly. > > It's really not that difficult, see... > > $ find <nnmldir> -type f -regex '^.*[0-9]+$' >
The question is not about 'finding' these files, but about associating a 'type' with the file. Most indexing programs (google/yahoo/microsoft desktop search engines, X1) rely on file extensions to determine the filetype, and then index the contens of the file accordingly. It'll be good if they could deal with files with no extensions, but they don't (afaik). So - with that in mind, the easiest way would be to change the way gnus nnml stores files, or write another backend that allows changing filenames. -p _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
