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)
--
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
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
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
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