Re: Can I suppress all pgp messages?

2001-01-14 Thread mike

On Sat Jan13 at 01:06 , Lance Simmons wrote:
> I think this was discussed recently, but I can't find it.
> 
> How can I make everything to do with pgp disappear from the pager? No
> one sends me encrypted messages and I don't send them to anyone. Can I
> just suppress all references to encryption?
> 
> Lance Simmons

Well i set pgp_verify_sig=no. But it still leaves an Attachment
line at the top of the pager.
-- 

~~~



Re: IMAP: marking messages for deletion

2001-01-14 Thread Nils Vogels

Hi Brian J. Murrell !

On Sat 13 Jan 2001 (14:20), you muttered on the list:

> I am using mutt 1.2.5i (or look at the headers of this message:-) with
> an IMAP server.  I have noticed that when I mark messages for deletion
> the operation only happens locally.  There is not delete command sent
> to the IMAP server.  Is there an option to turn this behaviour on?  I
> did not see one.
> 
I am not 100% sure, but wouldn't the sync-mailbox (by default binded to '$')
take care of that ?

Grtz,

Nils.


 PGP signature


Re: Read receipt and return receipt

2001-01-14 Thread Nils Vogels

Hi Viktor Lakics !

On Sun 14 Jan 2001 (20:28), you muttered on the list:

> Dear mutters,
> 
> Is there any way to ask for read receipt or return receipt when I
> have the message done, and I just have to hit the "y" to send it?
> 

-8<-

> somehow rely on sendmail command line options. I use postfix, and I
> have no clue how I could make these variables work for me. ( I

Postfix does not support DSN yet. It is on its wishlist tho.

Grtz,

Nils.


 PGP signature


Re: Help with 'alternates' setting and regexes

2001-01-14 Thread Michael Tatge

Jimmy Kaplowitz muttered:
> I'm having trouble getting the 'alternates' variable setting to
> recognize who I am I use the following email addresses:
> 
> Jimmy Kaplowitz <[EMAIL PROTECTED]>
> Jimmy Kaplowitz <[EMAIL PROTECTED]>
> Landas <[EMAIL PROTECTED]>
> 
> I have tried doing:
> 
> set alternates="^(Jimmy Kaplowitz 
><([EMAIL PROTECTED]|[EMAIL PROTECTED])>|Landas <[EMAIL PROTECTED]>)$"
> 
> But it doesn't recognize me. no success.

Leave out the realname part. $alternates only matches your email, not
your name.
alternates="[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]"
should work.

> set alternates="(Jimmy|Landas)"
> 
> it recognizes me fine, but that is a little vague for my tastes.

That is, because jimmy and landas are parts of the addresses you use.
alternates is _not_ casesensitive.

HTH,

Michael
-- 
"We all know Linux is great...it does infinite loops in 5 seconds."
(Linus Torvalds about the superiority of Linux on the Amterdam
Linux Symposium)

PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key



Re: German umlauts and alternates in Mutt.

2001-01-14 Thread Michael Tatge

Heinrich Langos muttered:
> On Sat, Jan 13, 2001 at 10:15:20PM +0100, Wilhelm Wienemann wrote:
> > On Sat, 13 Jan 2001, Martin wrote:
> > > On Tuesday, December 12, 2000 (CS:2.50.347) 18:29:00 [PM] (+0100)
> > > Jens Paulus [[EMAIL PROTECTED]] wrote...
> > > 
> > > > 1.) How can I configure Mutt and teach it to display German umlauts? I could
> > > > not find any instructions in Mutt's manual how to do this. In the default
> > > > settings, it always replaces these special characters by a question mark
> > > > in the builtin pager and by a dot (`.') in the normal index and compose inde 
> > > 
> > > Try setting your terminal language (LANG=de_DE). Recent mutt versions
> > > use that

Why not set charset="iso-8859-1" ? Umlauts are displayed corretly and
I don't have to mess with my LANG settings. 

> yeap .. but it changes the menues to german as well. and it is not very
> evident why you have to press "u" for "Behalten" :-)

Those translations! :-)

HTH,

Michael
-- 
"I once witnessed a long-winded, month-long flamewar over the use of
mice vs. trackballs...It was very silly."
(By Matt Welsh)

PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key



Re: Reply-to: question

2001-01-14 Thread Christoph Bugel


I use `my_hdr', but `set from' seems to be more straightforward..  I also think
it is better to change the From: field, and not the reply-to: field.  (some
people/mailers seem to ignore that). The reply-to method is a work-around.  I
had to use that work-around for some time, because my sendmail doesn't let me
(or mutt) change the from field with -f. I finally solved this by installing
ssmtp, and writing `set sendmail = /usr/sbin/ssmtp' in my muttrc.  (I left my
old sendmail intact, of course, for fetchmail) ssmtp is very simple to install.
I have about 3 lines in my ssmp.conf file. I must admit that all this took me
some time to figure out. and I wonder if everybody else with an out-of-the-box
linux distro / dialup connection can use mutt without all this hassle...  
(me = slackware user)

On Sat 2001-01-13, Michael Tatge wrote:
> [EMAIL PROTECTED] muttered:
> > I love using mutt, but I cannot figure out how to set it to include a
> > reply-to address for my outgoing mail.  I am on a standalone computer
> > and use my non-existant hostname, but would like a reply-to address
> > to be listed so people can reply to the right address.  Can someone
> > out there help a fellow mutt user?  Thanks..
> 
> You want to configure mutt to use your real account:
> set realname="Your Name here"
> set from="[EMAIL PROTECTED]"
> set use_from
> set envelope_from # Set set envelope to your From: header
> 
> If you want to set a Reply-To: for all outgoing mail use
> my_hdr Reply-To: [EMAIL PROTECTED]
> (Hint: Send-hooks are very helpful)   
> 
> 
> HTH,
> 
> Michael
> -- 
> There are no threads in a.b.p.erotica,  so there's no  gain in using a
> threaded news reader.
> (Unknown source)
> 
> PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key



Re: German umlauts and alternates in Mutt.

2001-01-14 Thread Wilhelm Wienemann

Hello Heinrich!

On Sun, 14 Jan 2001, Heinrich Langos wrote:

> On Sat, Jan 13, 2001 at 10:15:20PM +0100, Wilhelm Wienemann wrote:
> > Hello Martin!
> > 
> > On Sat, 13 Jan 2001, Martin wrote:
> > 
> > > On Tuesday, December 12, 2000 (CS:2.50.347) 18:29:00 [PM] (+0100)
> > > Jens Paulus [[EMAIL PROTECTED]] wrote...
> > > 
> > > > 1.) How can I configure Mutt and teach it to display German
> > > > umlauts? I could not find any instructions in Mutt's manual how
> > > > to do this. In the default settings, it always replaces these
> > > > special characters by a question mark in the builtin pager and
> > > > by a dot (`.') in the normal index and compose inde 
> > > 
> > > Try setting your terminal language (LANG=de_DE). Recent mutt versions
> > > use that
> > 
> > Only
> > 
> > export LC_CTYPE="de_DE"
> > 
> > in $HOME/.bashrc works for me.
> > 
> 
> yeap .. but it changes the menues to german as well. and it is not very
> evident why you have to press "u" for "Behalten" :-)

That's the problem if you use the german translations for the 
original english commands. Here I use usually the original english:

q:Quit  d:Del  u:Undel  s:Save  m:Mail  r:Reply  g:Group  ?:Help
   ^^^
and as you can see, here I constantly have to use a 'u' for Undelete
instead of a 'u' for the german translation 'Behalten'. Thats also 
the reason why I use only the above locale option. 
 
> i had the same problem on my system. LC_TYPE wasn't set but LANG was
> set to "C". 

That's the way which I have been using from the first step to
start with Linux (1992) until now. :-)

bye - Wilhelm

--  
   .~.  ___ _  _   ___ ___  __  __   
   /V\  | |(_) | __ \  | | | |  \ \/ /   Wilhelm Wienemann
  // \\ | |__  | | | | | | | |_| |  ||   Amselweg 10
 /(   )\|| |_| |_| |_|  \|  /_/\_\   D-47546 Kalkar/Germany
  ^`~'^ powered by Linux - solutions  for smart penguins



Read receipt and return receipt

2001-01-14 Thread Viktor Lakics

Dear mutters,

Is there any way to ask for read receipt or return receipt when I
have the message done, and I just have to hit the "y" to send it?

I have already RTFM, and know that there are two variables in mutt to
support this: ``$dsn_notify'' and ``$dsn_return''. But these are
somehow rely on sendmail command line options. I use postfix, and I
have no clue how I could make these variables work for me. ( I
suppose I have to put them into my .muttrc, but I do not want read
receipts on all my messages sent, I want to activate this option in
some rare cases, with some messages...How could I do that with mutt?

Any help would be appreciated...

Viktor



Help with 'alternates' setting and regexes

2001-01-14 Thread Jimmy Kaplowitz

Hello. I am using Mutt 1.3.12, and I'm having trouble getting the 'alternates'
variable setting to recognize who I am so that for my messages it shows the
recipient instead of the sender, me. I use the following email addresses:

Jimmy Kaplowitz <[EMAIL PROTECTED]>
Jimmy Kaplowitz <[EMAIL PROTECTED]>
Landas <[EMAIL PROTECTED]>

(Landas is an online nickname.) I have tried doing:

set alternates="^(Jimmy Kaplowitz <([EMAIL PROTECTED]|[EMAIL PROTECTED])>|Landas 
<[EMAIL PROTECTED]>)$"

But it doesn't recognize me. I've tried one other variation on that theme, with
no success. When I do

set alternates="(Jimmy|Landas)"

it recognizes me fine, but that is a little vague for my tastes. For example,
what if I receive a message from someone else named Jimmy?

Please help me get the regexp just right so that my email addresses, and none
other, are recognized as me.

- Jimmy Kaplowitz
[EMAIL PROTECTED]



IMAP: marking messages for deletion

2001-01-14 Thread Brian J. Murrell

I am using mutt 1.2.5i (or look at the headers of this message:-) with
an IMAP server.  I have noticed that when I mark messages for deletion
the operation only happens locally.  There is not delete command sent
to the IMAP server.  Is there an option to turn this behaviour on?  I
did not see one.

If not, will this behaviour be handled by mutt any time soon?  Is it a
complicated issue to add it?  I could be convinced to go hacking
myself if it was not a weekend long hack session that was needed to do
it.

Thanx,
b.

-- 
Brian J. Murrell



Re: German umlauts and alternates in Mutt.

2001-01-14 Thread Heinrich Langos

On Sat, Jan 13, 2001 at 10:15:20PM +0100, Wilhelm Wienemann wrote:
> Hello Martin!
> 
> On Sat, 13 Jan 2001, Martin wrote:
> 
> > On Tuesday, December 12, 2000 (CS:2.50.347) 18:29:00 [PM] (+0100)
> > Jens Paulus [[EMAIL PROTECTED]] wrote...
> > 
> > > 1.) How can I configure Mutt and teach it to display German umlauts? I could
> > > not find any instructions in Mutt's manual how to do this. In the default
> > > settings, it always replaces these special characters by a question mark
> > > in the builtin pager and by a dot (`.') in the normal index and compose inde 
> > 
> > Try setting your terminal language (LANG=de_DE). Recent mutt versions
> > use that
> 
> Only
> 
> export LC_CTYPE="de_DE"
> 
> in $HOME/.bashrc works for me.
> 

yeap .. but it changes the menues to german as well. and it is not very
evident why you have to press "u" for "Behalten" :-)


i had the same problem on my system. LC_TYPE wasn't set but LANG was
set to "C". i've tried "unset LANG" and put it into .bashrc and from
that time umlauts are displayed properly in the index as well as in
the internal pager and the menues are still in english.

-heinrich

-- 
Heinrich Langos <[EMAIL PROTECTED]>
 pgp: http://wh9.tu-dresden.de/~heinrich/pub_pgp_key.asc
 _
|o| The reason we come up with new versions is not to fix bugs. |o|
|o| It's absolutely not. It's the stupidest reason to buy a new |o|
|o| version I ever heard. -- Bill Gates,  Microsoft Corporation |o|
 ~