my_hdr

2000-06-07 Thread jgh
for my_hdr I have: ## mutt.personal 1.29.00 # Personals my_hdr From: <[EMAIL PROTECTED]> Jason Helfman # Real Name But my name comes out as JasonHelfman on the from line? Why is this? -- /helfman "At any given moment, you may find the ticket to the circus that has always been in your po

Backing up mail, cron

2000-06-06 Thread jgh
Well I did it this way. Made a bash script, and ran it past cron #!/bin/bash mv /home/deklown/Msgs/backup-inbox /home/deklown/Msgs/backup-`date +%Y-%m` mv /home/deklown/Msgs/sent /home/deklown/Msgs/sent-`date +%Y-%m` gzip -9 /home/deklown/Msgs/sent-`date +%Y-%m` gzip -9 /home/deklown/Msgs/backup

Backing up mail, cronjob

2000-06-06 Thread jgh
I want to backup my mail at the beginning of every month with a cronjob, cataloging it by date and then gzipping. I have gzip support for my mail program to read this as standard mbox files once compressed, however I just would like to setup a cron job for this. This is what I have so far... * 0

Re: Mutt/Procmail/Fetchmail question

2000-06-06 Thread jgh
Create a mailbox. Log in as root, if you have to and go to /var/spool/mail and "touch tjg" This is an ls -al of /var/spool/mail on my system -rw-r- 1 deklown deklown142865 Jun 6 12:08 deklown Make sure the rights are nice and pretty, and you are off like a skirt. On Tue, Jun 06, 20

Re: From_ line

2000-06-06 Thread jgh
On Tue, Jun 06, 2000 at 09:11:57PM +0300, Baurjan Ismagulov muttered: | hi, | | thanks for the reply. NP | | seems that i've been somewhat unclear in stating the problem. | that's ok, i usually state problems unclearly, as well... :) | my problem is NOT "how to show/hide specific headers", b

Re: From_ line

2000-06-06 Thread jgh
If you are speaking of the first from line, I believe this is handled by the Mail Delivery Agent, like Sendmail, or Qmail. You can use the ignore option to rid of this... # Flush Headers unhdr_order * hdr_order From Newsgroups: From: Reply-To: To: Cc: Subject: Date: Message-Id: X-Mailer: X-News

Re: Mutt and my email address

2000-06-04 Thread jgh
Look at the second part...folder-hooks study the man on hooks... On Mon, Jun 05, 2000 at 04:44:14PM +1000, [EMAIL PROTECTED] muttered: | | Hello. | | On Sun, Jun 04, 2000 at 11:26:29PM -0700, [EMAIL PROTECTED] wrote: | > On Mon, Jun 05, 2000 at 03:40:14PM +1000, [EMAIL PROTECTED] muttered: |

Re: Mutt and my email address

2000-06-04 Thread jgh
Use the my_hdr flag ## .mutt.personal 1.29.00 my_hdr From: <[EMAIL PROTECTED]> # Real Name You can also do hooks for this folder-hook . "my_hdr From:<[EMAIL PROTECTED]>" # all folders folder-hook mutt "my_hdr From:<[EMAIL PROTECTED]>" # mutt folder On Mon, Jun 05, 2000 at 03:40:

Procmail vs. Mutt variables

2000-06-04 Thread jgh
I found this in the procmailex man page: Store all the messages about meetings in a folder that is in a directory that changes every month. E.g. if it were January 1994, the folder would have the name `94-01/meet­ ing' and the locallockfile would be `94-01/meeting.lock

Re: Gzip Mailboxes

2000-06-04 Thread jgh
I've already viewed this, patched it and everything, however I still am not understanding how to do this... On Sun, Jun 04, 2000 at 07:32:20PM +0200, Wilhelm Wienemann muttered: | Hello jgh! | | On Sun, 04 Jun 2000, [EMAIL PROTECTED] wrote: | | > A call for personal help setting

Gzip Mailboxes

2000-06-04 Thread jgh
A call for personal help setting up Gzip compression on mailboxes. Utterly confused by the lack of documentation on it Please help. -- /helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 2F76 2856 776A 3E07 9F3E 452A

Re: Open Netscape, remote new window

2000-06-03 Thread jgh
Ok and your suggestion is On Sat, Jun 03, 2000 at 01:18:36PM +0200, Vincent Lefevre muttered: | On Thu, Jun 01, 2000 at 20:04:45 -0500, David Champion wrote: | > % netscape -remote 'openURL(http://www.mutt.org/, new-window)' | | This doesn't work very well as it also opens another Netsca

Open Netscape, remote new window

2000-06-01 Thread jgh
I have my urlview working lovely with netscape opening inside the same window, but what if I want to open in a new window? Also I would like to patch urlview with that diff file I found for ncftp support, but I am having trouble -- /helfman "At any given moment, you may find the ticket to t

Re: sending postponed msgs in one shot

2000-06-01 Thread jgh
I had a question of a similar origin earlier in the week: Here is the response. set sendmail="cat >>${HOME}/.outgoing" crontab: 0,5,10,15,20,25,30,35,40,45,50,55 * * * * formail -s /usr/lib/sendmail -t -oem ... or something like that. You'd probably want to use lockfiles if you really start us

Possible, does it exist already...?

2000-05-30 Thread jgh
Say you are replying to 30 messages, for instance. And you don't want to send each out after you are done with your reply. Could you then create a macro to send these to outbox and then send say every 5 minutes. Or even a macro to send them. -- /helfman "At any given moment, you may find the

Re: mutt and ssl

2000-05-29 Thread jgh
Why build with ssl? On Sun, May 28, 2000 at 10:14:03PM -0400, David T-G muttered: | Norbert -- | | ...and then Norbert Tretkowski said... | % On Sun, May 28, 2000 at 04:03:36PM +0200, Stephan Seitz wrote: | % > | % > On Son, Mai 28, 2000 at 01:26:36 +0200, Norbert Tretkowski wrote | % > > ../ke

Re: Pgp interaction

2000-05-25 Thread jgh
I found it pgp_verify_sig but it is either yes or no...?? I guess there should be no grey area in programming :) Oh yeah, that's the timeout function!!! On Thu, May 25, 2000 at 10:26:05AM -0700, [EMAIL PROTECTED] muttered: | I had thought that when going to read a pgp signed message tha

Pgp interaction

2000-05-25 Thread jgh
I had thought that when going to read a pgp signed message that mutt would now ask? Is this built in, or a setup in your .muttrc? panning through manual now -- /helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 2

bounced messages

2000-05-24 Thread jgh
Do bounced messages include attachments? -- /helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 2F76 2856 776A 3E07 9F3E 452A 17D9 9B28 D75E 0A36 GnuPG http://www.gnupg.org Get Private! 1024D/D75E0A36

newsfetch

2000-05-23 Thread jgh
Has anyone tried a program called newsfectch. newsfetch is a powerfull utility to fetch news from an NNTP server and stores in the mailbox format. The files created by newsfetch can be used with any mail reader Could this be used as a standard news mailing program in cooperation with mutt? --

test, i am receiving failings...

2000-05-23 Thread jgh
test -- /helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 2F76 2856 776A 3E07 9F3E 452A 17D9 9B28 D75E 0A36 GnuPG http://www.gnupg.org Get Private! 1024D/D75E0A36

Re: (OT) mailbox for new user?

2000-05-22 Thread jgh
Log in as root, and touch a mailbox for the user On Mon, May 22, 2000 at 11:38:26PM +0100, Manuel Arriaga muttered: | Hi everyone, | | I know this is offtopic, but following the advice of some list members I created a |new account for myself on my machine so that I don't run as root all the tim

bounce spam to abuse email address

2000-05-22 Thread jgh
If I were to get spam, very little with a good procmail recipe at this point, how would I bind a key to bounce the message to an email address and then delete the message in one fail swoop? I won't be foolish and ask if this could be done, because I've seen that all is possible with this email cl

Re: collapse-all

2000-05-05 Thread jgh
super, i have 1.1.13 or 12, what is the exact syntax you are using? On Sat, May 06, 2000 at 01:51:51AM +0800, billy chan muttered: | [00.05.05 12:56] Fairlight <[EMAIL PROTECTED]> wrote: | > On Fri, May 05, 2000 at 11:42:06AM -0500, Jason Helfman thus spoke: | > > On Fri, May 05, 2000 at 11:50:23

Abort unmodified message

2000-05-01 Thread jgh
Help me. I recompiled mutt on a newly installed system and I keep getting "Abort unmodified message" whenever I try to do anything having to do with composing a message.. System: Linux 2.2.12-20 [using ncurses 4.2] Compile options: -DOMAIN -HOMESPOOL +USE_SETGID +USE_DOTLOCK +USE_FCNTL -USE_

Abort unmodified message

2000-05-01 Thread jgh
Forget it, sorry. I had vim configured, when I am using vi.

Re: sendmail question & mutt

2000-04-28 Thread jgh
Why do you need sendmail to send the mail..You would only need to send the mail out with someone to listen for the mails. I have fetchmail pulling them down, not sendmail. On Sat, Apr 29, 2000 at 01:36:07AM +0530, Mrinal Kalakrishnan uttered: | Hi, | | Jason Helfman typed: | > Running both of th

color

2000-04-27 Thread jgh
I just did a very minimal installation of redhat 6.1 and I have lost my colors... something to the extent of color command not found when parsing my configs Mutt 1.1.11i (2000-03-30) Copyright (C) 1996-2000 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `m