Markup fix of last commit.
[gnus] / texi / gnus-news.texi
1 @c -*-texinfo-*-
2
3 @c Copyright (C) 2004 Free Software Foundation, Inc.
4
5 @c    Permission is granted to anyone to make or distribute verbatim copies
6 @c    of this document as received, in any medium, provided that the
7 @c    copyright notice and this permission notice are preserved,
8 @c    thus giving the recipient permission to redistribute in turn.
9
10 @c    Permission is granted to distribute modified versions
11 @c    of this document, or of portions of it,
12 @c    under the above conditions, provided also that they
13 @c    carry prominent notices stating who last changed them.
14
15 @c This file contains a list of news features Gnus.  It is supposed to be
16 @c included in `gnus.texi'.  `GNUS-NEWS' is automatically generated from
17 @c this file (see `gnus-news.el').
18
19 @itemize @bullet
20
21 @item The nntp back end store article marks in @file{~/News/marks}.
22
23 The directory can be changed using the (customizable) variable
24 @code{nntp-marks-directory}, and marks can be disabled using the
25 (backend) variable @code{nntp-marks-is-evil}.  The advantage of this
26 is that you can copy @file{~/News/marks} (using rsync, scp or
27 whatever) to another Gnus installation, and it will realize what
28 articles you have read and marked.  The data in @file{~/News/marks}
29 has priority over the same data in @file{~/.newsrc.eld}.  This means
30 that if you downgrade to, say, Gnus 5.10 and read mail and later come
31 back to this Gnus version, your marks will be stale.  You can remove
32 the @file{~/News/marks} content (even selectively) to remedy this.
33
34 @item
35 You can import and export your @acronym{RSS} subscriptions from
36 @acronym{OPML} files.
37
38 @item
39 The option @code{mm-fill-flowed} can be used to disable treatment of
40 format=flowed messages.  Also, flowed text is disabled when sending
41 inline @acronym{PGP} signed messages.
42
43 @item You can now drag and drop attachments to the Message buffer.
44
45 @item @kbd{/ r} limits the summary buffer to replied articles.
46
47 @item @acronym{ANSI} @acronym{SGR} control sequences can be transformed
48 using @kbd{W A}.
49
50 @acronym{ANSI} sequences are used in some Chinese hierarchies for
51 highlighting articles (@code{gnus-article-treat-ansi-sequences}).
52
53 @item Gnus includes an Emacs Lisp @acronym{SASL} library.
54
55 This provide a clean @acronym{API} to @acronym{SASL} mechanisms from
56 within Emacs.  The user visible aspects of this, compared to the earlier
57 situation, include support for @acronym{DIGEST}-@acronym{MD5} and
58 @acronym{NTLM}.
59
60 @item ManageSieve connections uses the @acronym{SASL} library by default.
61
62 The primary change this brings is support for @acronym{DIGEST-MD5} and
63 @acronym{NTLM}, when the server support it.
64
65 @item Gnus include a password cache mechanism in password.el.
66
67 It is enabled by default (see @code{password-cache}), with a short
68 timeout of 16 seconds (see @code{password-cache-expiry}).  If
69 @acronym{PGG} is used as the @acronym{PGP} backend, the @acronym{PGP}
70 passphrase is managed by this mechanism.  Passwords for ManageSieve
71 connections are managed by this mechanism, after quering the user about
72 whether to do so.
73
74 @item @acronym{IMAP} identity (@acronym{RFC} 2971) is supported.
75
76 By default, Gnus do not send any information about itself, but you can
77 customize it using the variable @code{nnimap-id}.
78
79 @item The @file{all.SCORE} file can be edited from the group buffer
80 using @kbd{W e}.
81
82 @item Gnus now MIME decode articles even when they lack "MIME-Version" header.
83 This changes the default of @code{gnus-article-loose-mime}.
84
85 @end itemize
86
87 @c gnus-news.texi ends here.
88
89 @ignore
90    arch-tag: 872c7569-4340-4d73-9d1d-7826d9f94a51
91 @end ignore