Re: not quoting signatures on reply

2000-08-11 Thread Michael Tatge
Caster muttered: > > It's a valid escape sequence, and I think I've heard of it before. It > > might not, however, be fully documented :-) > > In fact I don't see any mention of it in the docs (I mean in refer to > the name of the edited file). It's there: 5.3.3.3. Command Expansion The va

Re: viewing image attachments

2000-08-11 Thread Brett Coon
On Thursday, Luke Ravitch said something like: > I don't know if this is part of your problem, but I found it necessary > to add the "force_html" switch to lynx in my .mailcap. I.e.: > >text/html; lynx -force_html -dump %s ; copiousoutput > Otherwise I would just get the HTML source. (Mut

Blank messages in IMAP index

2000-08-11 Thread cgreen
I have a strange problem when opening IMAP folders with mutt. After having experimented with a number of different IMAP clients some of my IMAP folders when opened display an index like the one below:- 1 Nov 15 vile-users-help ( 92) vile-users response to "request" messa 2 F M

Re: not quoting signatures on reply

2000-08-11 Thread Marius Gedminas
On Fri, Aug 11, 2000 at 02:40:18AM +0200, Michael Tatge wrote: > Caster muttered: > > > It's a valid escape sequence, and I think I've heard of it before. It > > > might not, however, be fully documented :-) > > > > In fact I don't see any mention of it in the docs (I mean in refer to > > the na

1.3.7 build problem on Solaris

2000-08-11 Thread cgreen
I am trying to build 1.3.7 on Solaris 2.6, I am building:- --with-curses --enable-pop --enable-imap I'm getting an error in the imap directory:- Making all in imap make: Fatal error: Don't know how to make target `../types.h' Current working directory /usr/chris/mutt-1.3.7/imap

Build problems - more information

2000-08-11 Thread cgreen
Re: my build problems with 1.3.7, I have tried some other versions:- 1.2.5 builds OK on my Solaris 2.6 1.3.5 builds OK 1.3.6 fails in the same way as I described for 1.3.7 1.3.7 fails I have built 1.3.7 on Linux systems so it would seem that some change between 1.3.5 and 1.3.6 has broken the bu

Re: 1.3.7 build problem on Solaris

2000-08-11 Thread Lars Hecking
[EMAIL PROTECTED] writes: > I am trying to build 1.3.7 on Solaris 2.6, I am building:- > --with-curses --enable-pop --enable-imap > > I'm getting an error in the imap directory:- > > Making all in imap > make: Fatal error: Don't know how to make target `../types.h' > Current work

Re: not quoting signatures on reply

2000-08-11 Thread Kai Blin
Sitting at the campfire, Caster told: > However not everyone is using vim, so such option inside mutt could be > useful. I still don't see why this is a Mutt issue. UN*X/Linux philosophy is to have one program working on one field and using other programs for other work. Mutt is one of those. th

Re: viewing image attachments-solved!

2000-08-11 Thread Dale Morris
I installed xli, set up Roland Rosenfelds' mailcap and mime.types in /.mutt and everything now works fine. On Thu, Aug 10, 2000 at 09:55:59PM -0700 55, Dale Morris <[EMAIL PROTECTED]> wrote: > I have just installed and configured debian 2.2 and I am using mutt for > a mailreader. Would someone p

Re: not quoting signatures on reply

2000-08-11 Thread David T-G
Tomasz -- ...and then Caster said... % Hello Mutt Users! % On czw 10 sie 2000 07:35:56 GMT David T-G wrote: % % > You can usually do this in your editor; if it were vim % % What else can it be ;) That's what I think, too, but the original requester is using (gasp) pico. % % > for instance,

Line wrapping in internal pager

2000-08-11 Thread Markus Holmberg
Excuse me if this is in the docs, but I haven't found anything.. Is there a way to disable line wrapping in the internal mutt pager (so that lines that are too long are just cut off)? (like ":set nowrap" in vim) Thanks for any help.. Markus (I'd appreciate if I got cc:ed since I'm not subscrib

Re: Build problem with 1.3.7 on Solaris

2000-08-11 Thread cgreen
I have checked this out thoroughly now and I'm convinced there is some sort of problem building 1.3.7 (and 1.3.6) on Solaris. N.B. the problem is when "Making all in imap" so it only occurs if you configure with --enable-imap. I have tried deleting the directory and re-extracting from the tarba

IMAP with Exchange Server

2000-08-11 Thread Ray Crane
I'm running Mutt 1.2.5i with IMAP support, in the unfortunate condition of needing to use MS Exchange as the IMAP server. (Corporate email, really tired of Outlook) Something somewhere is clearly buggy, to the point of just about making it unuseable. I find that when I open a folder, eve

Re: IMAP with Exchange Server

2000-08-11 Thread Steve Kennedy
On Fri, Aug 11, 2000 at 09:28:29AM -0400, Ray Crane wrote: > I'm running Mutt 1.2.5i with IMAP support, in the unfortunate > condition of needing to use MS Exchange as the IMAP server. > (Corporate email, really tired of Outlook) > Something somewhere is clearly buggy, to the point of just

Re: IMAP with Exchange Server

2000-08-11 Thread Brendan Cully
On Friday, 11 August 2000 at 09:28, Ray Crane wrote: > > I'm running Mutt 1.2.5i with IMAP support, in the unfortunate > condition of needing to use MS Exchange as the IMAP server. > (Corporate email, really tired of Outlook) > > Something somewhere is clearly buggy, to the point of just a

Re: Blank messages in IMAP index

2000-08-11 Thread Brendan Cully
On Friday, 11 August 2000 at 03:06, [EMAIL PROTECTED] wrote: > I have a strange problem when opening IMAP folders with mutt. After > having experimented with a number of different IMAP clients some of my > IMAP folders when opened display an index like the one below:- > > 1 Nov 15 vile

Locale settings and LANG

2000-08-11 Thread Wouter Hanegraaff
When no LC_CTYPE or LANG variable is set, mutt displays special characters like ë, é, £, correctly. But when LANG=C is set and LC_CTYPE are unset, they are not. This is a bit strange, because when LANG and LC_CTYPE are unset, programs usually use the default locale settings, which should be equal

Re: not quoting signatures on reply

2000-08-11 Thread Stan Ryckman
Peter Palfrader wrote: ... > but this should work for all editors (that support +): > > set editor="vim +\`awk '/^$/ {print i+2; exit} {i++}' %s\` %s" > > It is stolen from Roland Rosenfeld's <[EMAIL PROTECTED]> great > muttrcs. Or even better, use the builtin awk variable NR: set edito

Re: imap folders index

2000-08-11 Thread Brendan Cully
On Monday, 07 August 2000 at 23:27, Bernhard Valenti wrote: > On Mon, Aug 07, 2000 at 10:48:24AM -0400, Brendan Cully wrote: > > Just use the documented "mailboxes" command: > > > > mailboxes {host}Mail/foo-list {host}Mail/bar-list > > i did that and added all my IMAP folders, when i press tab (

Re: Build problem with 1.3.7 on Solaris

2000-08-11 Thread David Champion
On 2000.08.11, in <[EMAIL PROTECTED]>, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have checked this out thoroughly now and I'm convinced there is some > sort of problem building 1.3.7 (and 1.3.6) on Solaris. > ... > make: Fatal error: Don't know how to make target `../types.h'

duplicate addresses

2000-08-11 Thread Michael Soulier
Ok, I finally learned the "alternate" setting, and now the "unset metoo" works beautifully. However, everyone else here at Nortel has the same situation, where sometimes their domain is "nortelnetworks.com", and sometimes it's something else. Is there a way that I can tell mutt about this, so

Re: IMAP with Exchange Server

2000-08-11 Thread Ray Crane
According to Brendan Cully: > There have been some very significant changes in the development > series. If things aren't working for you, maybe you'd like to try the > latest 1.3 version? I'm also much more interested in making 1.3 work > correctly than 1.2 (the code's so different, backporting i

Re: Build problem with 1.3.7 on Solaris

2000-08-11 Thread cgreen
On Fri, Aug 11, 2000 at 09:44:37AM -0500, David Champion wrote: > On 2000.08.11, in <[EMAIL PROTECTED]>, > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > I have checked this out thoroughly now and I'm convinced there is some > > sort of problem building 1.3.7 (and 1.3.6) on Solaris. > >

Re: Build problem with 1.3.7 on Solaris

2000-08-11 Thread Lars Hecking
David Champion writes: > On 2000.08.11, in <[EMAIL PROTECTED]>, > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > I have checked this out thoroughly now and I'm convinced there is some > > sort of problem building 1.3.7 (and 1.3.6) on Solaris. > > ... > > make: Fatal error: Don't know

Re: not quoting signatures on reply

2000-08-11 Thread Caster
Hello Mutt Users! On pią 11 sie 2000 00:19:09 GMT Peter Palfrader wrote: > set editor="vim +\`awk '/^$/ {print i+2; exit} {i++}' %s\` %s" Even more clever :) -- Tomasz Olszewski [EMAIL PROTECTED]

Re: not quoting signatures on reply

2000-08-11 Thread Caster
Hello Mutt Users! On pią 11 sie 2000 02:40:18 GMT Michael Tatge wrote: > It's there: > > 5.3.3.3. Command Expansion Well, I missed it. Maybe because I always look for such things in the "Configuration variables" section :) -- Tomasz Olszewski [EMAIL PROTECTED] PGP signature

Re: not quoting signatures on reply

2000-08-11 Thread Caster
Hello Mutt Users! On pią 11 sie 2000 11:30:03 GMT Kai Blin wrote: > We don't want Mutt to become something like StarOffice (can do anything, but > poorly), do we? I agree but it's just a very little thingie :) This isn't a html viewer. Look at tin -- is it like Star Office? -- Tomasz Olszewsk

mutt 1.2.5. imap/ssl display problems

2000-08-11 Thread Barry Isralewitz
Hello, I'm using mutt 1.2.5 with imap/ssl on Solaris 8, and having problems with accessing messaging displayed in 'limit' mode. Some are almost silent errors, the worse kind of prolbem in an email client. After I limit messages, I get a message list, as expected. BUt then highli