index_format - indicate which email has attachment

2007-10-06 Thread Joseph
Is it possible to show in index display which email has an attachment? I was looking for a solution but it seems to me I need to install a patch in order to show this information in index_format. This page indicate I would need this patch in order to show this information:

Re: index_format - indicate which email has attachment

2007-10-06 Thread Christian Ebert
* Joseph on Saturday, October 06, 2007 at 00:48:00 -0600 Is it possible to show in index display which email has an attachment? I was looking for a solution but it seems to me I need to install a patch in order to show this information in index_format. Your version of Mutt should already have

Re: Generate Reply / New Mail in new shell session

2007-10-06 Thread Eyolf Østrem
On 05.10.2007 (10:05), Christian Ebert wrote: * Eyolf Østrem on Friday, October 05, 2007 at 01:07:39 +0200 a lilyponder ;) Yep! The following works in a dirty way -- It didn't quite work for me, still. I may play around with different flags and such, but in the end, it isn't really *that*

Re: Generate Reply / New Mail in new shell session

2007-10-06 Thread Christian Ebert
* Eyolf Østrem on Saturday, October 06, 2007 at 14:39:41 +0200 It didn't quite work for me, still. I may play around with different flags and such, but in the end, it isn't really *that* important to me. But thanks for the script anyway. I was more interested in Screen, but this works here

Re: index_format - indicate which email has attachment

2007-10-06 Thread Joseph
On 10/06/07 11:44, Christian Ebert wrote: * Joseph on Saturday, October 06, 2007 at 00:48:00 -0600 Is it possible to show in index display which email has an attachment? I was looking for a solution but it seems to me I need to install a patch in order to show this information in

Re: index_format - indicate which email has attachment

2007-10-06 Thread Rocco Rutte
Hi, * Joseph [07-10-06 11:12:46 -0600] wrote: On 10/06/07 11:44, Christian Ebert wrote: %X number of qualifying MIME parts in this part and its children (please see the ``attachments'' section for possible speed effects) Yes, I was playing with it but when I

How to limit displayed messages via folder-hooks

2007-10-06 Thread Patrick Schoenfeld
Hi, i am reading several mailing lists (including mutt-users) and prefer to view those folders with 'limit ~N'. But it seems not to be possible to enable this limit for folders by default, by using folder-hooks. Example: folder-hook . 'limit all' folder-hook =Mailinglisten.mutt-users 'limit ~N'

Re: index_format - indicate which email has attachment

2007-10-06 Thread David Champion
Did you properly configure all 'attachment' commands (see the system Muttrc file for examples) or did you just add '%X' to $index_format? You have to tell mutt what an you consider an attachment before %X does display the counts in $index_format. Right. You can type :attachments ? (no

Re: index_format - indicate which email has attachment

2007-10-06 Thread Joseph
On 10/06/07 13:44, David Champion wrote: Right. You can type :attachments ? (no quotes) into mutt to see what settings it has now. The defaults come from the system muttrc: Current attachments settings: attachments +A */.* attachments -A text/x-vcard attachments -A application/pgp.*

Re: How to limit displayed messages via folder-hooks

2007-10-06 Thread Christian Ebert
* Patrick Schoenfeld on Saturday, October 06, 2007 at 20:33:21 +0200 i am reading several mailing lists (including mutt-users) and prefer to view those folders with 'limit ~N'. But it seems not to be possible to enable this limit for folders by default, by using folder-hooks. Example:

Re: index_format - indicate which email has attachment

2007-10-06 Thread Gary Johnson
On 2007-10-06, Joseph [EMAIL PROTECTED] wrote: Thanks Dave for the example, no my muttrc did not come with these defaults, and yes it works now. It displays attachments but is there a way to suppress the 0 if there is no attachment. The 'index_format' accepts conditional elements, so

Re: How to limit displayed messages via folder-hooks

2007-10-06 Thread Gary Johnson
On 2007-10-06, Patrick Schoenfeld [EMAIL PROTECTED] wrote: Hi, i am reading several mailing lists (including mutt-users) and prefer to view those folders with 'limit ~N'. But it seems not to be possible to enable this limit for folders by default, by using folder-hooks. Example:

Re: How to limit displayed messages via folder-hooks

2007-10-06 Thread Christian Ebert
* Christian Ebert on Saturday, October 06, 2007 at 21:13:02 +0200 * Patrick Schoenfeld on Saturday, October 06, 2007 at 20:33:21 +0200 i am reading several mailing lists (including mutt-users) and prefer to view those folders with 'limit ~N'. But it seems not to be possible to enable this

Re: How to limit displayed messages via folder-hooks

2007-10-06 Thread Patrick Schoenfeld
On Sat, Oct 06, 2007 at 12:19:00PM -0700, Gary Johnson wrote: 'limit' is a function, not a command. folder-hooks execute commands Ahh. I understand. Thanks for pointing this out. not functions. However, the 'push' and 'exec' commands will execute functions. So one solution would be this:

Re: index_format - indicate which email has attachment

2007-10-06 Thread David Champion
Thanks Dave for the example, no my muttrc did not come with these defaults, and yes it works now. These defaults are installed when you build from source. Are you using a distributed package? If so, sounds like someone oopsed. It displays attachments but is there a way to suppress the 0

Eporting from alias folder

2007-10-06 Thread Rem P Roberti
Still searching for a way to export aliases from my alias folder to Abook via Mutt. Anyone know how to do that? Rem

trouble building with sasl

2007-10-06 Thread dv1445
All, I've been trying to build in sasl so that I can fully use the new built-in smtp action in 1.5.16. Trouble is, I have sasl on my machine, but when I invoke 'make', I get a bunch of errors, telling me that some file named sasl.h does not exist. Well, that's true, there is no file on my

Re: trouble building with sasl

2007-10-06 Thread dv1445
OK, I tried a fresh install of cyrus-sasl2.1.22 in /usr/local/lib, and was able to build. But now I can't authenticate with my smtp server. Here's what I've set: smtp_url='smtp://[EMAIL PROTECTED]:587' But mutt attempts to send mail and I get no authenticators available. I've been using

Re: index_format - indicate which email has attachment

2007-10-06 Thread Joseph
On 10/06/07 14:47, David Champion wrote: These defaults are installed when you build from source. Are you using a distributed package? If so, sounds like someone oopsed. Thanks David and Garry for the index input, it works as you described: I likes Garry's solution: %?X?%X ? It is perfect.

Re: Eporting from alias folder

2007-10-06 Thread Jerry Walker
Hi Rem, On Sat 6 Oct 2007 12:58, Rem P Roberti wrote: Still searching for a way to export aliases from my alias folder to Abook via Mutt. Anyone know how to do that? Use abook --convert Try abook --help for more details. Good luck, Will.

Re: Exporting from alias folder

2007-10-06 Thread Rem P Roberti
On 2007.10.06 23:26:07 +, Jerry Walker wrote: Hi Rem, On Sat 6 Oct 2007 12:58, Rem P Roberti wrote: Still searching for a way to export aliases from my alias folder to Abook via Mutt. Anyone know how to do that? Use abook --convert Try abook --help for more details.

Re: Exporting from alias folder

2007-10-06 Thread Jerry Walker
Hi, On Sat 6 Oct 2007 16:04, Rem P Roberti wrote: On 2007.10.06 23:26:07 +, Jerry Walker wrote: On Sat 6 Oct 2007 12:58, Rem P Roberti wrote: Still searching for a way to export aliases from my alias folder to Abook via Mutt. Anyone know how to do that? Use abook

Re: Exporting from alias folder

2007-10-06 Thread Rem P Roberti
On 2007.10.07 00:26:04 +, Jerry Walker wrote: Hi, On Sat 6 Oct 2007 16:04, Rem P Roberti wrote: On 2007.10.06 23:26:07 +, Jerry Walker wrote: On Sat 6 Oct 2007 12:58, Rem P Roberti wrote: Still searching for a way to export aliases from my alias folder to Abook via

Re: Exporting from alias folder

2007-10-06 Thread Jerry Walker
On Sat 6 Oct 2007 16:51, Rem P Roberti wrote: snip It is very easy to create an alias from a received message just by using the a command. This puts the new alias in my .mail_aliases folder, which resides in my home directory. My understanding is that you can transfer selected aliases

Re: Exporting from alias folder

2007-10-06 Thread Rem P Roberti
On 2007.10.07 01:25:56 +, Jerry Walker wrote: On Sat 6 Oct 2007 16:51, Rem P Roberti wrote: snip It is very easy to create an alias from a received message just by using the a command. This puts the new alias in my .mail_aliases folder, which resides in my home directory. My