Re: Howto debug problems with an imap server?

2008-03-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, March 13 at 12:06 AM, quoth Andreas Pakulat: > Aah, thanks. Looking at the output I don't see much, except the > following (towards the end of the file): > a0038 STATUS "Spam" (UIDNEXT UIDVALIDITY UNSEEN RECENT MESSAGES) > 4< a0038 OK do

Re: Howto debug problems with an imap server?

2008-03-12 Thread Andreas Pakulat
On 12.03.08 15:41:48, Kyle Wheeler wrote: > On Wednesday, March 12 at 08:23 PM, quoth Andreas Pakulat: > > I'm trying to use mutt here with the imap service from > > archiveopteryx and for some reason mutt stalls when I change the > > mailbox from the inbox to some other after waiting a few secon

Re: Charset Issue

2008-03-12 Thread Jorge Luis
On Wed, Mar 12, 2008 at 04:18:16PM -0500, Kyle Wheeler wrote: > Here's the thing, though: how does your terminal handle malformed > characters? Many terminals fall back to displaying the malformed > pieces of characters as if they were ISO-8859-1 characters. When mutt > doesn't have to decode qu

Re: Charset Issue

2008-03-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alain can correct me if I'm wrong about any of this. :) On Wednesday, March 12 at 04:02 PM, quoth Jorge Luis: >set charset="iso-8859-1" Setting the $charset manually is usually a bad idea. >satyr's environment includes LANG=en_US.UTF-8; yekk's is >L

Re: Howto debug problems with an imap server?

2008-03-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, March 12 at 08:23 PM, quoth Andreas Pakulat: > I'm trying to use mutt here with the imap service from > archiveopteryx and for some reason mutt stalls when I change the > mailbox from the inbox to some other after waiting a few seconds.

Charset Issue

2008-03-12 Thread Jorge Luis
I have two machines: satyr is GNU/Linux running mutt 1.4.2.2i and yekk is FreeBSD running mutt 1.5.17. Both machines have the following variables set in muttrc: set allow_8bit=no set charset="iso-8859-1" set send_charset="us-ascii:iso-8859-1:iso-8859-15:windows-1252:utf-8" set use_8bitmime=no sa

Howto debug problems with an imap server?

2008-03-12 Thread Andreas Pakulat
Hi, I'm trying to use mutt here with the imap service from archiveopteryx and for some reason mutt stalls when I change the mailbox from the inbox to some other after waiting a few seconds. So I often can open another box if I'm fast, but the second or third try completely stalls. There's no error

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Dilip M
On Wed, Mar 12, 2008 at 10:16 PM, <[EMAIL PROTECTED]> wrote: ... > That's not what he meant by "automatic" - what he meant was that vim > should know that the filetype (ft) is "mail" without you having to > specify it. > > BUT, if it helps, you *can* have vim automatically keep your lines to > with

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Christian Brabandt
Hi Kyle! On Wed, 12 Mar 2008, Kyle Wheeler wrote: > On Wednesday, March 12 at 06:18 PM, quoth Christian Brabandt: > >(By the way, I just tried setl fo+=a, but I did not like it, cause it > >keeps on joining files that I want to keep separate) > > Lines, you mean? Yeah, I know. I always use that a

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, March 12 at 06:18 PM, quoth Christian Brabandt: >(By the way, I just tried setl fo+=a, but I did not like it, cause it >keeps on joining files that I want to keep separate) Lines, you mean? Yeah, I know. I always use that auto-wrapping m

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Christian Brabandt
Hi Kyle! On Wed, 12 Mar 2008, Kyle Wheeler wrote: > On Wednesday, March 12 at 10:06 PM, quoth Dilip M: > > But still it is not automatic. I mean, when I reply to emails, I always to > > visual selection and press q (I have alised it as 'q gq}'. > > That's not what he meant by "automatic" - what

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, March 12 at 10:06 PM, quoth Dilip M: > On Wed, Mar 12, 2008 at 5:29 PM, <[EMAIL PROTECTED]> wrote: >>> Does set ft=mail and sync=on activates it? >> Well, if it isn't done automatically, it should ;) > > I have set "set editor="/usr/bin/

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Dilip M
Hi Christian, On Wed, Mar 12, 2008 at 5:29 PM, <[EMAIL PROTECTED]> wrote: ... > > Does set ft=mail and sync=on activates it? > > Well, if it isn't done automatically, it should ;) I have set "set editor="/usr/bin/vim -c 'set fo=tcrq ft=mail ff=unix tw=74'" in my ~/.muttrc. But still it is not au

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, March 12 at 10:12 AM, quoth Matthias Apitz: >Well, is there some way to draw a magic vertical line in the xterm or >'vim' in column 72? Kinda. Inside vim, try this: :72vs Of course, that's going to put a copy of your email over in

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Jānis Rūcis
Hi Matthias, On Wed, Mar 12, 2008 at 10:12:29AM +0100, Matthias Apitz wrote: > Well, is there some way to draw a magic vertical line in the xterm or > 'vim' in column 72? There isn't explicit support for it in Vim, as far as I know. However, I've discovered that Vim's window borders work just as

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Christian Brabandt
Hi Dilip! On Wed, 12 Mar 2008, Dilip M wrote: > On Wed, Mar 12, 2008 at 4:31 PM, <[EMAIL PROTECTED]> wrote: > ... > > You can let vim wrap automatically, whenever you reach a certain column. > > This can be set using :set textwidth. My vim comes with a filetype > > plugin mail.vim which sets the

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Dilip M
On Wed, Mar 12, 2008 at 4:31 PM, <[EMAIL PROTECTED]> wrote: ... > You can let vim wrap automatically, whenever you reach a certain column. > This can be set using :set textwidth. My vim comes with a filetype > plugin mail.vim which sets the textwidth automatically to 70, whenever > vim recognizes a

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Matthias Apitz
El día Wednesday, March 12, 2008 a las 12:07:52PM +0100, rhardman escribió: > * À 20080312-1012_Wed, Matthias Apitz ([EMAIL PROTECTED]) écrivit: > > > > Hello, > > > > This question is mutt related but perhaps a bit off-topic; but maybe > > of interest of more

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread rhardman
* À 20080312-1012_Wed, Matthias Apitz ([EMAIL PROTECTED]) écrivit: > > Hello, > > This question is mutt related but perhaps a bit off-topic; but maybe > of interest of more mutt users ... > > I'm using mutt and writing e-mails with a 'vim' in a xterm win

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Christian Brabandt
Hi Matthias! On Wed, 12 Mar 2008, Matthias Apitz wrote: > I'm using mutt and writing e-mails with a 'vim' in a xterm window; > the line length of this xterm window is pulled to more than 80 > columns so other output fits better (for example of 'ls'); of course > I don't want to type behind column

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Corsair
Hi~ On Wed, Mar 12, 2008 at 10:12:29AM +0100, Matthias Apitz wrote: > > I'm using mutt and writing e-mails with a 'vim' in a xterm window; > the line length of this xterm window is pulled to more than 80 > columns so other output fits better (for example of 'ls'); of course > I don't want to type

Re: OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Chris G
On Wed, Mar 12, 2008 at 10:12:29AM +0100, Matthias Apitz wrote: > > Hello, > > This question is mutt related but perhaps a bit off-topic; but maybe > of interest of more mutt users ... > > I'm using mutt and writing e-mails with a 'vim' in a xterm window; > the line length of this xterm window i

OT: column 72 in mutt with xterm && vim

2008-03-12 Thread Matthias Apitz
Hello, This question is mutt related but perhaps a bit off-topic; but maybe of interest of more mutt users ... I'm using mutt and writing e-mails with a 'vim' in a xterm window; the line length of this xterm window is pulled to more than 80 columns so other output fits better (for example of 'ls