Re: append .signature on message send?

2000-03-29 Thread Jason Baker
On March 28, Aleksey Tsalolikhin wrote: > Or you could create a macro in your editor that would call whatever > program generates the time-stamped signature and then save-and-exit > the editor. What about writing a small wrapper script that takes the place of the normal sendmail command? It'd gl

Re: append .signature on message send?

2000-03-29 Thread Mikko Hänninen
Jason Baker <[EMAIL PROTECTED]> wrote on Wed, 29 Mar 2000: > What about writing a small wrapper script that takes the place of the > normal sendmail command? That would work. :-) A better solution too than the $editor change, as it gives the real send time. > Only > problem I could forsee (oth

Re: append .signature on message send?

2000-03-29 Thread Byrial Jensen
On Tue, Mar 28, 2000 at 19:12:02 -0800, lewst wrote: > Is there any way to tell Mutt to append my .signature to the message > at the point when I *send* it instead of when I start composing it? I would make the $sendmail variable point to script which appends the signature before invoking the rea

Re: append .signature on message send?

2000-03-29 Thread Edmund GRIMLEY EVANS
Mikko Hänninen <[EMAIL PROTECTED]>: > Another problem are multipart MIME-messages (ie. messages with > attachements). Either the user would need to remember never to use > attachements (with that particular sendmail command, it could be > macroed though), or the script would need to be intellige

Re: append .signature on message send?

2000-03-29 Thread Thomas Roessler
On 2000-03-28 19:12:02 -0800, lewst wrote: > I need this functionality in order to include > time-sensitive information in the signature that is > based on the time the message is sent. Is this information required to be in the signature? Putting in an extra header which contains this kind of in

Re: Help about hidden destination

2000-03-29 Thread Fabrice Planchon
On Thu Mar 16 2000 at 12:39:25PM -0600, David DeSimone wrote: > > Actually, Mutt is in a unique position here, to be able to specify > sender addresses to sendmail without putting those names into the > headers. That is, Mutt could easily feed sendmail a message with a > "To: undisclosed-recipie

update encoding?

2000-03-29 Thread Sam Alleman
Hello again, Can anyone tell me what this message is all about: ~~/tmp/mutt-xena-22566-0 [#1] modified. Update encoding? ([y]/n): What does this mean, and is there any way to bypass this question? Thanks. Sam

Odd mono problem

2000-03-29 Thread Holger Lillqvist
Mutt 1.1.9i has been installed on my site. I now have an irritating problem with mono display: the tree is displayed in reverse. I have not defined any mono attribute for the tree in my .muttrc. However, if I specify `bold' for the tree, the whole index turns bold, but the tree remains reverse! An

Re: append .signature on message send?

2000-03-29 Thread lewst
Thomas Roessler <[EMAIL PROTECTED]> wrote: > > I need this functionality in order to include > > time-sensitive information in the signature that is > > based on the time the message is sent. > > Is this information required to be in the signature? > Putting in an extra header which contains thi

Re: append .signature on message send?

2000-03-29 Thread Mikko Hänninen
lewst <[EMAIL PROTECTED]> wrote on Wed, 29 Mar 2000: > So I guess it is not possible to do what I want with mutt? Well, it can't be done with Mutt *alone*. It can be done _to_ emails sent with Mutt, though. There's been at least 2 or 3 different solutions mentioned to you, which all involve the

Re: append .signature on message send?

2000-03-29 Thread Sebastian Helms
Hi, * lewst wrote on 29 Mär 2000: > Thomas Roessler <[EMAIL PROTECTED]> wrote: > > > > I need this functionality in order to include > > > time-sensitive information in the signature that is > > > based on the time the message is sent. > > > > Is this information required to be in the signatur

Re: pgp/gpg password, temp file?

2000-03-29 Thread Christopher Smith
On Tue, Mar 28, 2000 at 02:09:20PM +0100, Edmund GRIMLEY EVANS wrote: > Thomas Roessler <[EMAIL PROTECTED]>: > > > Perhaps another solution would be to have a separate > > > suid program that remembers the passphrase and > > > communicates somehow with the mutt process ... > > > > This would be u

default save folder

2000-03-29 Thread Jean-Charles Bagneris
Hi all, Just something I did not find in the manual (may be too tired tonight) I used to have mbox-hooks in my .muttrc for mailing lists, and it worked perfectly. But I stopped to use it, because if I want to follow a thread, I dont want undeleted messages to be saved in an archive folder immedi

[Announce] Mutt-1.1.10 is out (RELEASE CANDIDATE)

2000-03-29 Thread Thomas Roessler
Here's another release candidate for mutt 1.2. You can download it from ftp://ftp.mutt.org/pub/mutt/devel/, or from any of the mirror sites listed on http.mutt.org/download.html. (Note that it will take a couple of hours for this version to propagate to the mirror site

Re: [1.0.1i] slow opening of mailboxes

2000-03-29 Thread Rejo Zenger
++ 28/03/00 15:35 +0200 - Thomas Roessler: [slow opening of mailboxes] >Do you use NFS? Nope. I'm running on a standard P3 with Linux as OS. Just the regular stuff... -Rejo. -- = Rejo Zenger [EMAIL PROTECTED] = http://mediaport.org/~sister (an

How to resend a mail?

2000-03-29 Thread Song Jianping
Hello all, I am wondering how to resend a mail to another person? Here is my situation: I send a mail to someone, and the sent mail is stored in the directory which $record designates. Now I want to send the same mail to another person, can i do it with command options of mutt, without interactiv

Re: How to resend a mail?

2000-03-29 Thread Jason Helfman
you could make a macro of it, i guess ... but I am not sure, i am a newbie and by hitting, "b", and putting your address in seems less of a problem then making a shell script.. unless you intend on bouncing to the same person all the time... On Thu, Mar 30, 2000 at 09:55:40AM +0800, [EMAIL PROTE

Your Mail to C & C Survey Vessel

2000-03-29 Thread Darrin Mison
This is an automated message from C & C's satellite E-Mail system. Your E-Mail message has been delivered. Your message contains attachments. Please send attachments only if required for operations. Thank you for your cooperation, C & C's E-Mail Computer The e-mail message follows: -

Re: append .signature on message send?

2000-03-29 Thread Darrin Mison
not quite but almost - my sig is generated by the program fortune so it is different (witty and informative) everytime. this is done with the line... set signature="/usr/games/fortune -s |pr -t -e|" in my .muttrc So I don't see why this couldn't be used to run a simple script that collects the

Re: How to resend a mail?

2000-03-29 Thread Mikko Hänninen
Song Jianping <[EMAIL PROTECTED]> wrote on Thu, 30 Mar 2000: > I am wondering how to resend a mail to another person? > Here is my situation: I send a mail to someone, and > the sent mail is stored in the directory which $record designates. > Now I want to send the same mail to another person, can

Re: [Announce] Mutt-1.1.10 is out (RELEASE CANDIDATE)

2000-03-29 Thread Thomas Roessler
On 2000-03-29 22:53:53 +0200, Thomas Roessler wrote: > or from any of the mirror sites listed on > http.mutt.org/download.html. Obviously, this was a typo. It should have been: http://www.mutt.org/download.html. -- http://www.guug.de/~roessler/ PGP signature

Re: append .signature on message send?

2000-03-29 Thread Thomas Roessler
On 2000-03-29 01:15:36 -0800, Jason Baker wrote: > It'd glue the footer on, then hand it off to the real > thing. Only problem I could forsee (other than > handling the command line options that Mutt throws at > it, although you could just tack them on as they were > passed to the calling script