Re: filename completion in the source command

2002-07-22 Thread Doug Kearns
On Sun, Jul 21, 2002 at 01:00:31PM +0200, Sven Guckes wrote: > * V K <[EMAIL PROTECTED]> [2002-07-21 06:54]: > > Funny, even just about every GNU app supports > > readline() and cmdline editing. I have come > > to think of it as state of the art, or standard. > > not every mutt gets linked to the

Re: Mutt and mail list issue

2002-07-22 Thread Derrick 'dman' Hudson
On Sat, Jul 20, 2002 at 11:10:42AM +0200, Rocco Rutte wrote: | * Derrick 'dman' Hudson wrote: | > On Thu, Jul 18, 2002 at 09:43:23PM +0200, Sven Guckes wrote: | | > | personally, i find that disallowing attachments on | > | mailing lists is fine. | | > Don't forget that PGP/MIME signatures are "

Re: Locking strategies and MAILPATH

2002-07-22 Thread Derrick 'dman' Hudson
On Mon, Jul 22, 2002 at 04:21:24PM +0200, Vincent Lefevre wrote: | On Mon, Jul 22, 2002 at 08:58:42 -0500, Derrick 'dman' Hudson wrote: | > On Mon, Jul 22, 2002 at 09:39:52AM +0200, Vincent Lefevre wrote: | > | I prefer to keep the mbox format for these mailboxes, because this | > | makes easier f

Re: View RTFs inline -> GNU unrtf

2002-07-22 Thread Sven Guckes
* Sam "tofu" Peterson <[EMAIL PROTECTED]> [2002-07-22 20:17]: > I was having trouble finding an rtf converter. Was googling > for rtf2html, but searching for rtf2htm called it up. do you mind telling us where you found it? > I guess it's officially called GNU unrtf now > and is available here f

Re: View RTFs inline

2002-07-22 Thread Sam Peterson
Thanks Viktor! I was having trouble finding an rtf converter. Was googling for rtf2html, but searching for rtf2htm called it up. I guess it's officially called GNU unrtf now and is available here for those who need it: http://www.gnu.org/directory/Text_creation_and_manipulation/Documentation_t

Re: how to fcc my gpg/pgp-mails UNencrypted?

2002-07-22 Thread Rocco Rutte
Hi, * Andy Spiegl [02-07-22 18:59:13 +0200] wrote: > Is there a way to make mutt save my GPG-Mails unencrypted > to disk? I thought I had seen something like that in the > mailing list, but now I can't find it anymore. Sounds like you're looking for ``set fcc_clear''. bye, Rocco

Re: View RTFs inline

2002-07-22 Thread Viktor Rosenfeld
Hi Sam, I have the following in my mailcap file for RTFs: application/rtf; rtf2htm %s | lynx -dump -force_html -stdin; copiousoutput Works like a charm. Ciao, Viktor -- Viktor Rosenfeld WWW: http://www.informatik.hu-berlin.de/~rosenfel/ msg29815/pgp0.pgp Description: PGP signature

Re: how to fcc my gpg/pgp-mails UNencrypted?

2002-07-22 Thread Viktor Rosenfeld
Hi Andy, can't help you with your question, however, I always encrypt messages with the recipient's key and with my own key. This way, the encrypted messages is stored in my fcc folder, but I'm still able to read it, because it's encrypted with my own key. Ciao, Viktor -- Viktor Rosenfeld WWW:

View RTFs inline

2002-07-22 Thread Sam Peterson
Hi everyone! I've been lurking for a while, this is my first post. I did a search on the archives but couldn't find anything related to this. I've just recently configured my mailcap and muttrc to view word documents inline with antiword and it works great! But I was wondering if there was a s

Re: Locking strategies and MAILPATH

2002-07-22 Thread Vincent Lefevre
On Mon, Jul 22, 2002 at 10:00:09 -0500, David T-G wrote: > Vincent -- > > ...and then Vincent Lefevre said... > % > % It seems that to force the dotlock locking strategy, one needs to use > % the --with-homespool option. But then, mutt -v says: > > That doesn't make sense; I've had dotlocking w

how to fcc my gpg/pgp-mails UNencrypted?

2002-07-22 Thread Andy Spiegl
Hi, eh, well I think the subject says it all: Is there a way to make mutt save my GPG-Mails unencrypted to disk? I thought I had seen something like that in the mailing list, but now I can't find it anymore. Any help is appreciated. Thanks! Andy. -- http://peru.spiegl.de Our proj

Re: Mutt hangs sending mail

2002-07-22 Thread Sven Guckes
* Michael Seiwert <[EMAIL PROTECTED]> [2002-07-22 07:22]: > I'm using mutt 1.4 with imap over ssl. I'm connected via T-DSL. > If I want to write a mail vi editor window opens then I write the > text. But If I hit :wq to save the text my xterm/mutt hangs. > The only way to get out is to kill the s

Re: filtering mailbox

2002-07-22 Thread Dan Boger
On Mon, Jul 22, 2002 at 05:37:58PM +0200, Hans Ginzel wrote: > Hello, > > I have a mailbox with ~1 mails, most of them are duplicated. How > can I delete the duplicities? > > Manualy it can be done by sorting mails by date, go from top and most > every second mail delete. Can it b

Re: Locking strategies and MAILPATH

2002-07-22 Thread Vincent Lefevre
On Mon, Jul 22, 2002 at 10:25:08 -0500, David T-G wrote: > Hmmm... I see what you mean; there's not --use-dotlock switch. Well, > you could > > --enable-external-dotlock > > to force it, even though you'd then have the external program. [Why > don't you like that, though?] An additional --

filtering mailbox

2002-07-22 Thread Hans Ginzel
Hello, I have a mailbox with ~1 mails, most of them are duplicated. How can I delete the duplicities? Manualy it can be done by sorting mails by date, go from top and most every second mail delete. Can it be done in batch? Are developers plannig some embed scripting language?

Re: Locking strategies and MAILPATH

2002-07-22 Thread David T-G
Vincent -- ...and then Vincent Lefevre said... % % On Mon, Jul 22, 2002 at 10:00:09 -0500, David T-G wrote: % > % > ...and then Vincent Lefevre said... % > % % > % It seems that to force the dotlock locking strategy, one needs to use % > % the --with-homespool option. But then, mutt -v says: %

Re: from, realname, my_hdr "From:"

2002-07-22 Thread Sean Kelleher
On Mon, Jul 15, 2002 at 09:54:14AM -0500, Derrick 'dman' Hudson wrote: > On Mon, Jul 15, 2002 at 08:21:27AM -0400, Daniel J Peng wrote: > | On Sun, Jul 14, 2002 at 10:08:47PM -0500, Derrick 'dman' Hudson wrote: > | > On Sun, Jul 14, 2002 at 09:37:03PM -0400, Daniel J Peng wrote: > | > | I just ins

Re: faking the date

2002-07-22 Thread David T-G
Rocco, et al -- ...and then Rocco Rutte said... % % Hi, Hi! % % * David T-G [02-07-22 15:30:39 +0200] wrote: ... % > Any ideas whether mutt writes the Date: header at all, % > though? I don't even know that much. % % ,- % | pdmef@klaus:~$ grep Date ~/tmp/builds/mutt/* % | ~/tmp/builds/mutt

Re: Locking strategies and MAILPATH

2002-07-22 Thread David T-G
Vincent -- ...and then Vincent Lefevre said... % % It seems that to force the dotlock locking strategy, one needs to use % the --with-homespool option. But then, mutt -v says: That doesn't make sense; I've had dotlocking with my mail spool under /var before. In fact, the whole reason for havin

Re: Locking strategies and MAILPATH

2002-07-22 Thread Vincent Lefevre
On Mon, Jul 22, 2002 at 08:58:42 -0500, Derrick 'dman' Hudson wrote: > On Mon, Jul 22, 2002 at 09:39:52AM +0200, Vincent Lefevre wrote: > | I prefer to keep the mbox format for these mailboxes, because this > | makes easier for other operations (like grepping or copying them). > > grep -r >

Re: Locking strategies and MAILPATH

2002-07-22 Thread Derrick 'dman' Hudson
On Mon, Jul 22, 2002 at 09:39:52AM +0200, Vincent Lefevre wrote: | On Mon, Jul 22, 2002 at 16:49:09 +1000, David Clarke wrote: | > Perhaps try maildir mailboxes for the mailboxes on NFS, that should help | > prevent problems with locking. | | I prefer to keep the mbox format for these mailboxes,

Re: reply to from address not to that in reply-to

2002-07-22 Thread Derrick 'dman' Hudson
On Sun, Jul 21, 2002 at 04:48:09PM +0200, Hans Ginzel wrote: | On Sun, Jul 21, 2002 at 04:07:52PM CEST, Sven Guckes wrote: | > > hove can I reply to an address that is in From: and not to | > > address that is in Reply-To:? I know why I want to write to | > > From: not Reply-To:. | > > 'subscri

Re: faking the date

2002-07-22 Thread Rocco Rutte
Hi, * David T-G [02-07-22 15:30:39 +0200] wrote: > ...and then Sven Guckes said... > % * David Thorburn-Gundlach <[EMAIL PROTECTED]> [2002-07-22]: > % i think you can tell your MTA to accept all headers as > they are. % whether this includes the date: header - > dunno. never tried it. > Any i

Re: kebab in pita

2002-07-22 Thread Ralf Hildebrandt
On Mon, Jul 22, 2002 at 02:12:24PM +0200, Sven Guckes wrote: > it's better when used with > the kebab *inside*, of course. :) > and people wonder why > eating this is so hard... with all the kebab falling off the bread and stuff > wait - this *is* the > doener-kebab list, is it? doener-keba

Re: filename completion in the source command

2002-07-22 Thread Jussi Ekholm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick <[EMAIL PROTECTED]> wrote: > * Vikram Goyal <[EMAIL PROTECTED]> [07-21-02 07:33]: >> what is pita :-) > > ~> wtf pita > PITA: pain in the ass Pita is also the bread that *should* be used in kebabs. ;-) - -- Jussi Ekholm -- [EMAIL PROTECT

Re: kebab in pita

2002-07-22 Thread Sven Guckes
* Jussi Ekholm <[EMAIL PROTECTED]> [2002-07-22 12:08]: > Patrick <[EMAIL PROTECTED]> wrote: > > * Vikram Goyal <[EMAIL PROTECTED]> [07-21-02 07:33]: > >> what is pita :-) > > ~> wtf pita > > PITA: pain in the ass > Pita is also the bread that > *should* be used in kebabs. ;-) it's better when use

Re: faking the date

2002-07-22 Thread Sven Guckes
* David Thorburn-Gundlach <[EMAIL PROTECTED]> [2002-07-22]: > I'd like to be able to set the date just like I do any > other header for some particular emails that I send. .. > Can the Date: header be changed, perhaps by a > sendmail wrapper, or is it not mutt that sets it? i think you can tell y

Re: Mutt hangs sending mail

2002-07-22 Thread Michael Seiwert
*On Mon, Jul 22, 2002 at 05:16:34AM -0500, David T-G wrote: > Michael -- > > ...and then Michael Seiwert said... > % > % Hi, > > Hello! > > Hello! > % > % I'm using mutt 1.4 with imap over ssl. I'm connected via T-DSL. > If I > > What on earth is T-DSL? I thought I knew all of them... > > T-DS

Re: Mutt hangs sending mail

2002-07-22 Thread David T-G
Michael -- ...and then Michael Seiwert said... % % *On Mon, Jul 22, 2002 at 05:16:34AM -0500, David T-G wrote: % > % > ...and then Michael Seiwert said... % > % % > % Hi, % > % > Hello! % % Hello! Hi :-) % ... % > What on earth is T-DSL? I thought I knew all of them... % % T-DSL is nothin

Re: mutt + pgp + many repicients

2002-07-22 Thread David T-G
Gregor -- ...and then Gregor Zattler said... % % Hi David, % * David T-G <[EMAIL PROTECTED]> [22. Jul. 2002]: % > Please don't just reply to any random message to start a new thread on % > the mailing list. % % Sorry, i forgot to delete the reply-to: -header. Well, you needed to get rid of t

Re: filename completion in the source command

2002-07-22 Thread Vikram Goyal
On Sun, Jul 21, 2002 at 07:35:43AM -0500, Patrick wrote: > * Vikram Goyal <[EMAIL PROTECTED]> [07-21-02 07:33]: > > On Sat, Jul 20, 2002 at 05:17:58PM +0200, Sven Guckes wrote: > > > people who hide their name on purpose > > > usually are a pita. they do not > > > > > > deserve

Re: mutt + pgp + many repicients

2002-07-22 Thread Gregor Zattler
Hi David, * David T-G <[EMAIL PROTECTED]> [22. Jul. 2002]: > Please don't just reply to any random message to start a new thread on > the mailing list. Sorry, i forgot to delete the reply-to: -header. [...] > % every email address there is a pgp-hook. But mutt continues bothering > % me n time

Re: Mutt hangs sending mail

2002-07-22 Thread David T-G
Michael -- ...and then Michael Seiwert said... % % Hi, Hello! % % I'm using mutt 1.4 with imap over ssl. I'm connected via T-DSL. If I What on earth is T-DSL? I thought I knew all of them... % want to write a mail vi editor window opens then I write the text. Note that when you read mai

Re: Using Mutt with MH mailboxes question

2002-07-22 Thread David T-G
Michael -- ...and then Michael Herman said... % % I have a question about using Mutt with the MH format. ... % Is the best thing to do is add them as mailboxes in .muttrc? Is there I don't know how mutt likes subdirectories in mail folders, but that doesn't sound like your question so I'll j

Re: mailboxes w/ human readable file sizes

2002-07-22 Thread David T-G
Jens -- ...and then Jens Porup said... % % > % > ... %?M?>#%03M<&(%3c)? ... % > % % ummwhat does all gobbledegook up there mean? I'd say it looked like Heh :-) As Rocco said, it's explained in the manual. % Perl, except for I know Perl, and that isn't. (I am not conversant in % the

Re: mutt + pgp + many repicients

2002-07-22 Thread David T-G
Gregor -- Please don't just reply to any random message to start a new thread on the mailing list. This note really has nothing to do with mutt and MH mailboxes. ...and then Gregor Zattler said... % % Hi, % % i often write E-Mails to a bunch of people (say "n" persons). For % every email addr

Re: save attachments and permissions

2002-07-22 Thread David T-G
Doug -- ...and then Doug Wright said... % % I log into a remote machine to check my mail. If I get an attachment that % will only open on a windows machine I need to get that file to my desktop. % Now I am saving the attachment and typing the full path to a folder that is % accessible from a web

faking the date

2002-07-22 Thread David T-G
Hi, all -- I'd like to be able to set the date just like I do any other header for some particular emails that I send. I'm not worried about all of their received headers; I just want to have these fill-in-the-gaps messages sort in the right order when sorted by date. Currently I have to set an

Re: non-mime gpg/pgp...

2002-07-22 Thread David T-G
Bruno, Isaac, et al -- ...and then Bruno Lustosa said... % % Yes, figured out what you said. Outlook just won't interpret the % content-disposition: inline and think it's an attachment. Yep. % % Just applied the patch, set pgp_outlook_compat to ask-yes and % pgp_create_traditional to ask-yes

Re: Locking strategies and MAILPATH

2002-07-22 Thread Vincent Lefevre
On Mon, Jul 22, 2002 at 16:49:09 +1000, David Clarke wrote: > Perhaps try maildir mailboxes for the mailboxes on NFS, that should help > prevent problems with locking. I prefer to keep the mbox format for these mailboxes, because this makes easier for other operations (like grepping or copying th

Mutt hangs sending mail

2002-07-22 Thread Michael Seiwert
Hi, I'm using mutt 1.4 with imap over ssl. I'm connected via T-DSL. If I want to write a mail vi editor window opens then I write the text. But If I hit :wq to save the text my xterm/mutt hangs. The only way to get out is to kill the session. Is this a known problem. How to solve ? Regards Mic