Mercurial > emacs
annotate lisp/gnus/gnus-mh.el @ 82975:590114f9753d gnus-5_10-pre-merge-josefsson
2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
* gnus-sum.el (gnus-newsgroup-variables): Doc fix (tiny change).
From Helmut Waitzmann <Helmut.Waitzmann@web.de>.
* gnus-agent.el (gnus-agent-regenerate-group): Activate the group
when the group's active is not available.
* gnus-art.el (article-hide-headers): Refer to the values for
gnus-ignored-headers and gnus-visible-headers in the summary
buffer since a user may have set them as group parameters.
(gnus-article-next-page): Fix the way to find a real end-of-buffer
(tiny change). From YAGI Tatsuya <ynyaaa@ybb.ne.jp>.
(gnus-article-read-summary-keys): Restore new window-start and
hscroll to summary window.
(gnus-prev-page-map): Remove duplicated one.
* gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
(gnus-cite-parse): Ignore quoted envelope From_. Suggested by
Karl Chen <quarl@nospam.quarl.org> and Reiner Steib
<Reiner.Steib@gmx.de>.
* gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
pp-to-string with gnus-pp-to-string.
* gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
* gnus-group.el (gnus-group-make-kiboze-group): Replace pp with
gnus-pp.
* gnus-msg.el (gnus-setup-message): Ignore an article copy while
parsing gnus-posting-styles when the message is not for replying.
(gnus-summary-resend-message-edit): Call mime-to-mml. Suggested
by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
(gnus-debug): Replace pp with gnus-pp.
* gnus-score.el (gnus-score-save): Replace pp with gnus-pp.
* gnus-spec.el (gnus-update-format): Replace pp-to-string with
gnus-pp-to-string.
* gnus-sum.el (gnus-read-header): Don't remove a header for the
parent article of a sparse article in the thread hashtb. From
Stefan Wiens <s.wi@gmx.net>.
* gnus-util.el (gnus-bind-print-variables): New macro.
(gnus-prin1): Use it.
(gnus-prin1-to-string): Use it.
(gnus-pp): New function.
(gnus-pp-to-string): New function.
* gnus.el: Don't make unnecessary *Group* buffer when loading.
* mail-source.el (mail-source-touch-pop): Doc fix.
* message.el (message-mode): Don't modify paragraph-separate there.
(message-setup-fill-variables): Add mml tags to paragraph-start
and paragraph-separate. Suggested by Andrew Korty <ajk@iu.edu>.
(message-smtpmail-send-it): Doc fix.
(message-exchange-point-and-mark): Don't activate region if it was
inactive. Suggested by Hiroshi Fujishima
<pooh@nature.tsukuba.ac.jp> and Jesper Harder <harder@ifa.au.dk>.
* mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
t while entering a file name using the mm-with-multibyte macro.
Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
* mm-encode.el (mm-content-transfer-encoding-defaults): Use
qp-or-base64 for the application/* types.
(mm-safer-encoding): Consider 7bit is safe.
* mm-util.el (mm-with-multibyte-buffer): New macro.
(mm-with-multibyte): New macro.
* mm-view.el (mm-inline-render-with-function): Use multibyte
buffer; decode html source by charset.
* nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
add generate-head-function and generate-article-function to the
rfc822-forward entry.
(nndoc-forward-type-p): Recognize envelope From_.
(nndoc-rfc822-forward-generate-article): New function.
(nndoc-rfc822-forward-generate-head): New function.
From David Hedbor <dhedbor@real.com>.
* nnmail.el (nnmail-split-lowercase-expanded): New user option.
(nnmail-expand-newtext): Lowercase expanded entries if
nnmail-split-lowercase-expanded is non-nil.
* score-mode.el (gnus-score-pretty-print): Replace pp with gnus-pp.
* webmail.el (webmail-debug): Replace pp with gnus-pp.
* gnus-art.el (gnus-article-wash-html-with-w3m): Bind
w3m-safe-url-regexp as the value for mm-w3m-safe-url-regexp; use
w3m-minor-mode-map instead of mm-w3m-local-map-property.
(gnus-mime-save-part-and-strip): Use mm-complicated-handles
instead of mm-multiple-handles.
(gnus-mime-delete-part): Ditto.
* mm-decode.el (mm-multiple-handles): Recognize a string as a mime
handle, as well as a list.
(mm-complicated-handles): Former definition of mm-multiple-handles.
* mm-view.el (mm-w3m-mode-map): Remove.
(mm-w3m-local-map-property): Remove.
(mm-w3m-cid-retrieve-1): Call itself recursively. Suggested by
ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
(mm-w3m-cid-retrieve): Simplify.
(mm-inline-text-html-render-with-w3m): Decode html source by
charset; check META tags only when charsets are not specified in
headers; specify charset to w3m-region; use w3m-minor-mode-map
instead of mm-w3m-local-map-property.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Tue, 31 Aug 2004 14:47:59 +0000 |
parents | 0fde48feb604 |
children | 18a818a2ee7c cce1c0ee76ee |
rev | line source |
---|---|
17493 | 1 ;;; gnus-mh.el --- mh-e interface for Gnus |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24586
diff
changeset
|
2 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000 |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24586
diff
changeset
|
3 ;; Free Software Foundation, Inc. |
17493 | 4 |
5 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
17493
diff
changeset
|
6 ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
17493 | 7 ;; Keywords: news |
8 | |
9 ;; This file is part of GNU Emacs. | |
10 | |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
12 ;; it under the terms of the GNU General Public License as published by | |
13 ;; the Free Software Foundation; either version 2, or (at your option) | |
14 ;; any later version. | |
15 | |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ;; GNU General Public License for more details. | |
20 | |
21 ;; You should have received a copy of the GNU General Public License | |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
24 ;; Boston, MA 02111-1307, USA. | |
25 | |
26 ;;; Commentary: | |
27 | |
28 ;;; Send mail using mh-e. | |
29 | |
30 ;; The following mh-e interface is all cooperative works of | |
31 ;; tanaka@flab.fujitsu.CO.JP (TANAKA Hiroshi), kawabe@sra.CO.JP | |
32 ;; (Yoshikatsu Kawabe), and shingu@casund.cpr.canon.co.jp (Toshiaki | |
33 ;; SHINGU). | |
34 | |
35 ;;; Code: | |
36 | |
37 (require 'gnus) | |
38 (require 'mh-e) | |
39 (require 'mh-comp) | |
40 (require 'gnus-msg) | |
41 (require 'gnus-sum) | |
42 | |
82951
0fde48feb604
Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
Andreas Schwab <schwab@suse.de>
parents:
52401
diff
changeset
|
43 (eval-when-compile |
0fde48feb604
Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
Andreas Schwab <schwab@suse.de>
parents:
52401
diff
changeset
|
44 (defvar mh-lib-progs)) |
0fde48feb604
Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
Andreas Schwab <schwab@suse.de>
parents:
52401
diff
changeset
|
45 |
17493 | 46 (defun gnus-summary-save-article-folder (&optional arg) |
47 "Append the current article to an mh folder. | |
48 If N is a positive number, save the N next articles. | |
49 If N is a negative number, save the N previous articles. | |
50 If N is nil and any articles have been marked with the process mark, | |
51 save those articles instead." | |
52 (interactive "P") | |
34858
6c93e7d6a930
* message.el (message-setup): Use cons. Suggested by Johan Vromans
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
32192
diff
changeset
|
53 (require 'gnus-art) |
17493 | 54 (let ((gnus-default-article-saver 'gnus-summary-save-in-folder)) |
55 (gnus-summary-save-article arg))) | |
56 | |
57 (defun gnus-summary-save-in-folder (&optional folder) | |
58 "Save this article to MH folder (using `rcvstore' in MH library). | |
59 Optional argument FOLDER specifies folder name." | |
60 ;; Thanks to yuki@flab.Fujitsu.JUNET and ohm@kaba.junet. | |
61 (mh-find-path) | |
62 (let ((folder | |
63 (cond ((and (eq folder 'default) | |
64 gnus-newsgroup-last-folder) | |
65 gnus-newsgroup-last-folder) | |
66 (folder folder) | |
67 (t (mh-prompt-for-folder | |
68 "Save article in" | |
69 (funcall gnus-folder-save-name gnus-newsgroup-name | |
70 gnus-current-headers gnus-newsgroup-last-folder) | |
71 t)))) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
17493
diff
changeset
|
72 (errbuf (gnus-get-buffer-create " *Gnus rcvstore*")) |
17493 | 73 ;; Find the rcvstore program. |
32192
cdd557fc0cb4
(gnus-summary-save-in-folder): Obey mh-lib-progs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31716
diff
changeset
|
74 (exec-path (cond |
cdd557fc0cb4
(gnus-summary-save-in-folder): Obey mh-lib-progs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31716
diff
changeset
|
75 ((and (boundp 'mh-lib-progs) mh-lib-progs) |
cdd557fc0cb4
(gnus-summary-save-in-folder): Obey mh-lib-progs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31716
diff
changeset
|
76 (cons mh-lib-progs exec-path)) |
cdd557fc0cb4
(gnus-summary-save-in-folder): Obey mh-lib-progs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31716
diff
changeset
|
77 (mh-lib (cons mh-lib exec-path)) |
cdd557fc0cb4
(gnus-summary-save-in-folder): Obey mh-lib-progs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31716
diff
changeset
|
78 (t exec-path)))) |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24586
diff
changeset
|
79 (with-current-buffer gnus-original-article-buffer |
17493 | 80 (save-restriction |
81 (widen) | |
82 (unwind-protect | |
83 (call-process-region | |
84 (point-min) (point-max) "rcvstore" nil errbuf nil folder) | |
85 (set-buffer errbuf) | |
86 (if (zerop (buffer-size)) | |
87 (message "Article saved in folder: %s" folder) | |
88 (message "%s" (buffer-string))) | |
89 (kill-buffer errbuf)))) | |
90 (setq gnus-newsgroup-last-folder folder))) | |
91 | |
92 (defun gnus-Folder-save-name (newsgroup headers &optional last-folder) | |
93 "Generate folder name from NEWSGROUP, HEADERS, and optional LAST-FOLDER. | |
94 If variable `gnus-use-long-file-name' is nil, it is +News.group. | |
95 Otherwise, it is like +news/group." | |
96 (or last-folder | |
97 (concat "+" | |
98 (if gnus-use-long-file-name | |
99 (gnus-capitalize-newsgroup newsgroup) | |
100 (gnus-newsgroup-directory-form newsgroup))))) | |
101 | |
102 (defun gnus-folder-save-name (newsgroup headers &optional last-folder) | |
103 "Generate folder name from NEWSGROUP, HEADERS, and optional LAST-FOLDER. | |
104 If variable `gnus-use-long-file-name' is nil, it is +news.group. | |
105 Otherwise, it is like +news/group." | |
106 (or last-folder | |
107 (concat "+" | |
108 (if gnus-use-long-file-name | |
109 newsgroup | |
110 (gnus-newsgroup-directory-form newsgroup))))) | |
111 | |
112 (provide 'gnus-mh) | |
113 | |
52401 | 114 ;;; arch-tag: 2d5696d3-b363-48e5-8749-c256be56acca |
17493 | 115 ;;; gnus-mh.el ends here |