Re: mailto URLs (was: Re: [Announce] mutt-1.3.22 (BETA) is out.)

2001-09-11 Thread Thomas Roessler

On 2001-09-10 18:07:23 -0400, Ken Weingold wrote:

PS: I forgot something from the NEWS file - you can now pass 
full-featured mailto URLs to mutt on the command line, including 
any subject, body specifications.

Is this supposed to work like Mike Schiraldi's patch, by default? 
It doesn't seem to work when I paste a mailto URL into the To: 
line when I hit 'm' for a new mail.

I said on the command line, I didn't talk about mutt's internal 
newline function.

That is, you can type

mutt  mailto-url

into your shell (or, even more important, call that from your 
browser), and everything will work nicely.

-- 
Thomas Roesslerhttp://log.does-not-exist.org/



pointer to multiple email address setup

2001-09-11 Thread Peter Lavender

Hi Everyone,

I've been presented with the requirement to pick up email from my
works server, using an alternate email address.  Problem is that I
need to do this fairly quickly.

I'm sure this is a fairly common thing, I would appreciate if there is
one a pointer to configuring fetchmail, procmail and mutt to chuck the
mail into it's own mail file and have mutt know what email address to
use and which signature to use.

Many thanks,


Pete.

-- 
Due to a lack of imagination, 
this signature will remain 
under construction indefinately.



Re: pointer to multiple email address setup

2001-09-11 Thread David T-G

Peter --

...and then Peter Lavender said...
% Hi Everyone,

Hello!


% 
% I've been presented with the requirement to pick up email from my
% works server, using an alternate email address.  Problem is that I
% need to do this fairly quickly.

Isn't it always that way? :-)


% 
% I'm sure this is a fairly common thing, I would appreciate if there is
% one a pointer to configuring fetchmail, procmail and mutt to chuck the
% mail into it's own mail file and have mutt know what email address to
% use and which signature to use.

I don't know of a single pointer, but it should be easy enough.  

fetchmail comes with its own docs, and other folks here use it, so I'll
simply say point it to your POP server and download the mail.  BTW,
I've heard that it really is better to use fetchmail than the built-in
POP support.

procmail is similar, and trivially easy in this case.  Your mail will
be addressed to that certain other address, so you could whip up a
procmailrc about like

  # General variables
  VERBOSE=no
  LINEBUF=32766
  MAILDIR=$HOME/Mail
  FORMAIL=/usr/bin/formail

  # Folders
  DEFAULT=$HOME/Mailbox

  :0 :
  * TO otheraddress
  F.other

to tell procmail to drop mail addressed to otheraddress in the To:
or Cc: headers into a file F.other in your mail dir ($HOME/Mail in
this case).  Anything that doesn't match will fall through and (in the
absence of other rules that might catch it) land in your default mail
file, which in this example is $HOME/Mailbox (rather than in /var/spool).
For more info, see the man page for procmailrc.

Finally we get to mutt, then.  One way is to set $alternates to let
mutt know all of the addresses that you use (always handy, actually),
and set $reverse_reply to make mutt set your email address to that to
which the email was sent.  Another way, since you've conveniently used
procmail to stuff all of these into their own folder, is to use a folder
hook in your muttrc about like

  folder-hook . my_hdr 'From: My Default [EMAIL PROTECTED]'
  folder-hook F.other my_hdr 'From: My OtherAddress [EMAIL PROTECTED]'

to set your From header by default to your normal address but to your
other address whenever you switch into your other folder.  For more info,
of course, see the manual.


% 
% Many thanks,

HTH  HAND


% 
% 
% Pete.
% 
% -- 
%   Due to a lack of imagination, 
%   this signature will remain 
%   under construction indefinately.

Run it through a spell checker, though ;-)


:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!


 PGP signature


Re: pointer to multiple email address setup

2001-09-11 Thread Ailbhe Leamy

On (11/09/01 21:31), Peter Lavender wrote:

 Hi Everyone,

 I've been presented with the requirement to pick up email from my
 works server, using an alternate email address.  Problem is that I
 need to do this fairly quickly.

 I'm sure this is a fairly common thing, I would appreciate if there is
 one a pointer to configuring fetchmail, procmail and mutt to chuck the
 mail into it's own mail file and have mutt know what email address to
 use and which signature to use.

http://support.ossifrage.net/plaintext/fetchmail.txt
http://support.ossifrage.net/plaintext/procmail.txt
http://support.ossifrage.net/plaintext/mutt/folder-hook

HTH

Ailbhe



My first macro..not quite doing what I want

2001-09-11 Thread Cliff Sarginson

Hello,
A common sequence for me when reading new messages is to delete then
move to the next new message. My macro is as follows:

macro index F10 dtab Delete then go to next new msg

Unfortunately when you delete a new message the pointer goes to
the next message in the index, so if you have 3 new messages in
a row, F10 the first one, it jumps to the 3rd one.
Can I fix this ?

-- 

Regards
Cliff



mutt a2ps

2001-09-11 Thread Andreas Selig


Hello!
I would like to use a2ps as my print_command. There is only one little problem i have: 
how can i give the from-field to it. set print_command=a2ps --center-title\Mail from 
%f\ doesnt work. Thanks Andy
-- 
  _
 / \
 \ /   ASCII Ribbon Campaign
  XAgainst HTML Mail
 / \

Don't diet. Download a virus to remove FAT



Re: mutt a2ps

2001-09-11 Thread Rino Mardo

On Tue, Sep 11, 2001 at 03:51:53PM +0200 or thereabouts, Andreas Selig wrote:
 
 Hello!
 I would like to use a2ps as my print_command. There is only one little problem i 
have: how can i give the from-field to it. set print_command=a2ps 
--center-title\Mail from %f\ doesnt work. Thanks Andy
 -- 
   _
  / \
  \ /   ASCII Ribbon Campaign
   XAgainst HTML Mail
  / \
 
 Don't diet. Download a virus to remove FAT
 
lol. love your signature.

just a note, set your editor to wrap at either column 72 or 79.

-- 
In is out and out is in.  But out is out and in is in.
-- Pumbaa

 PGP signature


WTC and Pentagon disaster

2001-09-11 Thread Ailbhe Leamy

My thoughts are firmly with anyone bereaved by this disaster.

Ailbhe

-- 
Homepage: http://ailbhe.ossifrage.net/



Re: mutt a2ps

2001-09-11 Thread Petr Hlustik

On Tue, Sep 11, 2001 at 03:51:53PM +0200, Andreas Selig wrote:
 
 I would like to use a2ps as my print_command. There is only one little
 problem i have: how can i give the from-field to it. set
 print_command=a2ps --center-title\Mail from %f\ doesnt work. Thanks

Andy,

you can use pretty print formatting. Look in the archive some weeks
back. [EMAIL PROTECTED] posted a nice script including wrapping
long lines:

fmt --prefix='' -s | fmt -s | a2ps -1 -R --pretty-print=mail 

Best,
Petr



Mutt and GnuPG

2001-09-11 Thread Björn Lindström

I am using Mutt 1.3.20i and GnuPG 1.0.6. 

My problem is that when i view a message, like this;

---

[-- PGP output follows (current time: Wed Sep 12 00:26:53 2001) --]
gpg: encrypted with 1024-bit ELG-E key, ID 6CAD430E, created 2001-09-11
  Björn Lindström [EMAIL PROTECTED]
  gpg: Signature made Wed Sep 12 00:26:40 2001 CEST using DSA
  key ID EF778F9A
  gpg: Good signature from Björn Lindström [EMAIL PROTECTED]
[-- End of PGP output --]

[-- The following data is PGP/MIME encrypted --]

test

[-- End of PGP/MIME encrypted data --]

---

I still get an error message saying 'PGP signature could NOT be
verified.'

I use the settings in the file gpg.rc file that came with the
Mutt Debian package. I guess this should be the interesting line:

set pgp_verify_command=gpg --no-verbose --batch --output - --verify %s %f

Any ideas?

-- 
Björn Lindström [EMAIL PROTECTED] http://anisakis.org/~bkhl/
Repslagaregatan 5A, SE-753 33 Uppsala
Phone: +46(18)241390 Mobile: +46(73)6171268 ICQ: 82945879



Re: WTC and Pentagon disaster

2001-09-11 Thread Ken Weingold

On Tue, Sep 11, 2001, Ailbhe Leamy wrote:
 My thoughts are firmly with anyone bereaved by this disaster.

Thanks.  I live in NYC and it has been fucked up to say the least.
Thank goodness that though I work in Manhattan, I stayed home sick
today, in Brooklyn.  These are some video and still I got from my
rooftop in Brooklyn, probably minutes before the towers collapsed:


http://dev.suddenindustries.com/ken/wtc.mpg

http://www.hellrot.org/stuff/wtc/wtc-1.jpg
http://www.hellrot.org/stuff/wtc/wtc-2.jpg
http://www.hellrot.org/stuff/wtc/wtc-3.jpg
http://www.hellrot.org/stuff/wtc/wtc-4.jpg
http://www.hellrot.org/stuff/wtc/wtc-5.jpg


-Ken



nfrm/frm in mutt ?

2001-09-11 Thread Paul de Weerd

Hi list,

I recently switched to using Mutt for all my mail. Sure
do like it ! But I do miss some tools I had back when
using ELM, namely frm and nfrm. frm listed all mails
in a specified mailbox (or $MAIL if none was specified)
and nfrm listed all new mails (I think nfrm was a
specialized form of frm, but I'm not sure).

Where are these great tools ? Can I simply run mutt
with some commandline options - I did not find these
in mutt(1). Should I build these from the source tree
with some special make target (make nfrm) ? Do they
not exist (but WHY !? ;-) ?

Current solution would be downloading elm, compiling
these tools and installing them by hand.

Any thoughts ?

Paul 'WEiRD' de Weerd



Re: Mutt and GnuPG

2001-09-11 Thread Ben Jones

 I still get an error message saying 'PGP signature could NOT be
 verified.'


Try this line in your .muttrc . . .

set pgp_good_sign=^gpg: Good signature from

-- 
-Ben Jones

[EMAIL PROTECTED]
http://www.superutility.net/

 PGP signature


easy question... :)

2001-09-11 Thread Matthias LOITSCH

it's just an easy thing i'd like to know :

how can i filter my messages so that, for example, all mails from
[EMAIL PROTECTED] get into a specific mailbox when they arrive?

thanx

.


-- 
Matthias Loitsch
[EMAIL PROTECTED]
www.yourth.net




Re: mutt a2ps

2001-09-11 Thread Christoph Maurer

Am Die, 11 Sep 2001, schrieb Andreas Selig:

 
 Hello!
 I would like to use a2ps as my print_command. There is only one little problem i 
have: how can i give the from-field to it. set print_command=a2ps 
--center-title\Mail from %f\ doesnt work. Thanks Andy

Try a2ps --pretty-print=Mail

Perhaps it fits your needs.

Gruß

Christoph 

-- 
Christoph Maurer - Paul-Röntgen-Straße 7 - D - 52072 Aachen
mailto:[EMAIL PROTECTED] - http://www.christophmaurer.de
On my Homepage: SuSE 7.0 on an Acer Travelmate 508 T Notebook



Re: mutt a2ps

2001-09-11 Thread Benjamin Michotte

On Tue, Sep 11, 2001 at 03:51:53PM, Andreas Selig wrote:
 
   _
  / \
  \ /   ASCII Ribbon Campaign
   XAgainst HTML Mail
  / \
 
And don't forget
  _
 / \   ASCII Ribbon Campaign
 \ /   Against not warped mail
  X
 / \ 

;)

---end quoted text---

cu,
binny

-- 

L'erreur est humaine mais un veritable desastre necessite un ordinateur.
-- Unknown

Un coup de chaleur ? Passez sur La Banquise... 
http://www.labanquise.org

   Benjamin Michotte[EMAIL PROTECTED]
  °v°  web  : http://www.baby-linux.net
  _o_  homepage : http://www.baby-linux.net/binny
   slaktool : http://slaktool.sourceforge.net
   icq uin  : 99745024



Re: easy question... :)

2001-09-11 Thread Ailbhe Leamy

On (11/09/01 17:31), Matthias LOITSCH wrote:

 it's just an easy thing i'd like to know :

 how can i filter my messages so that, for example, all mails from
 [EMAIL PROTECTED] get into a specific mailbox when they arrive?

Procmail.

http://support.ossifrage.net/plaintext/procmail.txt - from memory.

-- 
Homepage: http://ailbhe.ossifrage.net/



Re: easy question... :)

2001-09-11 Thread Carl B . Constantine

not bad, but a better site for getting started with procmail is:

http://www.ii.com/internet/robots/procmail/qs/

thanks to whoever posted this link on this list a while back. It's
absolutely invaluable!

* Ailbhe Leamy ([EMAIL PROTECTED]) wrote:
 On (11/09/01 17:31), Matthias LOITSCH wrote:
 
  it's just an easy thing i'd like to know :
 
  how can i filter my messages so that, for example, all mails from
  [EMAIL PROTECTED] get into a specific mailbox when they arrive?
 
 Procmail.
 
 http://support.ossifrage.net/plaintext/procmail.txt - from memory.
 
 -- 
 Homepage: http://ailbhe.ossifrage.net/
-- 
Carl B. Constantine University of Victoria
Programmer Analyst  http://www.uvic.ca
UNIX System Administrator   Victoria, BC, Canada
[EMAIL PROTECTED]



Re: My first macro..not quite doing what I want

2001-09-11 Thread Jim Toth

On Tue, Sep 11, 2001 at 03:15:07PM +0200, Cliff Sarginson ([EMAIL PROTECTED]) said:
 Hello,
 A common sequence for me when reading new messages is to delete then
 move to the next new message. My macro is as follows:
 
 macro index F10 dtab Delete then go to next new msg
 
 Unfortunately when you delete a new message the pointer goes to
 the next message in the index, so if you have 3 new messages in
 a row, F10 the first one, it jumps to the 3rd one.
 Can I fix this ?

Try changing the resolve variable.

Something like

 macro index F10 set noresolve;dtab;set resolve Delete then go to next new msg

(untested)

I usually, before reading new messages, limit to new messages with the 
~N tag (see patterns in the mutt manual).

-- 
Jim Toth
[EMAIL PROTECTED]
Since the advent of the ILOVEYOU worm, I will never again trust
e-mail sent in a Manila envelope. -- John Coughlin



Re: easy question... :)

2001-09-11 Thread Rino Mardo

On Tue, Sep 11, 2001 at 05:31:58PM +0200 or thereabouts, Matthias LOITSCH wrote:
 it's just an easy thing i'd like to know :
 
 how can i filter my messages so that, for example, all mails from
 [EMAIL PROTECTED] get into a specific mailbox when they arrive?
 
you need procmail for that.  in my ~/.procmailrc i have something like
this:

:0:
* ^Return-path:.*mutt-user.*@mutt\.org
$MAILDIR/mutt/

so what this does is place all mails that comes from this list to
~/Mail/mutt.  and the same syntax goes for the other mailing list i
subscribe to.  now in you ~/.muttrc you tell mutt what your mailboxes
are by using the mailboxes keyword like mailboxes ! ~/Mail/mutt and
so on.  that way when you press the key c it will move to those
directories where there is new mail.

hth.

-- 
In is out and out is in.  But out is out and in is in.
-- Pumbaa

 PGP signature


OT: replace POP3 with IMAP directly

2001-09-11 Thread Rino Mardo

hi. a little OT here i'm wondering what are the requirements to replace
POP3 with IMAP?  in my fetchmail i download emails using POP3.  now i've
learned that IMAP doesn't require the user to do POP-before-SMTP hence
with that i don't have to check for emails before being able to send out
emails.

is this just a straight-forward replace of the keyword?

thanks.

-- 
In is out and out is in.  But out is out and in is in.
-- Pumbaa

 PGP signature


Re: Using PGP signature with mutt ..problem

2001-09-11 Thread Georg Herberg

Hi there,

I asked this before, but this seems to be a right thread too:

I'm using mutt with pgp5i. Signing works well, encrypting with RSA-keys the
same after adding the pathes to the little helpers in .mutt/muttrc (pgpewrap
and pgpring; stuff copied from the examples - yes, I'd better sourced the
example-rcfile ;-).
But using DH/DSS-keys won't work:
- the pgp-key-menu shows all DH/DSS-key with wrong key-IDs
- telling the right ID manually doesn't find the key as well
:-((

Any idea?
Georg

-- 
*** Any comercial use of private data or message content is prohibitet!
-- 
Georg Herberg, Marinesiedlung 10 b, 29348 Eschede, Germany/RFA
Ph: +49 5142 41 63 93; Fax: 41 63 95; GSM: +49 1 70 / 2 32 81 19

 PGP signature


Re: easy question... :)

2001-09-11 Thread Denis Perelyubskiy

 * Rino Mardo [EMAIL PROTECTED] [09-Tue-01 19:06 -0700]:
 
 On Tue, Sep 11, 2001 at 05:31:58PM +0200 or thereabouts, Matthias LOITSCH wrote:
  it's just an easy thing i'd like to know :
  
  how can i filter my messages so that, for example, all mails from
  [EMAIL PROTECTED] get into a specific mailbox when they arrive?
  
 you need procmail for that.  in my ~/.procmailrc i have something like
 this:
 
 :0:
 * ^Return-path:.*mutt-user.*@mutt\.org
 $MAILDIR/mutt/

actually, does it not make more sense to use ^TO_
expression, in plcae of ^Return-path?

why did you choose that?

(i am not saying ^TO_ is correct, as i only recently started
getting into procmail, but from what i read about ^TO_ it
looks at lots of To:-like headers. Return-path may or may
not be set by the mailing list management software, or may
actually even be mucked with by MTAs, i think...at least i
saw some message to this effect on some mailing list. given,
it is not a correct configuration, but still a possible one)


denis

-- 
// mailto: Denis Perelyubskiy [EMAIL PROTECTED]
// icq   : 12359698
// PGP   : http://www.cs.ucla.edu/~denisp/files/pgp.asc



Re: WTC and Pentagon disaster

2001-09-11 Thread John P. Verel

Thank you.  As I work on Wall Street, this was an awful day.  I'm
well, as are family and friends...so far.

John
On 09/11/01, 05:36:03PM +0100, Ailbhe Leamy wrote:
 My thoughts are firmly with anyone bereaved by this disaster.
 
 Ailbhe
 
 -- 
 Homepage: http://ailbhe.ossifrage.net/

-- 
John P. Verel
Connecticut?  You bettor believe!



Re: easy question... :)

2001-09-11 Thread Robert J. Seymour

Denis Perelyubskiy wrote on Tue, Sep 11, 2001 at 07:13:04PM -0700:
  * Rino Mardo [EMAIL PROTECTED] [09-Tue-01 19:06 -0700]:
  :0:
  * ^Return-path:.*mutt-user.*@mutt\.org
  $MAILDIR/mutt/
 
 actually, does it not make more sense to use ^TO_
 expression, in plcae of ^Return-path?

There are a couple of good reasons not to use ^TO or ^TO_ when sorting
out mailing lists.  The first is speed, ^TO variants are big regexps
that take a while to evaluate, especially when you pile up lots of them
in a row (man procmailrc for the actual regexs).  Secondly ^TOs miss a
bunch of mails, I regularly got mails from mutt development, bugtraq,
and a few other lists falling through ^TO based filters.  It wasn't
a matter of bad address regexs, these emails used bcc only addressing
and no (X-)?Apparently-To:, it seems mutt lists set Delivered-To: which
isn't part of the ^TO_ regex.

The fastest way to sort out mailing lists is to pick off a custom
header used by the list (with a ^ rooted regex) and then order the
rules by posting frequency.  For example from my .procmailrc:

##  mutt user discussion list
:0:
* ^Delivered-To: mutt-users
dev/muttu

RJS

-- 
Robert J. Seymour, Jr.[EMAIL PROTECTED]
Seymour Consultingwww.rjsjr.com
Phone: +1 (415) 536-1422  icq: 82889262

GPG key: http://www.rjsjr.com/pubkey.html or finger [EMAIL PROTECTED]
Fingerprint: 0948 B2C7 B51D 20FF 990A  B552 3BB9 041A 280F 303A



gpg question

2001-09-11 Thread Will Yardley

why if i try to encrypt (or encrypt / sign) a message with gpg i get the
following?

gpg: using secondary key 907844A7 instead of primary key F8395C02
gpg: No trust check due to --always-trust option
gpg: writing to `-'
gpg: ELG-E/RIJNDAEL encrypted for: 907844A7 William Yardley
[EMAIL PROTECTED]
.net
gpg: DSA signature from: F8395C02 William Yardley
[EMAIL PROTECTED]

do i just need to change some options around?

w

-- 
Sintax error in config file! (line 378)
aborted!

GPG Public Key:
http://infinitejazz.net/will/pgp/