missing header files

2001-01-07 Thread lang
I have mutt-1.2.5 running on a FreeBSD-3.4 machine as an ordinary user. But I get a core dump when I try to . I looked through config.log and noticed a few header files were not found by ./configure. For example, getopt.h alloca.h argz.h malloc.h If I pick these up from some GNU mirror site and s

Re: segmentation fault with

2000-11-21 Thread lang
at send.c:1209 #2 0x807c2f8 in mutt_resend_message (fp=0x0, ctx=0x80d3300, cur=0x80f5f80) at send.c:994 #3 0x8057f6d in mutt_index_menu () at curs_main.c:1739 #4 0x80651d5 in main (argc=1, argv=0xbfbfd858) at main.c:709 #5 0x804a17d in _start () (gdb) > On 2000-11-19 13:26:51 +0800

segmentation fault with

2000-11-20 Thread lang
I get a "segmentation fault-core dumped" message when I try to use the function from the index. I am using mutt-1.2.5, but I also had the same problem with 1.2. What do I do to fix this? lang@ms$ mutt -v Mutt 1.2.5i (2000-07-28) Copyright (C) 1996-2000 Michael R. Elkins and others.

Re: (repost) Folder navigation

2000-11-14 Thread lang
On Tue, 14 Nov 2000, Mikko Hänninen wrote: > Juergen Salk <[EMAIL PROTECTED]> wrote on Tue, 14 Nov 2000: > > To make a long story short: How can I make the cursor highlight > > the last visited mailbox in the folder view rather than the > > first one in the list? > > There's no simple way (unfor

Re: N in folder list

2000-11-13 Thread lang
On Thu, 09 Nov 2000, Mike E wrote: > Keeping my .muttrc up to date is starting to be a hassle. I guess > that's what I get for being on dozens of mailing lists. :) No, the reason to be on dozens of mailing lists is to give you work to do on your .muttrc to keep it up to date. :-) -- Greg Mathe

Re: one problem solved, one unsolved...

1999-10-28 Thread lang
On Wed, Oct 27, 1999 at 11:13:36AM -0400, J. Lasser wrote: > Unfortunately, my doesn't cycle through mailboxes problem is > still unsolved, so if anyone has any suggestions I'd appreciate it. How do you have your mailboxes defined? If it is like mailboxes ! "echo $HOME/mail/*" then I don't t

shortcut characters for mailbox paths

1999-10-26 Thread lang
I really like the shortcut characters like !,=,>,< used to change to specific mailboxes and I wonder if I can construct similar shortcuts myself. I use mutt to read my procmail log in ~/.procmail/log and my mailing list archives in ~/slist/[listname]/archive/latest, and it is difficult to type o

Re: uudencoded stuff

1999-10-26 Thread lang
On Wed, May 19, 1999 at 06:24:19PM +1100, Brian Salter-Duke wrote: > > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > if you ever get urlview to work *PLEASE* let me know how you did it > 4. url_handler is url_handler.sh that comes with the release renamed > and moved to /usr/local/bin. I e

Re: Automating send

1999-09-30 Thread lang
On Thu, Sep 30, 1999 at 10:32:35AM +0200, Eric Smith wrote: > I use vim as my editor in mutt and have mapped to save and exit. Now > is there a way to set some command in vim to save, exit and send (which 99% > of the time is what I do anyway. (Just want to save having to manually do > that f

Re: reading mail while composing

1999-09-02 Thread lang
On Thu, Sep 02, 1999 at 05:53:28PM +0100, Edmund GRIMLEY EVANS wrote: > One thing I find I keep wanting to do is consult other e-mails > while composing an e-mail. Is there a neat way of doing this? The only thing that I have been able to come up with is to returm to the compose screen, press 'A

Re: forward email as attachment?

1999-08-10 Thread lang
On Fri, Aug 06, 1999 at 02:50:11PM -0700, Robert Chien wrote: > Sometimes I need to forward one or more emails to another > worker as attachment(s). > If I save it to a file, then attach that file, it sort of > works but takes a lot of time, esp. I learned something from the answers to this,

Re: How to save message in non-maildir format?

1999-07-28 Thread lang
On Mon, Jul 26, 1999 at 03:36:31PM +0800, I wrote: > I would like to be able to make it easier to move between vim > and mutt. Ideally, what I want is to be able to get from mutt > the name of the file that the email is in (rather than copying > or piping), but the file browser doesn't allow me

Re: How to save message in non-maildir format?

1999-07-25 Thread lang
On Thu, Jul 22, 1999 at 04:11:24PM -, Lorens Kockum wrote: > On mutt-users [EMAIL PROTECTED] wrote: > >How can I save an E-Mail message in 'not a maildir' format > >when, for example, I want to import it into another program? > With $MAILDIR a directory (with attendant $MAILDIR/tmp, > $MAILD

Re: a bash subshell instead of a sh one, straight off

1999-07-07 Thread lang
On Sat, Jun 12, 1999 at 11:11:05AM +0800, [EMAIL PROTECTED] wrote: > [H]ow can I avoid the sh subshell and get a bash subshell > instead straight off. I don't want to have to press enter and > then type exit after. I solved this by putting the following in .muttrc macro generic ! "\n" I had t

a bash subshell instead of a sh one, straight off

1999-06-11 Thread lang
I have a question about the subshell that is started up when you use the ! command. The manual says: shell-escape (default: !) Asks for an external Unix command and executes it. The ``$wait_key'' can be used to control whether Mutt will wait for a key to be pressed when the command retur

Re: macro to step thru mailboxes

1999-05-13 Thread lang
On Wed, May 12, 1999 at 08:59:17AM -0400, David Thorburn-Gundlach wrote: > ...and then Stefan `Sec` Zehl said... > % > % #!/bin/sh > % echo j>>$HOME/.jay > % cat $HOME/.jay| tr -d \\012 > Couldn't you simply > #!/bin/sh > echo -n j >> $HOME/.jay I found indeed having this in .typescript

Re: macro to step thru mailboxes

1999-05-12 Thread lang
I asked about stepping through indexes with a single key stroke. On Wed, May 12, 1999 at 05:00:33AM +0200, Stefan `Sec` Zehl wrote: > macro index I ':macro index \cXI "c=\t\t`$HOME/.jayscript`"'\n\cXI > which works for me. This works for me too. Thanks. It would have taken me a couple of years

Re: macro to step thru mailboxes

1999-05-11 Thread lang
On Thu, May 06, 1999 at 10:13:48PM +0800, I wrote: > I want to be able to step through the indexes of each of my > mailboxes in order with a series of single keystrokes. For > example, after viewing the index for one mailbox, instead of > pressing c=j, I just want to press I. > I need to kno

macro to step thru mailboxes

1999-05-07 Thread lang
I want to be able to step through the indexes of each of my mailboxes in order with a series of single keystrokes. So for example, from viewing the index for one mailbox, instead of pressing c=j (or however many j's it is down to the next mailbox), I just want to press I, and through iterating

Browser with MH-style mailboxes

1999-05-01 Thread lang
I am transfering over from mbox-type mailboxes to MH-format ones, ie the one-email-per-file format, because I want to be able to pull various emails out from the different folders they are in and quote them more easily in vim when I am writing. (There is readmsg, but I can't browse with it, the w

Re: Using my vimrc

1999-04-20 Thread lang
> autocmd BufRead /tmp/mutt* elseif (getline(1) =~ '^$') > autocmd BufRead /tmp/mutt* set insertmode > > " postponed message > autocmd BufRead /tmp/mutt* else > autocmd BufRead /tmp/mutt* 1 > autocmd BufRead /tmp/mutt* endif > autocmd BufRead ~/.muttrc

using $index_format in folder-hooks

1999-04-10 Thread lang
I'm trying to use some of the capabilities of mutt and I'm experimenting wuth the lists command to get some of the capabilities like threading and reply to list. But I don't like the other one, which is showing the list name in the index menu display. For example in my mua folder, I'm only getting