Re: newbie : lot of problems with mutt

1999-08-30 Thread Thomas Roessler
Note that it's generally a good idea _not_ to use as complex software as mutt when working as root. Instead, create a system alias which redirects any system mail to a "real" user, and read it as this real user. Also note that the permissions of the spool file are not of any importance to dotl

Re: newbie : lot of problems with mutt

1999-08-30 Thread Raju K. V.
On Mon, Aug 30, 1999 at 03:14:11PM -0400, David Thorburn-Gundlach [[EMAIL PROTECTED]] wrote: > Raju -- > > ...and then Raju K. V. said... > % hi, > % > % yes, I installed mutt as root. here is the ls -l o/p of /usr/local/bin > % where mutt is installed: > % > % (earth)ls -l /usr/local/bin > %

Re: Mutt + Vim Q's

1999-08-30 Thread David Thorburn-Gundlach
Jeremy -- ...and then Jeremy Blosser said... % Rob Latham [[EMAIL PROTECTED]] wrote: % > % > > indenting both margins should [not] require a radical modification. % % Can I ask why people do this, though? Indenting the left margin seems to Sounds logical to me; I think you'll find yourself p

IMAP browsing and Cyrus servers

1999-08-30 Thread Brendan Cully
Well, I finally did a little investigating into how Mutt handles the Cyrus IMAP server and, frankly, it's not too good. As a side note, the advice to set your $folder to "{server}INBOX." is actually fine. Cyrus explicitly names the home namespace "INBOX", where it is omitted in UW-IMAP. Browsing

Re: mbox or MAILDIR

1999-08-30 Thread J Horacio MG
David DeSimone dijo: > > You can mix and match folder types all you like. Mutt will recognize > and read/write whatever folder type already exists. The mbox_type > variable only affects what type of folder Mutt will create when the > folder does not exist. > > I use mbox for small folders, and

Re: mbox or MAILDIR

1999-08-30 Thread Brendan Cully
On Monday, 30 August 1999 at 15:11, David DeSimone wrote: > Vincent Lefevre <[EMAIL PROTECTED]> wrote: > > Nope, I have a very simple quote_regexp: > > set quote_regexp="^([ \t]?[ \t]?[>:|])+" mine is: set quote_regexp="^[ \t]*[a-zA-Z\.*>" > It makes no attempt to match From texts, yet it I s

Re: Mutt + Vim Q's

1999-08-30 Thread Jeremy Blosser
Rob Latham [[EMAIL PROTECTED]] wrote: > Rob Latham ([EMAIL PROTECTED]) said: > > > indenting both margins should require a radical modification. > > er... make that "should *not* require" Can I ask why people do this, though? Indenting the left margin seems to just waste valuable space, and

Re: tcsh command completion for mutt (was: zsh ...)

1999-08-30 Thread brian moore
On Mon, Aug 30, 1999 at 03:18:26PM -0500, David DeSimone wrote: > Mikko Hänninen <[EMAIL PROTECTED]> wrote: > > > > Has anyone hacked together something better? > > Is this better? > > complete mutt "c@[=+]@F:$HOME/.mail/@" "c@-f[=+]@F:$HOME/.mail/@" \ > 'n/-[afFHi]/f/'

Re: tcsh command completion for mutt (was: zsh ...)

1999-08-30 Thread Mikko Hänninen
David DeSimone <[EMAIL PROTECTED]> wrote on Mon, 30 Aug 1999: > Is this better? It is indeed, thanks! > complete mutt "c@[=+]@F:$HOME/.mail/@" "c@-f[=+]@F:$HOME/.mail/@" \ > 'n/-[afFHi]/f/' 'n/-s/x:(subject)/' 'n/*/u/' I just made one change. I changed that last to be

Re: tcsh command completion for mutt (was: zsh ...)

1999-08-30 Thread Roland Rosenfeld
On Mon, 30 Aug 1999, Mikko Hänninen wrote: > At the moment I'm using > > complete mutt c@-f=@F:$HOME/Mail/@ c/-f/F/ c/-i/F/ > > Which lets me complete files from ~/Mail with > > mutt -f= > > but is otherwise very simple. Has anyone hacked together something > better? To say the truth, I

Re: mbox or MAILDIR

1999-08-30 Thread Aaron Schrab
At 15:11 -0500 30 Aug 1999, David DeSimone <[EMAIL PROTECTED]> wrote: > I cannot seem to find the place in the sources where the ">From" is > being recognized and handled specially, but it is definitely happening. It doesn't search for >From specifically, it searches for lines that match the smil

Re: Mutt + Vim Q's

1999-08-30 Thread Rob Latham
Rob Latham ([EMAIL PROTECTED]) said: > indenting both margins should require a radical modification. er... make that "should *not* require" sorry -- Rob Latham Lehigh University Grad Student, Computer Engineering Bethlehem, PA USA

Re: tcsh command completion for mutt (was: zsh ...)

1999-08-30 Thread David DeSimone
Mikko Hänninen <[EMAIL PROTECTED]> wrote: > > Has anyone hacked together something better? Is this better? complete mutt "c@[=+]@F:$HOME/.mail/@" "c@-f[=+]@F:$HOME/.mail/@" \ 'n/-[afFHi]/f/' 'n/-s/x:(subject)/' 'n/*/u/' This assumes that my mail folder are in $HOME/.

Re: mbox or MAILDIR

1999-08-30 Thread David DeSimone
Vincent Lefevre <[EMAIL PROTECTED]> wrote: > > But perhaps you have my $quote_regexp: > > set quote_regexp="^(>[^F]|>F[^r]|>Fr[^o]|>Fro[^m]|[A-Za-z]+> )" Nope, I have a very simple quote_regexp: set quote_regexp="^([ \t]?[ \t]?[>:|])+" It makes no attempt to match From texts, yet it I see th

Re: mbox or MAILDIR

1999-08-30 Thread David DeSimone
J Horacio MG <[EMAIL PROTECTED]> wrote: > > I've looked through this thread for the possibility of having both mbox > and maildir mailboxes together (I think that was part of the original > question) ... does anyone have the solution? You can mix and match folder types all you like. Mutt will re

Re: mbox or MAILDIR

1999-08-30 Thread J Horacio MG
David DeSimone dijo: > > Brendan Cully <[EMAIL PROTECTED]> wrote: > > > > The only problem I have with mbox is I hate it when lines starting > > [...] > > While I hate this, too, it has recently come to my attention that Mutt > [...] I've looked through this thread for the possibility of having

Re: mbox or MAILDIR

1999-08-30 Thread Vincent Lefevre
On Mon, Aug 30, 1999 at 14:39:38 -0500, David DeSimone wrote: > While I hate this, too, it has recently come to my attention that Mutt > actually makes an attempt to recognize lines that start with ">From" and > not colorize them as an extra level of quoting. I'm not sure when this > went in, but

Re: mbox or MAILDIR

1999-08-30 Thread David DeSimone
Brendan Cully <[EMAIL PROTECTED]> wrote: > > The only problem I have with mbox is I hate it when lines starting > with "From" are quoted (by the mda?) to ">From". That's especially > annoying with colourised messages, though that could be tuned with a > better regex, I expect. While I hate this,

Re: newbie : lot of problems with mutt

1999-08-30 Thread David Thorburn-Gundlach
Raju -- ...and then Raju K. V. said... % hi, % % yes, I installed mutt as root. here is the ls -l o/p of /usr/local/bin % where mutt is installed: % % (earth)ls -l /usr/local/bin % total 3031 % -rwxr-xr-x 1 root other 3047603 Aug 28 19:01 mutt* % -rwxr-sr-x 1 root mail54

Re: expand aliases in editor

1999-08-30 Thread David Thorburn-Gundlach
Raju -- ...and then Raju K V said... % hi, % % Is there any way by which I can expand aliases when composing in editor? I use vim as my % editor. Within the editor, I think you're stuck as is. There's a small chance, I suppose, that you might be able to tie in a mapped call to lbdb, the littl

Re: message width in vim?

1999-08-30 Thread David Thorburn-Gundlach
Chris, et al -- ...and then Chris Gushue said... % I *know* I saw how to do this recently on a mailing list but I couldn't % find it. I need to know how to set the message width when using vim as % my editor. I didn't see anything helpful in the vim docs for this, but % I might have missed someth

Re: message width in vim?

1999-08-30 Thread David Thorburn-Gundlach
Hi, all -- There are lots of ways to reformat paragraphs, and "gq" is a pretty good one. The external program par, however, is the best. :-D -- David Thorburn-Gundlach * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cooki

tcsh command completion for mutt (was: zsh ...)

1999-08-30 Thread Mikko Hänninen
Thomas Roessler <[EMAIL PROTECTED]> wrote on Mon, 30 Aug 1999: > Does anyone have something better than this for mutt command > completion? The original question was for zsh, but I'd like to ask the same question for tcsh. :-) At the moment I'm using complete mutt c@-f=@F:$HOME/Mail/@ c/-f/F

Re: zsh command completion for mutt

1999-08-30 Thread Danek Duvall
On Mon, Aug 30, 1999 at 07:49:17PM +0200, Thomas Roessler wrote: > I'm tinkering around a bit with zsh. > > Does anyone have something better than this for mutt command > completion? (I don't like that sub-directories hack too much, but > it seems to be the only thing I get working.) For versi

Re: Mutt + Vim Q's

1999-08-30 Thread Rob Latham
Leiden, Soren ([EMAIL PROTECTED]) said: > i don't believe there's any way internal to vim that can do such a > thing-- maybe i'm wrong. you are :> i installed vim from source. in $VIM/macros/justify.vim is a script to do justification of text. indenting both margins should require a radical mo

zsh command completion for mutt

1999-08-30 Thread Thomas Roessler
I'm tinkering around a bit with zsh. Does anyone have something better than this for mutt command completion? (I don't like that sub-directories hack too much, but it seems to be the only thing I get working.) -- mutt_aliases=(`awk '/^alias/ { print $2; }' ~/.mutt/a

Re: Re: message width in vim?

1999-08-30 Thread Ken W
On Mon, Aug 30, 1999, Renaud Colinet wrote: > Err, I think so. vim has a format option mapped (since versions 5. or > so) to gq. So you just have to select the paragraph you want to format > (that is, visualize it) and then hit 'gq'. If you have had your .vimrc > on the web, it might have Q mapped

Re: Re: message width in vim?

1999-08-30 Thread Renaud Colinet
on Aug 30, Pete Toscano wrote: > hmmm, this is interesting and helpful, but i have a further question. > how do you get vim (or is it even possible?) to "soft wrap" while > editing and then insert characters when you exit or write? this > would be nice in that, if you're editing a file and you r

Re: message width in vim?

1999-08-30 Thread Pete Toscano
hmmm, this is interesting and helpful, but i have a further question. how do you get vim (or is it even possible?) to "soft wrap" while editing and then insert characters when you exit or write? this would be nice in that, if you're editing a file and you remove a line or two from a line, if the

Re: Mutt + Vim Q's

1999-08-30 Thread Mikko Hänninen
Leiden, Soren <[EMAIL PROTECTED]> wrote on Mon, 30 Aug 1999: > if that's the case, maybe somesort of processing agent run after editing > is finished but prior to mutt coming back up? anyone have any thoughts > on this? It should be easy to add a wrapper script around your editor, and then call

Mutt + Vim Q's

1999-08-30 Thread Leiden, Soren
hi guys, i'm using vim as my e-mail editor. i'm looking to format my e-mail bodies in various ways. here's an example ala the ls manpage: By default, color is not used to distinguish types of files. That is equivalent to using --color=none. Using the --color opti

expand aliases in editor

1999-08-30 Thread Raju K V
hi, Is there any way by which I can expand aliases when composing in editor? I use vim as my editor. Thanks in advance, Raju

Re: problem with mail check

1999-08-30 Thread bjr
Try set timeout=1 .. set check_new .. set beep_new -bjr ps. are you trying to escape those []'s ? :) it's not working * Raju K V SEP" ([EMAIL PROTECTED]) [08/30/99 01:18]: > hi all, > > I have some problem with the mail check interval. The mail check varible is set to 5 >in > my .muttrc an

problem with mail check

1999-08-30 Thread Raju K V \[SEP\]
hi all, I have some problem with the mail check interval. The mail check varible is set to 5 in my .muttrc and set to 15 in .pinerc. But whenever a new mail arrives, pine displayes it much faster than mutt. What might be the problem? How can I get mutt to display new mails faster? Thanks i