Re: Sending mail to a recipient

2002-04-10 Thread Gary Johnson

On Wed, Apr 10, 2002 at 12:10:06AM -0400, Robert Conde wrote:
 On Fri, Apr 05, 2002 at 12:50:49AM +0100, [EMAIL PROTECTED] wrote:
  Yep, I have just looked into and sucessfully installed lbdb, it was just
  what I was looking for.  However I have to pass a query string to lbdb,
  so I am just working out how to display all entries in the system.
 
 I  have installed  lbdb and  don't see  how it  helps.  Is  it  just for
 external queries  or can it  extract addresses from received  e-mails as
 well?  I can't seem to get it to do either. 

The lbdbq program is used to query your database(s); the lbdb-fetchaddr
program is used to extract addresses from your e-mail and put them into
a database file.  This file is just one of the many databases that lbdb
can query.

Some people configure their system to extract the addresses from all
their received e-mail.  I prefer to extract just those addresses I'm
interested in, so I have the following macros defined in my muttrc:

macro index A :unset wait_key\n|lbdb-fetchaddr\n:set wait_key\n add address to 
lbdb database
macro pager A :unset wait_key\n|lbdb-fetchaddr\n:set wait_key\n add address to 
lbdb database

 Is  there a  site that  explains how  to use  this tool  in  depth.  I'd
 especially  like it  to  grab addresses  from  my Palm  Pilot.  I  tried
 http://www.spinnaker.de/lbdb, but I didn't find it very helpful.

I found pretty much everything I needed to know initially by reading the
lbdbq(1) man page and the etc/lbdb.rc file.  I did also read the lib/m_*
files for the modules I wanted to use to better understand how it all
worked, but I don't think that's normally necessary.

I modified two of the modules, m_ldap and m_yppasswd, to match the way
those databases are structured at my company, and wrote a module to
access another address file format.  You should find it pretty easy to
write one to extract addresses from whatever file format your Palm Pilot
exports.  Just follow the examples in the lib directory.

Gary

-- 
Gary Johnson   | Agilent Technologies
[EMAIL PROTECTED]   | Spokane, Washington, USA
http://www.spocom.com/users/gjohnson/mutt/ |



Re: How to convert Outlook *.pst files to mbox format?

2002-04-10 Thread Thomas Huemmler

* John P Verel [EMAIL PROTECTED] [02/04/10 04:08]:
 This may be an FAQ, but I couldn't come up with it.
 
 I have substantial *.pst files from Microsoft Outlook from work which I
 want to convert to mbox format.  Any pointers on this will be gratefully
 appreciated.

maybe this might help you:
http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Outlook-to-Unix-Mailbox.html

For OE you may use mbx2mbox with sucess.

Thomas

-- 
Thomas Hümmler * [EMAIL PROTECTED] * http://www.huemmler.de



Re: Preferred muttrc syntax for set commands

2002-04-10 Thread Michael Tatge

David T-G ([EMAIL PROTECTED]) muttered:
 ...and then Rocco Rutte said...
 % * Michael Tatge [04/09/02 15:42:25 CEST] wrote:
 %  Who needs urlview?
 % 
 % I like using it because I hate copy'n'paste. I also don't like to idea
 % to use a mouse as frequently as urlview. ;-)
 
 Perhaps he should have phrased it as who would prefer urlview over
 anything other than mutt? :-)

Exactly. 

Michael
-- 

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



Re: Sending mail to a recipient

2002-04-10 Thread Dave Pearson

* Robert Conde [EMAIL PROTECTED] [2002-04-10 00:10:06 -0400]:

 Is there a site that explains how to use this tool in depth. I'd
 especially like it to grab addresses from my Palm Pilot. I tried
 http://www.spinnaker.de/lbdb, but I didn't find it very helpful.

[I'm the author of the palm module for lbdb] What problems are you having
getting the palm side of lbdb working? What did you do to try and use it?

-- 
Dave Pearson:   | lbdb.el - LBDB interface.
http://www.davep.org/   |  sawfish.el - Sawfish mode.
Emacs:  |  uptimes.el - Record emacs uptimes.
http://www.davep.org/emacs/ | quickurl.el - Recall lists of URLs.



Re: Mails are always tagged as old but unread

2002-04-10 Thread chris

Hello again,

I tried out nearly any combination of fetchmail, exim, procmail and
getmail. And the result is: It's procmail. I don't know why, but NOT
using procmail doesn't insert the Status tags in the header.
I just could't figure out, what the problem is. When I use an empty
procmailrc , everything is fine. Using just some of my recipies is fine
also. But using my hole procmailrc doesn't work.
Is anybody interested in reading it ? (154 lines)

So i think I will just use dropmail. Does anybody know how to pipe the
headers to lbdb-fetchaddr in dropmail ? That is the only reason I can't
use it at the moment.

Greetings Christoph





Command line send

2002-04-10 Thread Carl Stehman

Does Mutt have a command line  option to send an e-mail
message directly from the command line like
cat message |mail [EMAIL PROTECTED] does for sendmail on
standard Unix? without any interactive action needed?

Thanks

Carl Stehman





Re: Command line send

2002-04-10 Thread Joel Hammer

Yes. mutt does the same thing. I believe that mutt even has an extra command
line option or two. read:
man mutt
man mail
Joel

 On Tue, Apr 09, 2002 at 09:33:02PM -0400, Carl Stehman wrote:
 Does Mutt have a command line  option to send an e-mail
 message directly from the command line like
 cat message |mail [EMAIL PROTECTED] does for sendmail on
 standard Unix? without any interactive action needed?
 
 Thanks
 
 Carl Stehman
 



Re: Command line send

2002-04-10 Thread David T-G

Carl --

...and then Carl Stehman said...
% 
% Does Mutt have a command line  option to send an e-mail
% message directly from the command line like
% cat message |mail [EMAIL PROTECTED] does for sendmail on
% standard Unix? without any interactive action needed?

You mean like cat message | mutt [EMAIL PROTECTED] or so?  Um, yeah.

You should try it out before asking a list :-)


% 
% Thanks

HTH  HAND


% 
% Carl Stehman
% 


:-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!




msg26964/pgp0.pgp
Description: PGP signature


Re: Mails are always tagged as old but unread

2002-04-10 Thread David T-G

Christoph --

...and then [EMAIL PROTECTED] said...
% 
% Hello again,

Hi!


% 
% I tried out nearly any combination of fetchmail, exim, procmail and
% getmail. And the result is: It's procmail. I don't know why, but NOT

Interesting.  I think you might actually mean ...


% using procmail doesn't insert the Status tags in the header.
% I just could't figure out, what the problem is. When I use an empty
% procmailrc , everything is fine. Using just some of my recipies is fine
% also. But using my hole procmailrc doesn't work.

... that it's one of your recipes, and not procmail itself :-)


% Is anybody interested in reading it ? (154 lines)

Sure.


% 
% So i think I will just use dropmail. Does anybody know how to pipe the
% headers to lbdb-fetchaddr in dropmail ? That is the only reason I can't
% use it at the moment.

No idea.


% 
% Greetings Christoph


HTH  HAND

:-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!




msg26965/pgp0.pgp
Description: PGP signature


Feature request: uncolor not only in index

2002-04-10 Thread Michael Tatge

Hi all,

I just played around with my color setup. I found that it's sometimes
usefull to hightlight numbers in the body of a message to find a phone
number and the like. Now, I want to do that only on demand.

macro pager f5 exitenter-commandcolor body [0-9]enterdisplay-message

So far so good. Currently it is impossible to remove that pattern
again. uncolor only works in the index.

Devellopers, any chance to change that?

TIA,

Michael
-- 
I've run DOOM more in the last few days than I have the last few
months.  I just love debugging ;-)
(Linus Torvalds)

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



Re: Feature request: uncolor not only in index

2002-04-10 Thread David T-G

Michael --

...and then Michael Tatge said...
% 
% Hi all,

Hello!


% 
% I just played around with my color setup. I found that it's sometimes
% usefull to hightlight numbers in the body of a message to find a phone

Sure; that makes sense.


% number and the like. Now, I want to do that only on demand.

Of course :-)


% 
% macro pager f5 exitenter-commandcolor body [0-9]enterdisplay-message
% 
% So far so good. Currently it is impossible to remove that pattern
% again. uncolor only works in the index.
% 
% Devellopers, any chance to change that?

What about a different approach: just search for [0-9\-/\.]* (figuring
that that will match most ways to write a phone number; with some magic
I'm sure it can include spaces without hitting ALL spaces in the message)
while in the pager and let mutt highlight the search results for you.


% 
% TIA,

HTH  HAND


% 
% Michael
% -- 
% I've run DOOM more in the last few days than I have the last few
% months.  I just love debugging ;-)
% (Linus Torvalds)
% 
% PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key


:-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!




msg26967/pgp0.pgp
Description: PGP signature


Re: Feature request: uncolor not only in index

2002-04-10 Thread Michael Tatge

David T-G ([EMAIL PROTECTED]) muttered:
 ...and then Michael Tatge said...
 % macro pager f5 exitenter-commandcolor body [0-9]enterdisplay-message
 % 
 
 What about a different approach: just search for [0-9\-/\.]*

No. This would color each and every -, / and ., too. But
([0-9]+[\.:/-]*)* would do for most numbers, phones, dates and times.
Only I cannot turn it off, which sucks.

Michael
-- 
Are [Linux users] lemmings collectively jumping off of the cliff of
reliable, well-engineered commercial software?
(By Matt Welsh)

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



Re: Feature request: uncolor not only in index

2002-04-10 Thread David T-G

Michael --

...and then Michael Tatge said...
% 
% David T-G ([EMAIL PROTECTED]) muttered:
%  ...and then Michael Tatge said...
%  % macro pager f5 exitenter-commandcolor body [0-9]enterdisplay-message
%  % 
%  
%  What about a different approach: just search for [0-9\-/\.]*
% 
% No. This would color each and every -, / and ., too. But
% ([0-9]+[\.:/-]*)* would do for most numbers, phones, dates and times.

Agreed; I said it would need some magic :-)


% Only I cannot turn it off, which sucks.

What's to turn off?  You can either re-search for a non-existent pattern
(or something empty like ^$ which won't show up anyway) if you're going
to continue reading through that message and somehow don't want to notice
the number any more or go back to the index and move on; on my mutt,
at least, the next message I enter is not pre-highlighted after a search
in another message.


% 
% Michael

HTH  HAND


:-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!




msg26969/pgp0.pgp
Description: PGP signature


Re: Feature request: uncolor not only in index

2002-04-10 Thread Gary Johnson

On Wed, Apr 10, 2002 at 04:06:02PM +0200, Michael Tatge wrote:
 David T-G ([EMAIL PROTECTED]) muttered:
  ...and then Michael Tatge said...
  % macro pager f5 exitenter-commandcolor body [0-9]enterdisplay-message
  % 
  
  What about a different approach: just search for [0-9\-/\.]*
 
 No. This would color each and every -, / and ., too. But
 ([0-9]+[\.:/-]*)* would do for most numbers, phones, dates and times.
 Only I cannot turn it off, which sucks.

Sure you can.  Since it is a search string, just type something like

/lasjdslkddd

I just let my fingers jitter on the home row.  It won't match anything,
thereby turning off the highlighting and leaving the pager otherwise
unchanged.

That being said, I would really like such an uncolor feature myself.  I
receive internal newsletters that I find easier to read if I highlight
the section headings like this:

display-hook '~s blips' 'push /\^[A-Z0-9][A-Z0-9 [:punct:]]*$^M'

These highlights disappear, however, whenever I search for something.
Being able to color and uncolor patterns in the pager would be a good
solution.

Gary

-- 
Gary Johnson   | Agilent Technologies
[EMAIL PROTECTED]   | Spokane, Washington, USA
http://www.spocom.com/users/gjohnson/mutt/ |



Re: Feature request: uncolor not only in index

2002-04-10 Thread Michael Tatge

David T-G ([EMAIL PROTECTED]) muttered:
 ...and then Michael Tatge said...
 %  
 %  What about a different approach: just search for [0-9\-/\.]*
^^
 % ([0-9]+[\.:/-]*)* would do for most numbers, phones, dates and times.
 
 % Only I cannot turn it off, which sucks.
 
 What's to turn off?

Right, you're talking about seraching not coloring, which I missed the
first time. Sorry.

Michael
-- 
Avoid the Gates of Hell.  Use Linux
(Unknown source)

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



compile errors

2002-04-10 Thread Eduardo Gargiulo

Hi all.

I'm trying to compile mutt-1.3.28i, but the process failed with the
following error:

--- 8 ---
pgp.c: In function `disable_coredumps':
pgp.c:70: variable `rl' has initializer but incomplete type
pgp.c:70: warning: excess elements in struct initializer after `rl'
pgp.c:70: warning: excess elements in struct initializer after `rl'
pgp.c:70: storage size of `rl' isn't known
pgp.c:75: warning: implicit declaration of function `setrlimit'
pgp.c:75: `RLIMIT_CORE' undeclared (first use in this function)
pgp.c:75: (Each undeclared identifier is reported only once
pgp.c:75: for each function it appears in.)
pgp.c:70: warning: unused variable `rl'
make[1]: *** [pgp.o] Error 1
make[1]: Leaving directory `/usr/home/egargiulo/qmail/mutt-1.3.28'
make: *** [install-recursive] Error 1
--- 8 ---

i get the same error with 1.3.27i version and i want pgp support.

how can i fix this?

TIA

-- 
Eduardo Gargiulo
ejg(at)ar.homelinux.org



Re: How to convert Outlook *.pst files to mbox format?

2002-04-10 Thread Bo Peng

Outlook can save emails to IMAP server. What I did was create an IMAP account
under outlook, select all, copy to a folder under IMAP. I do not know if
procmail will be activated if you copy them to your IMAP/inbox.

On Tue, Apr 09, 2002 at 09:41:25PM -0400, John P Verel wrote:
 Date: Tue, 9 Apr 2002 21:41:25 -0400
 From: John P Verel [EMAIL PROTECTED]
 To: Mutt Users' List [EMAIL PROTECTED]
 Subject: How to convert Outlook *.pst files to mbox format?

 This may be an FAQ, but I couldn't come up with it.

 I have substantial *.pst files from Microsoft Outlook from work which I
 want to convert to mbox format.  Any pointers on this will be gratefully
 appreciated.



 -- 
 John P. Verel
 Living Proof That Low Tech Beats High Tech!

-- 
Bo Peng
Department of Statistics
Rice University
http://www.stat.rice.edu/~bpeng



Re: Feature request: uncolor not only in index

2002-04-10 Thread David T-G

Michael --

...and then Michael Tatge said...
% 
% David T-G ([EMAIL PROTECTED]) muttered:
%  ...and then Michael Tatge said...
...
%  
%  % Only I cannot turn it off, which sucks.
%  
%  What's to turn off?
% 
% Right, you're talking about seraching not coloring, which I missed the

Ah.  Right.


% first time. Sorry.

Hey, no problem :-)


% 
% Michael
% -- 
% Avoid the Gates of Hell.  Use Linux
% (Unknown source)
% 
% PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key


:-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!




msg26974/pgp0.pgp
Description: PGP signature


No matching mailcap entry...

2002-04-10 Thread Thomas Baker

Dear all,

I am having trouble configuring mailcap to do anything
at all.  I am configuring Mutt 1.2.5i on Cygwin (see mutt -v
output below), and it seems to run normally in other respects
-- at any rate, I can read, send, and receive messages.

When I run:
mutt -F c:/cygwin/unixmail/users/tbaker/muttrc -f test-file

Mutt correctly reads:
1) c:/cygwin/unixmail/users/tbaker/muttrc, which sources
2) c:/cygwin/unixmail/etc/Muttrc

In _both_ muttrc and Muttrc (alternately), I have tested the following:
set mailcap_path=c:/cygwin/unixmail/etc/mailcap
set mailcap_path=/cygdrive/c/cygwin/unixmail/etc/mailcap
set mailcap_path=/unixmail/etc/mailcap

where c:/cygwin/unixmail/etc/mailcap consists of just one test line:
application/msword;   less %s  

Yet when I run
mutt -F c:/cygwin/unixmail/users/tbaker/muttrc -f test-file

and try to call up an attachment of Content-Type: application/msword, 
confirming that the type is application/msword, Mutt tells me No 
matching mailcap entry found.  Viewing as text.

I have spent the better part of three hours checking and re-checking
the pathnames, Content-Type:, dependencies between configuration files,
etc -- even on different test-files -- and am at a loss as to where 
the problem could lie.  Am I overlooking something obvious?

Tom





--
output of mutt -v
--

Mutt 1.2.5i (2000-07-28)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: CYGWIN_NT-5.0 1.3.10(0.51/3/2) [using ncurses 5.2]
Compile options:
-DOMAIN
-DEBUG
+HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
-USE_IMAP  -USE_GSS  -USE_SSL  -USE_POP  -HAVE_REGCOMP  +USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -ENABLE_NLS
SENDMAIL=no
MAILPATH=spool
SHAREDIR=/cygdrive/f/home/projects/unixmail/build/mutt/local/lib/mutt
SYSCONFDIR=/cygdrive/f/home/projects/unixmail/build/mutt/local/etc
-ISPELL
To contact the developers, please mail to [EMAIL PROTECTED].
To report a bug, please use the muttbug utility.



-- 
Dr. Thomas Baker [EMAIL PROTECTED]
Birlinghoven Library, Fraunhofer-Gesellschaft   mobile +49-171-408-5784
Institutszentrum Schloss Birlinghoven work +49-30-8109-9027
53754 Sankt Augustin, Germany  fax +49-2241-14-2619




no automatic Pgp verification

2002-04-10 Thread Hanspeter Roth

Hello,

how can one make Mutt not to verify the Pgp-signature automatically?
I want to do it manually if at all.

-Hanspeter



Re: no automatic Pgp verification

2002-04-10 Thread Hanspeter Roth

  On Apr 10 at 16:52, Hanspeter Roth spoke:

 Hello,
 
 how can one make Mutt not to verify the Pgp-signature automatically?
 I want to do it manually if at all.

pgp_verify_sig



Saving all attachments

2002-04-10 Thread Andre Bonhote

Hi there, mutt users!

I recently received a mail with about 20 attached files. The sender
didn't want to tar it, so I got them attached one by one.

You can imagine that saving was quite annoying.

Is there a way to save all at once?

[andre@coffee andre]$ mutt -v
Mutt 1.3.28i (2002-03-13)
Copyright (C) 1996-2001 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
...


TIAHAND

Andre
-- 
Real programmers use cat  a.out



IMAP browsing

2002-04-10 Thread Michal 'hramrach' Suchanek

I think it would be a good idea if c gave me folder tree of my current
account and not local folders. ie if I am viewing somebody@somewhere/INBOX
c should give me imap://somebody@somewhere/, not ~/Mail (or whatever).
The annoying behavior is observed in mutt-1.3.27i-4mdk.
Or is there a simple way of browsing my IMAP account I have overlooked?
Or prehaps there is a -devel list where this should be posted?

PS: I have no idea if I am currently subscribed
-- 
Michal Suchanek
[EMAIL PROTECTED]



Re: no automatic Pgp verification

2002-04-10 Thread David Champion

* On 2002.04.10, in [EMAIL PROTECTED],
*   Hanspeter Roth [EMAIL PROTECTED] wrote:
 Hello,
 
 how can one make Mutt not to verify the Pgp-signature automatically?
 I want to do it manually if at all.

Putt into your muttrc file:
set pgp_verify_sig=no
macro index \Cv enter-commandset 
pgp_verify_sig=yesenterdisplay-messageenter-commandset pgp_verify_sig=noenter 
Verify PGP signature

Now control-V will display a message with verification, but you won't
get it otherwise.

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



Re: IMAP browsing

2002-04-10 Thread Dan Boger

On Wed, Apr 10, 2002 at 04:21:45PM +0200, Michal 'hramrach' Suchanek wrote:
 I think it would be a good idea if c gave me folder tree of my current
 account and not local folders. ie if I am viewing somebody@somewhere/INBOX
 c should give me imap://somebody@somewhere/, not ~/Mail (or whatever).
 The annoying behavior is observed in mutt-1.3.27i-4mdk.
 Or is there a simple way of browsing my IMAP account I have overlooked?
 Or prehaps there is a -devel list where this should be posted?
 
 PS: I have no idea if I am currently subscribed

there is an easy way to do it... go to the folder browser (ctab by
default), then hit c and enter the path to your imap server
imaps://dan@localhost/... I can now browse my IMAP folders.

I believe there's an setting you can tweak to get this by default, but
too lazy to look it up now... I'd guess it'd be folders or something
similar.

:)

-- 
Dan Boger
Linux MVP
brainbench.com




msg26981/pgp0.pgp
Description: PGP signature


Re: IMAP browsing

2002-04-10 Thread David T-G

Michal --

...and then Michal 'hramrach' Suchanek said...
% 
% I think it would be a good idea if c gave me folder tree of my current
% account and not local folders. ie if I am viewing somebody@somewhere/INBOX
% c should give me imap://somebody@somewhere/, not ~/Mail (or whatever).
% The annoying behavior is observed in mutt-1.3.27i-4mdk.
% Or is there a simple way of browsing my IMAP account I have overlooked?

I don't work much with imap so I'm not sure, but have you tried setting
your $folder to your imap dir so that mutt knows to look there?  Even a
good dog can only figure out so much...


% Or prehaps there is a -devel list where this should be posted?

There is a mutt-dev list, but this is a simple user-level question, so
this is the right place.


% 
% PS: I have no idea if I am currently subscribed

Did you send a subscription request?  Did you get a welcome message?


% -- 
%   Michal Suchanek
%   [EMAIL PROTECTED]


:-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!




msg26982/pgp0.pgp
Description: PGP signature


Re: Outhouse on Mutt-Users?

2002-04-10 Thread Alexander Skwar

»Luke Ross« sagte am 2002-04-08 um 18:57:44 +0100 :
 As regards FQDN, if you'll pay for it!  It's currently a dodgy NAT'd

Why pay?  Get a dyndns account and there you've got your FQDN.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 21 hours 49 minutes



Re: Mailbox was corrupted

2002-04-10 Thread Rafael C. Gawenda

Quoting David T-G (Tue Apr  9 13:05:39 CEST 2002)

 If you *really* want to send a message to mutt-users and have it happily
 appear in your compressed folder, have your fcc-save-hook write to '^'
 after applying Byrial's current_shortcut patch; the message will end up
 in the temp file, and upon exit mutt will see that and use the close-hook
 to put the temp file back in place as the real file.  [BTW, I bet that
 even though your message to mutt-users shows up the message to which
 you're replying never shows up with an 'r', right?]

Done that. Thx. You're probably right, there is only one r flag in thæt
mailbox, and it's dated just before applying the compressed patch.

 % I did a backup of the full mail tree. Just in case ;)

 That's a good idea if you're delivering into that compressed folder.

Mmm... It sounds like I'm going to have a mutt-users and a mutt-users.gz in
~/mail/lists/inet-tech/mail, and in another 30 lists, which will break one
advantage of the current setup, where I've direct access to the mail-bag of
each list, while I'm reading new messages in that list... or perhaps I
should forget about that patch grin and look forward to an ext3 filesystem
for my mail tree.

I was still thinking of a way to make it work my way, but you mention about
another problem which I haven't thought of. Locks... I would be in a hurry
if procmail receives mail for the list I'm currently reading, but this could
be fixed stoping fetchmail as daemon, and running it manually (losing a
great feature).

-- 
Rafael C. Gawenda, rgawenda/at/pobox/dot/com
2:348/610@fidonet; GnuPG key: 0x5C4839A5; Registered LiNUX User #93375
The three most dangerous things are a programmer with a hammer, a hardware
tech with a software patch and a user with an idea.



msg26986/pgp0.pgp
Description: PGP signature


PGP: macro to fetch keys from keyserver?

2002-04-10 Thread Andre Berger


--liOOAslEiF7prFVr
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline

Hi,

I would like to define a keystroke that fetches gpg keys for me from
signed messages, like

gpg --keyserver www.keyserver.net --recv-keys 0x$KEY

But how can I get/define $KEY?

-Andre


--liOOAslEiF7prFVr
Content-Type: application/pgp-signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8tIEaWkhBtALlJZ0RAn7HAKC3y26UwUYSQgfXN3KIaR/61aKgzQCfZMlr
YW4bt4aRsiWWAGznw0VVp4s=
=i0cr
-END PGP SIGNATURE-

--liOOAslEiF7prFVr--



Re: PGP: macro to fetch keys from keyserver?

2002-04-10 Thread David T-G

Andre --

...and then Andre Berger said...
% 
% Hi,

Hello!


% 
% I would like to define a keystroke that fetches gpg keys for me from
% signed messages, like
% 
% gpg --keyserver www.keyserver.net --recv-keys 0x$KEY
% 
% But how can I get/define $KEY?

Why reinvent the wheel?  Just use $pgp_getkeys_command as found in
your_pgp-gpg_version.rc in the contrib directory in the tarball.


% 
% -Andre
% 


:-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!




msg26988/pgp0.pgp
Description: PGP signature


Re: Saving all attachments

2002-04-10 Thread Shawn McMahon

begin  Andre Bonhote quotation:
 
 I recently received a mail with about 20 attached files. The sender
 didn't want to tar it, so I got them attached one by one.

IMHO, bounce it, and say give me a break, dude, use tar.


-- 
Shawn McMahon| Information may want to be free, but fiber
http://www.eiv.com   | optic cable wants to be one million US
AIM: spmcmahonfedex, smcmahoneiv | dollars per mile.



msg26989/pgp0.pgp
Description: PGP signature


Re: Saving all attachments

2002-04-10 Thread David Champion

* On 2002.04.10, in [EMAIL PROTECTED],
*   Andre Bonhote [EMAIL PROTECTED] wrote:
 Hi there, mutt users!
 
 I recently received a mail with about 20 attached files. The sender
 didn't want to tar it, so I got them attached one by one.
 
 You can imagine that saving was quite annoying.
 
 Is there a way to save all at once?

No, but tagging all 20 messages, pressing tag-prefixsave-entry
(probably ;s), and pressing enter 20 times should be less painless.

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



Re: Saving all attachments

2002-04-10 Thread David Champion

* On 2002.04.10, in [EMAIL PROTECTED],
*   David Champion [EMAIL PROTECTED] wrote:
 
 No, but tagging all 20 messages, pressing tag-prefixsave-entry
 (probably ;s), and pressing enter 20 times should be less painless.

s/nless/nful/

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



Re: Sending mail to a recipient

2002-04-10 Thread Robert Conde

I think I have it working.  My .lbdbrc file wasn't formatted properly. 

Thanks,

-R

On Wed, Apr 10, 2002 at 10:51:52AM +0100, Dave Pearson wrote:
 * Robert Conde [EMAIL PROTECTED] [2002-04-10 00:10:06 -0400]:
 
  Is there a site that explains how to use this tool in depth. I'd
  especially like it to grab addresses from my Palm Pilot. I tried
  http://www.spinnaker.de/lbdb, but I didn't find it very helpful.
 
 [I'm the author of the palm module for lbdb] What problems are you having
 getting the palm side of lbdb working? What did you do to try and use it?
 
 -- 
 Dave Pearson:   | lbdb.el - LBDB interface.
 http://www.davep.org/   |  sawfish.el - Sawfish mode.
 Emacs:  |  uptimes.el - Record emacs uptimes.
 http://www.davep.org/emacs/ | quickurl.el - Recall lists of URLs.

-- 
Robert S Conde
PGP Key: 0xE94C96E3



msg26992/pgp0.pgp
Description: PGP signature


I've broken something

2002-04-10 Thread Rafael C. Gawenda

Hi there.

Don't know if it's my config, or some broken patch, I suppose it's the first
option, but when I enter my spool (by just nachine$ muttCR), read a
message, and quit, the mailbox doesn't get updated, ie, If I reenter, the
msg is still there (instead of being moved to +mbox), and marked as New...
Has somebody seen a similar behaviour?

Of course, I've the src package and patches handy, it's not lazyness, but if
it is the config, then is where I'm a little lost.

TIA

-- 
Rafael C. Gawenda, rgawenda/at/pobox/dot/com
2:348/610@fidonet; GnuPG key: 0x5C4839A5; Registered LiNUX User #93375
Try to remove the color-problem by restarting your computer several times 
(Microsoft-Internet Explorer README.TXT)



Re: I've broken something

2002-04-10 Thread darren chamberlain

* Rafael C. Gawenda [EMAIL PROTECTED] [2002-04-10 14:50]:
 Don't know if it's my config, or some broken patch, I suppose it's the
 first option, but when I enter my spool (by just nachine$ muttCR),
 read a message, and quit, the mailbox doesn't get updated, ie, If I
 reenter, the msg is still there (instead of being moved to +mbox), and
 marked as New...  Has somebody seen a similar behaviour?

Is the spool directory mounted via NFS?  Are permissions correct on
$MAIL?  Is /var some kind of strange partition type? Are you
(accidentally) opening the mailbox readonly (try bouncing on '%' a few
times)? 

(darren)

-- 
All things are possible, except for skiing through a revolving
door.



Re: I've broken something

2002-04-10 Thread Rob Reid

At  4:25 AM EDT on April 10 Rafael C. Gawenda sent off:
 Don't know if it's my config, or some broken patch, I suppose it's the first
 option, but when I enter my spool (by just nachine$ muttCR), read a
 message, and quit, the mailbox doesn't get updated, ie, If I reenter, the
 msg is still there (instead of being moved to +mbox), and marked as New...

Does pressing % in the index help?  (i.e. toggle-write with standard
keybindings)  And I assume you have write permission on your spool.

-- 
You just don't write jokes in base 13!  - Douglas Adams
Robert I. Reid [EMAIL PROTECTED] http://astro.utoronto.ca/~reid/
PGP Key: http://astro.utoronto.ca/~reid/pgp.html



Re: I've broken something

2002-04-10 Thread Rafael C. Gawenda

Quoting darren chamberlain (Wed Apr 10 14:55:03 CEST 2002)

 Is the spool directory mounted via NFS?

No

 Are permissions correct on $MAIL?

r-x   11 ais  ais  1024 Apr 10 10:36 mail

 Is /var some kind of strange partition type?

No, it's on the / fs

 Are you (accidentally) opening the mailbox readonly (try bouncing on '%' a few
 times)? 

Well... I've found something... if I repeat two or three times, then mutt
does the way it's supposed to.

It's weird! I'll be disconnecting in some minutes, till tomorrow. So I'm taking
this box home, to reinstall/compile mutt, and do some checks. Thank you.
I'll post problem/solution, if I find something interesting (yes, even if
I've put something like 'set MicrosoftHasGoodProgrammers=yes' into the cfg).

;)

-- 
Rafael C. Gawenda, rgawenda/at/pobox/dot/com
2:348/610@fidonet; GnuPG key: 0x5C4839A5; Registered LiNUX User #93375
...you could spend *all day* customizing the title bar.  Believe me. I speak from 
experience (Matt Welsh)



Re: I've broken something

2002-04-10 Thread David T-G

Rafael --

...and then Rafael C. Gawenda said...
% 
% Hi there.

Hello!


% 
% Don't know if it's my config, or some broken patch, I suppose it's the first
% option, but when I enter my spool (by just nachine$ muttCR), read a
% message, and quit, the mailbox doesn't get updated, ie, If I reenter, the

Are you using the stock mutt that you've had all along, or did you
just breed a new mutt?  In the latter case, whether you chose to use
mutt_dotlock or have mutt do the locking itself, does the proper binary
have the permissions to do so?

Show us what

  mutt -v
  ls -lF `which mutt` `which mutt_dotlock`

give you.  In addition, when you're in mutt, does the top line have a
percent in up in the left corner?  When you toggle-write (bound by
default to '%'), do you get the message that changes will and won't be
written, or does the percent sign silently stay up there?


% msg is still there (instead of being moved to +mbox), and marked as New...
% Has somebody seen a similar behaviour?

Yes -- when mutt_dotlock can't lock your mailbox.


% 
% Of course, I've the src package and patches handy, it's not lazyness, but if
% it is the config, then is where I'm a little lost.

Not a problem.


% 
% TIA

HTH  HAND


% 
% -- 
% Rafael C. Gawenda, rgawenda/at/pobox/dot/com
% 2:348/610@fidonet; GnuPG key: 0x5C4839A5; Registered LiNUX User #93375
% Try to remove the color-problem by restarting your computer several times 
(Microsoft-Internet Explorer README.TXT)


:-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!




msg26997/pgp0.pgp
Description: PGP signature


Re: I've broken something

2002-04-10 Thread David T-G

Rafael --

BTW, isn't your clock a bit off?  Your message said 10:42 +0200 but it
certainly doesn't look like that when I peek outside...


:-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!




msg26998/pgp0.pgp
Description: PGP signature


Re: Mailbox was corrupted

2002-04-10 Thread David T-G

Rafael --

...and then Rafael C. Gawenda said...
% 
% Quoting David T-G (Tue Apr  9 13:05:39 CEST 2002)
% 
%  If you *really* want to send a message to mutt-users and have it happily
...
%  to put the temp file back in place as the real file.  [BTW, I bet that
%  even though your message to mutt-users shows up the message to which
%  you're replying never shows up with an 'r', right?]
% 
% Done that. Thx. You're probably right, there is only one r flag in thæt
% mailbox, and it's dated just before applying the compressed patch.

Uh huh.  I thought so :-)


% 
%  % I did a backup of the full mail tree. Just in case ;)
% 
%  That's a good idea if you're delivering into that compressed folder.
% 
% Mmm... It sounds like I'm going to have a mutt-users and a mutt-users.gz in

That's one way to do it.  I, on the other hand, prefer to put my
compressed folders under =Z/ (or =D.work/Z or =D.school/Z or whatnot)
and out of the way.


% ~/mail/lists/inet-tech/mail, and in another 30 lists, which will break one
% advantage of the current setup, where I've direct access to the mail-bag of
% each list, while I'm reading new messages in that list... or perhaps I

Yeah, but how often do you really need to go back years and years into
the list past?  If you have six months, or maybe even only three months,
or quite possibly merely one month, in your active mailbox that will suit
for most tings -- and it's a simple matter of opening up another mutt
(or changing folders) to look at the archive folder.


% should forget about that patch grin and look forward to an ext3 filesystem
% for my mail tree.

Unless you have one whopping mail tree, it shouldn't be that bad.  Go
back into the archives and look for ext3, reiser, and pack rat and see
what some people keep around -- and on some very low-end systems, too!


% 
% I was still thinking of a way to make it work my way, but you mention about
% another problem which I haven't thought of. Locks... I would be in a hurry
% if procmail receives mail for the list I'm currently reading, but this could
% be fixed stoping fetchmail as daemon, and running it manually (losing a
% great feature).

Nah; don't cripple yourself that way, and I bet you won't notice your
list folders being split after a week or two.  Don't forget that you
could use grepmail to find things, too, and look in a compressed folder
about as easily as an uncompressed one...


% 
% -- 
% Rafael C. Gawenda, rgawenda/at/pobox/dot/com
% 2:348/610@fidonet; GnuPG key: 0x5C4839A5; Registered LiNUX User #93375
% The three most dangerous things are a programmer with a hammer, a hardware
% tech with a software patch and a user with an idea.




:-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!




msg26999/pgp0.pgp
Description: PGP signature


Re: PGP: macro to fetch keys from keyserver?

2002-04-10 Thread Dominik Mierzejewski

On Wednesday, 10 April 2002, David T-G wrote:
 % I would like to define a keystroke that fetches gpg keys for me from
 % signed messages, like
 % 
 % gpg --keyserver www.keyserver.net --recv-keys 0x$KEY
 % 
 % But how can I get/define $KEY?
 
 Why reinvent the wheel?  Just use $pgp_getkeys_command as found in
 your_pgp-gpg_version.rc in the contrib directory in the tarball.

Funny how it never worked for me. Could you quote yours? Or at least
one that's working and doesn't invoke some script no-one has ever
heard of?
 
-- 
The Universe doesn't give you any points for doing things that are easy.
-- Sheridan to Garibaldi in Babylon 5:The Geometry of Shadows
Dominik 'Rathann' Mierzejewski rathann(at)rangers.eu.org



Re: PGP: macro to fetch keys from keyserver?

2002-04-10 Thread Rocco Rutte

Hi,

* Andre Berger [04/10/02 20:14:51 CEST] wrote:
 I would like to define a keystroke that fetches gpg keys for me from
 signed messages, like

 gpg --keyserver www.keyserver.net --recv-keys 0x$KEY

 But how can I get/define $KEY?

It depends on what your goal is. If you want gpg to automatically import
keys if a key is missing, you only have to put your keyserver in
~/.gnupg/options. If you want to do it selectively on a per message
basis, there're several ways.

1) You could write a macro piping the message to GnuPG (which will be
   ignored). Don't put enter at the end of the line but '0x'. You then
   would have to type the key id manually.

2) You could - the complicated way - try some script in conjunction with
   the display_filter variable to do what you want.

Your choice. ;-)

But I think you want to simply add the keyserver to your GnuPG config
file. For use with pgp you (depending on the version used) have to set
$pgp_getkeys_command in your .muttrc.

HTH,

Cheers, Rocco.



msg27002/pgp0.pgp
Description: PGP signature


Re: PGP: macro to fetch keys from keyserver?

2002-04-10 Thread Rocco Rutte

Hi,

* David T-G [04/10/02 19:37:40 CEST] wrote:
 ...and then Andre Berger said...
 % I would like to define a keystroke that fetches gpg keys for me from
 % signed messages, like
 % 
 % gpg --keyserver www.keyserver.net --recv-keys 0x$KEY
 % 
 % But how can I get/define $KEY?

 Why reinvent the wheel?  Just use $pgp_getkeys_command as found in
 your_pgp-gpg_version.rc in the contrib directory in the tarball.

I guess he's using GnuPG.

| pdmef@klaus~$ grep getkeys ~/tmp/builds/mutt/contrib/gpg.rc
| # set pgp_getkeys_command=pkspxycwrap %r
| pdmef@klaus~$

Cheers, Rocco.



msg27003/pgp0.pgp
Description: PGP signature


Re: broken link in FAQ

2002-04-10 Thread Jeremy Blosser

On Apr 08, fEd Franks [[EMAIL PROTECTED]] wrote:
 The FAQ found at the website URL:
 
 http://www/fefe/de/muttfaq/faq.html
 
 has a broken link... Under How can I report bugs?, the link check
 Sven's giantlist of known bugs gets me an HTML error:
 
 Forbidden
 ... 
 I would like to know if my error during make install
 under Solaris 8 is a known bug or not.

The canonical list of reported bugs is kept at:

http://bugs.guug.de/db/pa/lmutt.html

If you lose that link you can find it linked from http://www.mutt.org/ as
Current Reported Bugs.



msg27004/pgp0.pgp
Description: PGP signature


NFS problems

2002-04-10 Thread Rocco Rutte

Hi,

I just started another attempt to get mutt 1.5 working at one of my
accounts. Without any sucess so far. Hopefully someone can help.

The situation so far is that sending mail doesn't work because mutt does
not show up again after returning from the editor (saving works). I try
to summarize what I've tried so far.

I linked dynamically (against glibc) and statically (against dietlibc)
using S-Lang which seems to be okay. The binary is packed using upx
which is okay, too. I've been playing around with fnctl(), flock() and
also disabled usage of a dotlock program. Using mutt_dotlock from mutt
1.2.5 doesn't work either. No combination worked. I also tried to keep
the mutt binary and $tmpdir on the same device avoiding usage of NFS
mounts. No sucess, same result. I tried different editors, no sucess.
And running mutt with '-d 4' just makes it telling me about its color
configuration.

I'm completely helpless since exactly the same binary does work on my
machine (where it was built). But on the target, the process table just
shows mutt running so that I have to kill it. I didn't try using '-H'
yet, but if I can't compose mails from within mutt I can skip its usage.

I got some pointers from the archives and from Google, which made me
play with ./configure options and edit config.h but nothing helped.

There are differences between both machines but the main one is that the
remote machine uses NFS to import the home directories. Different
kernels (2.2.x vs. 2.4.x) and glibcs (2.1.x vs. 2.2.x) used shouldn't
matter with statically linked binaries. That's why I _guess_ I'm having
trouble with NFS.

If anyone can help...

Cheers, Rocco.



msg27005/pgp0.pgp
Description: PGP signature


Re: Saving all attachments

2002-04-10 Thread Cameron Simpson

On 12:56 10 Apr 2002, David Champion [EMAIL PROTECTED] wrote:
| * On 2002.04.10, in [EMAIL PROTECTED],
| * Andre Bonhote [EMAIL PROTECTED] wrote:
|  I recently received a mail with about 20 attached files. The sender
|  didn't want to tar it, so I got them attached one by one.
|  You can imagine that saving was quite annoying.
|  Is there a way to save all at once?
| 
| No, but tagging all 20 messages, pressing tag-prefixsave-entry
| (probably ;s), and pressing enter 20 times should be less painless.

Pipe the message through munpack:

|munpack

or

|mkdir unpack-dir;cd unpack-dir; munpack

should do it just fine. That's what I use for any procmail based automatic
unpacking I use  - well, with a wrapper script:

http://www.zip.com.au/~cs/scripts/mailunpack

Cheers,
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

One rider (Kenny Roberts?) described The CorkScrew as:
It's like driving your bike into a phone booth, and then
having the phone booth dropped down an elevator shaft!