Subject: [mew-dist 18528] Re: ToによってFromを変えたい場合 From: dezawa@miya.fujifilm.co.jp To: mew-dist@mew.org Date: Thu, 16 Aug 2001 22:29:15 +0900 X-Mailer: Mew version 1.95b1 on Emacs 20.3 / Mule 4.0 (HANANOEN) Mailing-List: contact mew-dist-help@mew.org; run by ezmlm X-Mew: Subject: has continuous space characters.
便乗です 今回始めて case 使いに挑戦しようとおもっています。
> To: を設定して、C-cC-o すると、case を推測しますので、そのまま Return > するとその時点で From: が書き変わります。
Subject: [mew-dist 19635] pop trouble From: 早間義博 <yossi@yedo.src.co.jp> To: mew-dist@mew.org Date: Sat, 10 Nov 2001 16:43:03 +0900 (JST) X-Mailer: Mew version 2.1 on Emacs 20.7 / Mule 4.1 (AOI) Mailing-List: contact mew-dist-help@mew.org; run by ezmlm
case field when "" ARGV.each { |f| File::open(f).each_line { |l| if regexp =~ NKF::nkf('-e', l) then puts f break end } } when "body" ARGV.each { |f| in_body_p = false File::open(f).each_line { |l| if ! in_body_p then in_body_p = true if header_end =~ l elsif regexp =~ NKF::nkf('-e', l) then puts f break end } } =つづく=
when "head" ARGV.each { |f| File::open(f).each_line { |l| break if header_end =~ l if regexp =~ NKF::nkf('-e', l) then puts f break end } } else ARGV.each { |f| in_field_p = false field_value = "" File::open(f).each_line { |l| if ! in_field_p then break if header_end =~ l if field_regexp =~ l then in_field_p = true field_value.concat(Regexp.last_match.post_match.chomp) end else if field_continue =~ l then field_value.concat(Regexp.last_match.post_match.chomp) else if regexp =~ NKF::nkf('-e', field_value) p NKF::nkf('-e', field_value) puts f break else field_value = "" in_field_p = false redo end end end } } end
>>395-396 ありがとうございました。 libmime-base64-perlを入れてsummaryで . y でできました。
それから以前受け取って開けなかった添付ファイルでも . y したけど うまくいかなかったので *Messages* を見たら MIME decoding error: No last boundary for Multipart/Mixed Too large, truncated (the 'T' mark). To get the entire message, type 'I' と書いてあったので I で取り込んで . y で片付きました。
X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.1 (AOI) X-Respect: 佐藤泰司; Char X-Moe: ハッピー船橋こと[天才]磯部さちよ; 宮里真央, 當山奈央, 丹羽麻由美, 朝間ユリサ, 岩永幸子, 竹田侑美 X-Moe-Info: See http://www.x-moe.org/ for detail, and see http://www2.palnet.or.jp/~matsuda/x-moe/ for reference. X-My-soulful-screaming: ぅぇぃ!
C-j runs the command newline-and-indent which is an interactive compiled Lisp function in `simple'. (newline-and-indent)
Insert a newline, then indent according to major mode. Indentation is done using the value of `indent-line-function'. In programming language modes, this is the same as TAB. In some text modes, where TAB inserts a tab, this command indents to the column specified by the function `current-left-margin'.
X-Mew: From: has raw text strings. Subject: has raw text strings. X-Fortune: has raw text strings. X-Mailer: has raw text strings. X-Weather: has raw text strings.
From: Mail Delivery Subsystem <MAILER-DAEMON@8x8.com> Subject: Returned mail: User unknown Date: Mon, 30 Sep 2002 09:13:50 -0800
> The original message was received at Mon, 30 Sep 2002 09:13:50 -0800 > from mail-gw.8x8.com [192.84.19.131] > > ----- The following addresses had permanent fatal errors ----- > <robert@8x8.com> > (expanded from: <robert@8x8.com>) > > ----- Transcript of session follows ----- > mail.local: unknown name: robert > 550 <robert@8x8.com>... User unknown
Kazu YAMAMOTO Created 1996/02/18 Modified2002/02/25
This manual documents Mew version 2.2. In addition to this manual, you may find useful information about Mew from Mew's official home page (http://www.Mew.org/).
1. Read me first 2. Let's get started 3. Viewing messages 4. Composing messages 5. Funny marks 7. Happy refiling 8. Selecting messages 9. Give me a break 10. Customizing Mew 11. Email convention 12. Implementation Issues 13. Availability and mailing-list