Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nmzmail(1) [debian man page]

NMZMAIL(1)						      General Commands Manual							NMZMAIL(1)

NAME
nmzmail - a tool to use the namazu2 search engine from within mutt SYNOPSIS
nmzmail [ -b <base> ] [ -r <result> ] -i <maildir1> <maildir2> ... -or- nmzmail [ -b <base> ] [ -r <result> ] [ -n <limit> ] DESCRIPTION
nmzmail is a program that uses the namazu2 search engine (http://www.namazu.org) from within the mail client mutt to search and index mail stored in maildir folders. Based on the result of the namazu query, nmzmail generates a maildir folder containing symbolic links to the mail matching the query. A simple mutt macro makes it very easy to use nmzmail from within mutt, and a simple crontab entry always keeps your mail indexed by namazu. Add the following macro to your muttrc file: macro generic S "<shell-escape>nmzmail<return><esc>c~/.nmzmail/result<return>" "Search via nmzmail" Run mutt and hit "S" and enter your query when prompted. You can manually update your index periodically or via a cronjob with: nmzmail -i <maildir1> <maildir2> ... OPTIONS
-i This tells nmzmail to index your email. -b FILE Base. Where nmzmail builds its index. By default it is in $HOME/.nmzmail. -r FILE Result. Similar to -b, this lets you specify where the results are to be built. By default it is within $HOME/.nmzmail. -n NUM Limit. When making a query, nmzmail can be used directly from the command line instead of from within mutt. When the -n option is invoked, the number of results returned from your query will be limited to whatever integer you specify for NUM. SEE ALSO
namazu(1),mutt(1) AUTHOR
nmzmail was written by Johannes Hofmann <johannes.hofmann@gmx.de> This manual page was written by Kevin Coyner <kcoyner@debian.org>, for the Debian project (but may be used by others). March 2006 NMZMAIL(1)

Check Out this Related Man Page

URLSCAN(1)						      General Commands Manual							URLSCAN(1)

NAME
urlscan - browse the URLs in an email message from a terminal SYNOPSIS
urlscan [options] < message urlscan [options] message DESCRIPTION
urlscan accepts a single email message on standard input, then displays a terminal-based list of the URLs in the given message. Selecting a URL will invoke sensible-browser(1) on it (and hence any browser specified in the BROWSER environment variable). urlscan is primarily intended to be used with the mutt (1) mailreader, but it should work well with any terminal-based mail program. urlscan is similar to urlview(1), but has the following additional features: 1. Support for more message encodings, such as quoted-printable and base64. 2. Extraction and display of the context surrounding each URL. OPTIONS
-b, --background Run the Web browser in the background, so you can select another URL without closing it (this will not work with terminal-based Web browsers such as lynx, links, or w3m). -c, --compact Display a simple list of the extracted URLs, instead of showing the context of each URL. MUTT INTEGRATION
To integrate urlscan with mutt, include the following two commands in ~/.muttrc: macro index,pager cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message" macro attach,compose cb "<pipe-entry> urlscan<Enter>" "call urlscan to extract URLs out of a message" Once these lines are in your mutt configuration file, pressing Control-b will allow you to browse and open the URLs in the currently selected message. SEE ALSO
/usr/share/doc/urlscan/README, sensible-browser(1), urlview(1), mutt(1) AUTHOR
This manual page was written by Daniel Burrows <dburrows@debian.org>. December 10, 2006 URLSCAN(1)
Man Page