From d58520446fb563465097c5635f015d89f3a60607 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 25 Mar 2002 00:37:17 +0000 Subject: [PATCH] Synch with Oort Gnus. --- GNUS-NEWS | 8 + lisp/ChangeLog | 16 + lisp/mml-sec.el | 1 + lisp/mml.el | 2 + lisp/nnmail.el | 5 +- texi/ChangeLog | 42 ++ texi/Makefile.in | 19 + texi/bk-a4.tex | 20 + texi/bk-lt.tex | 20 + texi/booklet.tex | 166 +++++++ texi/gnus-ja.texi | 113 +++-- texi/gnus.texi | 112 +++-- texi/gnuslogo-booklet.eps | 1055 +++++++++++++++++++++++++++++++++++++++++++++ texi/gnusref.tex | 181 ++++++-- texi/message-ja.texi | 12 +- texi/message.texi | 9 +- texi/refcard.tex | 68 ++- 17 files changed, 1714 insertions(+), 135 deletions(-) create mode 100644 texi/bk-a4.tex create mode 100644 texi/bk-lt.tex create mode 100644 texi/booklet.tex create mode 100644 texi/gnuslogo-booklet.eps diff --git a/GNUS-NEWS b/GNUS-NEWS index 2290ba9..83e5448 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -8,6 +8,14 @@ For older news, see Gnus info node "New Features". * Changes in Oort Gnus +** gnus-summary-line-format + +The default value changed to "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n". +Moreover gnus-extra-headers, nnmail-extra-headers and +gnus-ignored-from-addresses changed their default so that the users +name will be replaced by the recipient's name or the group name +posting to for NNTP groups. + ** deuglify.el (gnus-article-outlook-deuglify-article) A new file from Raymond Scholz for deuglifying diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12f1198..810ffee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2002-03-24 Jesper Harder + + * mml-sec.el (mml-unsecure-message): Add docstring. + +2002-03-23 ShengHuo ZHU + + * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric + value. + Trivial change from andre@slamdunknetworks.com + +2002-03-22 Josh Huber + + * mml.el (mml-mode-map): Added a keybinding for + `mml-unsecure-message'. Also, added a menu entry for said + function in the Attachments menu. + 2002-03-22 Katsumi Yamaoka * canlock.el (canlock-version): Remove. diff --git a/lisp/mml-sec.el b/lisp/mml-sec.el index fb6d229..a26ed91 100644 --- a/lisp/mml-sec.el +++ b/lisp/mml-sec.el @@ -146,6 +146,7 @@ (forward-line 1)))) (defun mml-unsecure-message () + "Remove security related MML tags from message." (interactive) (save-excursion (goto-char (point-max)) diff --git a/lisp/mml.el b/lisp/mml.el index 91a0343..576871c 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -783,6 +783,7 @@ If HANDLES is non-nil, use it instead reparsing the buffer." (define-key encrypt "p" 'mml-secure-message-encrypt-pgpmime) (define-key encrypt "o" 'mml-secure-message-encrypt-pgp) (define-key encrypt "s" 'mml-secure-message-encrypt-smime) + (define-key map "\C-n" 'mml-unsecure-message) (define-key map "f" 'mml-attach-file) (define-key map "b" 'mml-attach-buffer) (define-key map "e" 'mml-attach-external) @@ -815,6 +816,7 @@ If HANDLES is non-nil, use it instead reparsing the buffer." ["PGP Encrypt" mml-secure-message-encrypt-pgp t] ["S/MIME Sign" mml-secure-message-sign-smime t] ["S/MIME Encrypt" mml-secure-message-encrypt-smime t] + ["Encrypt/Sign off" mml-unsecure-message t] ;;["Narrow" mml-narrow-to-part t] ["Quote MML" mml-quote-region t] ["Validate MML" mml-validate t] diff --git a/lisp/nnmail.el b/lisp/nnmail.el index d310fb8..dd1d67f 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -341,11 +341,12 @@ discarded after running the split process." :type 'hook) (defcustom nnmail-large-newsgroup 50 - "*The number of the articles which indicates a large newsgroup. + "*The number of the articles which indicates a large newsgroup or nil. If the number of the articles is greater than the value, verbose messages will be shown to indicate the current status." :group 'nnmail-various - :type 'integer) + :type '(choice (const :tag "infinite" nil) + (number :tag "count"))) (defcustom nnmail-split-fancy "mail.misc" "Incoming mail can be split according to this fancy variable. diff --git a/texi/ChangeLog b/texi/ChangeLog index b51e8dc..6084a7a 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,45 @@ +2002-03-24 Raymond Scholz + + * gnus.texi (Summary Buffer Lines): Fix doc. + +2002-03-24 ShengHuo ZHU + + * Makefile.in (booklet.dvi, booklet.pdf): Support booklet. + +2002-03-24 Felix Natter + + * booklet.tex, bk-at.tex, bk-lt.tex, gnuslog-booklet.eps: New file. + * gnusref.tex, refcard.tex: Support booklet. + +2002-03-24 Jesper Harder + + * gnusref.tex: Addition. + + * gnus.texi: Don't use @sc in headings. + (Article Display): Fix. + (Signing and encrypting): Add mml-unsecure-message. + (IMAP): Remove @. to make texi2latex work. + (Thread Commands): Fix. + (Unavailable Servers): Add gnus-server-offline-server. + (Topic Sorting): Add gnus-topic-sort-groups. + (Limiting): Fix. + (Article Washing): Fix gnus-article-strip-headers-in-body, add + gnus-article-outlook-deuglify-article. + (Article Header): Add gnus-article-remove-leading-whitespace. + (Customizing Articles): Add gnus-treat-leading-whitespace. + (Summary Score Commands): Add gnus-score-find-favourite-words. + (Mailing List): Index gnus-mailing-list-insinuate. + (Mail Group Commands): Add gnus-article-encrypt-body, + gnus-summary-create-article. Don't use @var if not + metasyntactic. Index gnus-summary-edit-article-done. + + * message.texi (Security): Add mml-unsecure-message. + (Mailing Lists): Index message-goto-mail-followup-to. + +2002-03-23 Jesper Harder + + * gnusref.tex, refcard.tex: Addition. + 2002-03-21 ShengHuo ZHU * message.texi (Sending Variables): Fix typo. diff --git a/texi/Makefile.in b/texi/Makefile.in index 5c546cd..7eff6dc 100644 --- a/texi/Makefile.in +++ b/texi/Makefile.in @@ -96,6 +96,25 @@ refcard.pdf: refcard.tex gnuslogo-refcard.eps gnusref.tex epstopdf $(srcdir)/gnuslogo-refcard.eps --outfile=gnuslogo-refcard.pdf TEXINPUTS=$(srcdir):$$TEXINPUTS $(PDFLATEX) refcard.tex +booklet.dvi: booklet.tex gnuslogo-refcard.eps gnusref.tex + if [ "$(PAPERTYPE)" == a4 ]; then \ + TEXINPUTS=$(srcdir):$$TEXINPUTS $(LATEX) bk-a4.tex && \ + mv bk-a4.dvi booklet.dvi ;\ + else \ + TEXINPUTS=$(srcdir):$$TEXINPUTS $(LATEX) bk-lt.tex && \ + mv bk-lt.dvi booklet.dvi;\ + fi + +booklet.pdf: booklet.tex gnuslogo-refcard.eps gnusref.tex + epstopdf $(srcdir)/gnuslogo-booklet.eps --outfile=gnuslogo-booklet.pdf + if [ "$(PAPERTYPE)" == a4 ]; then \ + TEXINPUTS=$(srcdir):$$TEXINPUTS $(PDFLATEX) bk-a4.tex &&\ + mv bk-a4.pdf booklet.pdf ;\ + else \ + TEXINPUTS=$(srcdir):$$TEXINPUTS $(PDFLATEX) bk-lt.tex &&\ + mv bk-lt.pdf booklet.pdf ;\ + fi + clean: rm -f *.[cgk]idx *.aux *.cp *.cps *.dvi *.dvi-x *.fn *.ky \ *.kys *.latexi *.log *.orig *.pdf *.pdf-x *.pg *.rej \ diff --git a/texi/bk-a4.tex b/texi/bk-a4.tex new file mode 100644 index 0000000..20d13ab --- /dev/null +++ b/texi/bk-a4.tex @@ -0,0 +1,20 @@ +% Reference Booklet for (ding) Gnus, A4 format. +% To be processed with latex 2e +\documentclass{article} + +\usepackage{supertabular} + +\newlength{\logowidth} \setlength{\logowidth}{6.861in} +\newlength{\logoheight} \setlength{\logoheight}{7.013in} + +\def\Guide{Card}\def\guide{card} +\def\logoscale{0.25} + +\usepackage{epsfig} + +\textwidth 4.9in \textheight 7.35in \topmargin -1.0in +\oddsidemargin -0.5in \evensidemargin -0.5in +\begin{document} +\small%\footnotesize +\input{booklet} +\end{document} diff --git a/texi/bk-lt.tex b/texi/bk-lt.tex new file mode 100644 index 0000000..0329059 --- /dev/null +++ b/texi/bk-lt.tex @@ -0,0 +1,20 @@ +% Reference Booklet for (ding) Gnus, Letter format. +% To be processed with latex 2e +\documentclass{article} + +\usepackage{supertabular} + +\newlength{\logowidth} \setlength{\logowidth}{6.861in} +\newlength{\logoheight} \setlength{\logoheight}{7.013in} + +\def\Guide{Card}\def\guide{card} +\def\logoscale{0.25} + +\usepackage{epsfig} + +\textwidth 4.5in \textheight 7.5in \topmargin -1.0in +\oddsidemargin -0.5in \evensidemargin -0.5in +\begin{document} +\small%\footnotesize +\input{booklet} +\end{document} diff --git a/texi/booklet.tex b/texi/booklet.tex new file mode 100644 index 0000000..5ae0821 --- /dev/null +++ b/texi/booklet.tex @@ -0,0 +1,166 @@ +% include file for the Reference Booklet (16 pages). +\def\Guide{Booklet}\def\guide{booklet} +\def\logoscale{0.5} +\def\sec{\section} +\def\subsec{\subsection} +\def\subsubsec{\subsubsection} +\def\blankpage{\vspace*{\fill}\par +%\centerline{(This page intentionally left blank.)} +\par\vspace*{\fill}\pagebreak} + +\input{gnusref} + +\setcounter{page}{0} +\thispagestyle{empty} +\vspace*{\fill} +\Title +\vspace{0.4in} +\Logo{booklet} +\vspace*{\fill} +\pagebreak + +% TODO: how does this work ? +%\tableofcontents + +\Notes +% +\section*{Group-Mode} +\GroupModeGeneral + \subsection*{Group Subscribedness-Levels} + \GroupLevels + \subsection*{List Groups} + \ListGroups + \subsection*{Create/Edit Foreign Groups} + \CreateEditGroups + \subsection*{Unsubscribe, Kill and Yank Groups} + \SubscribeKillYankGroups + \subsection*{Mark Groups} + \MarkGroups + \subsection*{Group-Unplugged} + \GroupUnplugged +% topics in group-mode + \subsection*{Group Topics} + \GroupTopicsGeneral + \subsubsection*{Topic Sorting} + \TopicSorting +% +% summary-mode +\section*{Summary-Mode} +\SummaryModeGeneral + \subsection*{Select Articles} + \SelectArticles +% + \subsection*{Threading} + \Threading +% + \subsection*{Limiting} + \Limiting + \subsection*{Sort the Summary-Buffer} + \SortSummary + \subsection*{Score (Value) Commands} + \Scoring +% + \subsection*{MIME operations from the Summary-Buffer} + \MIMESummary + \subsection*{Extract Series (Uudecode etc)} + \ExtractSeries + \subsection*{Output Articles} + \OutputArticles +% + \subsection*{Post, Followup, Reply, Forward, Cancel} + \PostReplyetc + \subsection*{Message-Composition} + \MsgCompositionGeneral + \subsubsection*{Jumping in message-buffer} + \MsgCompositionMovementArticle + \subsubsection*{Attachments/MML} + \MsgCompositionMML +% marking articles + \subsection*{Mark Articles} + \MarkArticlesGeneral + \subsubsection*{Mark Based on Score} + \MarkByScore + \subsubsection*{The Process Mark} + \ProcessMark + \subsubsection*{Mark Indication-Characters} + \MarkCharacters +% + \subsection*{Summary-Unplugged} + \SummaryUnplugged + \subsection*{Mail-Group Commands} + \MailGroups + \subsection*{Draft-Group Commands} + \DraftGroup +% exiting + \subsection*{Exit the Summary-Buffer} + \ExitSummary +% +% +\section*{Article Mode (reading)} +\ArticleModeGeneral + \subsection*{Wash the Article-Buffer} + \WashArticle + \subsection*{Hide/Highlight Parts of the Article} + \HideHighlightArticle + \subsection*{MIME operations from the Article-Buffer (reading)} + \MIMEArticleMode +% +% +\section*{Server Mode} +\ServerMode + \subsection*{Unplugged-Server} + \ServerUnplugged +% +% +\section*{Browse Server Mode} +\BrowseServer + +%\pagebreak +\vspace*{\fill} +\Copyright + +%% \pagebreak +%% \Notes +%% \GroupLevels +%% \Marks +%% \General +%% \ServerMode +%% \BrowseServer +%% \ArticleMode +%% \pagebreak + +%% \GroupMode +%% \ListGroups +%% \CreateGroups +%% \SortGroups +%% \SOUP +%% \MarkGroups +%% \Unsubscribe +%% \GroupTopics +%% \SummaryMode +%% \SortSummary +%% \Article +%% \MailGroup +%% \Limit +%% \GotoArticle +%% \MarkArticles +%% \MarkScore +%% \ProcessMark +%% \OutputArticles +%% \Send +%% \Exit +%% \Thread +%% \Score +%% \Wash +%% \Hide +%% \Highlight +%% \Extract +%% \PickAndRead + +%% %\pagebreak +%% %\sec{Personal Notes} +%% %\blankpage + +%% \thispagestyle{empty} +%% \vspace*{\fill} +%% \CopyRight diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index f0e51eb..0d9a3eb 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -3830,10 +3830,17 @@ Gnus $B$,CN$C$F$$$k%H%T%C%/2=$5$l$?%0%k!<%W$rA4$FI=<($7$^(B @findex gnus-topic-sort-groups-by-server $B8=:_$N%H%T%C%/$r%5!<%P!<$NL>A0$G%"%k%U%!%Y%C%H=g$KJB$YBX$($^(B $B$9(B (@code{gnus-topic-sort-groups-by-server})$B!#(B + +@item T S s +@kindex T S s ($B%H%T%C%/(B) +@findex gnus-topic-sort-groups +$B8=:_$N%H%T%C%/$r!"JQ?t(B @code{gnus-group-sort-function} $B$GM?$($i$l$k4X?t(B +$B$K=>$C$FJB$YBX$($^$9(B (@code{gnus-topic-sort-groups})$B!#(B @end table -$B%0%k!<%W$N%=!<%H$K$D$$$F$N$5$i$J$k>pJs$O(B @xref{Sorting Groups} $B$r;2>H$7(B -$B$F$/$@$5$$!#(B +$B@\F,0z?t$,M?$($i$l$?$i!"$3$l$i$9$Y$F$N%3%^%s%I$O5U=g$NJB$YBX$($r9T$J$$$^(B +$B$9!#%0%k!<%W$N%=!<%H$K$D$$$F$N$5$i$J$k>pJs$O(B @xref{Sorting Groups} $B$r;2(B +$B>H$7$F$/$@$5$$!#(B @node Topic Topology @subsection $B%H%T%C%/$N0LAj9=B$(B @@ -4412,7 +4419,7 @@ Gnus $B$OJQ?t(B @code{gnus-extract-address-components} $B$NCM$r(B @code{From $B$^$8$-$3$H$G$9!#4X?t(B @code{gnus-goto-colon} $B$r!"$"$J$?$,9%$-$J%+!<%=%k$N(B $BF0$-$K$J$k$h$&$K!"?7$?$K=q$1$PNI$$$N$G$9!#(B) @xref{Positioning Point}$B!#(B -$B=i4|CM$NJ8;zNs$O(B @samp{%U%R%z%I%(%[%4L: %-23,23n%]%) %s\n} $B$G$9!#(B +$B=i4|CM$NJ8;zNs$O(B @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n} $B$G$9!#(B $B0J2<$NMM<0;X<(J8;z$H3HD%MM<0;X<($r;H$&$3$H$,$G$-$^$9(B: @@ -5967,9 +5974,9 @@ gnus $B<+BN$O2D;k5-;v$r4|8B@Z$l>C5n$7$^$;$s(B) $B$N$G!"1J1s$K5-;v$rJ]B8$7$F$* @item / p @kindex / p ($B35N,(B) -@findex gnus-summary-limit-to-display-parameter +@findex gnus-summary-limit-to-display-predicate $B35N,%P%C%U%!$r(B @code{display} $B%0%k!<%W%Q%i%a!<%?$N=R8l$rK~B-$5$;$k$h$&$K(B -$B@)8B$7$^$9(B (@code{gnus-summary-limit-to-display-parameter})$B!#$3$N=R8l$K(B +$B@)8B$7$^$9(B (@code{gnus-summary-limit-to-display-predicate})$B!#$3$N=R8l$K(B $B4X$9$k>\:Y$O(B @pxref{Group Parameters} $B$r;2>H$7$F2<$5$$!#(B @item / E @@ -6499,8 +6506,8 @@ gnus $B$OA4$F$N5-;v$N40A4$J(B @code{References} $BMs$r8+$F!"F1$8%9%l%C%I$KB0$ @table @kbd @item T n @kindex T n ($B35N,(B) -@itemx C-M-n -@kindex C-M-n ($B35N,(B) +@itemx C-M-f +@kindex C-M-f ($B35N,(B) @itemx M-down @kindex M-down ($B35N,(B) @findex gnus-summary-next-thread @@ -6508,8 +6515,8 @@ gnus $B$OA4$F$N5-;v$N40A4$J(B @code{References} $BMs$r8+$F!"F1$8%9%l%C%I$KB0$ @item T p @kindex T p ($B35N,(B) -@itemx C-M-p -@kindex C-M-p ($B35N,(B) +@itemx C-M-b +@kindex C-M-b ($B35N,(B) @itemx M-up @kindex M-up ($B35N,(B) @findex gnus-summary-prev-thread @@ -7946,6 +7953,13 @@ Sm*rtq**t*s $B$O$b$C$HB?$/$N0zMQJ8;z$rDs6!$9$k$?$a$K!"%^"#"#"#%="#"#$,>!\$7$$$3$H(B @item W W H @kindex W W H ($B35N,(B) -@findex gnus-article-strip-headers-from-body +@findex gnus-article-strip-headers-in-body $B5-;v$NK\BN$N@hF,$+$i(B @code{X-No-Archive} $B%X%C%@!<$N$h$&$J%X%C%@!<$r\$7$$$3$H(B @findex gnus-article-treat-fold-header $B$9$Y$F$N%a%C%;!<%8%X%C%@!<$r@^$jJV$7$^(B $B$9(B (@code{gnus-article-treat-fold-headers})$B!#(B + +@item W E w +@kindex W E w ($B35N,(B) +@findex gnus-article-remove-leading-whitespace +$B$9$Y$F$N%X%C%@!<$+$iM>7W$J6uGr$rrM}$KCV$-(B @findex gnus-treat-newsgroups-picon $B$9$Y$F$N%K%e!<%9%X%C%@!<(B ($B$9$J$o(B $B$A(B @code{Newsgroups} $B$H(B @code{Followup-To}) $B$r(B Picon $B2=$7$^(B -$B$9(B (@code{gnus-treat-from-picon})$B!#(B +$B$9(B (@code{gnus-treat-newsgroups-picon})$B!#(B @item W D D @kindex W D D ($B35N,(B) @@ -8893,7 +8913,7 @@ Line Formatting})$B!#%G%#%U%)%k%H$O(B @samp{Gnus: %%b %S %Z} $B$G$9!#;HMQ2DG= @findex gnus-summary-move-article @vindex gnus-preserve-marks $B$"$k%a!<%k%0%k!<%W$+$iJL$N$H$3$m$X5-;v$r0\F0$7$^(B -$B$9(B (@code{gnus-summary-move-article})$B!#(B@var{gnus-preserve-marks} $B$NCM(B +$B$9(B (@code{gnus-summary-move-article})$B!#(B@code{gnus-preserve-marks} $B$NCM(B $B$,(B nil $B$G$O$J$$$J$i$P(B ($B$3$l$,=i4|CM$G$9$,(B)$B!"%^!<%/$OJ]B8$5$l$^$9!#(B @item B c @@ -8902,7 +8922,7 @@ Line Formatting})$B!#%G%#%U%)%k%H$O(B @samp{Gnus: %%b %S %Z} $B$G$9!#;HMQ2DG= @findex gnus-summary-copy-article @c @icon{gnus-summary-mail-copy} $B$"$k%0%k!<%W(B ($B%a!<%k%0%k!<%W$dB>$N$b$N(B) $B$+$i%a!<%k%0%k!<%W$K5-;v$rJ#@=$7(B -$B$^$9(B (@code{gnus-summary-copy-article})$B!#(B@var{gnus-preserve-marks} $B$NCM(B +$B$^$9(B (@code{gnus-summary-copy-article})$B!#(B@code{gnus-preserve-marks} $B$NCM(B $B$,(B nil $B$G$O$J$$$J$i$P(B ($B$3$l$,=i4|CM$G$9$,(B)$B!"%^!<%/$OJ]B8$5$l$^$9!#(B @item B B @@ -8920,6 +8940,13 @@ Line Formatting})$B!#%G%#%U%)%k%H$O(B @samp{Gnus: %%b %S %Z} $B$G$9!#;HMQ2DG= $B$9(B (@code{gnus-summary-import-article})$B!#$"$J$?$O%U%!%$%kL>$H!"(B @code{From} $BMs$H(B @code{Subject} $BMs$NF~NO$rB%$5$l$^$9!#(B +@item B I +@kindex B I ($B35N,(B) +@findex gnus-summary-create-article +$B6u$N5-;v$r8=:_$N%a!<%k%0%k!<%W$K:n$j$^(B +$B$9(B (@code{gnus-summary-create-article})$B!#(B@code{From} $B%X%C%@!<(B +$B$H(B @code{Subject} $B%X%C%@!<$NFbMF$r?R$M$i$l$^$9!#(B + @item B r @kindex B r ($B35N,(B) @findex gnus-summary-respool-article @@ -8927,8 +8954,8 @@ Line Formatting})$B!#%G%#%U%)%k%H$O(B @samp{Gnus: %%b %S %Z} $B$G$9!#;HMQ2DG= @code{gnus-summary-respool-default-method} $B$,:F%9%W!<%k$9$k$H$-$N%G%#%U%)(B $B%k%H$NA*BrJ}K!$H$7$F;HMQ$5$l$^$9!#$3$NJQ?t$O%G%#%U%)%k%H$G(B @code{nil} $B$G!"(B $B$3$l$O8=:_$N%0%k!<%W$NA*BrJ}K!$,Be$o$j$K;H$o$l$k$H$$$&;v$G$9!#(B -@var{gnus-preserve-marks} $B$NCM$,(B nil $B$G$O$J$$$J$i$P(B ($B$3$l$,=i4|CM$G$9$,(B)$B!"(B -$B%^!<%/$OJ]B8$5$l$^$9!#(B +@code{gnus-preserve-marks} $B$NCM$,(B nil $B$G$O$J$$$J$i$P(B ($B$3$l$,=i4|CM$G$9(B +$B$,(B)$B!"%^!<%/$OJ]B8$5$l$^$9!#(B @item B w @itemx e @@ -8936,10 +8963,12 @@ Line Formatting})$B!#%G%#%U%)%k%H$O(B @samp{Gnus: %%b %S %Z} $B$G$9!#;HMQ2DG= @kindex e ($B35N,(B) @findex gnus-summary-edit-article @kindex C-c C-c ($B5-;v(B) +@findex gnus-summary-edit-article-done $B8=:_$N5-;v$rJT=8$7$^$9(B (@code{gnus-summary-edit-article})$B!#JT=8$r=*N;$7(B -$B$FJQ99$r1J1s$K$9$k$?$a$K!"(B@kbd{C-c C-c} $B$rBG$A$^$9!#$b$7L?(B -$BNa(B @kbd{C-c C-c} $B$K?tCM@\F,0z?t$rM?$($k$H!"(Bgnus $B$O5-;v$r:F%O%$%i%$%H$7$^(B -$B$;$s!#(B +$B$FJQ99$r1J1s$K$9$k$?$a(B +$B$K(B @kbd{C-c C-c} (@code{gnus-summary-edit-article-done}) $B$rBG$A$^$9!#$b(B +$B$7L?Na(B @kbd{C-c C-c} $B$K?tCM@\F,0z?t$rM?$($k$H!"(Bgnus $B$O5-;v$r:F%O%$%i%$%H(B +$B$7$^$;$s!#(B @item B q @kindex B q ($B35N,(B) @@ -8967,6 +8996,14 @@ Line Formatting})$B!#%G%#%U%)%k%H$O(B @samp{Gnus: %%b %S %Z} $B$G$9!#;HMQ2DG= $B8+$7$J$+$C$?$H$7$F$b!"$=$l$O$H$K$+$/Ej9F$5$l$F$$$k$+$b$7$l$^$;$s!=!=%a!<(B $B%k$NEAC#$O%K%e!<%9$NEAC#$h$j$b$:$C$HB.$/!"%K%e!<%9$NJ#@=$,$^$@E~Ce$7$F$$(B $B$J$$$@$1$+$b$7$l$J$$$N$G$9!#(B + +@c @item K E +@c @kindex K E (Summary) +@c @findex gnus-article-encrypt-body +@c @vindex gnus-article-encrypt-protocol +@c Encrypt the body of an article (@code{gnus-article-encrypt-body}). +@c The body is encrypted with the encryption protocol specified by the +@c variable @code{gnus-article-encrypt-protocol}. @end table @vindex gnus-move-split-methods @@ -9488,10 +9525,12 @@ protocols. Otherwise, ask user. @node Mailing List @section $B%a!<%j%s%0%j%9%H(B +@kindex A M ($B35N,(B) +@findex gnus-mailing-list-insinuate Gnus $B$O(B RFC 2369 $B$G4{Dj$5$l$?3FC5n$7$^(B $B$9(B (@code{gnus-server-remove-denials})$B!#(B + +@item L +@kindex L (Server) +@findex gnus-server-offline-server +$B%5!<%P!<$N>uBV$r%*%U%i%$%s$K$7$^$9(B (@code{gnus-server-offline-server})$B!#(B @end table @node Getting News @@ -11029,7 +11080,7 @@ Gnus $B$,$I$l$+$N%5!<%P!<$+$i@\B35qH]$rC5n$7$^(B @end menu @node NNTP -@subsection @sc{nntp} +@subsection NNTP @cindex nntp @sc{nntp} $B%5!<%P!<$N30It%0%k!<%W$r9XFI$9$k$N$OHf3SE*4JC1$G$9!#C1(B @@ -14176,7 +14227,7 @@ Gnus $B$O%&%'%V%Z!<%8$rl=j!#=i4|@_DjCM$O(B @file{~/}$B!#(B @end table @node SOUP Groups -@subsubsection @sc{soup} $B%0%k!<%W(B +@subsubsection SOUP $B%0%k!<%W(B @cindex nnsoup @code{nnsoup} $B$O(B @sc{soup} $B%Q%1%C%H$rFI$`$?$a$N%P%C%/%(%s%I$G$9!#$3$l$O(B @@ -16609,6 +16660,12 @@ Gnus $B$O35N,%P%C%U%!$r:n@.$9$kA0$K!"8=:_$N%0%k!<%W$KE,MQ$5$l$k$I$s(B $B8=:_$N5-;v$K;H$o$l$F$$$kA4$F$N%9%3%"K!B'(B (score rule) $B$rI=<($7$^(B $B$9(B (@code{gnus-score-find-trace})$B!#(B +@item V w +@kindex V w ($B35N,(B) +@findex gnus-score-find-favourite-words +$B%9%3%"$K;H$o$l$F$$$k8l$N%j%9%H$rI=<($7$^(B +$B$9(B (@code{gnus-score-find-favourite-words})$B!#(B + @item V R @kindex V R ($B35N,(B) @findex gnus-summary-rescore @@ -21979,7 +22036,7 @@ Gnus $B$,%0%k!<%W$KF~$k$H!"%0%k!<%W$NA4$F$NL$FI5-;v$N%X%C%@!<$r%P%C%/%(%s(B @end menu @node Slow/Expensive Connection -@subsection $BCY$$(B/$B9b$$(B @sc{nntp} $B@\B3(B +@subsection $BCY$$(B/$B9b$$(B NNTP $B@\B3(B $B$b$7(B Emacs $B$r%m!<%+%k$N%^%7%s$Go$K:Y$$@~$N8~$3$&$N%^%7(B $B%s$+$i%K%e!<%9$r$} + %% \newlength{\keycolwidth} \newenvironment{keys}[1]% #1 is the widest key @@ -32,7 +37,7 @@ Copyright \copyright\ 1995 Vladimir Alexiev $<$vladimir@cs.ualberta.ca$>$.\\* Copyright \copyright\ 2000 Felix Natter $<$fnatter@gmx.net$>$.\\* - Copyright \copyright\ 2001 \author.\\* + Copyright \copyright\ 2001, 2002 \author.\\* Created from the Gnus manual Copyright \copyright\ 1994 Lars Magne Ingebrigtsen.\\* and the Emacs Help Bindings feature (C-h b).\\* @@ -166,8 +171,10 @@ \# & (\#, M \#, M P p) Processable (will be affected by the next operation). [2]\\ A & {\bf Answered} (followed-up or replied). [2]\\ - * & Cached. [2]\\ + $\ast$ & Cached. [2]\\ S & Saved. [2]\\ + N & Recently arrived. [2]\\ + . & Unseen. [2]\\ + & Over default score. [3]\\ $-$ & Under default score. [3]\\ $=$ & Has children (thread underneath it). Add `\%e' to @@ -191,7 +198,7 @@ $>$ & Go to the end of the Group buffer.\\ , & Jump to the lowest-level group with unread articles.\\ . & Jump to the first group with unread articles.\\ - xx & Enter the Server buffer mode.\\ + \^{} & Enter the Server buffer mode.\\ a & Post an {\bf article} to a group [Prefix: use group under point to find posting-style].\\ b & Find {\bf bogus} groups and delete them.\\ @@ -235,19 +242,19 @@ H d & (C-c C-d) Show the {\bf description} of this group [Prefix: re-read from server].\\ M-d & {\bf Describe} all groups. [Prefix: re-read from server]\\ + D g & Regenerate a Sieve script from group parameters.\\ + D u & Regenerate Sieve script and {\bf upload} to server.\\ \end{keys} } \newcommand{\ListGroups}{% {\esamepage \begin{keys}{A M} - A d & List all groups whose names or {\bf descriptions} match a regexp.\\ + A d & (C-c C-M-a) List all groups whose names or {\bf descriptions} match a regexp.\\ A k & (C-c C-l) List all {\bf killed} groups. [Prefix: look at active-file from server]\\ A l & List all groups on a specific level. [Prefix: also list groups with no unread articles]\\ - A d & List all groups that have names or {\bf descriptions} matching - a regexp.\\ A a & (C-c C-a) List all groups whose names match a regexp ({\bf apropos}).\\ A A & List the server's active-file.\\ @@ -259,6 +266,8 @@ A u & (L) List all groups (including read and {\bf unsubscribed}). [level; 7 and lower is the default]\\ A z & List all {\bf zombie} groups.\\ + A c & List all groups with cached articles. [level]\\ + A ? & List all groups with dormant articles. [level]\\ \end{keys} } @@ -286,6 +295,8 @@ G w & Create ephemeral group based on web-search. [Prefix: make solid group instead]\\ G DEL & {\bf Delete} group [Prefix: delete all articles as well].\\ + G x & Expunge all deleted articles in an nnimap mailbox.\\ + G l & Edit ACL (Access Control {\bf List}) for an nnimap mailbox.\\ \end{keys} You can also create mail-groups and read your mail with Gnus (very useful if you are subscribed to mailing lists), using one of the methods @@ -310,7 +321,8 @@ M u & (M-\#) Remove the process mark from this group ({\bf unmark}). [scope]\\ M U & Remove the process mark from all groups (\textbf{umark all}).\\ - M w & Mark all groups in the current region.\\ + M w & Mark all groups in the current region. [prefix: unmark]\\ + M b & Mark all groups in the {\bf buffer}. [prefix: unmark]\\ \end{keys}} \newcommand{\GroupTopicsGeneral}{% @@ -333,11 +345,15 @@ T TAB & (TAB) Indent current topic [Prefix: unindent].\\ M-TAB & Unindent the current topic.\\ RET & (SPC) Either unfold topic or enter group [level].\\ + T s & {\bf Show} the current topic. [Prefix: show permanently]\\ + T h & {\bf Hide} the current topic. [Prefix: hide permanently]\\ C-c C-x & Expire all articles in current group or topic.\\ C-k & {\bf Kill} a group or topic.\\ C-y & {\bf Yank} a group or topic.\\ A T & List active-file using {\bf topics}.\\ G p & Edit topic-{\bf parameters}.\\ + T M-n & Go to {\bf next} topic. [distance]\\ + T M-p & Go to {\bf previous} topic. [distance]\\ \end{keys} } } @@ -351,7 +367,10 @@ T S v & Sort by group score ({\bf value}).\\ T S r & Sort by group {\bf rank}.\\ T S m & Sort by {\bf method}.\\ + T S e & Sort by {\bf server} name.\\ + T S s & Sort according to `gnus-group-sort-function'.\\ \end{keys} + With a prefix these commands will sort in reverse order. } } @@ -376,8 +395,8 @@ SPC & (A SPC, A n) Select an article, scroll it one page, move to the next one.\\ DEL & (A DEL, A p, b) Scroll this article one page back. [distance]\\ - RET & Scroll this article one line forward. [distance]\\ - M-RET & Scroll this article one line backward. [distance]\\ + RET & (A RET) Scroll this article one line forward. [distance]\\ + M-RET & (A M-RET) Scroll this article one line backward. [distance]\\ = & Expand the Summary window (fullsize). [Prefix: shrink to display article window]\\ % @@ -422,9 +441,11 @@ A t & {\bf Translate} this article.\\ A R & Fetch all articles mentioned in the {\bf References}-header.\\ A T & Fetch full \textbf{thread} in which the current article appears.\\ - M-\^{} & Fetch the article with a given Message-ID.\\ + M-\^{} & Fetch the article with a given Message-ID.\\ S y & {\bf Yank} the current article into an existing message-buffer. [p/p]\\ + A M & Setup group parameters for {\bf mailing} lists from + headers. [Prefix: replace old settings]\\ \end{keys} } } @@ -436,7 +457,7 @@ MIME button in the article buffer, use the corresponding bindings for the article buffer instead. \begin{keys}{W M w} - K v & (b) {\bf View} the MIME-part.\\ + K v & (b, W M b) {\bf View} the MIME-part.\\ K o & {\bf Save} the MIME part.\\ K c & {\bf Copy} the MIME part.\\ K e & View the MIME part {\bf externally}.\\ @@ -444,6 +465,7 @@ K $\mid$ & Pipe the MIME part to an external command.\\ K b & Make all the MIME parts have buttons in front of them.\\ K m & Try to repair {\bf multipart-headers}.\\ + K C & View the MIME part using a differenct {\bf charset}.\\ X m & Save all parts matching a MIME type to a directory. [p/p]\\ M-t & Toggle the buttonized display of the article buffer.\\ W M w & Decode RFC2047-encoded words in the article headers.\\ @@ -459,11 +481,13 @@ C-c C-s C-a & Sort the summary-buffer by {\bf author}.\\ C-c C-s C-d & Sort the summary-buffer by {\bf date}.\\ C-c C-s C-i & Sort the summary-buffer by article score.\\ - C-c C-s C-l & Sort the summary-buffer by amount of lines.\\ + C-c C-s C-l & Sort the summary-buffer by amount of {\bf lines}.\\ C-c C-s C-c & Sort the summary-buffer by length.\\ C-c C-s C-n & Sort the summary-buffer by article {\bf number}.\\ C-c C-s C-s & Sort the summary-buffer by {\bf subject}.\\ + C-c C-s C-o & Sort the summary-buffer using the default method.\\ \end{keys} + With a prefix these functions sort in reverse order. } } @@ -477,14 +501,16 @@ B c & {\bf Copy} this article from any group to a mail group. [p/p]\\ B e & {\bf Expire} all expirable articles in this group. [p/p]\\ B i & {\bf Import} a random file into this group.\\ + B I & Create an empty article in this group.\\ B m & {\bf Move} the article from one mail group to another. [p/p]\\ - B p & Query whether the article was posted as well.\\ + B p & Query whether the article was {\bf posted} as well.\\ B q & {\bf Query} where the article will end up after fancy splitting\\ B r & {\bf Respool} this mail article. [p/p]\\ B t & {\bf Trace} the fancy splitting patterns applied to this article.\\ B w & (e) Edit this article.\\ B M-C-e & {\bf Expunge} (delete from disk) all expirable articles in this group (!). [p/p]\\ + K E & {\bf Encrypt} article body. [p/p]\\ \end{keys} } } @@ -548,25 +574,41 @@ \newcommand{\WashArticle}{% formerly \Wsubmap {\esamepage \begin{keys}{W W H} + W 6 & Translate a base64 article.\\ + W a & Strip certain {\bf headers} from body.\\ W b & Make Message-IDs and URLs in the article mouse-clickable {\bf buttons}.\\ - W l & (w) Remove page breaks ({\bf\^{}L}) from the article.\\ W c & Translate CRLF-pairs to LF and then the remaining CR's to LF's.\\ W d & Treat {\bf dumbquotes}.\\ - W f & Look for and display any X-{\bf Face} headers.\\ + W e & Treat {\bf emphasized} text.\\ + W h & Treat {\bf HTML}.\\ + W k & Deuglify broken Outlook (Express) articles and redisplay.\\ + W l & (w) Remove page breaks ({\bf\^{}L}) from the article.\\ W m & Toggle {\bf MIME} processing.\\ W o & Treat {\bf overstrike} or underline (\^{}H\_) in the article.\\ + W p & Verify X-{\bf PGP}-Sig header.\\ W q & Treat {\bf quoted}-printable in the article.\\ W r & (C-c C-r) Do a Caesar {\bf rotate} (rot13) on the article.\\ + W s & Verify (and decrypt) a {\bf signed} message.\\ W t & (t) {\bf Toggle} display of all headers.\\ + W u & {\bf Unsplit} broken URLs.\\ W v & (v) Toggle permanent {\bf verbose} displaying of all headers.\\ W w & Do word {\bf wrap} in the article.\\ W B & Add clickable {\bf buttons} to the article headers.\\ W C & {\bf Capitalize} first word in each sentence.\\ W Q & Fill long lines.\\ + W Z & Translate a HZ-encoded article.\\ % - W W H & Strip certain {\bf headers} from body.\\ - % + W G u & {\bf Unfold} folded header lines.\\ + W G f & {\bf Fold} all header lines.\\ + W G n & Unfold {\bf Newsgroups:} and Follow-Up-To:.\\ + \end{keys} + } + } + + \newcommand{\BlankAndWhitespace}{% + {\esamepage + \begin{keys}{W E w} W E l & Strip blank {\bf lines} from the beginning of the article.\\ W E m & Replace blank lines with empty lines and remove {\bf multiple} blank lines.\\ @@ -576,13 +618,35 @@ W E A & Strip {\bf all} blank lines.\\ W E s & Strip leading blank lines from the article body.\\ W E e & Strip trailing blank lines from the article body.\\ - % + W E w & Remove leading {\bf whitespace} from all headers.\\ + \end{keys} + } + } + + \newcommand{\Picons}{% + {\esamepage + \begin{keys}{W D D} + W D s & (W g) Display {\bf smilies}.\\ + W D x & (W f) Look for and display any X-{\bf Face} headers.\\ + W D n & Toggle picons in {\bf Newsgroups} and Followup-To.\\ + W D m & Toggle picons in {\bf mail} headers (To and Cc).\\ + W D f & Toggle picons in {\bf From}.\\ + W D D & Remove all images from the article buffer.\\ + \end{keys} + } + } + + \newcommand{\TimeAndDate}{% + {\esamepage + \begin{keys}{W T u} W T u & (W T z) Display the article timestamp in GMT ({\bf UT, ZULU}).\\ W T i & Display the article timestamp in {\bf ISO} 8601.\\ W T l & Display the article timestamp in the {\bf local} timezone.\\ W T s & Display according to `gnus-article-time-format'.\\ W T e & Display the time {\bf elapsed} since it was sent.\\ W T o & Display the {\bf original} timestamp.\\ + W T p & Display the date in format that's {\bf + pronounceable} in English.\\ \end{keys} } } @@ -697,17 +761,21 @@ M P u & (M-\#, M M-\#) \textbf{unmark} this article.\\ M P b & Mark all articles in {\bf buffer}.\\ M P r & Mark all articles in the {\bf region}.\\ + M P g & Unmark all articles in the region.\\ M P R & Mark all articles matching a {\bf regexp}.\\ + M P G & Unmark all articles matching a regexp.\\ M P t & Mark all articles in this (sub){\bf thread}.\\ + M P T & Unmark all articles in this (sub){\bf thread}.\\ M P s & Mark all articles in the current {\bf series}.\\ M P S & Mark all {\bf series} that already contain a marked article.\\ M P a & Mark {\bf all} articles (in series order).\\ M P U & \textbf{unmark} all articles.\\ - % M P i & {\bf Invert} the list of process-marked articles.\\ M P k & Push the current process-mark set onto stack and unmark all articles.\\ M P y & Pop process-mark set from stack and restore it.\\ + M P w & Push process-mark set on the stack.\\ + M P v & Mark all articles with score over the default score. [Prefix: score]\\ \end{keys} } } @@ -737,6 +805,9 @@ /c & Exclude all dormant articles that have no children from the limit.\\ /C & Mark all excluded unread articles as read. [Prefix: also mark ticked and dormant articles]\\ + /o & Insert all {\bf old} articles. [Prefix: how many]\\ + /N & Insert all {\bf new} articles.\\ + /p & Limit to articles {\bf predicated} in the `display' group parameter.\\ \end{keys} } } @@ -752,7 +823,8 @@ O m & Save this article in {\bf mail} format. [p/p]\\ O r & Save this article in {\bf rmail} format. [p/p]\\ O v & Save this article in {\bf vm} format. [p/p]\\ - O p & ($\mid$) Pipe this article to a shell command. [p/p]\\ + O p & ($\mid$) {\bf Pipe} this article to a shell command. [p/p]\\ + O P & \textbf{Print} this article using Muttprint. [p/p]\\ \end{keys} } } @@ -769,27 +841,32 @@ S p & (a) {\bf Post} an article to this group.\\ S f & (f) Post a {\bf followup} to this article.\\ S F & (F) Post a {\bf followup} and include the original. [p/p]\\ - S o p & Forward this article as a {\bf post} to a newsgroup. - [Prefix: include all headers]\\ + S o p & Forward this article as a {\bf post} to a newsgroup.\\ S M-c & Send a complaint about excessive crossposting to the author of this article. [p/p]\\ % - S m & (m) Send {\bf a} mail to some other person.\\ + S m & (m) Send a {\bf mail} to some other person.\\ S r & (r) Mail a {\bf reply} to the author of this article.\\ S R & (R) Mail a {\bf reply} and include the original. [p/p]\\ + S B r & Like S r but ignore the Reply-To: header.\\ + S B R & Like S R but ignore the Reply-To: header.\\ S w & Mail a {\bf wide} reply to this article.\\ - S W & Mail a {\bf wide} reply to this article.\\ - S o m & (C-c C-f) Forward this article by {\bf mail} to a person. - [Prefix: include all headers]\\ + S W & Mail a {\bf wide} reply to this article and include + the original.\\ + S v & Mail a {\bf very} wide reply to this article.\\ + S V & Mail a {\bf very} wide reply to this article and include the original.\\ + S o m & (C-c C-f) Forward this article by {\bf mail} to a person.\\ S D b & Resend {\bf bounced} mail.\\ S D r & {\bf Resend} mail to a different person.\\ + S D e & {\bf Edit} and resend.\\ % S n & Post a followup via {\bf news} even if you got the message through mail.\\ S N & Post a followup via {\bf news} and include the original mail. [p/p]\\ % - S c & (C) {\bf Cancel} this article (only works if it is your own).\\ + S c & (C) {\bf Cancel} this article (only works if it is + your own). [p/p]\\ S s & {\bf Supersede} this article with a new one (only for own articles).\\ % @@ -811,9 +888,10 @@ T M-\# & Remove process-marks from this thread.\\ % T t & Re-{\bf thread} the current article's thread.\\ + T \^{} & Make the current article child of the marked (or previous) article.\\ % movement - T n & (M-C-f) Go to the {\bf next} thread. [distance]\\ - T p & (M-C-b) Go to the {\bf previous} thread. [distance]\\ + T n & (M-C-f, M-down) Go to the {\bf next} thread. [distance]\\ + T p & (M-C-b, M-up) Go to the {\bf previous} thread. [distance]\\ T d & {\bf Descend} this thread. [distance]\\ T u & Ascend this thread ({\bf up}-thread). [distance]\\ T o & Go to the top of this thread.\\ @@ -845,9 +923,12 @@ V m & {\bf Mark} all articles below a given score as read.\\ V s & Set the {\bf score} of this article.\\ V t & Display all score rules applied to this article ({\bf track}).\\ + W w & List {\bf words} used in scoring.\\ V x & {\bf Expunge} all low-scored articles. [score]\\ V C & {\bf Customize} the current score file through a user-friendly - interface.\\ + interface.\\ + V F & {\bf Flush} the cache of score files.\\ + V R & {\bf Re-score} the summary buffer.\\ V S & Display the {\bf score} of this article.\\ \bf A p m l& Make a scoring entry based on this article.\\ \end{keys} @@ -937,8 +1018,6 @@ C-c C-m & {\bf Mail} reply to the address near point. [Prefix: include the original]\\ % modify headers/body - C-c C-t & Paste the recipient's address into \textbf{To:}-field.\\ - C-c C-n & Insert a \textbf{Newsgroups:}-header.\\ C-c C-o & Sort headers.\\ C-c C-e & \textbf{Elide} region.\\ C-c C-v & Kill everything outside region.\\ @@ -947,6 +1026,10 @@ C-c C-z & Kill everything up to signature.\\ C-c C-y & \textbf{Yank} original message.\\ C-c C-q & Fill the yanked message.\\ + C-c M-C-y & \textbf{Yank} a buffer and quote it.\\ + M-RET & Insert four newlines and format quoted text. [Prefix: + justify as well]\\ + C-c M-r & \textbf{Rename} message buffer. [Prefix: ask for new name]\\ \end{keys} } } @@ -957,17 +1040,24 @@ \begin{keys}{C-c C-f C-u} C-c TAB & Move to \textbf{signature}.\\ C-c C-b & Move to \textbf{body}.\\ - C-c C-f C-t & Move to \textbf{To:}.\\ + C-c C-f C-t & (C-c C-t) Move to \textbf{To:}.\\ C-c C-f C-c & Move to \textbf{Cc:}.\\ C-c C-f C-b & Move to \textbf{Bcc:}.\\ C-c C-f C-w & Move to \textbf{Fcc:}.\\ C-c C-f C-s & Move to \textbf{Subject:}.\\ C-c C-f C-r & Move to \textbf{Reply-To:}.\\ C-c C-f C-f & Move to \textbf{Followup-To:}.\\ - C-c C-f C-n & Move to \textbf{Newsgroups:}.\\ + C-c C-f C-n & (C-c C-n) Move to \textbf{Newsgroups:}.\\ C-c C-f C-u & Move to \textbf{Summary:}.\\ C-c C-f C-k & Move to \textbf{Keywords:}.\\ C-c C-f C-d & Move to \textbf{Distribution:}.\\ + C-c C-f C-m & Move to \textbf{Mail-Followup-To:}.\\ + C-c C-f C-o & Move to \textbf{From:}.\\ + C-c C-f C-a & Insert a resonable \textbf{Mail-Followup-To:} for + an unsubscribed list. [Prefix: include addresses in \textbf{Cc:}]\\ + C-c C-f TAB & (C-c C-u) Move to \textbf{Importance:}.\\ + C-c M-n & Insert \textbf{Disposition-Notification-To:} + (request receipt).\\ \end{keys} } } @@ -978,11 +1068,19 @@ C-c C-m f & (C-c C-a) Attach \textbf{file}.\\ C-c C-m b & Attach contents of \textbf{buffer}.\\ C-c C-m e & Attach \textbf{external} file (ftp..).\\ - C-c C-m P & Create MIME-\textbf{preview} (new buffer).\\ + C-c C-m P & Create MIME-\textbf{preview} (new + buffer). [Prefix: show raw MIME preview]\\ C-c C-m v & \textbf{Validate} article.\\ C-c C-m p & Insert \textbf{part}.\\ C-c C-m m & Insert \textbf{multi}-part.\\ C-c C-m q & \textbf{Quote} region.\\ + C-c C-m c s & Encrypt message using \textbf{S/MIME}.\\ + C-c C-m c o & Encrypt message usging PGP.\\ + C-c C-m c p & Encrypt message using \textbf{PGP/MIME}.\\ + C-c C-m s s & Sign message using \textbf{S/MIME}.\\ + C-c C-m s o & Sign message using PGP.\\ + C-c C-m s p & Sign message using \textbf{PGP/MIME}.\\ + C-c C-m C-n & Remove security related MML tags from message.\\ % TODO: narrow headers (C-c C-m n) ? \end{keys} } @@ -991,7 +1089,7 @@ %% TODO: \newcommand{\ServerMode}{% {\esamepage - To enter this mode, press `\^' while in Group mode.\\* + To enter this mode, press \^{} while in Group mode.\\* \begin{keys}{SPC} SPC & (RET) Browse this server.\\ a & {\bf Add} a new server.\\ @@ -1003,6 +1101,13 @@ s & Request that the server scan its sources for new articles.\\ g & Request that the server regenerate its data.\\ y & {\bf Yank} the previously killed server.\\ + O & Try to {\bf open} a connection to this server.\\ + C & {\bf Close} connection to this server.\\ + D & Mark this server as unreachable ({\bf deny}).\\ + M-o & {\bf Open} the connection to all servers.\\ + M-c & {\bf Close} the connection to all servers.\\ + R & Make all denied servers into closed servers.\\ + L & Set server status to offline.\\ \end{keys} } } @@ -1026,13 +1131,14 @@ {\esamepage \begin{keys}{J S} J j & Toggle plugged-state.\\ - J s & Fetch articles from current group.\\ J s & Fetch articles from all groups for offline-reading.\\ + J u & Fetch all eligible articles from this group.\\ J S & \textbf{Send} all sendable messages in the drafts group.\\ % J c & Enter \textbf{category} buffer.\\ J a & \textbf{Add} this group to an Agent category [p/p].\\ J r & \textbf{Remove} this group from its Agent category [p/p].\\ + J Y & Synchronize flags changed while unplugged with remote server.\\ \end{keys} } } @@ -1044,6 +1150,7 @@ J M-\# & \textbf{Unmark} the article for downloading.\\ @ & \textbf{Toggle} whether to download the article.\\ J c & Mark all undownloaded articles as read (\textbf{catch-up}).\\ + J u & Download all downloadable articles from group.\\ \end{keys} } } diff --git a/texi/message-ja.texi b/texi/message-ja.texi index 278b870..dbd4ddd 100644 --- a/texi/message-ja.texi +++ b/texi/message-ja.texi @@ -444,14 +444,17 @@ gnus $B$K$O$3$NJQ?t$N9%E,$J8uJd$G$"$k$H$3$m$N!"$"$i$+$8$aDj5A$5$l$F$$$k4X(B $BB>$N%X%C%@!<$KIU$12C$($i$l!"$=$NCM$O(B To: $B$H(B Cc: $B$K$"$k$9$Y$F$N%"%I%l%9$K(B $B@_Dj$5$l$^$9!#(B +@kindex C-c C-f C-m +@findex message-goto-mail-followup-to $B$&!<$`!#$=$&$9$k$H$"$J$?$O!V9XFI$7$F$$$J$$%a!<%j%s%0%j%9%H$K%a!<%k$rAw?.(B $B$9$k$H$-$O$I$&$J$k$N(B? $B;d$OM>J,$N%3%T!<$,M_$7$$$3$H$r(B MFT $B$G8@$$$?$$!W$H(B $B?R$M$^$9$M(B ($B$?$V$sB>$N?M$O(B MFT $B$,L5$+$C$?>l9g$HF1MM$K=hM}$7$F$7$^$&$@$m(B $B$&$1$l$I!"C/$+$N(B to-address $B%0%k!<%W%Q%i%a!<%?$r>e=q$-$9$k$?$a$K!"L@<(E*(B $B$J(B MFT $B$r;H$&$3$H$,$G$-$k$N$G$9(B)$B!#$(!<$H!"?F@Z$J(B Gnus $B%?%o!<$N?M$?$A$,!"(B $B$3$NL\E*$G;H$($k$9$Y$F$N4{CN$N%a!<%j%s%0%j%9%H$N%"%I%l%9$N%G!<%?%Y!<%9$N(B -$B:n@.$K$$$=$7$s$G$$$^$9!#$=$l$^$G$O!"(B@kbd{C-c C-f C-m} $B$r;H$C$F: -% refcard updated for Gnus 5.8.x: please send corrections or suggestions -% to the above email-address -% changes since 2000-03-26: -% o Create/Edit Foreign Groups: remove S b and S B (not available in 5.8.3) -% o Send/Reply etc.: remove w and W (the only bindings are S w and S W) -% Mon Apr 3 18:41:09 2000: -% o added C-c C-n and C-c C-t (Article) -% o C-c C-a as alias for M-m f (Article) + some other M-m *-bindings -% o added section for ``jumping'' in article-mode -% o now there's a difference between ``reading'' and ``composition'' -% (article-modes) -% Apr 24th, 2000: -% o added D s, D S and D t for nndraft -% o group-mode: i.e. C-u RET does not actually fetch fewer articles; also ,=>; -% Fri Jul 14 23:15:43 2000: -% o added README-section -% Thu Jul 27 20:51:01 2000: -% o added Unplugged-commands -% + % *** TODO: -% o (LaTeX) how can you get 'tabular' to wrap around pages ? % o some things might not be updated: scoring and server modes, maybe more % o Gnus Unplugged category-buffer commands need to be written \begin{document} -\newlength{\logowidth} \setlength{\logowidth}{6.861in} -\newlength{\logoheight} \setlength{\logoheight}{7.013in} \def\progver{5.10}\def\refver{5.10-1} % program and refcard versions -\def\date{Oct 13th, 2001} +\def\date{Mar 23rd, 2002} \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$} \raggedbottom\raggedright \twocolumn -% use \tiny to shrink it to 4 pages (needs a high-resaoultion printer, though) +% use \tiny to shrink it to 4 pages (needs a high-resolution printer though) %\tiny \scriptsize \pagestyle{plain} @@ -129,13 +113,12 @@ \SortSummary \subsection*{Score (Value) Commands} \Scoring -% - \subsection*{MIME operations from the Summary-Buffer} - \MIMESummary \subsection*{Extract Series (Uudecode etc)} \ExtractSeries \subsection*{Output Articles} \OutputArticles + \subsection*{MIME operations from the Summary-Buffer} + \MIMESummary % \subsection*{Post, Followup, Reply, Forward, Cancel} \PostReplyetc @@ -157,6 +140,7 @@ % \subsection*{Summary-Unplugged} \SummaryUnplugged +\pagebreak \subsection*{Mail-Group Commands} \MailGroups \subsection*{Draft-Group Commands} @@ -170,6 +154,12 @@ \ArticleModeGeneral \subsection*{Wash the Article-Buffer} \WashArticle + \subsubsection*{Blank Lines and Whitespace} + \BlankAndWhitespace + \subsubsection*{Picons, X-faces, Smileys} + \Picons + \subsubsection*{Time and Date} + \TimeAndDate \subsection*{Hide/Highlight Parts of the Article} \HideHighlightArticle \subsection*{MIME operations from the Article-Buffer (reading)} -- 1.7.10.4