Re: postponed message lost

2001-04-11 Thread William Park
, and don't have problem with postponed messages. Can you duplicate the problem consistently? --William Park, Open Geometry Consulting, Linux/Python/LaTeX/vim, 8 CPUs.

Re: vim and a junk sig

2001-04-20 Thread William Park
never used a sig and i don't have any thing in my .muttrc that would include one. If anyone can help solve this problem i would appreciate it. As someone already hinted, look into ~/.signature file or $signature variable. Thanks joe --William Park, Open Geometry Consulting, 8 CPUs. Linux, pyt

Re: How handle HTML emails?

2001-05-03 Thread William Park
; needsterminal in ~/.mailcap, /etc/mutt/mailcap, or /etc/mailcap, in that order will load 'lynx' when you press 'v'. --William Park, Open Geometry Consulting, Mississauga, Ontario, Canada. 8 CPUs, Linux, Python, LaTeX, vim, mutt

Re: How handle HTML emails?

2001-05-04 Thread William Park
On Fri, May 04, 2001 at 07:42:03PM +0100, Viktor Lakics wrote: text/html; links -dump %s; nametemplate=%s.html; copiousoutput· '-dump' option will print the rendered HTML file to the screen. Try '-force_html' if you want to browse. --William Park, Open Geometry Consulting, Mississauga

raw 8bit on From/Subject headers

2001-05-14 Thread William Park
At the moment, mutt displays '?' for raw 8bit characters. How can I tell Mutt to display them as is and to leave the interpretation to Xterm? I need this feature to see Korean characters on Korean version Xterm. --William Park, Open Geometry Consulting, Mississauga, Ontario, Canada. 8 CPU

Re: German Umlaute in Subject or other Header-Lines

2001-05-15 Thread William Park
under X as well as in text mode. './configure --enable-locale-fix' helped me to display raw 8bit on the terminal. Where can I find any doc on LANG variable? If de_DE is for German, what code is for Korean? -- William Park (¹ÚÈñÀ©), Open Geometry Consulting, Mississauga, Ontario, Canada. 8 CPU

Re: German Umlaute in Subject or other Header-Lines

2001-05-15 Thread William Park
at man locale, too. Gruß Christoph -- William Park (¹ÚÈñÀ©), Open Geometry Consulting, Mississauga, Ontario, Canada. 8 CPU cluster, (Slackware) Linux, Python, LaTeX, vim, mutt

Re: request for SMTP integration

2001-05-16 Thread William Park
for mailx emulation! -- William Park, Open Geometry Consulting, Mississauga, Ontario, Canada. 8 CPU cluster, (Slackware) Linux, Python, LaTeX, vim, mutt

Re: fetchmail and mutt?

2001-05-17 Thread William Park
server and delivers to port 25. From there, Sendmail delivers to the user. Then, Procmail decides what to do further. Mutt reads email, please!!! -- William Park, Open Geometry Consulting, Mississauga, Ontario, Canada. 8 CPU cluster, (Slackware) Linux, Python, LaTeX, vim, mutt

mailcap syntax for 'plain/html'

2001-05-17 Thread William Park
; test=test $TERM = xterm -o $TERM = linux But, it seems that Mutt-1.2.5i is squashing uppercase to lowercase when it gives the 'test' command to system. For example, 'ps -C X' becomes 'ps -c x'. Has this been solved in the later version? -- William Park, Open Geometry Consulting, [EMAIL

Re: Ultimate .muttrc

2001-05-19 Thread William Park
to such a nice version, I intend to rebuilt my own file on that template. I use Mutt 1.2.5 Mutt-1.2.5 comes with 'Muttrc' which has a lots of doc. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPU cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc

Re: configuring headers in Muttrc/ssmtp.conf

2001-05-19 Thread William Park
/HOSTNAME? ### Header from Test message to self at other address ### From [EMAIL PROTECTED] Sat May 19 11:04:20 2001 Return-Path: [EMAIL PROTECTED] From: Keith Mastin [EMAIL PROTECTED] -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] -- Mississauga, Ontario, Canada -- 8 CPU cluster

Re: default browser setup in Mutt

2001-06-08 Thread William Park
For some reason, only the first works for me. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPU cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc.

Re: Multiple email addresses

2001-07-04 Thread William Park
uses a default email for that list? Try set from=...@... set reverse_from However, translating email address (ie. the role of 'from' variable) should be done by Sendmail (or delivery agent). -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPUs cluster, (Slackware) Linux

Re: Random Sigs?

2001-07-11 Thread William Park
. If the filename ends with a pipe (``|''), it is assumed that filename is a shell command and input should be read from its stdout. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPUs cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc.

Re: Random Sigs?

2001-07-11 Thread William Park
On Wed, Jul 11, 2001 at 11:36:52AM -0700, Carl B . Constantine wrote: * William Park ([EMAIL PROTECTED]) wrote: 6.3.180. signature Yes, I'm aware of that, but I'm not sure how to turn that into a random sig. My shell scripting is quite weak I'm afraid ;-( You may be able to tweak

Re: Random Sigs?

2001-07-11 Thread William Park
On Wed, Jul 11, 2001 at 03:02:13PM -0400, William Park wrote: On Wed, Jul 11, 2001 at 11:36:52AM -0700, Carl B . Constantine wrote: * William Park ([EMAIL PROTECTED]) wrote: 6.3.180. signature Yes, I'm aware of that, but I'm not sure how to turn that into a random sig. My shell

Re: Random Sigs?

2001-07-11 Thread William Park
. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPUs cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc.

Uppercase - lowercase in 'test=...' in .mailcap

2001-07-31 Thread William Park
In my ~/.mailcap, I have text/html; netscape %s; nametemplate=%s.html; test=ps -C X 1/dev/null 2/dev/null It seems that Mutt translates the uppercase ps -C ... to lowercase ps -c ... Anyone have solution for this? I'm running Mutt-1.2.5i. -- William Park, Open Geometry

Uppercase problem in .mailcap

2001-08-01 Thread William Park
In my ~/.mailcap, I have text/html; netscape %s; nametemplate=%s.html; test=ps -C X 1/dev/null 2/dev/null It seems that Mutt-1.2.5i translates the uppercase ps -C X ... to lowercase ps -c x ... Anyone have solution for this? -- William Park, Open Geometry Consulting, [EMAIL

Re: Uppercase problem in .mailcap

2001-08-01 Thread William Park
On Thu, Aug 02, 2001 at 10:58:31AM +0530, Ankit Mohan wrote: * William Park [EMAIL PROTECTED] [10:54 02/08/01]: It seems that Mutt-1.2.5i translates the uppercase ps -C X ... to lowercase ps -c x ... Anyone have solution for this? hi. not exactly a solution

Re: .signature

2001-09-13 Thread William Park
or reply mode. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPU cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc.

Re: Handling attachments

2001-09-13 Thread William Park
netscape or test=test -C X. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPU cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc.

Re: Fetch many mailboxes

2001-10-03 Thread William Park
in system mailbox), I suggest you use Fetchmail + Procmail. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPU cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc.

Re: Altering an attachment

2002-01-17 Thread William Park
recipient, without changing the To: or From: headers. Can it be done? No great experience... How about - save ('s') to ~/temp.txt - vi ~/temp.txt - bound ('b') -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPU cluster, NAS, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Tin

Re: viewing images

2002-03-24 Thread William Park
On Sun, Mar 24, 2002 at 05:37:38PM -0400, skidley wrote: How do i setup an app like gqview to view any attached images? something like using urlview? Put image/gif; xv %s image/jpeg; xv %s in your ~/.mailcap -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPU cluster

Re: masquerading

2002-04-19 Thread William Park
be the only option, if the mailing list checks sender address on the envelope instead of 'From:' header. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8 CPU cluster, NAS, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Tin

Re: running mutt behind a firewall

2002-04-27 Thread William Park
to remote host (port 25), as long as the firewall don't block outgoing ports. I think Mutt now has POP3 support directly, but it still needs Sendmail or something to deliver the mail. -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8-cpu Cluster, Hosting, NAS, Linux, LaTeX, Python

Re: Archiving old mail ?

2002-05-11 Thread William Park
:-)). How did you solve this problem ?? Is it clever to move mails after reading to local file based mailboxes ? Any suggestions ?? Why not save it to a file using Procmail? -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8-CPU Cluster, Hosting, NAS, Linux, LaTeX, python, vim

Re: forcing mutt to think in mono

2002-06-29 Thread William Park
header underline ^Subject: but didn't like it. I am now using color attachment brightmagenta default color normal default default color tilde brightblue default color header green default ^Subject: -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8-CPU Cluster, Hosting, NAS

Re: how to use the ISP''s smtp server directly

2002-07-11 Thread William Park
Mutt would be doing is absolutely trivial. Key line would be define(`SMART_HOST', `smarthost.yourISP.net') -- William Park, Open Geometry Consulting, [EMAIL PROTECTED] 8-CPU Cluster, Hosting, NAS, Linux, LaTeX, python, vim, mutt, tin