Changeset 4140 for trunk/man/gnus.texi
- Timestamp:
- 08/10/06 11:19:54 (2 years ago)
- Files:
-
- trunk/man/gnus.texi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/man/gnus.texi
r4111 r4140 9373 9373 @item gnus-article-emulate-mime 9374 9374 @vindex gnus-article-emulate-mime 9375 @cindex uuencode 9376 @cindex yEnc 9375 9377 There are other, non-@acronym{MIME} encoding methods used. The most common 9376 9378 is @samp{uuencode}, but yEncode is also getting to be popular. If 9377 9379 this variable is non-@code{nil}, Gnus will look in message bodies to 9378 9380 see if it finds these encodings, and if so, it'll run them through the 9379 Gnus @acronym{MIME} machinery. The default is @code{t}. 9381 Gnus @acronym{MIME} machinery. The default is @code{t}. Only 9382 single-part yEnc encoded attachments can be decoded. There's no support 9383 for encoding in Gnus. 9380 9384 9381 9385 @item gnus-unbuttonized-mime-types … … 26076 26080 26077 26081 @item 26082 Lisp files are now installed in @file{.../site-lisp/gnus/} by default. 26083 It defaulted to @file{.../site-lisp/} formerly. In addition to this, 26084 the new installer issues a warning if other Gnus installations which 26085 will shadow the latest one are detected. You can then remove those 26086 shadows manually or remove them using @code{make 26087 remove-installed-shadows}. 26088 26089 @item 26078 26090 New @file{make.bat} for compiling and installing Gnus under MS Windows 26079 26091
