Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-29 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, August 29 at 03:53 PM, quoth Vim Visual: > I ssh to a linux box to check the email. This is more convenient > because that pc is part of a cluster and is being backup'ed every > night... > > When I ssh it from my OpenBSD laptop mutt is

Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-29 Thread Vim Visual
> > elachistos| echo $TERM > > xterm-xfree86 > > > > This is set so because it solved a lot of problems I had in mutt > > reconising the defined colours > > You had these problems while you were using Fedora or only after > moving to OpenBSD? Did you have problems with vim's colors at the > same t

Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-29 Thread Vim Visual
Hi, mea culpa, mea culpa... I had two set sorts in my muttrc... and the second one was overwriting the good one... Ok, that fixes the sort issue... now, macro indeces... I got this email: - Alain Bench <[EMAIL PROTECTED]> Hello, On Saturday, August 18, 2

Re: 3 questions: Renaming folders with hook + browser reverse date + openbsd

2007-08-21 Thread Alain Bench
Hello, On Saturday, August 18, 2007 at 23:21:08 +0200, Vim Visual wrote: >| macro index 'c ~/mail/inbox ^M' > doesn't work Let's first write the macro cleanly: - names instead of keys - symbols instead of obscure key notations - drop harmfull spaces (by default the key is boun

Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-19 Thread Gary Johnson
On 2007-08-19, Gary Johnson <[EMAIL PROTECTED]> wrote: > On 2007-08-19, Vim Visual <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > Use 'sort' instead of 'sort-browser'. > > > > set sort=reverse-date ? > > > > doesn't work either... I get the threads: > > > > 288 r + Aug 17 Woodchuck ( 795)

Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-19 Thread Gary Johnson
On 2007-08-19, Vim Visual <[EMAIL PROTECTED]> wrote: > Hi, > > > Use 'sort' instead of 'sort-browser'. > > set sort=reverse-date ? > > doesn't work either... I get the threads: > > 288 r + Aug 17 Woodchuck ( 795) Calvin II > 289 r + Aug 17 Woodchuck ( 48) +-+-> > 290 + Aug 17

Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-18 Thread Vim Visual
Hi, > Use 'sort' instead of 'sort-browser'. set sort=reverse-date ? doesn't work either... I get the threads: 288 r + Aug 17 Woodchuck ( 795) Calvin II 289 r + Aug 17 Woodchuck ( 48) └─┬─> 290 + Aug 17 Woodchuck ( 20) │ └─> 291 r + Aug 17 Woodchuck ( 11) └─>

Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-18 Thread Angel Olivera
On Sat 18.Aug.07 23:21, Vim Visual wrote: [snip] First question: Now a very silly question... please feel free to flame and even stone me. How do I do the same for the received emails? set record2 Search for "save-hook" in the manual/wiki/etc. Third question: I am

Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-18 Thread Gary Johnson
On 2007-08-18, Vim Visual <[EMAIL PROTECTED]> wrote: > Hi, > > First question: > > > I figured out that it is possible to rename the file where the sent > emails are stored with > > send-hook . "set record=~/mail/sent-mail-`date +%Y-%m`" > set record="=sent-mail-`date +%Y-%m`" > >

Re: 3 questions: Renaming folders with hook + browser reverse date

2007-08-18 Thread Kai Grossjohann
On Sat, Aug 18, 2007 at 11:21:08PM +0200, Vim Visual wrote: > I figured out that it is possible to rename the file where the sent > emails are stored with > > send-hook . "set record=~/mail/sent-mail-`date +%Y-%m`" > set record="=sent-mail-`date +%Y-%m`" > > (or similar) by reading the faqs. >