Re: maidir monitor for gnome

2007-09-05 Thread Vim Visual
Hi, elaborating a bit more on mail notification applets... do you know of any like gnubiff or mail-notification for OpenBSD? gnubiff and mail-notification are too linux-dependent, I cannot compile them. I need something that tells me when new email has arrived and that for some seconds shows the

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

2007-08-29 Thread Vim Visual
, 2007 at 23:21:08 +0200, Vim Visual wrote: | macro index F5 'c ~/mail/inbox ^M' doesn't work Let's first write the macro cleanly: - function names instead of keys - Key symbols instead of obscure key notations - drop harmfull spaces (by default the Space key is bound to the buffy-cycle

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 time? I'm

web addresses cut with +

2007-08-29 Thread Vim Visual
Hi, whenever I get a link to a web address it is shown in a line; that's fine, but for the lines which are too long (longer than the terminal size used). in that case mutt breaks the line and continues it in a new one and that's indicated with a + For instance:

Re: web addresses cut with +

2007-08-29 Thread Vim Visual
Big Lambchop bless you, William mutt is approaching now perfection... 2007/8/29, William Yardley [EMAIL PROTECTED]: On Wed, Aug 29, 2007 at 09:22:03PM +0200, Vim Visual wrote: whenever I get a link to a web address it is shown in a line; that's fine, but for the lines which are too long

Re: web addresses cut with +

2007-08-29 Thread Vim Visual
well, if you're using a fancy desktop environment or whatever you like to call it, click right and choose copy link address otherwise the two steps... it's not that dramatic... believe me, looking for the hidden + was much worse... or reduce the size of the font in your terminal until it fits

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

2007-08-19 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) └─

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

2007-08-18 Thread Vim Visual
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` (or similar) by reading the faqs. Now a very silly question... please feel free