Glenn Morris
cce7d53002
Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.
2011-02-22 20:19:28 -08:00
Kenichi Handa
c1449bffe2
mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an error when a multipart boundary in the nested multipart is found.
2011-02-23 11:32:35 +09:00
Glenn Morris
67ab0163d6
Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.ca
2011-02-19 11:40:59 -08:00
Kenichi Handa
16bc9688d8
Fix setting of buffer-file-coding-system for MIME message.
2011-02-19 18:22:24 +09:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Glenn Morris
d52969e8af
Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.
...
Note:
emacs-23 2010-05-20T01:32:08Z!lekktu@gmail.com is rendered unnecessary by pre-existing 2010-05-20
trunk change.
2011-01-15 12:38:27 -08:00
Glenn Morris
362b9d483c
Merge from emacs-23 branch.
2011-01-15 12:03:38 -08:00
Stefan Monnier
77ab81d054
Merge from emacs-23
2011-01-14 12:18:41 -05:00
Kenichi Handa
1a6a03e4a3
Fix setting of buffer-file-coding-system of RMAIL buffer.
2011-01-14 13:04:10 +09:00
Kenichi Handa
e7ca0062a4
Another improvement of MIME handling in rmail.
2011-01-12 15:08:55 +09:00
Kenichi Handa
8434f23924
Fix handling of unknown MIME type (bug#7651).
2011-01-04 16:09:46 +09:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Chong Yidong
7c420169ba
Merge changes from emacs-23 branch
2011-01-02 15:31:19 -05:00
Kenichi Handa
8258ae3f5a
Fix error handling of MIME parsing.
2010-12-24 23:00:14 +09:00
Kenichi Handa
186f7f0b7f
Enable display mode of MIME message in rmail.
2010-12-24 13:38:22 +09:00
Stefan Monnier
f49d1f52b2
Merge from emacs-23
2010-12-13 10:27:36 -05:00
Kenichi Handa
7e116860bb
Implement rmail-search-mime-message-function.
2010-11-29 21:22:39 +09:00
Chong Yidong
07976ae3b8
Merge changes from emacs-23 branch
2010-11-27 15:04:57 -05:00
Kenichi Handa
afde451abe
mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported multipart subtypes, insert all as usual.
2010-11-26 21:58:41 +09:00
Kenichi Handa
d1be4ec274
Improve rmail's MIME handling.
2010-11-26 13:06:59 +09:00
Chong Yidong
bd78fa1d54
Add "Package:" file headers to denote built-in packages.
2010-08-29 12:17:13 -04:00
Eli Zaretskii
134a027f69
mail/rmailmm.el (rmail-mime-save): Make the temp buffer unibyte,
...
so compressed attachments are not compressed again.
See http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00599.html
2010-07-16 12:59:37 +03:00
Stefan Monnier
c893016b07
* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
...
just because we see "encoding: 8bit".
* mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2010-01-22 11:43:54 -05:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Glenn Morris
0c9ff2c516
(rmail-mime-handle): Doc fix.
...
(rmail-mime-show): Downcase the encoding. (Bug#5070)
2009-12-01 03:13:03 +00:00
Glenn Morris
d73a0317a0
(rmail-mime): Decode in fundamental-mode. (Bug#4993)
2009-11-21 02:36:54 +00:00
Glenn Morris
a92cdd49b1
(rmail-mime-show-images, rmail-mime-bulk-handler):
...
Add option to only show images below a certain size.
(rmail-mime-multipart-handler): Remove unnecessary save-match-data and
save-excursion calls.
2009-09-26 19:20:48 +00:00
Glenn Morris
692208828e
(rmail-mime-bulk-handler): Print the size of attachments.
2009-09-25 06:15:01 +00:00
Glenn Morris
e8652dd9c5
(rmail-mime): New custom group.
...
Move all defcustoms in this file into this group.
(rmail-mime-media-type-handlers-alist): Revert previous change.
(rmail-mime-show-images): New option.
(rmail-mime-total-number-of-bulk-attachments): Remove variable and all
references to it, since it wasn't actually used for anything.
(rmail-mime-insert-image): New function.
(rmail-mime-image): Use rmail-mime-insert-image.
(rmail-mime-bulk-handler): Remove optional `image' argument, instead
obey the value of `rmail-mime-show-images' option.
2009-09-25 03:39:04 +00:00
Glenn Morris
2e9075d396
(rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
...
(rmail-mime-bulk-handler): Optionally handle images.
(rmail-mime-image): New button action.
(rmail-mime-image-handler): New function.
(rmail-mime-mode): New mode.
(rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
2009-09-24 03:21:20 +00:00
Glenn Morris
ffa1fed64f
(rmail-mime-multipart-handler): Accept the case where
...
there is no newline after the final mime boundary. (Bug#4539)
Move markers on insertion so that any buttons inserted don't end up in
the next part of a multipart message.
2009-09-24 03:15:27 +00:00
Glenn Morris
fe6793d4f8
(rmail-mime-save): If file exists, don't try to be clever and add a
...
suffix to make a unique name, just let the user decide whether or not
to overwrite it. If the input is a directory, write the default
filename to that directory. (Bug#4388)
(rmail-mime-bulk-handler): Ensure the save button's 'directory property
is a filename-as-a-directory.
2009-09-15 02:33:58 +00:00
Glenn Morris
35426db400
Put autoloads in rmail.el rather than loaddefs.el.
2009-09-10 06:18:23 +00:00
Glenn Morris
c8644de0d4
(rmail-mime-media-type-handlers-alist): Fix doc and custom type.
2009-03-06 03:46:28 +00:00
Glenn Morris
f4ce6150a2
(rmail-mime-media-type-handlers-alist)
...
(rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type. Add version.
(rmail-mime-total-number-of-bulk-attachments): Doc fix.
(rmail-mime): Doc fix. Use rmail-apply-in-message.
Disable undo in the mime buffer, mark unmodified.
2009-03-05 03:42:22 +00:00
Glenn Morris
734220547e
Update commentary.
...
(rmail-mime): Add autoload cookie.
2009-02-28 03:26:58 +00:00
Chong Yidong
f265b4dedc
(rmail-mime-attachment-dirs-alist): Use temporary-file-directory.
2009-02-07 21:29:17 +00:00
Glenn Morris
6ea97e7ed9
Comment (add Author: header).
2009-01-23 04:15:56 +00:00
Chong Yidong
9b2b249ea4
Remove file local var.
2009-01-23 03:50:16 +00:00
Bastien Guerry
537ab246b2
Renamed all pmail* files to rmail*.
2009-01-22 17:09:23 +00:00