Martin Rubey <[email protected]> writes: > I would like to do a search-engine like search on a (local, gnus) mail > archive. I just tried (in the directory where my mail resides) > > M-x grep -i -nH -e "modular" $(grep -l "testInterpolant" *) > > but this seems very clumsy. Any better idea?
M-x lgrep and for a recursive search M-x rgrep Also emacs23 ships with mairix. From the mairix manual "Mairix is a tool for indexing and searching words in locally stored mail. It was written by Richard Curnow and is licensed under the GPL." _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
