annotate admin/notes/trailing-whitespace @ 88273:d30c56339f08
(rmail): Go back to using find-file for reading in the
mail file. This avoids gratuitous modification of the file.
(rmail-decode-region): Doc string, cleanup.
(rmail-decode-by-content-type): New function.
(rmail-decode-messages): Use it. Add FROM and TO args and only
process messages in that region.
(rmail-get-new-mail): Call `rmail-decode-region' before
`rmail-process-new-messages'.
author |
Henrik Enberg <henrik.enberg@telia.com> |
date |
Sun, 22 Jan 2006 05:45:47 +0000 |
parents |
d7ddb3e565de |
children |
|
rev |
line source |
88155
|
1 ttn 2003-02-14
|
|
2
|
|
3 apparently there was a big discussion on emacs-devel wrt trailing whitespace.
|
|
4 there was a mass-change to remove such from various branches in cvs. probably
|
|
5 it's a good idea to avoid adding trailing whitespace in new code/docs and in
|
|
6 changes.
|
|
7
|
|
8 ;;; arch-tag: de441379-c345-4826-a784-352b5413a698
|