Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]RE: MS Outlook Setting(Re: tlug: X resolution / color depth)
- To: tlug@example.com
- Subject: RE: MS Outlook Setting(Re: tlug: X resolution / color depth)
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Mon, 23 Mar 1998 10:24:16 +0900 (JST)
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <Pine.LNX.3.96.980320171426.10951J-100000@example.com>
- References: <000a01bd53d1$113ca7e0$1302a8c0@example.com><Pine.LNX.3.96.980320171426.10951J-100000@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> "Scott" == Scott Stone <sstone@example.com> writes: Scott> According to Ken Harada: Scott> On Fri, 20 Mar 1998, Jonathan Byrne--3Web wrote: Scott> > -----Original Message----- Scott> > $B:9=P?M(B : Ken Harada <kenhrd@example.com> Scott> > $B08@example.com(B : tlug@example.com <tlug@example.com> Scott> > $BF|;~(B : 1998$BG/(B3$B7n(B20$BF|(B 15:10 Scott> > $B7oL>(B : MS Outlook Setting(Re: tlug: X resolution / color depth) >> >Though this is not related to the original subject, I found in >> >the Outlook setting at my office that you can make the above >> >Japanese to English words by setting: Scott> I like it in Japanese. Is there a patch to sendmail to Scott> make it do that? <RANT> Heaven help us. If you patch sendmail to do that, may Serdar Argic chase you to hell and back. </RANT> sendmail is a "mail transfer agent" (MTA) and by Holy Writ may not touch the content of message bodies. (It may and in some cases should reencode the message body.) It should not touch headers written by "mail user agents" (MUAs) or other MTAs (although it's arguable that sometimes this is necessary, as with changing the MIME transfer encoding). The functionality you want is available in lots of MUAs. Under Mule, just put ;; this code really sucks, it's just a quick hack (lambda () (save-excursion (goto-char (point-min)) (search-forward "\\n\\n") (let ((bow (point-min)) ; save the current narrowing status (eow (point-max)) (bon (point)) ; new narrowing (eon (point-max))) (narrow-to-region bon eon) (goto (point-min)) (replace-string "From:" "$B:9=P?M(B :") (goto (point-min)) (replace-string "To:" "$B08@example.com(B :") (goto (point-min)) (replace-string "Date:" "$BF|;~(B :") (goto (point-min)) (replace-string "Subject:" "$B7oL>(B :") (narrow-to-region)))) on your `after-display-message-hook' (whatever it's called). Parsing the date is left as an exercise for the reader (hint: `(require 'rfc822)'). I'd be willing to bet there are built-in functions in mew etc for this; you can also get Supercite to do it, which is probably easier in terms of coding than fixing my hack but requires studying Supercite internals first (not much). See Info | Supercite | Reference Headers. I'm not sure about the date translation, but it should be easy (I think SC canonicalizes it so parsing is trivial). Oops, I'm sorry. I see you use Pine. Pity, that :-) "Things go better with Emacs." Customization and user preferences, anyway. --------------------------------------------------------------- Next TLUG Meeting: 11 April Sat, Tokyo Station Yaesu gate 12:30 Featuring Tague Griffith of Netscape i18n talking on source code --------------------------------------------------------------- a word from the sponsor: TWICS - Japan's First Public-Access Internet System www.twics.com info@example.com Tel:03-3351-5977 Fax:03-3353-6096
- References:
- RE: MS Outlook Setting(Re: tlug: X resolution / color depth)
- From: "Jonathan Byrne--3Web" <jq@example.com>
- RE: MS Outlook Setting(Re: tlug: X resolution / color depth)
- From: Scott Stone <sstone@example.com>
Home | Main Index | Thread Index
- Prev by Date: RE: tlug: X resolution / color depth
- Next by Date: tlug: Please ignore!
- Prev by thread: RE: MS Outlook Setting(Re: tlug: X resolution / color depth)
- Next by thread: tlug: S3 ViRGE
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links