Re: IMAP Issues (error / speed)

2008-05-14 Thread Rocco Rutte
Hi, * Dylan Stamat wrote: I'm on a fresh install of OSX (Leopard), and did a macport install of mutt-devel, (see bottom of email for config opts). I had no issues on my OpenBSD machine, but in moving my .muttrc over to this new machine, there are the following problems. 1) When sending an

Re: IMAP Issues (error / speed)

2008-05-14 Thread Dylan Stamat
Hey Rocco, thanks for the response. Here is the output for both imap and smtp: host -v smtp.gmail.com = Trying "smtp.gmail.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51892 ;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; Q

threaded view

2008-05-14 Thread Ravi Uday
Hi guys, I have these set sort=threads set duplicate_threads=yes If someone replies to a threaded message how to make it display at the bottom/latest in the index view ? I mean if the thread is really old and if someone now replies to that, it gets buried somewhere :( Ravi

Re: threaded view

2008-05-14 Thread Leon Weber
On 14.05.2008 12:00:53, Ravi Uday wrote: > Hi guys, > > I have these > > set sort=threads > set duplicate_threads=yes > > If someone replies to a threaded message how to make it display at the > bottom/latest in the index view ? > I mean if the thread is really old and if someone now replies to

Re: threaded view

2008-05-14 Thread Ravi Uday
that works ! thanks On Wed, May 14, 2008 at 12:23 PM, Leon Weber <[EMAIL PROTECTED]> wrote: > On 14.05.2008 12:00:53, Ravi Uday wrote: >> Hi guys, >> >> I have these >> >> set sort=threads >> set duplicate_threads=yes >> >> If someone replies to a threaded message how to make it display at the >>

Re: IMAP Issues (error / speed)

2008-05-14 Thread Dylan Stamat
DNS issues indeed. My router was trying some black magic with DNS relaying, so I turned it off and explicitly added my DNS servers. Works like a charm now. Thanks ! On Wed, May 14, 2008 at 9:54 PM, Dylan Stamat <[EMAIL PROTECTED]> wrote: > Hey Rocco, thanks for the response. Here is the output

grep -v in a mail.

2008-05-14 Thread Albert Shih
Hi all I would like to known if it's possible (and easy of course) to make something like grep -v "someword" in a message when I read it, and this depend the from. More precisly what I want to do is (for example) grep -v "sshd" in the body of a message send by the system (l

Interrupted System Calls

2008-05-14 Thread Dylan Stamat
I'm on a brand new OSX (leopard) mutt-devel install, and every time I try to send an email via smtp, I get the following: Could not connect to gmail.com (Interrupted system call). This happens consistently, and the only hack I've been able to find is the following: http://bugs.mutt.org/trac/tick

Re: grep -v in a mail.

2008-05-14 Thread Gary Johnson
On 2008-05-14, Albert Shih <[EMAIL PROTECTED]> wrote: > Hi all > > I would like to known if it's possible (and easy of course) to > make something like > > grep -v "someword" > > in a message when I read it, and this depend the from. > > More precisly what I want to do is (for example)

Re: Interrupted System Calls

2008-05-14 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, May 15 at 09:58 AM, quoth Dylan Stamat: > I'm on a brand new OSX (leopard) mutt-devel install, and every time > I try to send an email via smtp, I get the following: > > Could not connect to gmail.com (Interrupted system call). As you've

Re: Interrupted System Calls

2008-05-14 Thread Dylan Stamat
Gah ! Kyle FTW ! My smtp_url was in incorrectly formatted... Incorrect: smtp_url=smtp://smtp.gmail.com:587:[EMAIL PROTECTED]/ Correct: smtp_url=smtp://[EMAIL PROTECTED]@smtp.gmail.com:587 No idea where I got that incorrect format from. I'm going to blame it on some ill-configured muttrc that