Desktop <-> Laptop mail data exchange

2001-03-26 Thread Daniel Kollar
Hi! Some weeks ago there was a discussion about desktop <-> laptop mail data exchange. The idea was to have on both systems the same mail data. It should be possible on both systems to get/read/move/delete and post messages. The mail dir on both systems should be updated automatically. Because I

Re: Mutt under Win2k

2001-03-21 Thread Daniel Kollar
Hi! I would like to get mutt running on my notebook and M$ Windows. I've looked at the www.cygwin.com homepage but could not make out that mutt is supported by cygwin. Where do I get the source or binary of mutt for cygwin? BTW: cygwin is new for me and not yet installed on my notebook. What too

nice URL handling

2001-03-06 Thread Daniel Kollar
Hi! Here are two nice ideas for URL handling: 1) Colorize URLs in the pager: color body magenta default '(((ftp|http|https)|mailto)[.:][^ >"]*|www.[-a-z_0-9/.?=&,:]+)[^ .,;>">():]' 2) start netscape on URL with mouse usage: macro pager \eh '!netscape-remote h' 'netscape-remote' is a shell

Re: multipart application/pgp

2001-02-12 Thread Daniel Kollar
fBw * ^-BEGIN PGP MESSAGE- * ^-END PGP MESSAGE- | $MAILFILTER_PGP_ATTACHMENT - } cut here The filter script "mailfilter_pgp_attachment" is attached to this msg. What do you think about this solution? Ideas, comments are welco

multipart application/pgp

2001-02-07 Thread Daniel Kollar
Hi! I often get emails with several pgp encrypted attachments. The "Content-Type" in the header of the message is "multipart/", so mutt does not recongnize the pgp encryption. Procmail can change this "multipart/" content type to "application/pgp". Now mutt can decrypt the whole msg and show it

Re: your mail

2001-02-05 Thread Daniel Kollar
Normally, mutt encrypts an email for all persons mentioned in the "To:" header automatically. On Sun, Feb 04, 2001 at 03:56:41PM +0100, Waldemar Brodkorb wrote: > Date: Sun, 4 Feb 2001 15:56:41 +0100 > From: Waldemar Brodkorb <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Mail-Followup-To: [EMAIL

Tagged msgs not considered when pager open

2001-01-25 Thread Daniel Kollar
Hello! I'm using the pager with the setting "set pager_index_lines=10". This means, that I can see 10 lines of the index even when the pager is showing the contents of one email. When I tag some msgs and still have one msg open in the pager a command like "save msgs" works only on the open msgs b

pgp encrypted attachment

2001-01-08 Thread Daniel Kollar
Hi! I often get mails with no text inside but a pgp encrypted msg as attachment. Because it is defined as a multi-part message, procmail and mutt does not recognize the pgp encryption. Parts of the msgs look like: -- [...] MIME

Re: special reply_regexp

2000-12-18 Thread Daniel Kollar
On Thu, Dec 14, 2000 at 08:53:49PM +0100, Josh Huber wrote: > Is this necessary? I'm using: > > set reply_regexp= > '^(\[[a-z0-9:-]+\][ \t]*)?(re([\[0-9\]+])*|aw):[\t]*' > > and it's threading mailing lists of this type for me... > > for example: > [ruby-talk:7097] Rubyize this method > [r

Re: special reply_regexp

2000-12-14 Thread Daniel Kollar
TED]> > To: Mutt User List <[EMAIL PROTECTED]> > Subject: Re: special reply_regexp > Mail-Followup-To: Laurent Pelecq <[EMAIL PROTECTED]>, > Mutt User List <[EMAIL PROTECTED]> > > On Wed, Dec 13, 2000 at 08:37:41AM +0100, Daniel Kollar wrote: > > Hi

special reply_regexp

2000-12-12 Thread Daniel Kollar
Hi, in one of my folder containing msgs from a mailing list I would like to sort the msgs as threads. With the default reply_regexp this does not work, because the mailing list always puts a string "[ifc-ml:] " at the beginning of the subject line of each msg. is an increasing number an

MIME text/plain attachment too big

2000-11-28 Thread Daniel Kollar
Hi! When opening a received mail containing a text/plain MIME attachment mutt always displays the contents of this attachment inside the pager. This can cause a problem when the size of the attachment is several MBytes big. How do I prevent mutt from showing the contents of text/plain attachment

Re: Is it possible to have a Trashbox?

2000-11-15 Thread Daniel Kollar
> macro index d "=trash" > macro pager d "=trash" > > This will always save the message to the folder "=trash" whenever you > "delete" it, and mark it for deletion from the current folder. You have > to clean up =trash yourself when you want it, possibly from the command > line manually, or

vim looking like mutt pager

2000-11-14 Thread Daniel Kollar
Hello! I'm using vim as message editor with color syntax highlighting. The standard settings look similar to the mutt pager standard color settings, but there are some things to adjust. For example to change color of special header lines and to highlight URLs. How do I do this? I don't want to o

length of attachment name too short

2000-11-02 Thread Daniel Kollar
Hello! When composing a new mail and adding attachments, mutt cuts the name of the attached files after a specific length of characters. When I attach a file with a long path I'm not able to read the file name in the attachment list. Mutt seems to bring the lines to 80 columns. My xterm is much w

Re: FEATURE-REQUEST: mutt looks for PGPPASS environment variable

2000-10-27 Thread Daniel Kollar
> > > Did you try to change the content-type of these octet-streams to > > > application/pgp? With the more recent mutt versions, you can > > > comfortably do this from within mutt. > > > > Really? I'm using mutt 1.2i . > > What version do I need to do this and where do I find information on > >

Re: FEATURE-REQUEST: mutt looks for PGPPASS environment variable

2000-10-23 Thread Daniel Kollar
On Fri, Oct 20, 2000 at 02:14:09PM +0200, Thomas Roessler wrote: > > Did you try to change the content-type of these octet-streams to > application/pgp? With the more recent mutt versions, you can > comfortably do this from within mutt. Really? I'm using mutt 1.2i . What version do I need to do

Re: FEATURE-REQUEST: mutt looks for PGPPASS environment variable

2000-10-20 Thread Daniel Kollar
> Don't do that. > > Storing the pgp pass phrase in an environment variable may have been > a valid option on MS-DOS computers. It isn't on Unix machines, > since the environment is not guaranteed to be confidential. I'm working on unix. In the PGP CmdLineGuide you will find a section about th

FEATURE-REQUEST: mutt looks for PGPPASS environment variable

2000-10-20 Thread Daniel Kollar
Hello mutt-developers, here is a feature request for future versions of mutt: Mutt looks for the PGPPASS environment variable. If this is set, then no passphrase is needed to be send to pgp program, because pgp looks for the PGPPASS variable by itself. Mutt will also not ask the user for the pas

Using mutt and pgp without asking for passphrase ?

2000-10-19 Thread Daniel Kollar
I'm setting the passphrase via the PGPPASS environment variable before starting mutt. Wenn I open a pgp encrypted message mutt still asks me for the passphrase. This is not necessary, because pgp looks automatically for the PGPPASS environment variable. So, how do I disable this function in mutt?

Re: Mutt and PGP passphrase

2000-10-17 Thread Daniel Kollar
> > Mutt can remember the pgp passphrase once it is entered by the user. > > How does mutt passes the phrase over to pgp when en-/decrypting a message? > > Is there an algorithm that checks for the pgp passphrase input message > > and sends it as stdin ? > and can I snoop it over a network? :-)

Mutt and PGP passphrase

2000-10-17 Thread Daniel Kollar
Mutt can remember the pgp passphrase once it is entered by the user. How does mutt passes the phrase over to pgp when en-/decrypting a message? Is there an algorithm that checks for the pgp passphrase input message and sends it as stdin ? Daniel.

pgp encrypted text in octet-stream attachment

2000-10-10 Thread Daniel . Kollar
Hi, do you remember that I asked for a recursive MIME attachment recognition in mutt? The problem was, that I often receive MIME attachment as octet-stream which are PGP encrypted HTML pages. What I need is an octet-filter, which recognizes the pgp encryption, starts the decryption, recognizes

pgp encrypted text in octet-stream attachment

2000-10-10 Thread Daniel Kollar
Hi, do you remember that I asked for a recursive MIME attachment recognition in mutt? The problem was, that I often receive MIME attachment as octet-stream which are PGP encrypted HTML pages. What I need is an octet-filter, which recognizes the pgp encryption, starts the decryption, recognizes

Re: pgp encryption problem

2000-09-14 Thread Daniel Kollar
I solved the problem by myself. In batchmode, pgp refuses to use an uncertified key and aborts with this Encryption Error. I just needed to remove the "+batchmode" entry in the pgp encrypt command for mutt. On Thu, Sep 14, 2000 at 02:22:02PM +0200, Daniel Kollar wrote: > Date: Thu

pgp encryption problem

2000-09-14 Thread Daniel Kollar
Hi you all, I'd like to use a not certified public key for encryption. On command line with 'pgp -e filename' this works fine. But out of mutt I get an 'Encryption error': --- cut here - Pretty Good Privacy(tm) Version 6.5.1 Int. (c) 1999

pgp encryption problem

2000-09-14 Thread Daniel Kollar
Hi you all, I'd like to use a not certified public key for encryption. On command line with 'pgp -e filename' this works fine. But out of mutt I get an 'Encryption error': --- cut here - Pretty Good Privacy(tm) Version 6.5.1 Int. (c) 1999

application/octet-stream

2000-08-30 Thread Daniel Kollar
Hi there, I'm not happy with the way mutt manages received mail attachments. One problem is: I often receive html-pages pgp encrypted as octet-stream. Questions: 1) How can I implement in the octet.filter.script the pgp decryption? 2) After decrypting I don't want to see the HTML code in the pag

lbdb with ldap query ?

2000-08-29 Thread Daniel Kollar
Hi there, does a module ldap_query exists for the little brother database? Regards, Daniel.

fcc-hook update after To: change

2000-08-24 Thread Daniel Kollar
. -- + DANIEL KOLLAR Fujitsu Microelectronics Europe GmbH + + Application EngineerASIC/RF Technology + + fon +49(0)6103-690-212 Am Siebenstein 6-10 + + fax +49(0)6103-690-122 D-63303 Dreieich

fcc-hook update after To: change

2000-08-24 Thread Daniel Kollar
. -- + DANIEL KOLLAR Fujitsu Microelectronics Europe GmbH + + Application EngineerASIC/RF Technology + + fon +49(0)6103-690-212 Am Siebenstein 6-10 + + fax +49(0)6103-690-122 D-63303 Dreieich

pgp encryption problems

2000-08-17 Thread Daniel Kollar
It seems, that pgpring does not work correctly. If I start pgpring in an xterm, I get: "fopen: No such file or directory". What's this error message? Problems during compilation? -- ======= Daniel Kollar

pgp encrypting problems

2000-08-17 Thread Daniel Kollar
Hi there, I've got problems with the pgp encryption. I'm using pgp2 and did everything described in the PGP-Notes. PGP decoding works slow, but great. When replying to a pgp encoded mail I get asked for a keyID. What do I need to enter there? Regardless of what I've tried, I get the keyID query

Folder overview ?

2000-08-16 Thread Daniel Kollar
Hi there, I'm missing an incoming folders overview. Procmail is spooling the incoming mail to different folders. How do I detect, which folders content new mail without entering each? Cu. Daniel

Re: no external programs can be used

2000-08-16 Thread Daniel Kollar
Hi there, I solved the problem by myself. I used the csh as a shell for --with-exec-shell command with configure script. ksh instead works fine. Daniel Kollar wrote: > > Hi there, > > I'm a mutt newbie and I have a basic problem: > > It seems that no external progra

no external programs can be used

2000-08-15 Thread Daniel Kollar
Hi there, I'm a mutt newbie and I have a basic problem: It seems that no external program can be startet out of mutt. I.e.: 1) The external editor is set to "vim". When I try to compose a message, I get the following error in mutt: "Aborted unmodified message." instead that vim opens up. 2)