comparison lisp/ChangeLog @ 105198:550b90cc7226

(rmail-mime-bulk-handler): Print the size of attachments.
author Glenn Morris <rgm@gnu.org>
date Fri, 25 Sep 2009 06:15:01 +0000
parents 3ed1736067e6
children cdc275504289
comparison
equal deleted inserted replaced
105197:3ed1736067e6 105198:550b90cc7226
28 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all 28 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
29 references to it, since it wasn't actually used for anything. 29 references to it, since it wasn't actually used for anything.
30 (rmail-mime-insert-image): New function. 30 (rmail-mime-insert-image): New function.
31 (rmail-mime-image): Use rmail-mime-insert-image. 31 (rmail-mime-image): Use rmail-mime-insert-image.
32 (rmail-mime-bulk-handler): Remove optional `image' argument, instead 32 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
33 obey the value of `rmail-mime-show-images' option. 33 obey the value of `rmail-mime-show-images' option. Print the size of
34 attachments.
34 35
35 2009-09-25 David Engster <deng@randomsample.de> 36 2009-09-25 David Engster <deng@randomsample.de>
36 37
37 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548) 38 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
38 39