message width in vim?

1999-08-29 Thread Chris Gushue
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 something. (Not much traffic on this list lately it seems) --

Re: message width in vim?

1999-08-29 Thread Hal Burgiss
On Sun, Aug 29, 1999 at 03:59:15PM -0230, Chris Gushue wrote: > 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 m

Re: message width in vim?

1999-08-29 Thread Shao Zhang
I have this in my /etc/vimrc: autocmd BufRead mutt* set textwidth=72 autoindent Hope this is what you want... Chris Gushue [[EMAIL PROTECTED]] wrote: > 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 a

Re: IMAP folder path

1999-08-29 Thread Brendan Cully
On Saturday, 28 August 1999 at 01:10, Brian D. Winters wrote: > On Fri, Aug 27, 1999 at 05:46:46PM -0500, David DeSimone wrote: > > Brian D. Winters <[EMAIL PROTECTED]> wrote: > > > > > > set spoolfile='{imapserver}inbox' > > > set folder='{imapserver}INBOX' > > > [lots of explanation from David

Re: IMAP folder path

1999-08-29 Thread Brendan Cully
On Friday, 27 August 1999 at 17:46, David DeSimone wrote: [snip] > But, as shown, a folder name such as "+folder" would expand out to be > "{imapserver}INBOX/folder". That's clearly the wrong path; it should be > "{imapserver}folder" to reference a folder stored in your home > directory. > > B