Re: ToFu

2001-07-05 Thread Wilhelm Wienemann

Hello Suresh!

On Thu, 05 Jul 2001, Suresh Ramasubramanian wrote:

 Georg Herberg [04/07/01 21:42 +0200]:
  Some day I'll split it up into a private and a public .sig and let
  do mutt do it depending on the To: - it's with a send-hook, isn't
  it?
  
 Yeah - you can do that with a send hook.  I prefer a folder hook
 though - as I procmail mail into different folders
 
  PS: length(.sig) = trimmed to 72 chars (this time manually, not in file)
  but what's the reason for this?
  
 and 4 lines ... read the rfc on netiquette :)

Yes 4 lines, but IIRC not 72 characters for a signature. :-)

The 72 or better *65* characters (RFC 1855 Section 2.1.1) on a line 
are only for the text in the mail-body!

bye - Wilhelm

-- 
   ._.   Wilhelm Wienemann [EMAIL PROTECTED]
  / _,\  
 | (_./  Debian GNU/Linux Version 2.2 Potato
  \, To learn more visit = http://www.debian.org/ 



Re: charset question

2001-06-09 Thread Wilhelm Wienemann

Hello Igor!

On Fri, 08 Jun 2001, Igor Pruchanskiy wrote:

 in my .muttrc i have
 
 set charset=koi8-r
   ^^
Maybe ISO-8859-5 will here do a better work than koi8-r

What about a furthermore setting 
set send_charset=ru_RU.KOI8-R:ISO-8859-5:utf-8 # Charsets \
 # for outgoing messages.
 Also my env was set to
 LANG was set to en_US, ru_RU.KOI8-R, ru and en
 LC_ALL was set to C, POSIX, ru, ru_RU.KOI8-R

AFAIK you have to set only the LC_CTYPE=ru_RU.KOI8-R maybe in
your $HOME/.bashrc with 

export LC_CTYPE=ru_RU.KOI8-R

All your other locale settings could be either 'C' or 'POSIX'. 

bye - Wilhelm

-- 
  ^^  mutt, simply the best MUA...|
|   (_/°°-ç|
|   | \_`-Wilhelm Wienemann   |
|   )/@mmm||   [EMAIL PROTECTED]  |
|   \nn   \nn  |



Re: simple instructions to start

2001-06-07 Thread Wilhelm Wienemann

Hello Vittorio!

On Thu, 07 Jun 2001, [EMAIL PROTECTED] wrote:

 Now, thanks to Suresh I have a Mutt email reader up and running in a 
 basic configuration (one ISP and one e-mail address).
 
 Unfortunately I'm receiving mail where accented characters so common in 
 Italian are substituted simply by '?'.
 
 How can I fix it up?

It's maybe a problem of your locale-settings. What's telling you
the command 'locale'? Maybe the use of a

export LC_CTYPE=it_IT

in your $HOME/.bashrc and a finally 'source .bashrc' will solve
this. 

ciao - Wilhelm

-- 
-- _ _  __  __ Wilhelm Wienemann [EMAIL PROTECTED]
| (_)_ __  _   _\ \/ /   - For a better taste - Linux Inside
| | | '_ \| | | |\  /- Blue screens for Linux background only
| | | | | | |_| |/  \- Enjoy Linux and the Power of Open Source
|_|_|_| |_|\__,_/_/\_\ Registered-Linux-User: 70712 http://counter.li.org/



Re: Enabling a 2nd aspell language in compose

2001-05-20 Thread Wilhelm Wienemann

Hello Alexander!

On Sun, 20 May 2001, Alexander Skwar wrote:

 In addition to the predefined 'i' keybinding for invoking ispell with the
 default language, I'd like to add a 'I' keybinding, which should invoke
 aspell with another language (american).
 
 How would I do this?
 
 I tried:
 
 macro   compose I | aspell -d american -x -c %s\n

Maybe this will also work for you:

macro compose i :set ispell=ispell -T latin1 -p $HOME/.ispell_english
macro compose I :set ispell=/path_to_your_aspell\n aspell-american

bye - Wilhelm

-- 
   ._.   Wilhelm Wienemann [EMAIL PROTECTED]
  / _,\  
 | (_./  Debian GNU/Linux Version 2.2 Potato
  \, To learn more visit = http://www.debian.org/ 




Re: Enabling a 2nd aspell language in compose

2001-05-20 Thread Wilhelm Wienemann

Hello Alexander!

On Sun, 20 May 2001, Alexander Skwar wrote:

 So sprach Wilhelm Wienemann am Sun, May 20, 2001 at 07:38:53PM +0200:
  Maybe this will also work for you:
  
  macro compose i :set ispell=ispell -T latin1 -p $HOME/.ispell_english
 ^^^
  macro compose I :set ispell=/path_to_your_aspell\n aspell-american
 ~~~
 Hmm, I don't understand - what should I put in for 'path_to_your_aspell'? 
 I was looking for a way to give mutt some kind of 'special character', which
 it would replace by the name of the temporary file.  Like (made up):

Sorry, but I will repeat were you was asking for:

--- cut here  -
In addition to the predefined 'i' keybinding for invoking ispell with
^^^  ^^^
the default language, I'd like to add a 'I' keybinding, which should 
  
invoke aspell with another language (american).
--- cut here  -

...and now look at my suggestion above. You are be able to copy  paste
it to your ~/.mutt/keybind file. Note that you have to change the
path to your 'aspell' binary file. 

Then you can use the 'i' key to use 'ispell' and the 'I' key to use
aspell.

bye - Wilhelm

-- 
   ._.   Wilhelm Wienemann [EMAIL PROTECTED]
  / _,\  
 | (_./  Debian GNU/Linux Version 2.2 Potato
  \, To learn more visit = http://www.debian.org/ 



Re: German Umlaute in Subject or other Header-Lines

2001-05-15 Thread Wilhelm Wienemann

Hello William!

On Tue, 15 May 2001, William Park wrote:

 On Tue, May 15, 2001 at 05:36:26PM +0200, Christoph Maurer wrote:
  I've got a question concerning German Umlaute (ä,ö,ü) in headers of
  a mail.  Mutt is able to show them in a correct way, if I receive
  any mail containing correctly encoded Umlaute in the header. It is
  also able to correctly encode such characters if i use them by
  editing the headers in my preferred editor (i.e. vi) having the
  $edit_headers variable set. 
  
  But, in normal operation, I'd prefer to have $edit_headers unset and
  would like to be able to enter characters like ä, ö or ü in
  the mutt dialog for entering recipients and subjects of a new mail.
  
  But on my system hitting an ä does not cause any action, hitting
  ü returns a _ and so on. 
  
  Seems to be a problem with ncurses or so...
  Can anybody help?
  
  My machine runs SuSE 7.1, the $LANG variable is set to de_DE and
  the problems occurs under X as well as in text mode. 
 
 './configure --enable-locale-fix' helped me to display raw 8bit on the
 terminal.

You doesn't do that. Use the right locale-setting in your
Shell or System-Environment.

For the german language you can use in your $HOME/.bashrc for example:

export LC_CTYPE=de_DE

to get the german umlauts in a correct way. 

But the question was a little bit different. German umlauts in 
Mail-Headers are sometimes a bit broken because a few 
Mail-Transport-Agents in the whole mailing system aren't 8-Bit 
compatible. And that's the reason that the 8-Bit-Characters aren't
shown in that way which Christoph was asking for.

 Where can I find any doc on LANG variable?  

In your locale catalog. Have a look at /usr/share/locale/locale.alias.

 If de_DE is for German, what code is for Korean?

Here I don't use that locale on my box. Maybe you will get it with
a export LC_CTYPE=ko in your ~/.bashrc and a setting of 
set charset=EUC-KR in your $HOME/.muttrc. 

bye - Wilhelm

-- 
   ._.   Wilhelm Wienemann [EMAIL PROTECTED]
  / _,\  
 | (_./  Debian GNU/Linux Version 2.2 Potato
  \, To learn more visit = http://www.debian.org/ 



Re: Folder specific TO-Address

2001-05-13 Thread Wilhelm Wienemann

Hello Osamu!

On Sat, 12 May 2001, Osamu Aoki wrote:

 On Fri, May 11, 2001 at 08:25:07PM +0200, Wilhelm Wienemann wrote:
   I am searching for a way defining a default TO: address depending
   on
list-reply (default: L)
  
Reply to the current or tagged message(s) by extracting any
addresses which match the addresses given by the ``lists or
subscribe'' commands, but also honor any Mail-Followup-To
header(s) if the ``$honor_followup_to'' configuration variable is
set.  Using this when replying to messages posted to mailing lists
helps avoid duplicate copies being sent to the author of the
message you are replying to.
 
 Is this true solution? 

Sorry, but I didn't say it's the 'one-and-only' solution. 
For me it's one of more possible ways to do it which will work
here on my box without any problems. :-)

Kai Weber [EMAIL PROTECTED] was asking on Fri, 11 May 2001 
17:12:34 +0200:
--- cut here  -
[...] 

Let's say I am in the mutt's Mailinglist folder. If I
press m I want a default address [EMAIL PROTECTED] there.

[...] 
--- cut here  -

If you edit the 'subscribe'-variable in your $HOME/.muttrc then
you can get one (possible) solution with the answer which I've
quoted above and which is part of the official mutt-manual.

 I do concur the use of lists or subscribe is a good thing if used
 appropriately.  But blanket statement makes me worry.  This makes new
 message linked to previous message which we sometines do not want when
 one wish to initiate a thread.  

IMHO it's a question of the right managing of the tools, especially the
configure-tools of mutt.

 This is valid only for continuing discussion. (I see so many careless
 posting attached to unrelated thread.)

IMHO that's not a question of the managing of the 'L' feature. 
 
 L : continue discussion on list (Good thing with lists

...and 'subscribe' [!])

 m : start thread.
 g : reply to all 

Also a possible way but mostly the PM of CC or BCC are enclosed.

bye - Wilhelm

-- 
   ._.   Wilhelm Wienemann [EMAIL PROTECTED]
  / _,\  
 | (_./  Debian GNU/Linux Version 2.2 Potato
  \, To learn more visit = http://www.debian.org/ 



Re: Folder specific TO-Address

2001-05-11 Thread Wilhelm Wienemann

Hello Kai!

On Fri, 11 May 2001, Kai Weber wrote:

 I am searching for a way defining a default TO: address depending on
 the actual folder. Let's say I am in the mutt's Mailinglist folder. If
 I press m I want a default address [EMAIL PROTECTED] there.
 
 I think it is an folder-hook thing, but I have no idea how to implement
 this. Any suggestions  tips?

Look at the Mutt-Manual at point 

  2.3.4.  Miscellaneous Functions

  list-reply (default: L)

  Reply to the current or tagged message(s) by extracting any addresses
  which match the addresses given by the ``lists or subscribe''
  commands, but also honor any Mail-Followup-To header(s) if the
  ``$honor_followup_to'' configuration variable is set.  Using this when
  replying to messages posted to mailing lists helps avoid duplicate
  copies being sent to the author of the message you are replying to.

bye - Wilhelm

-- 
   ._.   Wilhelm Wienemann [EMAIL PROTECTED]
  / _,\  
 | (_./  Debian GNU/Linux Version 2.2 Potato
  \, To learn more visit = http://www.debian.org/ 



Re: accented chars - hopeless??

2001-05-09 Thread Wilhelm Wienemann

Hello Imre!

On Wed, 09 May 2001, Imre Vida wrote:

 I know this has been asked but i just can not get it right
 
 I looked up the mail archive for answers, consulted several
 documents incl. manual of mutt and Linux keyboard and consol HOWTO
 
 I have 
 LC_TYPE=de_DE.ISO-8859-1
^^
 in .bashrc
 (and tried all possible substrings also)

Here in my $HOME/.bashrc I use only

export LC_CTYPE=de_DE

and it will be shown all in a correct form. Maybe you have to use the 
long name of the catalog but the name of the locale-variable (LC_TYPE) 
in your entry is incorrect. A 'C' before the capital 'T' isn't there.

bye - Wilhelm

-- 
   ._.   Wilhelm Wienemann [EMAIL PROTECTED]
  / _,\  
 | (_./  Debian GNU/Linux Version 2.2 Potato
  \, To learn more visit = http://www.debian.org/ 



Re: character set??

2001-05-07 Thread Wilhelm Wienemann

Hello Johannes!

On Mon, 07 May 2001, Johannes Zellner wrote:

 On Sun, May 06, 2001 at 08:29:36PM -0700, Dale Morris wrote:
  I have a question about character sets. Currently I have my
  locale set to US IS0-8859-1. Should I edit this to use other
  locales, and if so, what locales should I use?
  
  The problem I am experiencing is when I am using mutt to read email,
  and I receive a mail from Thomas Kohler (I think) ...

His correct Name is Thomas Köhler (with german umlaut for 'o') 
and if the setting of options in your ~/.muttrc and/or for your
'locale' are not prepared to show it in the right form than thats 
the problem for...

  ...it shows up as 
  From: Thomas K\366hler [EMAIL PROTECTED].
  
  Same thing happens in Netscape on web pages.
 
 I've
 
 LC_CTYPE=de_DE
 
 and I CAN display / edit mails correctly.
 
 The only problem is that german Umlauts are rendered
 incorrectly in the /index/ even if the corresponding
 message has
 
 Content-Type: text/plain; charset=iso-8859-1
 
 and I get something like this in the index:
 
   14 r + Mar 30 =?iso-8859-1?Q? (  20) 1000 Re: hi
 
 It would be great, if anyone could help me with this.

Here I'm using the options

set charset=iso-8859-1
set send_charset=us-ascii:iso-8859-1:utf-8
set locale=de_DE

in my $HOME/.muttrc and all it will be shown as I want, also
in the index.

bye - Wilhelm

-- 
Learn from the mistakes of others. You can't live long enough to
 make them all yourself.
 Marianne Rodgers [EMAIL PROTECTED] solarisonintel 20 Feb 2001



Re: How to attach a previous email?

2001-05-07 Thread Wilhelm Wienemann

Hello Viktor!

On Mon, 07 May 2001, Viktor Lakics wrote:

 On Mon, May 07, 2001 at 10:09:31AM +0200, Arnaud S . Launay wrote:
  Le Mon, May 07, 2001 at 08:30:00AM +0100, Viktor Lakics a écrit:
   The ideal would be something like browsing my mailboxes from vim
   *the editor when I do the message), or from mutt select that message
   and insert it. 
  
  why not simply forwarding sent mails ?
 
 This feature need me when I reply to a message in a list. 

Aehm..., to reply in a mailinglist here I use the 'L'.

 If I forward my previous message, I have to copy that person email
 address and then go to the sent mail folder to forward what I want.

Therefore I use the 'B' feature in addition with my aliases
file from mutt.

bye - Wilhelm

-- 
Learn from the mistakes of others. You can't live long enough to
 make them all yourself.
 Marianne Rodgers [EMAIL PROTECTED] solarisonintel 20 Feb 2001



Re: pager display and locale

2001-03-26 Thread Wilhelm Wienemann

Hello Erika!

On Mon, 26 Mar 2001, Erika Pacholleck wrote:

 The funny problem looks like this (I use the german):
 The date is randomly displayed wrong when it come to a diaresis.
 
 Mr-24
 M.r-24
 Mr-24
 M.r-24
 M.r-24
 
 If I know how the components work into it, I might find a solution.
 I know, the month is soon over ;)

What's telling you the 'locale' command?

bye - Wilhelm

-- 
"Learn from the mistakes of others. You can't live long enough to
 make them all yourself."  
 Marianne Rodgers [EMAIL PROTECTED] solarisonintel 20 Feb 2001



Re: Mutt 1.3.xx and charset

2001-02-11 Thread Wilhelm Wienemann

Helle Jordi!

On Sun, 11 Feb 2001, Jordi Mallach wrote:

 On Sat, Feb 10, 2001 at 09:52:22PM +0100, Wilhelm Wienemann wrote:
  You will find more charset-points in your '.muttrc'-file:
 
 When I started using 1.3.12, I found this problem too with Spanish
 characters, and it only got solved when I declared LANG. 

That's also possible, but you can use a more flexible way to do it...

 With LANG undeclared, I just got things like \362 for "".  Now, I use
 LANG=en_US (I don't want spanish in my apps) and LC_COLLATE=C, to fix
 some weirdness with ls's sorting.

That's a 'locale' question, but Heinz Diehl [EMAIL PROTECTED] told us:
--- cut here  -
  Locale is set-up and works properly, so this can't be the cause.
--- cut here  -

Here (Debian GNU/Linux version 2.2 -potato-) I use only *one* 
'locale' option in my $HOME/.bashrc

export LC_CTYPE="de_DE"

because if you use the option LANG=locale-ID_which_you_want 
it will be modify other locale-options to the same 'locale-ID'. 

bye - Wilhelm

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

 PGP signature


Re: Mutt 1.3.xx and charset

2001-02-10 Thread Wilhelm Wienemann

Hello Heinz!

On Sat, 10 Feb 2001, Heinz Diehl wrote:

 I just switched from Mutt-1.2.5i to 1.3.14i, and the first thing I
 noticed is that German umlauts are replaced by a "?" in all mails which
 contain a "Content-Type: text/plain;" header. Mutt-1.2.5 displayed them
 properly as it should be, and reading the docs and changes didn't lead me
 further. 
 Locale is set-up and works properly, so this can't be the cause.
 Does anybody have a small hint for me?

You will find more charset-points in your '.muttrc'-file:

set charset="iso-8859-1"# Charset of Terminal 
(for display) 
set send_charset="us-ascii:iso-8859-1:utf-8" # Charsets for outgoing messages.

#
# charset-hook alias charset
# (define charset aliases)
#
charset-hook x-unknown ISO-8859-1
charset-hook windows-1250 CP1250
charset-hook windows-1251 CP1251
charset-hook windows-1252 CP1252
charset-hook windows-1253 CP1253
charset-hook windows-1254 CP1254
charset-hook windows-1255 CP1255
charset-hook windows-1256 CP1256
charset-hook windows-1257 CP1257
charset-hook windows-1258 CP1258

bye - Wilhelm

-- 
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __   
 (   (o-  / /__  / / / \// //_// \ \/ /   -)  -) 
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



Re: German umlauts and alternates in Mutt.

2001-01-19 Thread Wilhelm Wienemann

Hello Jens!

On Thu, 18 Jan 2001, Jens Paulus wrote:

 Hi there, I have two questions.

Why didn't read you the answers to the same question from
--- cut here  -
From: Jens Paulus [EMAIL PROTECTED]
Subject: German umlauts and alternates in Mutt.
To: [EMAIL PROTECTED]
Date: Tue, 12 Dec 2000 18:29:00 +0100
X-Mailer: Mutt 1.0.1i
--- cut here  -

bye - Wilhelm

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



Re: Default mailbox display?

2001-01-19 Thread Wilhelm Wienemann

Hello Heinrich!

On Fri, 19 Jan 2001, Heinrich Langos wrote:

 On Fri, Jan 19, 2001 at 09:27:53AM +, Dave Pearson wrote:
  On Thu, Jan 18, 2001 at 09:01:42PM -0800, Trae McCombs wrote:
  
   One thing that I think would help not only me, but tons of others is
   something like this:
   
   mailbox 1   3 new messages
   mailbox 2  12 new messages
   mailbox 3   8 new messages
 
 how about this ? 
 
 Mail/mutt-users  [Msgs:413   New:18   1.1M]
 Mail/sf/vuln-dev [Msgs:141478K]
 Mail/nymip   [Msgs:54 368K]
 
 now wouldn't that be nice ?

What about 'frm Mail/mutt-users' or 'frm Mail/sf/vuln-dev' 
or 'frm Mail/nymip'?

bye - Wilhelm

-- 
MicroSoft "ILOVEYOU". Thanks for engineering a 100% Virus Enabled Platform!
(C) by Al Hopper [EMAIL PROTECTED] 2 Jan 2001 on solarisonintel



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



Re: German umlauts and alternates in Mutt.

2001-01-13 Thread Wilhelm Wienemann

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.

bye - Wilhelm


-- 
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __   
 (   (o-  / /__  / / / \// //_// \ \/ /   -)  -) 
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V


 PGP signature


Re: send-hook problem

2001-01-07 Thread Wilhelm Wienemann

Hello Peter!

On Sun, 07 Jan 2001, Peter Dobrev wrote:

 I live in Bulgaria so I want the headers, the signature and the
 attribution of some messages to be in Bulgarian. Well I use send-hooks
 for this but here comes the problem. Imagine this situation: I have to
 reply to a Bulgarian friend and to foreign mailing list. First I
 reply to the Bulgarian friend. The attribution, the signature and the
 headers are set to the Bulgarian ones. I send the message and reply to the
 foreign mailing list. And the headers, the attribution and the signature are
 still Bulgarian. I can use another send-hook but I think I shouldn't use a
 send-hook for all my e-mail contacts because I'll certainly meet another
 friends and I don't want to make a send-hook for everydoby. My question is
 how to make the headers, the attribution and the signature back to normal
 after the sending of the message. 

Have a look at Roland Rosenfelds Mutt Site with the URL

http://www.spinnaker.de/mutt/#config

There you will find an excellent '.muttrc' file which will have
a few examples of send-hooks you are asking for.

bye - Wilhelm

-- 
-- _ _  __  __ Wilhelm Wienemann [EMAIL PROTECTED]
| (_)_ __  _   _\ \/ /   - For a better taste - Linux Inside
| | | '_ \| | | |\  /- Blue screens for Linux background only
| | | | | | |_| |/  \- Enjoy Linux and the Power of Open Source
|_|_|_| |_|\__,_/_/\_\ Registered-Linux-User: 70712 http://counter.li.org/



Re: keymap_defs.h (FreeBSD)

2001-01-06 Thread Wilhelm Wienemann

Hello Michael!

On Sat, 06 Jan 2001, Michael Wells wrote:

 Compiling Mutt on FreeBSD, I found that the build process couldn't
 generate keymap_defs.h (not sure exactly how this file is made, sorry).

After the './configure' process is finished you have to do

1. 'make keymap_defs.h'

*and*

2. 'make'

and then it will build the header-file you want to finish
the compilation with the needed executables and config-files. :-)

bye and have a nice weekend
Wilhelm

-- 
MicroSoft "ILOVEYOU". Thanks for engineering a 100% Virus Enabled Platform!
(C) by Al Hopper [EMAIL PROTECTED] 2 Jan 2001 on solarisonintel



Re: International character support?

2000-12-31 Thread Wilhelm Wienemann

Hello Petri!

On Sun, 31 Dec 2000, Petri Kelottij?rvi wrote:

 Sorry to butt in like this, but I'm having serious trouble getting
 Mutt to display the Swedish special vowels (åäöÅÄÖ, that is, a with
 ring/dot and o with dots). I've tried to add the followin to my
 ~/.muttrc: 
 
 set ascii_chars
 unset allow_8bit
 
 but it dowsn't work that way, I guess... Anyway, I'm using Mutt 1.2.5i
 as included in the Debian 2.2r1 distribuiton (Linux, yes), kernel
 2.2.18pre21 and ncurses 5. Any idea on how to get this working?

On my box I can produce all the tokens you are asking for:

å Å ø æ ç Ç é á à É 

It's a question of your 'locale' definition on Linux (Unix). 
What's showing you a command 'locale'?
Here it will show 

LANG=C
LC_CTYPE=de_DE
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=

Maybe you have to set an 

export LC_CTYPE="sv_SE"

in your $HOME/.bashrc and you will also get the keys you want 
after running a console command 'source .bashrc'.

bye - Wilhelm


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



Re: HTML format email

2000-11-05 Thread Wilhelm Wienemann

Hello Subba!

On Sat, 04 Nov 2000, Subba Rao wrote:

 Most of the spam mail that is in HTML format. When such mail comes in
 I would like to highlight such mail or have some type of marker on the
 message, so that I can develop an effective procmail receipe.

 I was testing my NT system and the Outlook express made a local copy
 of the email. There is lot of spam (adult type) in html format.

 Is there anyway mutt can identify content format of the email?

On Linux/Unix the following rule in .procmailrc will do this job:
--- cut here ---
## Recipe by Eli the Bearded [EMAIL PROTECTED] [970821]
## "This has the benefit of killing only stuff with a lot of markup, so
##  clean HTML can slip through as well as small samples of HTML code."
## Note: Usenet-II forbids MIME attachments and HTML!
## Allow up to 20 (selected) HTML tags in the body
HTMLMax = 20
:0 B
* $ -$HTMLMax^0
* * 1^1 ()/?(html|ul|ol|dl|dd|dt|li|br|p|pre|font|h[123456]|table|tr|td)
{
  LOG = "too much HTML encoded text -- "
  :0:
  IN.junk
}
- cut here ----------

--
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __
 (°   (o-  / /__  / / / \// //_// \ \/ /   -°)  -°)
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



Re: HTML format email

2000-11-05 Thread Wilhelm Wienemann

Hello mutt-users!

On Sun, 05 Nov 2000, Wilhelm Wienemann wrote:

 Hello Subba!

 On Sat, 04 Nov 2000, Subba Rao wrote:

  Most of the spam mail that is in HTML format. When such mail comes in
  I would like to highlight such mail or have some type of marker on the
  message, so that I can develop an effective procmail receipe.
 
  I was testing my NT system and the Outlook express made a local copy
  of the email. There is lot of spam (adult type) in html format.
 
  Is there anyway mutt can identify content format of the email?

 On Linux/Unix the following rule in .procmailrc will do this job:
 --- cut here ---
 ## Recipe by Eli the Bearded [EMAIL PROTECTED] [970821]
 ## "This has the benefit of killing only stuff with a lot of markup, so
 ##  clean HTML can slip through as well as small samples of HTML code."
 ## Note: Usenet-II forbids MIME attachments and HTML!
 ## Allow up to 20 (selected) HTML tags in the body
 HTMLMax = 20
 :0 B
 * $ -$HTMLMax^0
 * * 1^1 ()/?(html|ul|ol|dl|dd|dt|li|br|p|pre|font|h[123456]|table|tr|td)
^

Oops, delete this token (star).

bye - Wilhelm

--
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __
 (°   (o-  / /__  / / / \// //_// \ \/ /   -°)  -°)
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



Re: News support in mutt

2000-09-20 Thread Wilhelm Wienemann
 msg.pgp


Re: erroe when installing mytt 1.3.5

2000-08-20 Thread Wilhelm Wienemann

Hello Tanya,
hello Sergey!

On Sun, 20 Aug 2000, SergeyTanya wrote:

 With ./configure - all right
 make install - Error message :
 /bin/sh: .././mkinstalldirs: Permision denied
 make[1]: *** [install-data-yes] Error 126
 
 What I have to do?

Maybe you can post us a part of the 'configure' or 'make' messages
including the error message. You are be able to save it in a file
to expand your command like:

./configure --prefix=/usr  make keymap_defs.h  make 21 | tee make.out

This will save the messages in the file 'make.out'. 
Cut the messages untill the importand messages and send them as
attachement to this list. This will help to solve your problem.

bye - Wilhelm

-- 
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __   
 (°   (o-  / /__  / / / \// //_// \ \/ /   -°)  -°) 
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



Re: Some small problems...

2000-08-14 Thread Wilhelm Wienemann

Hello GianPiero!

On Wed, 09 Aug 2000, GianPiero Puccioni wrote:

 * Thomas Dickey [EMAIL PROTECTED] [000809 13:14]:
  On Wed, Aug 09, 2000 at 12:38:21PM +0200, GianPiero Puccioni wrote:
   Yes, this is true. But if I put a line in muttrc that says
   
   bind pager \e[F bottom 
   
   where \e[F is what vi's ^V put in (with \e instead of ^[) it should work
   whatever the terminfo. Or am I missing something? 
  
  is that (n)curses or slang?
  (if the former, mutt isn't using that string per se)
  
  -- 
  Thomas E. Dickey [EMAIL PROTECTED]
 
 I am not sure as I used the RPM found at mutt.linuxatwork.at, but
 looking inside the executable with 'strings' gives "libncurses.so.4", 
 so I suppose it's ncurses.

You are be absolutely sure if you use 'mutt -v' and send us
that output in this list.

bye - Wilhelm

-- 
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __   
 (°   (o-  / /__  / / / \// //_// \ \/ /   -°)  -°) 
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



Re: undelete messages

2000-06-25 Thread Wilhelm Wienemann

Hello Vincent!

On Sun, 25 Jun 2000, Vincent Danen wrote:

 How do I undelete messages?  When I try to go back to a deleted
 message, mutt won't let me... I can't move the arrow onto it. 

Maybe you can go above the message which is marked with a 'D' and
then you are be able to press 'u' two times and you will see that
the former 'D' isn't there.

bye - Wilhelm

-- 
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __   
 (°   (o-  / /__  / / / \// //_// \ \/ /   -°)  -°) 
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



Re: 1.2.2i problems

2000-06-22 Thread Wilhelm Wienemann

Hello Vincent!

On Wed, 21 Jun 2000, Vincent Danen wrote:

 On Wed, Jun 21, 2000 at 03:27:43PM -0400, Bob Bell wrote:
 
   Ok... I've still got some problems making my RPM for mutt and I'm not
   sure what's causing it.  I built mutt manually and then I built it
   with the exact same options for the RPM but I get two totally
   different outputs.  The first is from the manual install and the
   second is from the RPM install
   
   -rwxr-xr-x1 root root  1262377 Jun 21 11:29 /usr/bin/mutt*
   -rwxr-sr-x1 root mail36607 Jun 21 11:29 /usr/bin/mutt_dotl
  ^^^
+ock*

Thats OK because the 'SGID' flag.

[...] 

 But it doesn't look my /var/spool/mail/vdanen file is
 locked to read-only either after I manually run strip on them.

What's about the messages of a 'ls -alF /var' or 'ls -alF /var/spool',
especially the group which the directories /var/mail or /var/spool/mail
belongs to and it's permissions?

bye - Wilhelm

-- 
 _____   ___   _ ___ 
| |  (_)_ _ _  ___ __ |_  ) |_  ) / | __|  ...solutions for smart penguins
| |__| | ' \ || \ \ /  / / _ / / _| |__ \  
||_|_||_\_,_/_\_\ /___(_)___(_)_|___/Wilhelm Wienemann  
 




Re: Customizing one send-hook for all mailing lists

2000-06-19 Thread Wilhelm Wienemann

Hello Dirk!

On Mon, 19 Jun 2000, Dirk Ruediger wrote:

 I want to define an implicite send-hook for all mailing lists I am
 subscribed to and define a special attribution, use special signatures
 and something like that.
 
 Is it possible to process the entries of "subscribe" or "lists" to use
 it for send-hook, e.g.:
 
   send-hook ($subsribe) 'set attribution="Hi all!,\n"'

Maybe you will try this on your box:

--- cut here  -
#
# only match "To" address for send-hooks:
#
set default_hook="~t %s"

# First we define some defaults (english):
send-hook . \
"set signature=~/.Sig \
 locale=C \
 attribution='Hello %v!\n\nOn %{%a, %d %b %Y}, %n wrote:\n'"
 # On Mon, 16 Jun 2000, Dirk Ruediger wrote:

# German specials:
send-hook 
[.@](de|ch|at|(de\\.oracle|ndh|gtn|westend|kens|debis|suse)\\.com|(ndh|gmx|rpv|ivm|wor|socha|meta-list)\\.net)$
 
\
"set signature=~/.signature \
 locale=de_DE \
 attribution='Hallo %v!\n\n%n schrieb am %{%A, %d. %B %Y}:\n'"
 # Dirk Ruediger schrieb am Montag, 16. Juni 2000: 

# Special signature/attribution/locale for robots:
send-hook ^(majordomo|pgp|gup|mail2news)|request@
\
'set signature="" attribution="" locale="C"'

[...] 

--- cut here  -

bye - Wilhelm

-- 
 _____   ___   _ ___ 
| |  (_)_ _ _  ___ __ |_  ) |_  ) / | __|  ...solutions  for smart penguins
| |__| | ' \ || \ \ /  / / _ / / _| |__ \  
||_|_||_\_,_/_\_\ /___(_)___(_)_|___/Wilhelm Wienemann  
 




Re: news with mutt

2000-06-11 Thread Wilhelm Wienemann

Hello Jason!

On Sat, 10 Jun 2000, Jason Helfman wrote:

 This worked out wonderful. I wonder though, when I replied to a
 message, it did use mutt fine, but all the headers from slrn news file
 went into the reply. Is their a way to filter this out?

Maybe, but with a good editor you are be able to delete it 
in few seconds.

 Also what feature of mutt can be used?

IIRC all features of mutt. Which feature of mutt wont be work
on your box? Maybe the question is: 'Which features of mutt can't 
be used on this way?'

bye - Wilh

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




Re: news with mutt

2000-06-10 Thread Wilhelm Wienemann

Hello Janek!

On Sat, 10 Jun 2000, Janek Richter wrote:

 i want to know if it is possible to read newsgroups in mutt.

AFAIK there is a patch for an older version of mutt, but I
prefer a solution which will use slrn in combination with
mutt (reply and forwarding). This was posted by Thomas Roessler 
[EMAIL PROTECTED] on the end of january 2000 on this list. 
It's using the attached slrn macro file, plus the attached shell
script wrapper.

Note that this solution requires formail (1) from the procmail
package.

Thank you very much, Thomas!! :-)))

--- cut here  -
%
% replacement forward and reply functions for slrn.
% these will drop you to your normal mail user agent.
%

variable mua_script="/home/roessler/bin/slrn-mua";

define my_reply_to_article ()
{
  pipe_article (Sprintf ("%s -reply", mua_script, 1));
}

define my_forward_article ()
{
  pipe_article (Sprintf ("%s -forward", mua_script, 1));
}

definekey ("my_reply_to_article", "r", "article");
definekey ("my_forward_article", "F", "article");

##

#!/bin/sh --

#
# A small script which is used to reply to or forward an
# article from within slrn.
#
# The article is expected to come on stdin, while $1 is either
# -reply or -forward.
#

# where is mutt located?
MUTT=/usr/local/bin/mutt

# where is formail?
FORMAIL=/usr/bin/formail

TMPDIR=${TMPDIR-/tmp}/`basename $0`.$$
mkdir -m 0700 $TMPDIR || { echo "can't create $TMPDIR!"  2 ; exit ; }

trap "rm -rf $TMPDIR; trap '' 0; exit" 0 1 2 3 4

cat  $TMPDIR/article

# get various headers

SUBJECT="`formail -z -x Subject:  $TMPDIR/article`"
DATE="`formail -z -x Date:  $TMPDIR/article`"
FROM="`formail -z -x From:  $TMPDIR/article`"
REPLY_TO="`formail -z -x Reply-To:  $TMPDIR/article`"
MESSAGE_ID="`formail -z -x Message-ID:  $TMPDIR/article`"
REFERENCES="`formail -z -x References:  $TMPDIR/article`"

exec  $TMPDIR/template

#
# functions
#

prepare_reply () {
if [ -n "$REPLY_TO" ] ; then
echo "To: $REPLY_TO"
else
echo "To: $FROM"
fi

if [ -n "$MESSAGE_ID" ] ; then
echo "In-Reply-To: $MESSAGE_ID"
echo "References: $REFERENCES $MESSAGE_ID"
fi

echo -n "Subject: "

if [ -z "$SUBJECT" ] ; then
echo "Re: your mail"
else
echo -n "Re: "
echo "$SUBJECT" | sed -e 's/^Re: *//'
fi

echo
 
echo "On $DATE, $FROM wrote:" | fmt

sed -e 's/^/ /' $TMPDIR/article
}

prepare_forward () {
echo "Subject: Fwd: $SUBJECT"
echo
echo "- Forwarded message -"
cat $TMPDIR/article
echo
echo " End forwarded message-"
}

#
# main
#


case "$1" in
-reply)
    prepare_reply
;;
-forward)
prepare_forward
;;
*)
echo "usage: `basename $0` {-reply|-forward}"  2
exit 1
;;
esac

exec  /dev/tty

$MUTT -H $TMPDIR/template  /dev/tty

--- cut here  -

Enjoy it!

bye - Wilhelm

--  
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __   
 (°   (o-  / /__  / / / \// //_// \ \/ /   -°)  -°) 
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



Re: news with mutt

2000-06-10 Thread Wilhelm Wienemann

Hello Jason!

On Sat, 10 Jun 2000, Jason Helfman wrote:
 On Sat, Jun 10, 2000 at 07:36:50AM +0200, Wilhelm Wienemann muttered:

 This is wonderful, but I am a bit of a newbie when it comes to
 scripting and whatnot. Is the first part of this a patch?

No, it's a macro-file. On my box I've all my macros in the
$HOME/.slrn directory and here it is called .slrn-mua.sl
To load (interpret) it with my $HOME/.slrnrc file I have to
add a line like

interpret ".slrn/.slrn-mua.sl"

--- cut here  -
%
% replacement forward and reply functions for slrn.
% these will drop you to your normal mail user agent.
%

variable mua_script="/usr/local/bin/slrn-mua.sh";

define my_reply_to_article ()
{
  pipe_article (Sprintf ("%s -reply", mua_script, 1));
}

define my_forward_article ()
{
  pipe_article (Sprintf ("%s -forward", mua_script, 1));
}

definekey ("my_reply_to_article", "r", "article");
definekey ("my_forward_article", "F", "article");

-

 How would I go about exectuing all of this...?

The following shell script wrapper is located as slrn-mua.sh 
in the directory /usr/local/bin/ 

---
#!/bin/sh --

#
# A small script which is used to reply to or forward an
# article from within slrn.
#
# The article is expected to come on stdin, while $1 is either
# -reply or -forward.
#

# where is mutt located?
MUTT=/usr/bin/mutt

# where is formail?
FORMAIL=/usr/bin/formail

TMPDIR=${TMPDIR-/tmp}/`basename $0`.$$
mkdir -m 0700 $TMPDIR || { echo "can't create $TMPDIR!"  2 ; exit ; }

trap "rm -rf $TMPDIR; trap '' 0; exit" 0 1 2 3 4

cat  $TMPDIR/article

# get various headers

SUBJECT="`formail -z -x Subject:  $TMPDIR/article`"
DATE="`formail -z -x Date:  $TMPDIR/article`"
FROM="`formail -z -x From:  $TMPDIR/article`"
REPLY_TO="`formail -z -x Reply-To:  $TMPDIR/article`"
MESSAGE_ID="`formail -z -x Message-ID:  $TMPDIR/article`"
REFERENCES="`formail -z -x References:  $TMPDIR/article`"

exec  $TMPDIR/template

#
# functions
#

prepare_reply () {
if [ -n "$REPLY_TO" ] ; then
echo "To: $REPLY_TO"
else
echo "To: $FROM"
fi

if [ -n "$MESSAGE_ID" ] ; then
echo "In-Reply-To: $MESSAGE_ID"
echo "References: $REFERENCES $MESSAGE_ID"
fi

echo -n "Subject: "

if [ -z "$SUBJECT" ] ; then
echo "Re: your mail"
else
echo -n "Re: "
echo "$SUBJECT" | sed -e 's/^Re: *//'
fi

echo
 
echo "On $DATE, $FROM wrote:" | fmt

sed -e 's/^/ /' $TMPDIR/article
}

prepare_forward () {
echo "Subject: Fwd: $SUBJECT"
echo
echo "- Forwarded message -"
cat $TMPDIR/article
echo
echo " End forwarded message-"
}

#
# main
#


case "$1" in
-reply)
prepare_reply
;;
-forward)
prepare_forward
;;
*)
echo "usage: `basename $0` {-reply|-forward}"  2
exit 1
;;
esac

exec  /dev/tty

$MUTT -H $TMPDIR/template  /dev/tty

--- cut here  -

Note: The Shell-script needs the executable permissions for
  its users. This is usually done by a 'chmod -v 755 slrn-mua.sh'
  as root in the destination directory. 

Now every time you use a 'r' to do a reply or a 'F' to do a
forwarding in slrn it will use 'mutt'.

Enjoy it! :-))

bye - Wilhelm

-- 
-- _ _  __  __ Wilhelm Wienemann [EMAIL PROTECTED]
| (_)_ __  _   _\ \/ /   - For a better taste - Linux Inside
| | | '_ \| | | |\  /- Blue screens for Linux background only
| | | | | | |_| |/  \- Enjoy Linux and the Power of Open Source
|_|_|_| |_|\__,_/_/\_\ Registered-Linux-User: 70712 http://counter.li.org/





Re: Gzip Mailboxes

2000-06-04 Thread Wilhelm Wienemann

Hello jgh!

On Sun, 04 Jun 2000, [EMAIL PROTECTED] wrote:

 A call for personal help setting up Gzip compression on mailboxes.
 Utterly confused by the lack of documentation on it

Have a look at 

http://www.rhein.de/~roland/mutt/

There you will find an excellent description about this patch.

bye - Wilhelm

-- 
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __   
 (°   (o-  / /__  / / / \// //_// \ \/ /   -°)  -°) 
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



Re: Can't read cyrillic messages

2000-05-19 Thread Wilhelm Wienemann

Hello Sergei!

On Wed, 17 May 2000, Sergei Gerasenko wrote:

 I can't seem to be able to read messages in cyrillic with mutt.
 Setting charset to ISO-8859-5 or KOI8-r does not help at all. This is
 the compile options:

...they are looking OK. 
It sounds that it wont be a problem with mutt but a problem with
your locale. Maybe you will change the locale settings on you box.
Whats 'locale' shown on your machine?

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: mutt can't find his help :-/

2000-03-19 Thread Wilhelm Wienemann

Hello Clemens!

On Sun, 19 Mar 2000, Clemens Wohld wrote:

 i have updated my mutt-0.9.6 to mutt-1.0pre2i.
 mutt-0.9.6 was an RPM, i deinstalled before.

Was the mutt-1.0pre2i which you used to update a source 
or a binary-package (*.i386.rpm)? 
 
 There are now some problems with the F1/ F2 to show help.

 I have set in my .muttrc the path to tjhe help!
 like this:

...and there could you find the manual, isn't it?

[...]  

 Wanna be used /usr/local/doc/mutt/html/manual.html.
 No chance,..always mutt can't find :-/
 
 But mutt dont find this :-/
 Always he want to look in /usr/doc/packages.

That's the default directory for documents in the S.u.S.E. 
RPM-database. If you will make your own *.i386.rpm Package 
from the source in a S.u.S.E. System it will use this 
default directory.

 What an fould i do?

Maybe you can make a symbolic link to the directory.

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: slrn

2000-02-13 Thread Wilhelm Wienemann

Hello Jason!

On Sun, 13 Feb 2000, Jason Helfman wrote:

 Does someone have a nice slrn config file to share?

...with mutt?

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: Content-Type: application/octet-stream;

1999-12-21 Thread Wilhelm Wienemann

Hello Peter!

On Tue, 21 Dec 1999, Peter Dominguez wrote:

 I received an e-mail message with an attachment of 
 Content-Type: application/octet-stream;
 
 How can I get mutt to decode this?

Here it will work with the lines in $HOME/.mutt/.mailcap

application/x-gzip; octet-filter %s; copiousoutput
application/x-gunzip; octet-filter %s; copiousoutput

and a line in $HOME/.mutt/.mime.types

application/octet-streambin

furthermore an entry in my $HOME/.mutt/.muttrc

auto_view application/octet-stream

and the shellscript by David A. Pearson [EMAIL PROTECTED]

# octet.filter - Octet filter for use with the mutt autoview facility



bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: Pine addressbook to Mutt alias

1999-12-05 Thread Wilhelm Wienemann

Hello Jan!

On Sun, 05 Dec 1999, Jan Ulrich Hasecke wrote:

 I am looking for a skript, which converts pines addressbook to mutts
 alias-file. Do you have a hint?

--- cut here  -
#!/usr/bin/perl

# convert the pine address book to mutt (for the query command).
# First argument (if present) must be a valid reg ex.

open( ADDR, "/usr/home/root/.addressbook" ) or die;
if( $#ARGV = 0 ) {
$match = $ARGV[0];
} else {
$match = ".*";
}

print "Pine's address book, regex=$match\n";

while( ADDR ) {
chomp;
next if /^ /;   # comment lines
next if /^#DEL/;# deleted line
while( /=\?(.*)\?=/ ) {
$a = $1;
$a =~ s/^ISO[^?]*\?.\?//;
$a =~ s/_/ /;
$a =~ s/=(..)/chr(hex($1))/ge;
s/=\?.*\?=/$a/;
}
next unless /$match/oi;
@line = split( /\t/ );
print "$line[2]\t$line[1]\t$line[0]\n";
}

--- cut here ---- -

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: Message Width

1999-09-21 Thread Wilhelm Wienemann

Hi J!

On Tue, 21 Sep 1999, J Horacio MG wrote:

 On Mon, Sep 20, 1999 at 11:34:58PM -0700, rex said:
  
  I had someone send a message to my mailing list with a 2047+ character
  line who complained that it was truncated. :)
 
 I believe a few words in the German language (or rather Plattdeutsch)
 are 80+ character long (I mean real words). 

For example? 

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: PGP option unknown ?

1999-09-10 Thread Wilhelm Wienemann

Hi Stefan!

On Fri, 10 Sep 1999, Stefan Fleiter wrote:

 when starting mutt-1.0pre2 I get the following error messages:
 
 Fehler in /home/sf/.mutt/muttrc, Zeile 172: pgp_autoencrypt:
 +Unbekannte Variable. 

 Fehler in /home/sf/.mutt/muttrc, Zeile 175:
 +pgp_autosign: Unbekannte Variable.

 Fehler in /home/sf/.mutt/muttrc, Zeile 178: pgp_default_version:
 +Unbekannte Variable. 

 Fehler in /home/sf/.mutt/muttrc, Zeile 181:
 +pgp_encryptself: Unbekannte Variable.


 I use the international version (mutt-1.0pre2i.tar.gz) and studied
 the manual and the faq but didn´t find anything.
 
 I would be happy if someone could help me with this problem.

Maybe your ~/.muttrc file is for the development version of 
mutt such as the version-numbers = 0.96.3[i]

You have to use the ~/.muttrc files for the stable version
0.95.x[i] or 1.0pre*.

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: Another PGP question

1999-07-16 Thread Wilhelm Wienemann

Hi Jeremy!

On Fri, 16 Jul 1999, Jeremy Blosser wrote:

 Alex Lane [[EMAIL PROTECTED]] wrote:
  The output in the first line changes appropriately; the last two
  lines remain, telling me that the signature applies to "another
  message" and that something (what?) is apparently being sent to
  /dev/null.
 
 Those messages are due to the fact that Mutt uses PGP/MIME, so the
 message and signature are separate MIME parts, ie the signature is
 detached from the message.

OK!
 
  Is there a keyring somewhere of public keys of list members?
 
 There used to be one listed on the web page, but the link was dead
 so I removed it.  If anyone knows where it got to I can put it up
 again.

AFAIK there is a keybinding in mutt that allows to extract a
PGP public key. In my help-menu for the index there is a line

^K  extract-keys   extract PGP public keys

Unfortunately if I use the required keys (ctrl + K) this keybinding
wont add the requested PGP-public-key to my ~/.pgp/pubring.pgp file. 

For Example the Message-ID: [EMAIL PROTECTED] mailed
by Russell Van Tassell [EMAIL PROTECTED] about the subject:
Re: mime-weirdness. Russell used the PGP-Version: 2.6.2. Here I'm
using the PGP-Version 2.6.3i. 

In the mutt-pager is documented above the mail-body:

--- cut here  -
[-- PGP output follows (current time: Sat Jul 17 01:33:14 1999) --]

Key matching expected Key ID CC8F2E11 not found in file
'/home/wieneman/.pgp/pubring.pgp'.

WARNING: Can't find the right public key-- can't check signature
integrity.

[-- End of PGP output --]
--- cut here  -
 
If I use the above keys to extract the needed PGP-public-key
it looks like the following:
--- cut here  -
Pretty Good Privacy(tm) 2.6.3i - Public-key encryption for the masses.
(c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-01-18
International version - not for use in the USA. Does not use RSAREF.
Current time: 1999/07/16 23:35 GMT

No keys found in '/tmp/mutt-kalwien-3565-4'.

Keyring add error.
^^
Press any key to continue...
--- cut here  -

What's going wrong here?
Any hints out there?

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   

 PGP signature


Problem with mutt-0.96.3i

1999-07-14 Thread Wilhelm Wienemann

Hello!

For the first time I want to give the developement version
(0.96.3i) of mutt a try. Unfortunately I dont have a 
'keymap_defs.h' file on my Linux system which is included in 
line 112 of 'keymap.h' in the mutt-0.96.3i-package.

So the compilation was broken with the depended error message:
--- cut here  -
[...] 
gcc -DSHAREDIR=\"/usr/share/mutt\" -DSYSCONFDIR=\"/usr/etc\"
-DBINDIR=\"/usr/bin\" -DHAVE_CONFIG_H=1 -I. -I/usr/include
-I/usr/src/packages/BUILD/mutt-0.96.3/intl  -Wall -pedantic -g -O2
-c addrbook.c
In file included from mutt_menu.h:23,
 from addrbook.c:20:
keymap.h:112: keymap_defs.h: No such file or directory
make[2]: *** [addrbook.o] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/mutt-0.96.3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/mutt-0.96.3'
make: *** [all-recursive-am] Error 2

[...] 
--- cut here  -

Were can I find this header-file 'keymap_defs.h' (in which package 
is it enclosed)? Any hints?

bye, Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: Problem with mutt-0.96.3i

1999-07-14 Thread Wilhelm Wienemann

Hi Lars!

On Wed, 14 Jul 1999, Lars Hecking wrote:

 
  Were can I find this header-file 'keymap_defs.h' (in which package 
  is it enclosed)? Any hints?
 
  make keymap_defs.h

Thanks, it works very well!

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: filters

1999-06-06 Thread Wilhelm Wienemann

On Sat, 05 Jun 1999, phuzz phactor (Nathan Benson) wrote:

 would someone be kind enough to explain how I use filters with
 mutt?

You can use the procmail mail processing program for such
filterings. The latest version can be obtained from your friendly
neighbour mirror site:

ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/
ftp://ftp.net.ohio-state.edu/pub/networking/mail/procmail/

 i'm trying to sort my mail into different folders based on different
 things like who it's from,...

That's the part which will procmail do.

bye, Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: no such color

1999-01-04 Thread Wilhelm Wienemann

Hello Reed!

On Sat, 06 Nov 1999, Reed Lai wrote:

 i tell mutt to use color "default", but mutt tell me
 "default: no such color", why?
 
 for example "color error brightred default"

Therefore you need 'ncurses' version 4.2 (the recent version is 5.0)
or you have to compile mutt against 'slang'.
Since version 4.2 'ncurses' is working with a 'default' color option.

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)   



Re: [ww] Re: no such color

1999-01-04 Thread Wilhelm Wienemann

Hello David!

On Sat, 06 Nov 1999, David Champion wrote:

 On 1999.11.06, in [EMAIL PROTECTED],
   "Wilhelm Wienemann" [EMAIL PROTECTED] wrote:
   i tell mutt to use color "default", but mutt tell me
   "default: no such color", why?
   
   for example "color error brightred default"
  
  Therefore you need 'ncurses' version 4.2 (the recent version is 5.0)
  or you have to compile mutt against 'slang'.
  Since version 4.2 'ncurses' is working with a 'default' color option.
 
 It's more complicated than this.  I've tried all six of the following
 combinations.  The 1.0pre4/slang configurations accept "default" as a
 color, and the 1.0 releases do not.  COLORFGBG is set under all.

What kind of option is 'COLORFGBG'? Is it a specific mutt-option or
an option for the console or xterm environment?
 
   1.0pre4 ncurses-5.0 error
   1.0pre4 slang-1.2.2 ok
   1.0pre4 slang-1.3.9 ok
   1.0 ncurses-5.0 error
   1.0 slang-1.2.2 error
   1.0 slang-1.3.9 error

In my $HOME/.mutt/.muttrc file I use the following color-settings:
--- cut here  -
 
#
## color terminals:
# (default, white, black, green, magenta, blue, cyan, yellow, red)
# (bright...)
# (color1,color2,...,colorN-1)
# 
#   object  foreground  background
# 
color normaldefault default # normal text
color indicator brightyellow   red  # actual message
color tree  brightmagenta  default  # thread arrows
color statusbrightgreenblue # status line
color error brightred   default # errors
color message   red default # info messages

[...]  

--- cut here  -

On my box is working 'mutt-1.1i'. 

bye - Wilhelm

-- 
 Wilhelm Wienemann, Amselweg 10, D-47546 Kalkar/Germany 
==   E-Mail: [EMAIL PROTECTED]  ===
"And since you are the future keepers of everything, including music, we
 hope you will keep it well, with love, and in joy." (Frederick Fennell)