Re: mutt and some GMail features [SEC=UNCLASSIFIED]

2011-06-10 Thread Chris Brennan
* Wilkinson, Alex [2011-06-10 14:47:45 +0800]: > Something else that is brilliant is binding a key as such: > > Add this to your $HOME/.vimrc > >" " -- >" " fix formatting >" " -- >" * to re-format the current paragraph corre

Re: mutt and some GMail features [SEC=UNCLASSIFIED]

2011-06-09 Thread Wilkinson, Alex
0n Sun, Jun 05, 2011 at 04:19:10PM -0400, Chris Brennan wrote: >* Ionel Mugurel Ciobica [2011-06-05 21:37:13 +0200]: > >> If you use vim for other than editing e-mails, you may want not to add >> that limit in your .vimrc. Instead add this to your .muttrc: >> >> set

Re: mutt and some GMail features

2011-06-06 Thread Nicolas KOWALSKI
On Sun, Jun 05, 2011 at 02:13:21PM -0400, Chris Brennan wrote: > OK, so hitting 's' and then '=target folder' or is it :s='target folder'? The first. After hitting 's', mutt will ask you the destination folder name. > My next question is this, if the :s= cmd is used, do I put everything in > si

Re: mutt and some GMail features

2011-06-05 Thread Chris Brennan
* Ionel Mugurel Ciobica [2011-06-06 07:31:15 +0200]: > On 5-06-2011, at 19h 00'22", Chris Brennan wrote about "Re: mutt and some > GMail features" > > vim isn't > > obeying tw=72, I'm still having to trim my mail to ~72 characters. > >

Re: mutt and some GMail features

2011-06-05 Thread Ionel Mugurel Ciobica
On 5-06-2011, at 19h 00'22", Chris Brennan wrote about "Re: mutt and some GMail features" > vim isn't > obeying tw=72, I'm still having to trim my mail to ~72 characters. You added this line to .muttrc: set editor="/usr/bin/vim -c 'set ft=mail

Re: mutt and some GMail features

2011-06-05 Thread Chris Brennan
* Ed Blackman [2011-06-05 18:27:15 -0400]: > That works OK for a small number of settings, but can become hard to > manage. If vim filetype detection is enabled and working properly > (entering ":set filetype" in command mode in vim returns > "filetype=mail"), you can create $HOME/.vim/after/

Re: mutt and some GMail features

2011-06-05 Thread Ed Blackman
On Sun, Jun 05, 2011 at 04:19:10PM -0400, Chris Brennan wrote: * Ionel Mugurel Ciobica [2011-06-05 21:37:13 +0200]: If you use vim for other than editing e-mails, you may want not to add that limit in your .vimrc. Instead add this to your .muttrc: set editor="/usr/bin/vim -c 'set ft=mail et t

Re: mutt and some GMail features

2011-06-05 Thread Ђорђе Тодоровић
On Sun, 05 Jun 2011, Tim Guirgies wrote: On Sat, Jun 04, 2011 at 10:31:54AM -0400, Chris Brennan wrote: OK, so how are you saving the mail to folders? That part I haven't figured out yet. From what I understand, it's thinking the reverse of tags. When you're in a folder with Gmail, what you'

Re: mutt and some GMail features

2011-06-05 Thread Chris Brennan
* Ionel Mugurel Ciobica [2011-06-05 21:37:13 +0200]: > If you use vim for other than editing e-mails, you may want not to add > that limit in your .vimrc. Instead add this to your .muttrc: > > set editor="/usr/bin/vim -c 'set ft=mail et tw=72'" Perfect, I will add that over textwidth in my .vim

Re: mutt and some GMail features

2011-06-05 Thread Ionel Mugurel Ciobica
On 4-06-2011, at 17h 06'59", Tim Guirgies wrote about "Re: mutt and some GMail features" > > Yes indeed. > > Well, in vim, all you need to do is > :set textwidth=72 > or, shorthand > :set tw=72 > > You can put that into your .vimrc file so you

Re: mutt and some GMail features

2011-06-05 Thread Chris Brennan
* Grant Edwards [2011-06-05 16:37:32 +]: > In Gmail's IMAP server, folders == tags. OK, so I just tag it in mutt w/ :s='my label/in/a/nested/folder'? -- > A: Yes. > >Q: Are you sure? > >>A: Because it reverses the logical flow of conversation. > >>>Q: Why is top posting frowned upon?

Re: mutt and some GMail features

2011-06-05 Thread Chris Brennan
* Nicolas KOWALSKI [2011-06-05 09:39:19 +0200]: > set folder=imaps://nicolas.kowal...@imap.gmail.com/ OK, I've got something simmilar -> set folder = "imaps://imap.gmail.com:993" I'm setting imap_user on a seperate line, I didn't want to confuse the folder variable because I am using Google for

Re: mutt and some GMail features

2011-06-05 Thread Grant Edwards
On 2011-06-04, Chris Brennan wrote: > * Nicolas KOWALSKI [2011-06-04 10:24:01 +0200]: > >> On Fri, Jun 03, 2011 at 04:00:32PM -0400, Chris Brennan wrote: >> Gmail labels are available as folders in IMAP. So, to label a message, >> just save it to the corresponding folder. This also works for tagg

Re: mutt and some GMail features

2011-06-05 Thread Nicolas KOWALSKI
On Sat, Jun 04, 2011 at 10:31:54AM -0400, Chris Brennan wrote: > * Nicolas KOWALSKI [2011-06-04 10:24:01 +0200]: > > > On Fri, Jun 03, 2011 at 04:00:32PM -0400, Chris Brennan wrote: > > Gmail labels are available as folders in IMAP. So, to label a message, > > just save it to the corresponding fo

Re: mutt and some GMail features

2011-06-04 Thread Chris Brennan
* Tim Guirgies [2011-06-05 05:39:17 +1000]: > On Sat, Jun 04, 2011 at 10:31:54AM -0400, Chris Brennan wrote: > > OK, so how are you saving the mail to folders? That part I haven't > > figured out yet. > > From what I understand, it's thinking the reverse of tags. When you're > in a folder with G

Re: mutt and some GMail features

2011-06-04 Thread Tim Guirgies
On Sat, Jun 04, 2011 at 10:31:54AM -0400, Chris Brennan wrote: > OK, so how are you saving the mail to folders? That part I haven't > figured out yet. From what I understand, it's thinking the reverse of tags. When you're in a folder with Gmail, what you're actually seeing is all the emails that

Re: mutt and some GMail features

2011-06-04 Thread Chris Brennan
* Nicolas KOWALSKI [2011-06-04 10:24:01 +0200]: > On Fri, Jun 03, 2011 at 04:00:32PM -0400, Chris Brennan wrote: > Gmail labels are available as folders in IMAP. So, to label a message, > just save it to the corresponding folder. This also works for tagging > messages as Spam. OK, so how are you

Re: mutt and some GMail features

2011-06-04 Thread Nicolas KOWALSKI
On Fri, Jun 03, 2011 at 04:00:32PM -0400, Chris Brennan wrote: > * properly label (I think mutt calls it tagging) my e-mail based on > the labels I have already created in the Web Interface. (While I > suspect the answer to this is no, I also suspect the answer to be yes > with procmail, this wo

Re: mutt and some GMail features

2011-06-04 Thread Tim Guirgies
On Sat, Jun 04, 2011 at 02:47:24AM -0400, Chris Brennan wrote: > * Tim Guirgies [2011-06-04 16:09:34 +1000]: > > Which editor do you use? > > VIM of course ;D ... currently 7.3.135, I was a nano user but that got ... > limiting, I've found that I can actually do so much more w/ vim then nano. Ye

Re: mutt and some GMail features

2011-06-03 Thread Chris Brennan
* Tim Guirgies [2011-06-04 16:09:34 +1000]: > On Fri, Jun 03, 2011 at 07:36:54PM -0400, Chris Brennan wrote: > > ... One more question for now, how do I limit the width when > > composing/replying to mail? > > That is actually between you and your editor. ;) > > You'll notice that mutts drops ou

Re: mutt and some GMail features

2011-06-03 Thread Tim Guirgies
On Fri, Jun 03, 2011 at 07:36:54PM -0400, Chris Brennan wrote: > ... One more question for now, how do I limit the width when > composing/replying to mail? That is actually between you and your editor. ;) You'll notice that mutts drops out into your editor when editing and composing messages. H

Re: mutt and some GMail features

2011-06-03 Thread Chris Brennan
* David Champion [2011-06-03 17:52:06 -0500]: > * On 03 Jun 2011, Chris Brennan wrote: > > I am new to mutt and I've getting some thing worked out but I am still hung > > up on somethings from using GMail and all their fancy features. While GMail > > in general is minimalistic, it's not enough

Re: mutt and some GMail features

2011-06-03 Thread David Champion
* On 03 Jun 2011, Chris Brennan wrote: > I am new to mutt and I've getting some thing worked out but I am still hung > up on somethings from using GMail and all their fancy features. While GMail > in general is minimalistic, it's not enough for me. I need more. Mutt seems > to suit my needs but

mutt and some GMail features

2011-06-03 Thread Chris Brennan
I am new to mutt and I've getting some thing worked out but I am still hung up on somethings from using GMail and all their fancy features. While GMail in general is minimalistic, it's not enough for me. I need more. Mutt seems to suit my needs but I am curious. Is it possible to have mutt do th