gpg and Umlauts

2007-04-29 Thread Konstantin Kletschke
Hello!

I have a friend who is sending me emails with inlined PGP (I suppose)
with 

User-Agent: Thunderbird 1.5.0.10 (Windows/20070221)
MIME-Version: 1.0
X-Enigmail-Version: 0.94.2.0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Well, after decrypting I have no Umlauts anymore in the decrypted text,
there are only whitespaces instead (no cryptic chars or "?").

I have 

LANG=en_US.UTF-8
LC_CTYPE=de_DE.UTF-8

In my environment.

I tired to reproduce this via play gpg -d in xterm and the Umlauts are
missing in the output. When I use --output vim displays Umlauts in the
file, less displays "" instead of an รค and mcedit the well known
whitespaces.

What I wonder is tht following: IIRC this worked okay in a recent
version of either mutt or gpg (or in my old non UTF8 environment?).
Further gnus for example does it correct, displays Umlauts in Mail and
in the reply buffer.

How do I fix this here? This happens on a debian testing (etch)  at work
and on a recernt gentoo at home...

Regards, Konsti



-- 
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E  A080 1E69 3FDA EF62 FCEF


Re: Reading a thread

2007-04-29 Thread Jean-Rene David
* [EMAIL PROTECTED] [2007.04.29 09:31]:
>  My question is: Is it possible to step to the
>  next mail of that thread without "q" to quit
>  the current mail, "" to go to the next
>  mail and "  Is it further possible, that mutt will not
>  step further, if the last mail of a thread
>  has been read that way?

Sure, don't type the command. ;-)

To know whether or not the current message is the
last in the thread, set the pager_index_lines
variable to whatever suits you.

HTH,

-- 
JR


moving through mailboxes with new mail

2007-04-29 Thread Kevin Coyner

I've been a long time mutt user but today decided I'd switch from using mutt
via pop3 to using mutt via imap on a server that I maintain.

Under my pop3 setup, I used to hit 'c' from the index and mutt would take me
to the next mailbox in my 'mailboxes' list that had new (unseen) mail in it. I
could keep hitting 'c' and go through all of my mailboxes quickly. Mail was
put into these mailboxes directly by procmail recipes.

Under my new imap setup, new mail is put into various mailboxes via the
program imapfilter instead of procmail.

Under this new imap setup, I've got most things working except for this 'c'
functionality. The first time I hit it, it takes me to the first mailbox in my
mailboxes list that has new mail. The second time I hit it, it goes to the
next mailbox with new mail. But the third time I hit it, it goes back to the
first mailbox that I had just come from. Additional hits of the 'c' key just
keeps taking me back and forth between the first two mailboxes.

Any thoughts on what I'm missing?

I've RTM and tried various options for:

imap_check_subscribed
imap_idle
imap_list_subscribed
imap_passive
imap_peek
using 'mailboxes' and not using it

Thanks
Kevin

-- 
Kevin Coyner  GnuPG key: 1024D/8CE11941


signature.asc
Description: Digital signature


How to specify multiple alternates

2007-04-29 Thread Chris G
The manual just says:-

set alternates=

How does one specify a collection of different addresses?  Is it just
|| ?

-- 
Chris Green


Re: How to specify multiple alternates

2007-04-29 Thread Kevin Coyner


On Sun, Apr 29, 2007 at 08:44:22PM +0100, Chris G wrote..

> The manual just says:-
> 
> set alternates=
> 
> How does one specify a collection of different addresses?  Is it just
> || ?

Like this:

alternates "[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]"


-- 
Kevin Coyner  GnuPG key: 1024D/8CE11941


signature.asc
Description: Digital signature


Re: moving through mailboxes with new mail

2007-04-29 Thread Kevin Coyner


On Sun, Apr 29, 2007 at 03:42:06PM -0400, Kevin Coyner wrote..

> Under this new imap setup, I've got most things working except for
> this 'c' functionality. The first time I hit it, it takes me to
> the first mailbox in my mailboxes list that has new mail. The
> second time I hit it, it goes to the next mailbox with new mail.
> But the third time I hit it, it goes back to the first mailbox
> that I had just come from. Additional hits of the 'c' key just
> keeps taking me back and forth between the first two mailboxes.

One more observation:

mutt seems to be interpreting a status of 'O' (old) as new mail.
That's why it keeps going back to the same mailboxes as I only
glance at the index view in the mailbox and not the actual email
itself.

Thanks in advance for any pointers.

-- 
Kevin Coyner  GnuPG key: 1024D/8CE11941


signature.asc
Description: Digital signature


Re: How to specify multiple alternates

2007-04-29 Thread David Champion
* On 2007.04.29, in <[EMAIL PROTECTED]>,
*   "Chris G" <[EMAIL PROTECTED]> wrote: 
> The manual just says:-
> 
> set alternates=
> 
> How does one specify a collection of different addresses?  Is it just
> || ?

For 1.4.1, yes:

set altnernates="address1|address2|address3"

or, if you're picky:

set altnernates="^(address1|address2|address3)$"


* On 2007.04.29, in <[EMAIL PROTECTED]>,
*   "Kevin Coyner" <[EMAIL PROTECTED]> wrote: 
> 
> alternates "[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]"

This notation was introduced as a replacement for "set alternates"
during the 1.5 series.

-- 
 -D.[EMAIL PROTECTED]NSITUniversity of Chicago


alias question ...

2007-04-29 Thread Wilkinson, Alex
Hi all,

If I have an email address in the body of an email such as:

[EMAIL PROTECTED]

Is there a magic function that can add this email address to my $alias_file ?
I am only aware of being able to add aliases' from the "From:" header.

 -aW



IMPORTANT: This email remains the property of the Australian Defence 
Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 
1914.  If you have received this email in error, you are requested to contact 
the sender and delete the email.



Re: alias question ...

2007-04-29 Thread Roland Hill
On Mon, 30 Apr 2007 or thereabouts, Wilkinson, Alex came forth with:

> If I have an email address in the body of an email such as:

> [EMAIL PROTECTED]

> Is there a magic function that can add this email address to my $alias_file ?
> I am only aware of being able to add aliases' from the "From:" header.

Hi,

I use mail2muttalias.py for this. It is available here:

http://pyropus.ca/software/mail2muttalias/

It is call from a macro such as:

macro index A  |'mail2muttalias.py ~/.mutt/aliases'\n \
   "Create new alias from the actual message"

Hope this helps.

-- 
Regards,

Roland

PGP Key 0xDA39319B = BCF0 1214 BAE9 5A3D 46FC 21A6 360D 9398 DA39 319B


signature.asc
Description: Digital signature


Re: alias question ...

2007-04-29 Thread Wilkinson, Alex
0n Mon, Apr 30, 2007 at 05:20:48PM +1200, Roland Hill wrote: 

>On Mon, 30 Apr 2007 or thereabouts, Wilkinson, Alex came forth with:
>
>> If I have an email address in the body of an email such as:
>
>> [EMAIL PROTECTED]
>
>> Is there a magic function that can add this email address to my 
$alias_file ?
>> I am only aware of being able to add aliases' from the "From:" header.
>
>Hi,
>
>I use mail2muttalias.py for this. It is available here:
>
>http://pyropus.ca/software/mail2muttalias/
>
>It is call from a macro such as:
>
>macro index A  |'mail2muttalias.py ~/.mutt/aliases'\n \
>   "Create new alias from the actual message"
>
>Hope this helps.

This helps a tone. I tested and it works perfectly fine !

Cheers

 -aW

IMPORTANT: This email remains the property of the Australian Defence 
Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 
1914.  If you have received this email in error, you are requested to contact 
the sender and delete the email.