On Sun, Jul 08, 2001 at 05:50:36PM +0800, Federico Sevilla III wrote:
> 
> 1. I don't think mutt already comes with its own editor
> (checked the FAQ out).  What editor would be recommended that
> can HOPEFULLY handle re-formatting of quoted text like Pico
> can? I've never used emacs but I've used vim. I'm pretty
> confident vim won't do this. What about emacs? And does emacs
> have mouse xterm support like mutt does? (So that they both
> have mouse support).

vim can handle this.  Invoke "set autoindent" in command mode or
place it in ~/.vimrc, then use the "gq" set of commands to
reformat your lines or paragraphs -- try "help gq" in command
mode for more info.

> 2. Aside from the alias lists, can mutt get its aliases from
> somewhere else?  I'm thinking in the line of a PostgreSQL
> database. This is crazy, I know, but Horde IMP's alias list is
> in an SQL database, and I use Horde IMP when I'm out of the
> office, so having one alias list would be great. :)

I used to get my address book entries off an LDAP directory by
adding the following line in my ~/.muttrc:

    set query_command = "mutt_ldap_query.pl '%s'"

The mutt_ldap_query.pl script should be available from the
contrib/ directory of any mutt mirror site.  I'm sure you can
hack the code to access a PostgreSQL database instead...

-- 
 .--.  Michael J. Maravillo                   office://+63.2.894.3592/
( () ) Q Linux Solutions, Inc.              mobile://+63.917.897.0919/
 `--\\ A Philippine Open Source Solutions Co.  http://www.q-linux.com/
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to