Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-14 Thread BartlebyScrivener
On May 9, 10:20 am, [EMAIL PROTECTED] (Andrei Popescu) wrote: > On Wed, May 09, 2007 at 12:01:03PM +0100, Karl E. Jorgensen wrote: > > As an alternative in Vim, you could try > > > :set filetype=mail textwidth=72 formatoptions+=ac > Or just use the mail.vim ftplugin? rd -- To UNSUBSCRIBE,

Re: vim wrapping [Was: Re: mutt is the bomb! (LDAP addressbook integration)]

2007-05-14 Thread Andrei Popescu
Pierre THIERRY <[EMAIL PROTECTED]> wrote: > > Nice, but claws will do this as I type ;) > > Does that mean that you can't prevent the wrapping to happen? Because > I often need to type in long lines (e.g. code, commands or log). Edit -> Special Paste - unwrapped - wrapped

Re: vim wrapping [Was: Re: mutt is the bomb! (LDAP addressbook integration)]

2007-05-14 Thread Pierre THIERRY
Scribit Andrei Popescu dies 08/05/2007 hora 18:20: > > Sure it will. Put your cursor in the paragraph, in command mode, hit > > gqap > > Note, no ':', just straight. > > Nice, but claws will do this as I type ;) Does that mean that you can't prevent the wrapping to happen? Because I often ne

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-09 Thread Andrew Sackville-West
On Wed, May 09, 2007 at 01:29:57PM +0200, Jochen Schulz wrote: > Karl E. Jorgensen: > > > > In vim, you don't need to select the text first though - 'gq' reformats > > the current paragraph. > > > > As an alternative in Vim, you could try > > > > :set filetype=mail textwidth=72 formatoptions

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-09 Thread Andrei Popescu
On Wed, May 09, 2007 at 12:01:03PM +0100, Karl E. Jorgensen wrote: > As an alternative in Vim, you could try > > :set filetype=mail textwidth=72 formatoptions+=ac > > Which will make Vim auto format on-the-fly. Personally, I find that a bit > *too* keen on reformatting things, but probably j

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-09 Thread Jochen Schulz
Karl E. Jorgensen: > > In vim, you don't need to select the text first though - 'gq' reformats > the current paragraph. > > As an alternative in Vim, you could try > > :set filetype=mail textwidth=72 formatoptions+=ac OMG! I for about six years now and *that's* the one thing I always missed

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-09 Thread Karl E. Jorgensen
On Wed, May 09, 2007 at 04:36:45AM -0400, Kevin Mark wrote: > On Tue, May 08, 2007 at 11:39:12AM +0300, Andrei Popescu wrote: > > On Mon, May 07, 2007 at 07:48:50PM -0400, Roberto C. Sánchez wrote: > > > > > I have rambled on a fair bit now, but I just wanted to share my renewed > > > admiration f

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-09 Thread Kevin Mark
On Tue, May 08, 2007 at 11:39:12AM +0300, Andrei Popescu wrote: > On Mon, May 07, 2007 at 07:48:50PM -0400, Roberto C. Sánchez wrote: > > > I have rambled on a fair bit now, but I just wanted to share my renewed > > admiration for mutt and its extensibility. Hopefully someone will find > > this h

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-08 Thread Andrei Popescu
On Tue, May 08, 2007 at 11:13:49AM -0700, Andrew Sackville-West wrote: > > 2. more an editor issue, I haven't found any editor to do auto-wrapping > > the way claws' editor is doing it. > > you can specify the editor mutt uses: > > set editor="" Like this? ~$ grep editor .muttrc set editor

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-08 Thread Andrew Sackville-West
On Tue, May 08, 2007 at 11:39:12AM +0300, Andrei Popescu wrote: > On Mon, May 07, 2007 at 07:48:50PM -0400, Roberto C. Sánchez wrote: > > > I have rambled on a fair bit now, but I just wanted to share my renewed > > admiration for mutt and its extensibility. Hopefully someone will find > > this h

Re: vim wrapping [Was: Re: mutt is the bomb! (LDAP addressbook integration)]

2007-05-08 Thread Andrei Popescu
On Tue, May 08, 2007 at 10:53:22AM -0400, Douglas Allan Tutty wrote: > > The problem is it only wraps when you reach the end of the line. If you > > go back and insert text it will not rewrap everything. > > Sure it will. Put your cursor in the paragraph, in command mode, hit > gqap > Note

Re: vim wrapping [Was: Re: mutt is the bomb! (LDAP addressbook integration)]

2007-05-08 Thread Douglas Allan Tutty
On Tue, May 08, 2007 at 05:28:41PM +0300, Andrei Popescu wrote: > On Tue, May 08, 2007 at 06:52:33PM +1000, Alex Samad wrote: > > > this is in my .mutt/vimrc file > > > > source /etc/vim/vimrc > > source ~/.vimrc > > filetype indent on > > highlight SpellErrors ctermfg=Red cterm=underline term=re

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-08 Thread Douglas Allan Tutty
On Tue, May 08, 2007 at 06:52:33PM +1000, Alex Samad wrote: > On Tue, May 08, 2007 at 11:49:00AM +0300, Andrei Popescu wrote: > > On Tue, May 08, 2007 at 11:39:12AM +0300, Andrei Popescu wrote: > > > On Mon, May 07, 2007 at 07:48:50PM -0400, Roberto C. Sánchez wrote: > > > > > 2. more an editor i

vim wrapping [Was: Re: mutt is the bomb! (LDAP addressbook integration)]

2007-05-08 Thread Andrei Popescu
On Tue, May 08, 2007 at 06:52:33PM +1000, Alex Samad wrote: > this is in my .mutt/vimrc file > > source /etc/vim/vimrc > source ~/.vimrc > filetype indent on > highlight SpellErrors ctermfg=Red cterm=underline term=reverse > set filetype=mail " correct syntax highlighting > set textwidth=79 " wr

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-08 Thread Alex Samad
On Tue, May 08, 2007 at 11:49:00AM +0300, Andrei Popescu wrote: > On Tue, May 08, 2007 at 11:39:12AM +0300, Andrei Popescu wrote: > > On Mon, May 07, 2007 at 07:48:50PM -0400, Roberto C. Sánchez wrote: > > > > > I have rambled on a fair bit now, but I just wanted to share my renewed > > > admirati

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-08 Thread Andrei Popescu
On Tue, May 08, 2007 at 11:39:12AM +0300, Andrei Popescu wrote: > On Mon, May 07, 2007 at 07:48:50PM -0400, Roberto C. Sánchez wrote: > > > I have rambled on a fair bit now, but I just wanted to share my renewed > > admiration for mutt and its extensibility. Hopefully someone will find > > this h

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-08 Thread Andrei Popescu
On Mon, May 07, 2007 at 07:48:50PM -0400, Roberto C. Sánchez wrote: > I have rambled on a fair bit now, but I just wanted to share my renewed > admiration for mutt and its extensibility. Hopefully someone will find > this helpful. Very nice. I am back to using mutt because the maildir plug-in fo

Re: mutt is the bomb! (LDAP addressbook integration)

2007-05-07 Thread Andrew Sackville-West
On Mon, May 07, 2007 at 07:48:50PM -0400, Roberto C. Sánchez wrote: > So, today I have made a neat little discovery. > [...] > > I have rambled on a fair bit now, but I just wanted to share my renewed > admiration for mutt and its extensibility. Hopefully someone will find > this helpful. ruf

mutt is the bomb! (LDAP addressbook integration)

2007-05-07 Thread Roberto C . Sánchez
So, today I have made a neat little discovery. A while back I finally got tired of using mutt on two different machines and thunderbird/icedove on three different machines and trying to keep all the addressbooks synchronized. I took the plunge and setup an LDAP addressbook. This was fairly easy