<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.emacs.gnus.general">
    <title>gmane.emacs.gnus.general</title>
    <link>http://blog.gmane.org/gmane.emacs.gnus.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81853"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81852"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81846"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81844"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81842"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81839"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81828"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81826"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81825"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81823"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81822"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81818"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81810"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81809"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81805"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81800"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81798"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81791"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81788"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.gnus.general/81786"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81853">
    <title>making more .newsrc.eld backups</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81853</link>
    <description>&lt;pre&gt;Gentlemen, these are not enough backups.
  /home/jidanni/.backups:
  -rw-r--r--   1 jidanni  119526 05-24 14:40 !home!jidanni!.newsrc.eld.~11811~
  -rw-r--r--   1 jidanni  119526 05-24 14:38 !home!jidanni!.newsrc.eld.~11810~
  -rw-r--r--   1 jidanni  119526 05-24 14:35 !home!jidanni!.newsrc.eld.~11809~
  -rw-r--r--   1 jidanni  119520 05-24 14:32 !home!jidanni!.newsrc.eld.~11808~
  -rw-r--r--   1 jidanni  119488 05-24 14:31 !home!jidanni!.newsrc.eld.~11807~
Because they are generated every time I hit "s".

Please tell me how to make 50 backups instead of 5?

Or tell me how to make a backup of .newsrc.eld to some other filename
every time I start and stop gnus.


&lt;/pre&gt;</description>
    <dc:creator>jidanni&lt; at &gt;jidanni.org</dc:creator>
    <dc:date>2012-05-24T06:52:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81852">
    <title>Think of all the ways you could wipe out half your groups</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81852</link>
    <description>&lt;pre&gt;Think of all the ways you could wipe out half your groups.

The lesson is to backup your .newsrc.eld very well.


&lt;/pre&gt;</description>
    <dc:creator>jidanni&lt; at &gt;jidanni.org</dc:creator>
    <dc:date>2012-05-24T06:32:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81846">
    <title>Problems trying to decrypt email</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81846</link>
    <description>&lt;pre&gt;Hi,

Recently I have been trying to setup gnus to decrypt email, but
without too much success.  I'm not sure whether this is a gnus or an
epa configuration issue, or a bug somewhere.

Here's my configuration:

(require 'epa)

(setq mml2015-use 'epg)
(setq mml2015-cache-passphrase nil)
(setq gnus-message-replysign t)
(setq gnus-message-replyencrypt t)
(setq gnus-message-replysignencrypted t)
(setq gnus-treat-x-pgp-sig t)
(setq mm-verify-option 'always)
(setq mm-decrypt-option 'always)

To test it, I've used mutt to send an encrypted email to myself.
I can successfully decrypt this email in mutt, but not on gnus.  When
I access this email in summary buffer, I'm asked for a passphrase.
But then I get only this in the message buffer:

  [[PGP Encrypted Part:Corrupted]]
  [1. application/pgp-encrypted; signedkey.msg]...

  [[End of PGP Encrypted Part]]


Any ideas/suggestions?  What am I missing here?

Cheers,
--
Luis


&lt;/pre&gt;</description>
    <dc:creator>Luis Henriques</dc:creator>
    <dc:date>2012-05-22T08:57:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81844">
    <title>Japanese translation of Gnus info manuals</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81844</link>
    <description>&lt;pre&gt;Hi,

I've transferred gnus-doc-ja to git.gnus.org, special thanks to
Ted and Lars.  Gnus-doc-ja is a fully Japanese translation of
the Gnus info manuals, being synch'd with the Gnus head.  It
used to be in cvs.m17n.org having closed at April.  To download
it, do the same thing as Gnus[1] for "gnus-doc-ja.git".
Currently people who have write access to Gnus can modify it.
Fix, suggestion, and any improvement are welcome.

[1] http://git.gnus.org/


&lt;/pre&gt;</description>
    <dc:creator>Katsumi Yamaoka</dc:creator>
    <dc:date>2012-05-15T23:51:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81842">
    <title>unlimit?</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81842</link>
    <description>&lt;pre&gt;Hello 

/a     limit the summary to certain authors. 
X      limit the summary to the unread messages 

etc
how can I undo these limits without leaving and reentering
the group.

Thanks 

Uwe Brauer 



&lt;/pre&gt;</description>
    <dc:creator>Uwe Brauer</dc:creator>
    <dc:date>2012-05-15T08:08:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81839">
    <title>problems with gnus-posting-styles: groups.</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81839</link>
    <description>&lt;pre&gt;Hello

I tried to change my gnus-posting-style setting, the
following works as expected.

      gnus-posting-styles
      '(((header "To" "oub&amp;lt; at &amp;gt;mat.ucm.es")
 (name "Uwe Brauer")
         (address "oub&amp;lt; at &amp;gt;mat.ucm.es")
 ("Reply-To" "Uwe Brauer &amp;lt;oub&amp;lt; at &amp;gt;mat.ucm.es&amp;gt;"))
((header "To" "oub.oub.oub&amp;lt; at &amp;gt;gmail.com")
 (name "Uwe Brauer")
         (address "oub.oub.oub&amp;lt; at &amp;gt;gmail.com")
 ("Reply-To" "Uwe Brauer &amp;lt;oub.oub.oub&amp;lt; at &amp;gt;gmail.com&amp;gt;"))

however I now consider it better to change name, address and
reply to according to the group I am in, not according to the "To" headers.

So I tried 

(setq gnus-posting-styles
 '(("nnimap+gmail:INBOX" (address "oub.oub.oub&amp;lt; at &amp;gt;gmail.com"))))

And "nnimap+gmail:INBOX" is the name of the group in
question as (describe-variable 'gnus-newsgroup-name) found
out. But the setting did not work out as expected the header
looked like

,----
| To: 
| Subject: 
| Reply-to: Uwe Brauer &amp;lt;oub&amp;lt; at &amp;gt;mat.ucm.es&amp;gt;
| From: Uwe Brauer &amp;lt;oub&amp;lt; at &amp;gt;mat.ucm.es&amp;gt;
| Gcc: nnml+archive:sent-mail
| --text follows this line--
`----


I also tried "nnimap+gmail*" but it did not help.
What do I miss?

Thanks

Uwe Brauer



&lt;/pre&gt;</description>
    <dc:creator>Uwe Brauer</dc:creator>
    <dc:date>2012-05-14T08:03:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81828">
    <title>gnus-buffer-configuration and wide screens</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81828</link>
    <description>&lt;pre&gt;Hello,

I have recently moved to using a wide screen on my main
computer.  Unfortunately, it's not one that can swivel (I prefer a
portrait orientation to my monitors) so I am having to adapt to it.

Gnus provides the really useful gnus-buffer-configuration for arranging
the various buffers.  I have set mine up as follows:

(setq gnus-buffer-configuration
   '((group (horizontal 1.0 (group 1.0 point)))
     (summary (horizontal 1.0 (summary 0.6 point) (group 1.0)))
     (article (horizontal 1.0 (article 0.6) (summary 1.0 point)))
     (forward (horizontal 1.0 (message 0.6 point) (article 1.0)))
     (message (horizontal 1.0 (message 0.6 point) (article 1.0)))
     (reply (horizontal 1.0 (message 0.6 point) (article 1.0)))
     (reply-yank (horizontal 1.0 (message 0.6 point) (article 1.0)))))

This works quite nicely.  The buffer of interest is always the one to
the left of the screen where my eyes tend to focus first.

I have two questions:

1. The settings are quite symmetric except for one: the article is shown
   to the left but the point is on the summary window.  In all other
   cases, point is on the left buffer.  If, however, I try to have point
   be in the article buffer,

   (article (horizontal 1.0 (article 0.6 point) (summary 1.0)))

   I get an error:

   ,----
   | Debugger entered--Lisp error: (args-out-of-range 0)
   |   get-char-property(0 invisible)
   |   gnus-summary-show-thread()
   |   gnus-summary-scroll-up(1)
   |   call-interactively(gnus-summary-scroll-up nil nil)
   `----

2. I have tried adding the "server" buffer to the group display, again
   for symmetry, but this doesn't seem to work.  The server buffer
   becomes inactive.  I haven't explored this one fully so I may have
   done something wrong.  However, if anybody has the server buffer
   shown simultaneously with the group buffer, can you please send me
   your buffer configuration settings?  Anyway, this one is much less
   important than point 1 above!

All of this is with gnus from git up to date a few minutes ago.

thanks,
eric

&lt;/pre&gt;</description>
    <dc:creator>Eric S Fraga</dc:creator>
    <dc:date>2012-05-07T05:06:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81826">
    <title>flyspell in gnus</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81826</link>
    <description>&lt;pre&gt;
I have flyspell mode on in new message buffers but flyspell is not
showing "on the fly" mistake hilights like it does in all my other
relevant modes. What do I need to enable? (latest magnus). Pressing f2
which I have bound to flyspell-auto-correct-word correctly shows the
relevant corrections for the word under the cursor despite it not being
hilited.





&lt;/pre&gt;</description>
    <dc:creator>Richard Riley</dc:creator>
    <dc:date>2012-05-06T21:12:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81825">
    <title>nnmaildir not updating new mail count</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81825</link>
    <description>&lt;pre&gt;Hello

I'm trying to get gnus setup to read my mail via the nnmaildir backend
(I'm syncing my maildir to my laptop using offlineimap, and want to read
the results of that).

It seems to be working reasonably well, except for one thing: When I hit
'g' in the group buffer, the number of new mails in the various folders
is not updated. When I list all groups, and hit 'M-g' when having
selected (e.g.) the inbox, it *does* update, however. Also, it appears
that something is happening when hitting 'g'; I can see the mails being
moved from the new/ dir to the cur/ dir.

So in short, how do I get the new mail count to update for all folders
upon hitting g?

I'm running gnus from git, with emacs 24.0.96 (i.e. the latest
development snapshot).

Hope someone can help; thanks in advance. :)

Cheers,
-Toke

P.S. I'm not subscribed to the list, so please include my mail address
in replies. Thanks.


&lt;/pre&gt;</description>
    <dc:creator>Toke Høiland-Jørgensen</dc:creator>
    <dc:date>2012-05-04T12:23:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81823">
    <title>Ma Gnus v0.4 is released</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81823</link>
    <description>&lt;pre&gt;The traditional (and almost late) May 1st release!

Get it by saying

  git clone http://git.gnus.org/gnus.git &amp;amp;&amp;amp; cd gnus &amp;amp;&amp;amp; git checkout m0-4

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-4.zip

ChangeLog since last release:

2012-05-01  Lars Magne Ingebrigtsen  &amp;lt;lars&amp;lt; at &amp;gt;ingebrigtsen.no&amp;gt;

* gnus.el: Ma Gnus v0.5 is released.

2012-04-28  Stefan Monnier  &amp;lt;monnier&amp;lt; at &amp;gt;iro.umontreal.ca&amp;gt;

* auth-source.el (auth-source--aput-1, auth-source--aput)
(auth-source--aget): New functions and macros.
Use them instead of aput/aget.

2012-04-27  Andreas Schwab  &amp;lt;schwab&amp;lt; at &amp;gt;linux-m68k.org&amp;gt;

* gnus.el (debbugs-gnu): Don't override existing autoload definition.

2012-04-26  Daiki Ueno  &amp;lt;ueno&amp;lt; at &amp;gt;unixuser.org&amp;gt;

* plstore.el (plstore-called-interactively-p): New compat macro copied
from message.el.
(plstore-mode): Use it.

2012-04-26  Daiki Ueno  &amp;lt;ueno&amp;lt; at &amp;gt;unixuser.org&amp;gt;

* plstore.el: Revive the editing feature.
(plstore-mode): New mode to edit plstore file.
(plstore-mode-toggle-display, plstore-mode-original)
(plstore-mode-decoded): New command.
(plstore--encode, plstore--decode, plstore--write-contents-functions)
(plstore--insert-buffer, plstore--make): New function.
(plstore-open, plstore-save): Simplify by using them.

2012-04-25  Katsumi Yamaoka  &amp;lt;yamaoka&amp;lt; at &amp;gt;jpl.org&amp;gt;

* pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.

2012-04-19  Juanma Barranquero  &amp;lt;lekktu&amp;lt; at &amp;gt;gmail.com&amp;gt;

* tls.el (open-tls-stream): Remove unused binding.

2012-04-16  Glenn Morris  &amp;lt;rgm&amp;lt; at &amp;gt;gnu.org&amp;gt;

* nndraft.el (nndraft-request-list): Fix declaration.

2012-04-12  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* mm-decode.el (mm-dissect-buffer): Doc fix.

* gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
don't have a current group.

* gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
buffer if it doesn't exist.

* gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
given, mark the group as ephemeral with the current window conf.

* gnus-sum.el (gnus-set-global-variables): Don't assume that the group
buffer exists, which it doesn't if we haven't started Gnus.
(gnus-summary-exit): Allow quitting when we don't have a group buffer.

2012-04-10  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* mml.el (mml-generate-mime): Allow specifying what the top-level part
type is.

* gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
`unexists' entries.
(gnus-clean-old-newsrc): Fix last checkin.

* nnimap.el (nnimap-update-info): None of the articles below the active
low-water mark exist.

* dgnushack.el: Get rid of XEmacs compilation warning.

* gnus-msg.el (gnus-summary-cancel-article): See what From header we
would have gotten if we posted to the group, and use that to compare
against the message we want to cancel (bug#10808).

* gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
on XEmacs.

2012-04-10  Philipp Haselwarter  &amp;lt;philipp.haselwarter&amp;lt; at &amp;gt;gmx.de&amp;gt;  (tiny change)

* gnus-sum.el (gnus-auto-center-summary): Set default to respect
`scroll-margin'.

2012-04-10  Elias Oltmanns  &amp;lt;eo&amp;lt; at &amp;gt;nebensachen.de&amp;gt;  (tiny change)

* gnus-cite.el (gnus-dissect-cited-text): A single line without
citation prefix within a block of cited text should be considered part
of that block *only* if it is a blank line.

2012-04-09  Chong Yidong  &amp;lt;cyd&amp;lt; at &amp;gt;gnu.org&amp;gt;

* binhex.el, hashcash.el, uudecode.el:
Remove * characters from the front of variable docstrings.

2012-04-02  Katsumi Yamaoka  &amp;lt;yamaoka&amp;lt; at &amp;gt;jpl.org&amp;gt;

* shr.el (shr-find-fill-point): Remove unused code; don't break a line
before kinsoku-bol characters nor within kinsoku-eol characters.

2012-03-27  Katsumi Yamaoka  &amp;lt;yamaoka&amp;lt; at &amp;gt;jpl.org&amp;gt;

* gnus-sync.el (gnus-topic-alist, gnus-group-topic)
(gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
(gnus-sync-read): Use mapc instead of mapcar.

* mm-archive.el: Require mm-decode for some macros.
(gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
the byte compiler.
(mm-archive-decoders): New function that returns the value of
the mm-archive-decoders variable.

* mm-decode.el: Don't require mm-archive; autoload mm-archive functions
instead.
(mm-dissect-singlepart): Use the function mm-archive-decoders.

* nnimap.el (gnus-refer-thread-use-nnir):
* nnmail.el (mail-send-and-exit): Silence the byte compiler.

2012-03-22  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* gnus-compat.el: Define `bound-and-true-p' for XEmacs.

2012-03-12  Peter Münster  &amp;lt;pmrb&amp;lt; at &amp;gt;free.fr&amp;gt;

* gnus-demon.el (gnus-demon-timers): Now a plist (function -&amp;gt; timer).
(gnus-demon-cancel): Ditto.
(gnus-demon-run-callback): When function cannot be called due to low
idleness, call it when idleness reaches the expected value, instead of
waiting another timer period.
(gnus-demon-init): Add `time' to arguments of call-back.

2012-03-22  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.

* gnus.el: Register gnus-registry functions.

* gnus-registry.el (gnus-try-warping-via-registry): Moved here and
indent.

* gnus-int.el (gnus-warp-to-article): Check whether the registry is
enabled before warping.

2012-03-22  Dave Abrahams  &amp;lt;dave&amp;lt; at &amp;gt;boostpro.com&amp;gt;

* gnus-sum.el (gnus-summary-insert-subject): Record information in the
registry about each article retrieved.

* gnus-int.el (gnus-select-group-with-message-id): New function.
(gnus-try-warping-via-registry): Ditto.
(gnus-warp-to-article): Fall back on the registry.

2012-03-22  Sergio Martínez  &amp;lt;samf0xb58&amp;lt; at &amp;gt;gmail.com&amp;gt;  (tiny change)

* nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
inboxes.

2012-03-22  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.

2012-03-22  Katsumi Yamaoka  &amp;lt;yamaoka&amp;lt; at &amp;gt;jpl.org&amp;gt;

* gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
gnus-gcc-self-resent-messages may be a group parameter.
(gnus-summary-resend-message): Don't encode encoded words in header
when Gcc'ing resent message.

2012-03-19  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* shr.el (shr-insert): Treat non-breaking space just like normal
space.  This seems to produce more pleasing results.
(shr-insert): Only insert a blank line if we're starting from an image.
(shr-tag-br): Allow &amp;lt;br&amp;gt; to end lines or to make a single blank line.
(shr-ensure-paragraph): Consider lines with white space to be blank.

2012-03-15  Elias Pipping  &amp;lt;pipping&amp;lt; at &amp;gt;lavabit.com&amp;gt;

* Makefile.in: Respect DESTDIR.

2012-03-14  Christopher Schmidt  &amp;lt;christopher&amp;lt; at &amp;gt;ch.ristopher.com&amp;gt;

* gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
and gnus-gcc-post-body-encode-hook.

2012-03-10  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
messages that don't exist.

* gnus-sum.el (gnus-summary-expire-articles): Ditto.

2012-03-14  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

2012-04-12  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
don't have a current group.

2012-04-11  Katsumi Yamaoka  &amp;lt;yamaoka&amp;lt; at &amp;gt;jpl.org&amp;gt;

pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
Remove.

dgnushack.el (pgg-snarf-keys-region): Remove autoload.

lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.

2012-04-10  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
have a group name.

* gnus-art.el (article-wash-html): Ensure that we insert the HTML into
a multibyte buffer (bug#7410).
(article-wash-html): Parse the original article buffer to get the
unencoded data (bug#7410).

* gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
.newsrc.el files.

2012-04-05  Bastien Guerry  &amp;lt;bzg&amp;lt; at &amp;gt;altern.org&amp;gt;

* color.el (color-lighten-name): Fix typo.

2012-03-22  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* auth-source.el (auth-source-netrc-create): Quote tokens that contain
"#" to avoid having them interpreted as comments.

2012-03-19  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* shr.el (shr-insert): Update the text state properly to avoid
inserting spurious paragraph starts.

2012-03-14  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* shr.el (shr-table-widths): Divide the extra width more fairly over
the TDs (bug#10973).
(shr-render-td): Don't delete too much padding.
(shr-natural-width): Compute the natural width more correctly.
(shr-insert): Allow the natural width to be computed for tables again.
(shr-tag-table-1): Rework how the natural widths are computed by
rendering the table a third time.
(shr-natural-width): Removed.
(shr-buffer-width): New function.
(shr-expand-newlines): Use it.

* gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
using a `gnus-use-full-window' setup (bug#11013).

2012-03-12  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
24.1 release.

2012-03-10  David Edmondson  &amp;lt;dme&amp;lt; at &amp;gt;dme.org&amp;gt;

* mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
'Forwarded Message' header and the start of the message.

2012-03-04  Thierry Volpiatto  &amp;lt;thierry.volpiatto&amp;lt; at &amp;gt;gmail.com&amp;gt;

* gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
isn't running (bug#10897).

2012-03-03  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
This is inconsistent with all the other stream functions, which leave
the setting up to the higher levels (if so wanted) (bug#10931).

2012-02-28  Glenn Morris  &amp;lt;rgm&amp;lt; at &amp;gt;gnu.org&amp;gt;

* gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
mm-decode.el: Standardize possessive apostrophe usage.

2012-02-25  Lars Magne Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* shr.el (shr-column-specs): Protect against TDs with "width: 0%".

2012-02-25  Andreas Schwab  &amp;lt;schwab&amp;lt; at &amp;gt;linux-m68k.org&amp;gt;

* parse-time.el (parse-time-string): Allow extractor to return nil.

2012-02-23  Katsumi Yamaoka  &amp;lt;yamaoka&amp;lt; at &amp;gt;jpl.org&amp;gt;

* nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.

2012-02-20  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.

2012-02-20  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* mm-decode.el (mm-shr): Remove "soft hyphens".

* nnimap.el (nnimap-request-list): Return the group names encoded as
utf8.  Otherwise non-European group names don't work.
(nnimap-request-newgroups): Ditto.

* gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
the default in `read-string' (bug#10757).

* gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
topics (bug#10843).

* nnimap.el (nnimap-log-command): Add the IMAP address to the log
buffer.  Suggested by Herbert Valerio Riedel.
(nnimap-request-move-article): Delete the message from the correct IMAP
server.

2012-02-19  Vida Gábor  &amp;lt;vidagabor&amp;lt; at &amp;gt;gmail.com&amp;gt;  (tiny change)

* gnus-demon.el (gnus-demon-init): Don't multiply time twice.
Reported by Peter Münster.

2012-02-18  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* shr.el (shr-image-fetched): Make sure we really kill the right
buffer.

2012-02-16  Leo Liu  &amp;lt;sdl.web&amp;lt; at &amp;gt;gmail.com&amp;gt;

* gnus-start.el (gnus-1): Avoid duplicate entries.

2012-02-15  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* imap.el: Remove.

* nntp.el (nntp-coding-system-for-read): Remove.
(nntp-coding-system-for-write): Ditto.
(nntp-open-connection): Just use `binary' directly.

* gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
Gnus 0.3.

2012-02-16  Lars Ingebrigtsen  &amp;lt;larsi&amp;lt; at &amp;gt;gnus.org&amp;gt;

* mm-decode.el (mm-dissect-singlepart): Guess what the type of
application/octet-stream parts really is.

* gnus-sum.el (gnus-propagate-marks): Remove.

2012-02-15  Paul Eggert  &amp;lt;eggert&amp;lt; at &amp;gt;cs.ucla.edu&amp;gt;

* shr.el (shr-rescale-image): Undo previous change; see
&amp;lt;http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html&amp;gt;.



&lt;/pre&gt;</description>
    <dc:creator>Lars Magne Ingebrigtsen</dc:creator>
    <dc:date>2012-05-01T21:59:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81822">
    <title>Limits: Use default value from current article?</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81822</link>
    <description>&lt;pre&gt;These limit commands are nice.  But they can be nicer.

What about using the default value from current article?  E.g. I
maybe reading my mails and found I need to look for other mails
From this sender.  Thus I type /a, and I need to enter his name
--- why don't we use a default value taken from the current
article, thus I simply need to /a RET.

Other commands could use this too, e.g. /t defaults to show
articles older than this one, /s defaults to show articles with
the same title as the current one.

Is this already available?  Or, did I miss something in the
manual?

&lt;/pre&gt;</description>
    <dc:creator>XeCycle</dc:creator>
    <dc:date>2012-05-01T10:43:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81818">
    <title>etc/refcards/gnus-refcard.tex in emacs-24 branch</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81818</link>
    <description>&lt;pre&gt;
Hi Gnus,

I noticed that in the emacs-24 branch, etc/refcards/gnus-refcard.tex
still says it is for Gnus 5.11, when the Gnus version in Emacs 24 is 5.13.
Is there a newer version of the refcard to install?
(Or could the refcard version just be bumped, which is all that tends
to happen with the Emacs one...)
TIA.


&lt;/pre&gt;</description>
    <dc:creator>Glenn Morris</dc:creator>
    <dc:date>2012-04-30T07:51:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81810">
    <title>General questions regarding the Agent and IMAP</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81810</link>
    <description>&lt;pre&gt;I'm confused by some aspects of using the Agent and IMAP.

The articles I choose to fetch from the IMAP server with the agent exist
both on the server and as a local copy on my machine, right ?

If such an article is marked for expiry, is it deleted both on the local
copy and on the remote IMAP server ?

Also, I noticed that every time I hit g in the Group buffer, a new copy
of *every* unread and unfetched message on the IMAP server is added in
the Summary, what could be the cause ?

Finally, the total message count is completely wrong for the IMAP server
if I'm using the agent but that's not too inconvenient.

Thanks for your explanations.

Julien.



&lt;/pre&gt;</description>
    <dc:creator>Julien Cubizolles</dc:creator>
    <dc:date>2012-04-28T11:26:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81809">
    <title>filtering mail from a group</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81809</link>
    <description>&lt;pre&gt;Hi,

How can I create some kind of search-group which would show only
articles from a specific group which were posted after a specific date ?

thanks
--
erik


&lt;/pre&gt;</description>
    <dc:creator>Erik Colson</dc:creator>
    <dc:date>2012-04-28T08:43:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81805">
    <title>Hangup on second article</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81805</link>
    <description>&lt;pre&gt;Hi,

I get a hangup whenever I try to select the *second* article in a
summary buffer (ie, I enter the summary buffer and press "n"). Using bzr
trunk emacs, with gnus from emacs. This is a relatively recent bug,
which I've had around in the past, but this time it's repeatable. It
only seems to happen on nntp. It's not related to network issues,
because once I C-g it once, I can browse around as usual without
problem.

Backtrace from toggle-debug-on-quit and C-g during the hangup:

Debugger entered--Lisp error: (quit)
  signal(quit nil)
  byte-code("\302V\203\303\304\305\303\"\207" [tries gnus-async-current-prefetch-article 3 nil signal quit] 3)
  gnus-async-wait-for-article(323368)
  gnus-async-request-fetched-article("nntp+localhost:gmane.emacs.devel" 323368 #&amp;lt;buffer *Article nntp+localhost:gmane.emacs.devel*&amp;gt;)
  gnus-request-article-this-buffer(323368 "nntp+localhost:gmane.emacs.devel")
  gnus-article-prepare(323368 nil)
  gnus-summary-display-article(323368)
  gnus-summary-next-article(t nil)
  gnus-summary-next-unread-article()
  call-interactively(gnus-summary-next-unread-article nil nil)



&lt;/pre&gt;</description>
    <dc:creator>Antoine Levitt</dc:creator>
    <dc:date>2012-04-25T16:28:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81800">
    <title>some size calc error in pop3.el?</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81800</link>
    <description>&lt;pre&gt;
So, I was idly looking at the Messages buffer(yep, slow day) and see
this

Opening TLS connection to `pop.gmail.com'...done
pop3 retrieved 0KB (0%) [2 times]
pop3 retrieved 1KB (3%)
pop3 retrieved 5KB (13%)
pop3 retrieved 9KB (22%)
...
pop3 retrieved 42KB (103%)
Wrote c:/Documents and Settings/s/Application Data/Mail/sas-l/2440
Wrote c:/Documents and Settings/s/Application Data/Mail/sas-l/2441


What's with 103%?  Shouldn't it be 100%?  Just asking....

 sivaram
 -- 



&lt;/pre&gt;</description>
    <dc:creator>Sivaram Neelakantan</dc:creator>
    <dc:date>2012-04-24T17:35:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81798">
    <title>Subscribe and unsubscribe through Gmane</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81798</link>
    <description>&lt;pre&gt;
Hi List, 
this might a bit OT (and a rather newbie question):

I subscribed to a dozen mostly Emacs related mailing-lists through
gmane, i.e. by simply sending a first mail from gnus to the mailing list
and responding to the gmane authorization message within a week. 

Now I decided that I would like to use a more 'serious' email for all of
these groups and want to unsubscibe with my old email and subscribe with
my new one. 

And gnus should be aware of the change, i.e. use my new email
automatically for all posts I send to the mailing lists. 

Is there a simple way to do this from gnus like sending mails with 'Subject:
unsubscribe' from my old mail to all mailing-list and then do my next
postings with my new email, authorize, and gnus will know about the change?

&lt;/pre&gt;</description>
    <dc:creator>Thorsten Jolitz</dc:creator>
    <dc:date>2012-04-24T11:25:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81791">
    <title>Wide reply - sender adress in Cc:</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81791</link>
    <description>&lt;pre&gt;
Hi List, 
when I try a wide reply including the original to an email (S W), my own
(sender) email is listed in Cc: header field. 
Is this the normal behaviour, or do I have to configure something somewhere?

&lt;/pre&gt;</description>
    <dc:creator>Thorsten</dc:creator>
    <dc:date>2012-04-24T08:43:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81788">
    <title>No way to make a given single article un-unseen !</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81788</link>
    <description>&lt;pre&gt;Gentlemen, in (info "(gnus) Other Marks")

   * Articles that haven't been seen before in Gnus by the user are
     marked with a `.' in the second column (`gnus-unseen-mark').

But ah ha, there is no way to reverse this going away for a given single
article! You have now seen it, and next time you enter the group its
unseen mark is gone, with no way to get it back for one given single article!
But why would you want it back? Don't ask such questions, just make
there be a way!


&lt;/pre&gt;</description>
    <dc:creator>jidanni&lt; at &gt;jidanni.org</dc:creator>
    <dc:date>2012-04-24T03:27:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81786">
    <title>group buffer</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81786</link>
    <description>&lt;pre&gt;Hi,

Can I customize the group buffer to only show groups with unread
articles ? (and therefor hide those with ticked messages without unread
messages)

thanks
--
erik


&lt;/pre&gt;</description>
    <dc:creator>Erik Colson</dc:creator>
    <dc:date>2012-04-23T18:43:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.gnus.general/81784">
    <title>Problem with html emails in maGnus.</title>
    <link>http://comments.gmane.org/gmane.emacs.gnus.general/81784</link>
    <description>&lt;pre&gt;
Before I try to figure out whats wrong, possibly someone can comment on
this when I read an html email? I get a backtrace and the html body
doesnt render.

,----
| Debugger entered--Lisp error: (wrong-number-of-arguments #[(url callback &amp;amp;optional cbargs silent) "\305\306\307
| \310\211&amp;amp;C\"\311 \207" [url-queue url callback cbargs silent append vector cl-struct-url-queue nil url-queue-run-queue] 10 ("/home/shamrock/bin/emacs-build/share/emacs/24.0.93/lisp/url/url-queue.elc" . 10490)] 5)
|   url-queue-retrieve("https://images-na.ssl-images-amazon.com/images/G/03/general/helpnav_de_01._V210853741_.gif" gnus-html-image-fetched (#&amp;lt;buffer *Article nnimap+riley:INBOX*&amp;gt; ("https://images-na.ssl-images-amazon.com/images/G/03/general/helpnav_de_01._V210853741_.gif" "*")) t t)
|   gnus-html-schedule-image-fetching(#&amp;lt;buffer *Article nnimap+riley:INBOX*&amp;gt; ("https://images-na.ssl-images-amazon.com/images/G/03/general/helpnav_de_01._V210853741_.gif" "*"))
|   gnus-html-display-image("https://images-na.ssl-images-amazon.com/images/G/03/general/helpnav_de_01._V210853741_.gif" 1897 1936 nil)
|   gnus-html-wash-images()
|   gnus-html-wash-tags()
|   gnus-article-html((#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil))
|   mm-inline-text-html((#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil))
|   mm-display-inline((#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil))
|   mm-display-part((#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil))
|   gnus-mime-display-alternative(((#&amp;lt;buffer  *mm*&amp;lt;3&amp;gt;&amp;gt; ("text/plain" (charset . "UTF-8")) quoted-printable nil ("inline") nil nil nil) (#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil)) nil nil 1)
|   gnus-mime-display-part((#("multipart/alternative" 0 21 (boundary "----=_Part_417271_20730190.1334928010309" buffer #&amp;lt;buffer  *mm*&amp;lt;2&amp;gt;&amp;gt; from "bestellbestaetigung&amp;lt; at &amp;gt;amazon.de" start nil)) (#&amp;lt;buffer  *mm*&amp;lt;3&amp;gt;&amp;gt; ("text/plain" (charset . "UTF-8")) quoted-printable nil ("inline") nil nil nil) (#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil)))
|   mapcar(gnus-mime-display-part ((#("multipart/alternative" 0 21 (boundary "----=_Part_417271_20730190.1334928010309" buffer #&amp;lt;buffer  *mm*&amp;lt;2&amp;gt;&amp;gt; from "bestellbestaetigung&amp;lt; at &amp;gt;amazon.de" start nil)) (#&amp;lt;buffer  *mm*&amp;lt;3&amp;gt;&amp;gt; ("text/plain" (charset . "UTF-8")) quoted-printable nil ("inline") nil nil nil) (#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil))))
|   gnus-mime-display-mixed(((#("multipart/alternative" 0 21 (boundary "----=_Part_417271_20730190.1334928010309" buffer #&amp;lt;buffer  *mm*&amp;lt;2&amp;gt;&amp;gt; from "bestellbestaetigung&amp;lt; at &amp;gt;amazon.de" start nil)) (#&amp;lt;buffer  *mm*&amp;lt;3&amp;gt;&amp;gt; ("text/plain" (charset . "UTF-8")) quoted-printable nil ("inline") nil nil nil) (#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil))))
|   gnus-mime-display-part((#("multipart/mixed" 0 15 (boundary "----=_Part_417270_16124610.1334928010309" buffer #&amp;lt;buffer  *mm*&amp;gt; from "bestellbestaetigung&amp;lt; at &amp;gt;amazon.de" start nil)) (#("multipart/alternative" 0 21 (boundary "----=_Part_417271_20730190.1334928010309" buffer #&amp;lt;buffer  *mm*&amp;lt;2&amp;gt;&amp;gt; from "bestellbestaetigung&amp;lt; at &amp;gt;amazon.de" start nil)) (#&amp;lt;buffer  *mm*&amp;lt;3&amp;gt;&amp;gt; ("text/plain" (charset . "UTF-8")) quoted-printable nil ("inline") nil nil nil) (#&amp;lt;buffer  *mm*&amp;lt;4&amp;gt;&amp;gt; ("text/html" (charset . "UTF-8")) quoted-printable nil nil nil nil nil))))
|   gnus-display-mime()
|   gnus-article-prepare-display()
|   gnus-article-prepare(39473 nil)
|   gnus-summary-display-article(39473)
|   gnus-summary-next-page(nil)
|   call-interactively(gnus-summary-next-page nil nil)
| 
`----

Its emacs 24 from git, and latest maGnus. But has been happening for a
while (few weeks at least).




&lt;/pre&gt;</description>
    <dc:creator>Richard Riley</dc:creator>
    <dc:date>2012-04-21T14:28:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.gnus.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.gnus.general</link>
  </textinput>
</rdf:RDF>

