Fairlight [[EMAIL PROTECTED]] wrote:
> On Thu, Sep 09, 1999 at 12:10:18AM -0500, Jeremy Blosser blurted:
> > As we speak I'm redoing http://www.mutt.org/links.html to have a better
> > topical structure, this will include an expanded (but of course still
> > incomplete) section of lins to other programs one can use with Mutt to get
> > a full Un*x mail system set up.
> 
> Cool.  You know...if I could just make a suggestion, since I think you
> maintain part or all of the manual...  The html version...

I just do the web site.  The manual is done the same way the rest of Mutt
is done.  So if you want to submit a patch for this suggestion, feel free
;)

Not that I wouldn't take patches to the web site, but things aren't
normally done that way.

> Not being familiar with IMAP myself, I've simply heard it described as an
> alternative to POP3 (apparently by someone who was fairly clueless).

POP3 is mostly for getting your mail from a central "post office" server.
IMAP is a method for leaving all your mail on a central server and then
doing things like group/project folders, etc.  I don't really use them
either so I don't know a whole lot (I used POP years ago but these days
prefer ssh to an always-online box from wherever I may be at the time).

> Speaking of macro/binding...I looked through the docs today and saw "push"
> ...one of my mailboxes on one system is one I'll scan for topics and
> usually delete all, which comes to a series of keystrokes:  "D.*\n"  ...I
> tried something like:  bind index ^x 'push "D.*\n"'   ...and about 5
> variations on it, to no avail...I keep getting:  
>     push "D.*\n": no such function in map
> 
> What about push or bind am I not understanding correctly?

Bind is used to bind a key to a defined function such as 'sync-folder'.  To
"bind" a key to an arbitrary set of commands, use macro.

You don't really need push for what you want... push is mostly useful to do
things at startup or from hooks.

macro index ^x "D.<enter>"

should do you fine.  Note you don't need the * either.

-- 
Jeremy Blosser   |   [EMAIL PROTECTED]   |   http://jblosser.firinn.org/
-----------------+-------------------------+------------------------------
"If Microsoft can change and compete on quality, I've won." -- L. Torvalds

PGP signature

Reply via email to