imap folders index

2000-08-07 Thread Bernhard Valenti

i connect to my IMAP server that has ~8 folders, the thing is that right now i have to 
go through all the folders every few minutes to check if there is
any new mail in one of them. is there a solution for that so mutt like displays a 
message that folder X has a new mail... or is there some imap folder
index which shows the read/unread count ? ( oh and it would be cool if you can make 
mutt execute a command when a new mail arrives )

regards,
bernhard valenti



Re: imap folders index

2000-08-07 Thread Rudi van Houten

On Mon, Aug 07, 2000 at 01:26:09AM +0200, Bernhard Valenti wrote:
 i connect to my IMAP server that has ~8 folders, the thing is that right now i have 
to go through all the folders every few minutes to check if there is
 any new mail in one of them. is there a solution for that so mutt like displays a 
message that folder X has a new mail... or is there some imap folder
 index which shows the read/unread count ? ( oh and it would be cool if you can make 
mutt execute a command when a new mail arrives )

That is typically a job for the mail delivery agent. If you give the
job to procmail you can instruct it to speak the famous
"You hav got mail" for every message that comes in. Or even different
sounds or screen flashing for every separate folder where you store
the mail if you use filters.

 
 regards,
 bernhard valenti

-- 
Rudi van Houten   Department of Mathematics Utrecht University
Budapestlaan 8  -  3584 CD  -  Utrecht  -  Netherlands
:-) Fantasy is given mankind to make amends for what he is not,
and a sense of humour as consolation for what he is.



Re: imap folders index

2000-08-07 Thread Joe Abley

On Mon, Aug 07, 2000 at 10:50:04AM +0200, Rudi van Houten wrote:
 That is typically a job for the mail delivery agent. If you give the
 job to procmail you can instruct it to speak the famous
 "You hav got mail" for every message that comes in. Or even different
 sounds or screen flashing for every separate folder where you store
 the mail if you use filters.

Hmm. Procmail runs on my inbound mail on a machine colocated about
20,000km away from the place that I read my mail. It would need to be
a particularly loud and obnoxious "you have mail" for me to hear it :)

In general, if you're using IMAP, I think it's unlikely that the MDA
is running on the same host as mutt.

I would also be interested to know if it's possible to tell mutt to
check a list of IMAP folders periodically. If not, this would be a useful
addition, I think.


Joe

 PGP signature


Re: GPG scripting for muttrc

2000-08-07 Thread David T-G

Gary --

...and then Gary said...
% Hello all, 
% I have just switched over to GPG instead of PGP, as PGP 6.52 would not

Woo hoo!  Welcome :-)


% work properly.  The new GPG installed well, but I cannot get is
% properly scripted (for a lack of knowledge) in my muttrc file.  

Hmmm...  How so, I wonder?  Or are you, as was I, just baffled and too
nervous to get started? :-)


% 
% Can someone help, or point me in the right direction for a sample
% script on line?  Could not find any references in the sample rc files
% on line.  

Charles Curley would say that it all works right out of the box, but I
didn't believe him when I first tried it.  All in all, though, he's quite
right :-)

Check your tarball's contrib dir for a gpg.rc file; copy that file into
your ~/.mutt (or wherever you have your muttrc files; if you have only
one as ~/.muttrc, you might want to call this ~/.muttrc.gpg or some
such).  Source this file somewhere in your muttrc (more on that later).

You may want to make a few changes; I did.  I had to get rid of the
gpg-2comp "arg" in each of the pgp_* command definitions since I don't
have that; IIRC, that is how you get gpg to generate sigs/crypts that are
compatible with pgp2 instead of pgp5 and up.  That was about it, though,
thanks to some changes in my gpg options file.  And, so, ...

On to your gpg options file, found as ~/.gnupg/options.  This is generated
automatically the first time you run gpg, so run it once and then fire
up your editor.  You very well might want to set your default-key and
encrypt-to settings; the former is obvious, but you will note that setting
the latter to your keyid will ensure that you can read any message you
send out (by also encrypting the message to your public key).  [You can
now save a cleartext fcc instead, and that would not only make your sent
messages smaller but also keep your keyid out of them, but this is what
worked for me; I want my local copy encrypted.]  You'll probably want to
set no-greeting and even no-secmem-warning if your gpg is not installed
sgid; after all, you know by now that it is using insecure memory :-)

Hokay, then; back to your muttrc file.  If you were using pgp with a mutt
before 1.x (as I was), then you'll have some cleaning to do; the old
vars pgp_encryptself, pgp_v2, pgp_v5, pgp_gpg, and pgp_default_version
are gone now (and that first one is why you want to set your encrypt-to
option; it's also easier than specifying the extra recipient in all of
the encrypt commands in gpg.rc).  Anyway, you'll know that all is well
if you fire up mutt and it doesn't tell you about bad variables!

Once you have your muttrc sourcing gpg.rc (this is handy not only because
it unclutters your muttrc but also because you can use a single hook
to then source any encryption rc file; maybe you want to use pgp2 when
trading mail with person X but gpg otherwise...) successfully, you should
be able to send signed and/or encrypted email pretty painlessly.  You can
now even send old-style signatures; setting "pgp_create_traditional"
causes mutt to use pgp_clearsign_command instead of pgp_sign_command :-)


% 
% Thanks for your help,

HTH  HAND


% 
% Regards,
% Gary


:-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.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*


 PGP signature


Re: imap folders index

2000-08-07 Thread Bernhard Valenti

On Mon, Aug 07, 2000 at 10:50:04AM +0200, Rudi van Houten wrote:
 That is typically a job for the mail delivery agent. If you give the
 job to procmail you can instruct it to speak the famous
 "You hav got mail" for every message that comes in. Or even different
 sounds or screen flashing for every separate folder where you store
 the mail if you use filters.

well, the thing is that i leave all the mail on my LAN gateway, and i
get my mail from it via imap ( i use procmail there to distribute the
mails into several folders ) but i dont see how my local machine would
realize when a new mail arrives, except mutt checking the mailbox and
then it sees that there is a new mail.

bernhard valenti




Re: gpg + mutt + keyfiles

2000-08-07 Thread David T-G

Hi, all --

...and then Nils Vogels said...
% 
% set pgp_getkeys_command="gpg --recv-keys --keyring pubkey.import.gpg %r"
% 
% only, for some reason, gpg sends out the error, reporting that the email
% adress where the mail comes from is not a valid key-id. IMHO this error is
% quite correct, since an email address is in fact not an email address..

I get this, too, and eagerly await followup.  I'm tired of having to hit
Ctrl-L and I never got anywhere productive with the slang build (reputed
to not have the display refresh problem).


:-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.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*


 PGP signature


PGP6 The Bat

2000-08-07 Thread Caster

My friend uses PGP 6.x and The Bat. Unfortunately Mutt doesn't recognize
that a message from him is signed. There is a recipe in the FAQ, but it
doesn't work in this case. The recipe begins with:

:0
* !^Content-Type: message/
* !^Content-Type: multipart/
* !^Content-Type: application/pgp

In his mails the are headers like this:

Content-Type: multipart/mixed; boundary="--6B13520415787970"

That's why procmail doesn't send the mail to reformat. I could delete
the "* !^Content-Type: multipart/" line, but I'm not sure if that
couldn't interfere with some other cases. What recipe do you suggest (I
think it should be placed in the FAQ too)?

-- 
Tomasz Olszewski
[EMAIL PROTECTED]



Re: PGP6 The Bat

2000-08-07 Thread David T-G

Tomasz, et al --

...and then Caster said...
% My friend uses PGP 6.x and The Bat. Unfortunately Mutt doesn't recognize
...
% 
% In his mails the are headers like this:
% 
% Content-Type: multipart/mixed; boundary="--6B13520415787970"

Ugh!


% 
% That's why procmail doesn't send the mail to reformat. I could delete

Yep.


% the "* !^Content-Type: multipart/" line, but I'm not sure if that
% couldn't interfere with some other cases. What recipe do you suggest (I
% think it should be placed in the FAQ too)?

Rather than that I'd create another recipe (or dig back into the docs to
figure out how to OR it into the first) to at least match on

  *^Content-Type: multipart/mixed; boundary="---

and maybe even add his address to further limit false reformats.
Basically, it looks like TheBat! is kinda screwed up...


% 
% -- 
% Tomasz Olszewski
% [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.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*


 PGP signature


Re: imap folders index

2000-08-07 Thread Brendan Cully

On Monday, 07 August 2000 at 01:26, Bernhard Valenti wrote:
 i connect to my IMAP server that has ~8 folders, the thing is that right now i have 
to go through all the folders every few minutes to check if there is
 any new mail in one of them. is there a solution for that so mutt like displays a 
message that folder X has a new mail... or is there some imap folder
 index which shows the read/unread count ? ( oh and it would be cool if you can make 
mutt execute a command when a new mail arrives )

Just use the documented "mailboxes" command:

mailboxes {host}Mail/foo-list {host}Mail/bar-list

of course you can also use the standard folder shortcuts, eg:

set folder={host}Mail
mailboxes =foo-list =bar-list

-- 
Don't make Godzilla mad!

 PGP signature


Some small problems...

2000-08-07 Thread GianPiero Puccioni

Hi,
   I am a new Mutt user (just a few days). Sven tried to convince me to
switch from Elm time ago on comp.mail.elm, but I was using HP-UX at the
time and had a few problems, now that I switched to Linux I tried again
with a lot more success. But I still have a few problems that the
docs/FAQ didn't resolve, I hope someone can help.

I am using mutt 1.2.4i on a RedHat 6.1 using KDE and Konsole as a
terminal. I installed it with the RPM found in mutt.linuxatwork.at

For some reason the end key doesn't work, all the other keys, home,
PageUp PageDown, etc  work but end doesn't. I tried to put a

bind pager \e[F bottom

which is what comes out with ^V in vi but it doesn't work either. Is this
a known problem in Mutt/Konsole/KDE/X ? Or did I do something wrong?

How do you get back to the spoolfile from another mailbox? As an Elm
user I tried "c !" and it works (and afterwards I found it in the doc)
but the Help lists it as "shell escape".  Shouldn't it be listed in the
Help line at the bottom or at least when you invoke "?" at the "folders"
screen? Same thing for "" that change to the "record" mailbox, while
"" doesn't seem to work as it tries to move to ~/mbox even if I set it
to a different file (unless I did something wrong). 

In the help there is also a definition for Tab as: 
 
"toggle-mailboxes"  toggle whether to browse mailboxes or all files 

but I can't understand what it means as I use Tab from the "Open
mailbox ('?' for list):" prompt to open the folders list (at that moment
"?" is listed both as "Help" and "list") and pressing Tab again brings
me back to the last mailbox opened.

Another thing: aliases. Is there a way to define a new alias without
having a message from that address? Or the only way is editing the
proper file? Or maybe what I am supposed to do is press "a" on any
message and then delete what comes up and fill in with what I want the
alias to be? Not exactly the easiest thing.  And there is a way of
opening the alias list without starting a new message and pressing TAB
at the "To:" prompt? 

Thanks for the Help.

Ciao,
   GianPiero
-- 

*  Istituto Nazionale di OtticaGianPiero Puccioni  *
*  Largo E.Fermi 6E-Mail : [EMAIL PROTECTED]  *
*  I-50125  Firenze - ITALY Tel +39 055 23081  -  Fax +39 055 2337755  *




Re: PGP6 The Bat

2000-08-07 Thread Caster

Hello Mutt Users!
On pon 07 sie 2000 10:12:27 GMT David T-G wrote:

 Rather than that I'd create another recipe

I was thinking about that but it's slow.

 (or dig back into the docs to
 figure out how to OR it into the first) to at least match on

It would be the best but it's impossible :( Of course it is possible to
pass parts called "branches" to regex (simply (something|else)), but
there is no way one could pass a logical NOT concerning ONE of them.
It's because regex doesn't support logical NOT (exception: a bracket
expression). Procmail does but it concerns the whole condition.

 Basically, it looks like TheBat! is kinda screwed up...

Well, I can just agree :)

Maybe someone knows a tip that could replace the new recipe based
solution (like I said it will slow down mail delivery)?

-- 
Tomasz Olszewski
[EMAIL PROTECTED]

 PGP signature


Multiple quoting

2000-08-07 Thread Petr Hlustik

Hello,

I was trying to define a folder-hook for the IMAP default message as posted
some time ago but could not do the necessary quoting right. I can do double
quoting:

push "l!~s 'FOLDER INTERNAL DATA'\n"

but how do I quote the whole push thing again if I need to have

folder-hook . push "l!~s 'FOLDER INTERNAL DATA'\n"

Sorry if this is trivial or I missed it in the manual.

Thanks,
Petr



Re: PGP6 The Bat

2000-08-07 Thread David T-G

Tomasz, et al --

...and then Caster said...
% Hello Mutt Users!
% On pon 07 sie 2000 10:12:27 GMT David T-G wrote:
% 
%  Rather than that I'd create another recipe
% 
% I was thinking about that but it's slow.

You mean slow for you to write for every user like this, or slow for
procmail to process because it's another recipe to check?

I can certainly understand the frustration of having specific procmail
rules for each correspondent, but how much would an additional recipe (or
three or ten) really slow down your delivery?  My collection of included
rules files currently has (hmmm ... counts ":0" occurences ...) something
like 247 recipes (some nested) and my mail delivery certainly seems to
go pretty quickly.  I admit that even I don't worry too much if it takes
an extra second or two for mail to land in a mailbox, since I'm probably
answering another when it arrives anyway :-)


% 
%  (or dig back into the docs to
%  figure out how to OR it into the first) to at least match on
% 
% It would be the best but it's impossible :( Of course it is possible to

I was afraid of that.  Ah, well...


%  Basically, it looks like TheBat! is kinda screwed up...
% 
% Well, I can just agree :)

*grin*


% 
% Maybe someone knows a tip that could replace the new recipe based
% solution (like I said it will slow down mail delivery)?

That's what I thought you said.  Interesting.


% 
% -- 
% Tomasz Olszewski
% [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.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*


 PGP signature


Re: PGP6 The Bat

2000-08-07 Thread Thomas Roessler

On 2000-08-07 13:38:22 +0200, Caster wrote:

 In his mails the are headers like this:

 Content-Type: multipart/mixed; boundary="--6B13520415787970"

Could you forward a complete message to this list, including all
relevant headers, and the nested MIME stuff?

Thanks.

-- 
Thomas Roessler [EMAIL PROTECTED]



Re: Some small problems...

2000-08-07 Thread Jesper Holmberg

* Michael Tatge [EMAIL PROTECTED] [000807 20:39]:
 GianPiero Puccioni muttered:
  
  I am using mutt 1.2.4i on a RedHat 6.1 using KDE and Konsole as a
  terminal. I installed it with the RPM found in mutt.linuxatwork.at
  
  For some reason the end key doesn't work, all the other keys, home,
  PageUp PageDown, etc  work but end doesn't.
 
 Sorry can't help you with that. I use rh 6.2 and everything works fine.
 
Well this is exactly what I've experienced as well. On RedHat 6.1,
end didn't work. After an upgrade to RedHat 6.2, the problem
disappeared. Now, on Mandrake 7.1, as my previous question indicated,
neither home, end, ALT nor F1-F12 work.

Could anyone explain this? These three systems are indeed rather
similar.

Jesper



Changing my_hdr back to default

2000-08-07 Thread Ben Beuchler

I've setup up a macro for sending mail as another "persona" that looks
something like this:

macro index M ":my_hdr From: [EMAIL PROTECTED]enterm"

What I'm trying to work out is a way to automatically switch back to
using my normal information for any future emails.

Any suggestions?

Thanks,
Ben

-- 
Ben Beuchler [EMAIL PROTECTED]
MAILER-DAEMON (612) 321-9290 x101
Bitstream Underground   www.bitstream.net



Re: Changing my_hdr back to default

2000-08-07 Thread Michael Elkins

On Mon, Aug 07, 2000 at 03:33:30PM -0500, Ben Beuchler wrote:
 What I'm trying to work out is a way to automatically switch back to
 using my normal information for any future emails.

If mutt is configured to use the correct address without the use of my_hdr,
you can simple use something like:
bind index \eM :unmy_hdr from
alternatively you can use another `my_hdr' command to set it back to
whatever you want.

me

 PGP signature


Re: PGP6 The Bat

2000-08-07 Thread Caster

Hello Mutt Users!
On pon 07 sie 2000 13:21:59 GMT David T-G wrote:

 You mean slow for you to write for every user like this, or slow for
 procmail to process because it's another recipe to check?

As you know (after reading the very end of my previous mail) I mean slow
for procmail :)

 I can certainly understand the frustration of having specific procmail
 rules for each correspondent

Well, I didn't even think of something like that. It has to be user
independent.

 My collection of included
 rules files currently has (hmmm ... counts ":0" occurences ...) something
 like 247 recipes
   ^^^ 
Jeez! It really is a BIG procmailrc :)

 (some nested) and my mail delivery certainly seems to
 go pretty quickly.  I admit that even I don't worry too much if it takes
 an extra second or two for mail to land in a mailbox, since I'm probably
 answering another when it arrives anyway :-)

I don't think some new recipes could _really_ slow down procmail.
However I like my scripts and other things to be as fast, simple and small
as possible. Sometimes even paranoic :) However I don't see any other
easy solution. I think I'll have to add another recipe. Hope it'll work
:)
THX for replying.

-- 
Tomasz Olszewski
[EMAIL PROTECTED]

 PGP signature


Re: PGP6 The Bat

2000-08-07 Thread Caster

Hello Mutt Users!
On pon 07 sie 2000 13:21:59 GMT David T-G wrote:

 That's what I thought you said.  Interesting.

Maybe this will interest you. I think the recipe in the PGP-Notes is
wrong. Let's say someone sends me a message with an enclusore. He is
also using PGP and signs the message. There is a
Content-Type: multipart/.
header in his mail. Because of it the recipe doesn't match the mail. I
think that "* !^Content-Type: multipart/" should be scratched.

-- 
Tomasz Olszewski
[EMAIL PROTECTED]

 PGP signature


Mutt.org down on Sat am

2000-08-07 Thread Steve Kennedy

Due to some unforeseen work on the site where the servers hosting
the website and mailing lists for mutt.org, power is being turned
off from Sat 2am (GMT) through probably 6am.

This means there will be no access to the website or lists during
this time.

Sorry for the inconvenience.

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Re[2]: PGP6 The Bat

2000-08-07 Thread Gary

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Caster and David,

On Monday, August 07, 2000, 1:27:17 PM, you hammered out in part about
"PGP6  The Bat":

 You mean slow for you to write for every user like this, or slow
 for procmail to process because it's another recipe to check?

Since I am in "that other OS" now, I can send you a signed PGP file of
PGP 6.3 in The Bat! so that you can see the headers.  The Bat! uses
two types of PGP structuring. It has it's own internal PGP which only
enables RSA type of encryption. You can use your own PGP flavor and
have the program just point or path to it, and it will automatically
use that newer external PGP and keyrings, etc.

I do not know why it uses that form in the headers, but I can surely
write to the programmers with respect to it, or on the Beta list, to
see what develops.

In reading your email in The Bat!, your signature is seen as an
attachment (called "message.att) and not in-line with the message,
which means one has to open it up separately.  Is this normal with
Mutt?  How would you set your GPG sig in-line?

- --

Best regards,
 Gary

Today's thought: Never settle with words what you can accomplish with
a flame-thrower.

PGP Public Key: mailto:[EMAIL PROTECTED]?subject=SendPGPKey

-BEGIN PGP SIGNATURE-
Version: PGP 6.5i

iQA/AwUBOY8vD7RAbdkF60/7EQK4PACfTdKuj6MmZh8szLKntdIEs5UrJHkAoM90
wK56pJjC1XX6rDd6atBMkyVc
=mNhz
-END PGP SIGNATURE-






Re: imap folders index

2000-08-07 Thread Bernhard Valenti

On Mon, Aug 07, 2000 at 10:48:24AM -0400, Brendan Cully wrote:
 Just use the documented "mailboxes" command:
 
 mailboxes {host}Mail/foo-list {host}Mail/bar-list

i did that and added all my IMAP folders, when i press tab ( at the
directory browser ) i can see all of them, but unfortunatly it doesnt
display wether a folder has a new mail ( the docs say it should indicate
new mails ) 
i have
set mail_check = 60
set imap_checkinterval = 10
so mutt should check every 10 seconds

 of course you can also use the standard folder shortcuts, eg:
 
 set folder={host}Mail
 mailboxes =foo-list =bar-list

i have
set folder = {10.0.0.55}INBOX
but actually mutt still goes to the /var/mail/wedge spool when its
started, ( i realize the -y argument so it goes to the mailboxes list by
default )
and mailboxes is set to {10.0.0.55}INBOX etc

bernhard valenti



Re: Some small problems...

2000-08-07 Thread Marius Gedminas

On Mon, Aug 07, 2000 at 10:09:29PM +0200, Jesper Holmberg wrote:
 Well this is exactly what I've experienced as well. On RedHat 6.1,
 end didn't work. After an upgrade to RedHat 6.2, the problem
 disappeared. Now, on Mandrake 7.1, as my previous question indicated,
 neither home, end, ALT nor F1-F12 work.
 
 Could anyone explain this? These three systems are indeed rather
 similar.

OK, you asked for it...

rant
Various terminal control sequences, including the ones that the terminal
sends to the program on various key presses, are described in the
terminfo database (distributed with ncurses).  The program knows what
type of terminal you have by checking the $TERM variable.

This is a nice and clever system.  Unfortunatelly, very often the
database and the actual terminal control sequences get out of sync.
This is due to the sad fact, that different versions of a terminal
program and even different kinds of them often advertise themselves with
the same $TERM value ("xterm" is the most popular), but send and
interpret quite different control sequences.  Besides, even the same
version of the same program can be compiled with different #defines and
have various configuration files that change the control sequences, but
terminfo description stays the same.

The result is a mess.  I've yet to see a single Linux distribution which
doesn't need terminfo hacking for all keys to be recognised correctly in
all terminal emulators (things usually work fine in the Linux console...
except the notorious Backspace/Delete issue).  I admit that I haven't
seen much of them (only different versions of Slackware, Red Hat and
Mandrake).

All keys work for me now.  This is because I spent weeks configuring
Eterm: hacking its terminfo, playing with configure options and various
#defines, and sending bug reports to the author (which was quick to
respond, thanks, Michael).  It took so long mostly because I was doing
it by trial and error, and had to learn about this terminfo thing and
how it works.  I think I could fix a broken[1] terminfo entry in a
couple of minutes now:

  $ infocmp $TERM  $TERM.ti
  $ vi $TERM.ti
  (with a couple of shells to do `man terminfo')
  $ tic $TERM.ti

---
[1]  It's hard to say which is broken -- the terminfo entry, or the
terminal program, which doesn't correctly emulate the terminal described
in terminfo.  But it is easier to change the terminfo entry than the
program.

/rant

Good luck,
Marius Gedminas
-- 
If C gives you enough rope to hang yourself, C++ gives you enough rope
to bind and gag your neighborhood, rig the sails on a small ship, and
still have enough rope left over to hang yourself from the yardarm.



Re: PGP6 The Bat

2000-08-07 Thread Aaron Schrab

At 23:16 +0200 07 Aug 2000, Caster [EMAIL PROTECTED] wrote:
 Maybe this will interest you. I think the recipe in the PGP-Notes is
 wrong. Let's say someone sends me a message with an enclusore. He is
 also using PGP and signs the message. There is a
 Content-Type: multipart/.
 header in his mail. Because of it the recipe doesn't match the mail. I
 think that "* !^Content-Type: multipart/" should be scratched.

I suspect that that's what's happening in this case, since the example
message (which had Content-Type: text/plain) got modified by my procmail
rules and mutt successfully checked the signature.

But the rule that prevents this from happening with multipart messages
is necessary, because the modification that is done by that rule will
prevent mutt (or any MUA) from dealing with multipart messages.  So,
it's a tradeoff:
 - Do you want automatic signature checking, but need to go through some
   fairly complex steps to get at attachments.
 - Or do you want to be able to actually use attachments right from in
   mutt, with manual signature checking being fairly easy.

Myself, I'll stick with manually checking signatures when necessary.

-- 
Aaron Schrab [EMAIL PROTECTED]  http://www.execpc.com/~aarons/
 When we write programs that "learn", it turns out we do and they don't.

 PGP signature


Re: imap folders index

2000-08-07 Thread Mikko Hänninen

Bernhard Valenti [EMAIL PROTECTED] wrote on Mon, 07 Aug 2000:
 set folder = {10.0.0.55}INBOX
 but actually mutt still goes to the /var/mail/wedge spool when its
 started,

I don't know anything (much) about IMAP, but if you want to change the
default inbox, the proper variable is $spoolfile, not $folder.  $folder
determines where the + and = folder name shortcuts point to.


Regards,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy  scifi, the Corrs /
All those who believe in psychokinesis raise my hand.



marking messages and multiple accounts/personalities

2000-08-07 Thread John Saylor

Hi

I like mutt, but haven't found out how to do 2 things. Maybe they're
just staring right at me but I haven't found them. Any pointers or
suggestions welcome.

THING 1
- -
Where do I look to find out about marking a bunch of messages that the
same thing should happen to. For instance, let's say I want to copy
several contiguous or non-contiguous messages to another folder. How do
I do that?

THING 2
- -
And where should I look about having multiple personalities within the
same reader? For instance, I have POP3 and IMAP4 accounts and I when I'm
in my POP3 personality, I want to see the POP3 folders and have the
right return address on outgoing mail. Likewise, with the IMAP4 stuff, I
want the folders and addressing to be right auto-magically.

-- 
\js

Mankind owes to the child the best it has to give. 
-United Nations Convention on the Rights of the Child (1989) 



Re: marking messages and multiple accounts/personalities

2000-08-07 Thread Nils Vogels

Hi John Saylor !

On Mon 07 Aug 2000 (21:46), you muttered on the list:

 Hi
 
 I like mutt, but haven't found out how to do 2 things. Maybe they're
 just staring right at me but I haven't found them. Any pointers or
 suggestions welcome.
 
 THING 1
 - -
 Where do I look to find out about marking a bunch of messages that the
 same thing should happen to. For instance, let's say I want to copy
 several contiguous or non-contiguous messages to another folder. How do
 I do that?
 
Mark them (using T or t in default mutt setup) and then use ; (again, in
default mutt setup) to mass-do things ;)

 THING 2
 - -
 And where should I look about having multiple personalities within the
 same reader? For instance, I have POP3 and IMAP4 accounts and I when I'm
 in my POP3 personality, I want to see the POP3 folders and have the
 right return address on outgoing mail. Likewise, with the IMAP4 stuff, I
 want the folders and addressing to be right auto-magically.
 
Have a look at http://www.iki.fi/martti.rahkila/mutt/ 

There is a small perl script that you can use to setup multiple profiles.
Works great.

Grtz,

Nils.