Re: A better mutt? (Was Re: catchup command?)

2000-09-23 Thread Jens Askengren
On Sat, Sep 23, 2000 at 10:19:17AM -0400, David T-G wrote: > ... and my fear is that, once such a change were made, the text-only > mutt would suffer if not go away entirely. That would really suck > for me, for instance, since I do my mail over an ssh vt100 > connection (and pround of it! :-)

Re: A better mutt? (Was Re: catchup command?)

2000-09-23 Thread Jens Askengren
On Sat, Sep 23, 2000 at 04:02:44PM +0300, Mikko Hänninen wrote: > Jens Askengren <[EMAIL PROTECTED]> wrote on Sat, 23 Sep 2000: > > Yes, I'm suggesting that mutt needs a GUI. > > Last time I asked about this, I was told to check out "Balsa". > (Which I have

A better mutt? (Was Re: catchup command?)

2000-09-23 Thread Jens Askengren
While I was replying to Peter Jaques question about a catchup command, another reply was already posted to the list. I couldn't possibly know that, because it's impossible to browse the mailboxes and compose at the same time. This is quite annoying, and a good reasons to code a GUI for mutt.

Re: catchup command?

2000-09-23 Thread Jens Askengren
On Sat, Sep 23, 2000 at 01:33:36AM -0700, Peter Jaques wrote: > i'm looking for some command that will mark all messages in a current > mailbox as being read, without having to actually read them. You might want a macro like this: macro index m "~A\ N\ ~A" Repl

Re: Is it possible to check multiple pop3 hosts

2000-09-21 Thread Jens Askengren
On Thu, Sep 21, 2000 at 02:46:17PM +0100, housebee wrote: > I hope someone can help me to make it able for me to check more than > one pop3 hosts. I would suggest using fetchmail from a cron script. Fetchmail can download messages from multiple accounts of different types. And you would get y

Possible bug

2000-09-11 Thread Jens Askengren
Hello I was trying to make each key bind to the same functions in every menu when I discovered this (bug?): # This works as expected macro index I "!\n" "Goto Inbox" # This produces an error when "I" is pressed macro browser I "!\n" "Goto Inbox" # I added this line by mistake

Re: Mutt's URL support

2000-09-11 Thread Jens Askengren
On Sun, Sep 10, 2000 at 09:29:09PM -0700, Shane Wegner wrote: > [...] Is there any feature which allows > pine-like url viewing? Moving around in the message itself and spawning a > browser. If not, is there a better way to get an URL with some context. I you are using mutt in an xterm, you co

Re: bind syntax

2000-09-10 Thread Jens Askengren
On Sun, Sep 10, 2000 at 10:11:29AM +0200, Magnus Stenman wrote: > Is there a way to / would it be a good idea to be able to > set more than one map when binding a key, eg: > > bind index,pager \e previous-entry > > (instead of stacking multiple entries for whatever maps you are > binding to

Re: delete-and-jump-to-next-unread

2000-09-09 Thread Jens Askengren
On Sat, Sep 09, 2000 at 11:27:21PM +0300, Mikko Hänninen wrote: > delete-message only advances is $resolve is set. So you could do > this: > > macro index "unset >resolveset resolve" Thanks! Now my keybindings are close to perfection... I would never had thought about the re

delete-and-jump-to-next-unread

2000-09-09 Thread Jens Askengren
I would like to set up a keybinding that marks the current message and then jumps to the next unread (instead of the next message) in the pager menu. I've tried to solve it with a macro like this: macro index "" but since delete-message automatically skips to the next it doesn't wo

Re: Folder navigation

2000-09-09 Thread Jens Askengren
On Sat, Sep 09, 2000 at 02:10:35AM +0200, Juergen Salk wrote: > Well, I have about 20 folders and if I have just left - let's > say - the 17-th folder, I have to scroll all the way down > to reach the 18-th folder (remember: I have already done this > 16 times before). I know that I can alternati

Re: Folder navigation

2000-09-08 Thread Jens Askengren
On Sat, Sep 09, 2000 at 02:10:35AM +0200, Juergen Salk wrote: > Well, I have about 20 folders and if I have just left - let's > say - the 17-th folder, I have to scroll all the way down > to reach the 18-th folder (remember: I have already done this > 16 times before). I know that I can alternati

Re: Cancel commands

2000-09-08 Thread Jens Askengren
On Fri, Sep 08, 2000 at 06:55:22AM -0400, David T-G wrote: > IIRC, however, your terminal settings (use stty to see) decide that ^C is > the interrupt character and so your shell grabs the command before it > even gets to mutt. You'll need to first change your shell with something > like > > s

Cancel commands

2000-09-07 Thread Jens Askengren
Hello Since I often find myself hitting ^C (instead of ^G) to cancel commands that prompts for input like "mail" and "limit", I would like to rebind that function. The docs doesen't says what function ^G is bound to, so i tried: bind editor \Cc cancel bind editor \Cc abort bind edicor \Cc exit