Re: Non-ASCII characters in query function

2008-06-09 Thread Chris Bannister
On Mon, Jun 09, 2008 at 03:18:30PM +0200, Harald Weis wrote: > The query function `Q' does not seem to support non-ASCII characters. > My abook contains a lot of French and German names. > Is there a way to use a regular expression to search for say `Cédric'? > Of course, `dric' helps, but it's not

Re: forwarding multiple messages

2008-06-09 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, June 9 at 09:32 AM, quoth Hein Zelle: >I use the following macro > >macro index F ":set mime_forward=yes\n" >macro pager F ":set mime_forward=yes\n" Just thought I would point out... You can compress that into a single macro by putting a

Non-ASCII characters in query function

2008-06-09 Thread Harald Weis
The query function `Q' does not seem to support non-ASCII characters. My abook contains a lot of French and German names. Is there a way to use a regular expression to search for say `Cédric'? Of course, `dric' helps, but it's not nice. Thank you in advance, Harald Weis

Re: smtp authenticating as "plain"

2008-06-09 Thread Rocco Rutte
Hi, * [EMAIL PROTECTED] wrote: Is mutt sending my password as plain text over the internet? I'm using ssl with my smtp, as in "set smtp_url=smtps://mail.mydomain.com". So I'm a bit concerned here that it's not working right. IIRC mutt uses SASL for SMTP AUTH and I also think it negotiates

Re: forwarding multiple messages

2008-06-09 Thread Rocco Rutte
Hi, * Hein Zelle wrote: is there a way to mime-forward multiple messages? Yes, though you can't do it with issueing a forward. You first create your message as usual and, when in the compose menu, use function (default bound to 'A' IIRC) to attach any number of message from any mailbox (o

forwarding multiple messages

2008-06-09 Thread Hein Zelle
Dear Mutt users, is there a way to mime-forward multiple messages? I use the following macro macro index F ":set mime_forward=yes\n" macro pager F ":set mime_forward=yes\n" to forward messages as an attachment, which works fine. It doesn't work fine for multiple tagged messages, though. Is th