(gnus-article-add-button): Make a button overlay without the front stickiness.
[gnus] / todo
1 ;; Also know as the "wish list".  Some are done. For the others, no
2 ;; promise when to be implemented.
3
4 * Go through the todo list and remove items already done.
5
6 * Use a new custom type (`define-widget') for posting-style in `gnus-cus.el'
7   (G c) and for `gnus-posting-styles'.  Maybe some allowed types are still
8   missing.
9
10 * Add proper doc strings to functions and variables explained in the manual
11   (info "(gnus)Gnus Utility Functions")
12
13 * Add Message-IDs or URLs refering to relevant discussions on lists and
14   newsgroups.
15
16 * Use nicer tool bar icons from GNOME
17
18   Done for Emacs (The GNOME icons won't fit into standard XEmacs icons,
19   IMHO. -- rsteib) in group, summary and message mode.
20
21   Some modes might also deserve improved tool bars:
22   
23   - gnus-draft-mode
24   
25   - mml-preview buffer:
26   
27     . zap most buttons; except print, customize (?) and help
28   
29     . "exit" should just kill the buffer
30   
31   - gnus-server-mode: Add some commands from the Connections and Server
32     menu.
33   
34   - gnus-browse-mode (could borrow some icons from gnus-group-mode)
35   
36   (See http://article.gmane.org/gmane.emacs.gnus.general/62147).
37
38 * Maybe Gnus should support the LIST SUBSCRIPTIONS, see RFC 2980.
39
40 * Merge `message-extra-wide-headers' and ` message-header-synonyms'?
41
42 * Maybe texi/emacs-mime.texi could be divided into user-visible stuff and
43   reference manual for the MIME library.
44
45   Related: Bill Wohler's article on mh-e-user.
46   http://thread.gmane.org/29067.1138078896@olgas.newt.com
47
48 * Fix `change servers' command, see David Kastrup's message.
49   http://thread.gmane.org/x54qewqxz4.fsf@lola.goethe.zz
50
51 * texi/gnus-coding.texi should be fixed.
52
53 * gnus-topic-kill-region
54   From Colin Marquardt <colin.marquardt@usa.alcatel.com>
55   
56   I noticed that when re-arranging topics, C-k yanks a topic just fine
57   (runs gnus-topic-kill-group).
58
59   However, my habit is to do marking and the yanking the region, so I
60   would run C-w on the marked topic. But C-w runs
61   gnus-group-kill-region and doesn't yank the topic (for groups it
62   works fine).
63
64   So could we have a gnus-topic-kill-region, or a
65   gnus-group-kill-region which handles topics as well?
66
67 * Speed up sorting in summary buffer if there is a limit.
68   
69   Suggested by Daniel Ortmann <ortmann@isl.net>.
70
71 * Investigate the memory usage of Gnus. 
72
73   But it does seem strange that Gnus would use some 15meg for this.  I
74   think that is worth investigating.  I suspect that bugs or bad
75   design are causing waste; they could be in Gnus, or in Emacs. -- RMS
76
77 * Google group digest
78   
79   The result of Google group search return a thread. Is it a digest
80   format?
81
82 * NOV caching.
83   
84   Implement NOV caching with Gnus Agent.
85
86 * Allow specification of server in Newsgroups header
87   
88   [Kai wrote]
89
90   WIBNI I could put `Newsgroups: nntp+quimby:bla' into a message and
91   Gnus would know to post this message on my server `nntp:quimby' into
92   the group bla?  I think this would be way cool.
93
94   But Gnus would have to rewrite the Newsgroups header before actually
95   sending the posting.
96
97   Thanks for Micha Wiedenmann for this suggestion.
98
99 * Parsing of the common list confirmation requests so that Gnus can
100    prepare the response with a single command.  Including LISTSERV
101    periodic ping messages and the like.
102
103 * Parsing of the subscription notice to stash away details like what
104    address you're subscribed to the list under (and automatically send
105    mail to the list using that address, when you send mail inside the list
106    group), what address to mail to unsubscribe, and the list info message
107    if available.  Hitting the "get FAQ" command inside a mailing list
108    group should display that stashed copy of the info message.
109
110 * Some help in coming up with good split rules for mailing lists, as
111    automated as possible.  Splitting on To and Cc is almost always not
112    what I want, since it can misfile messages and since if I'm cc'd on
113    list mail I want to get both copies, one in my personal mailbox and one
114    in the list mailbox.  I know other people handle it other ways, but I
115    prefer it that way.  Accordingly, some way to semi-automatically
116    generate split rules based on Sender, Mailing-List, Return-Path,
117    X-Loop, and all of the other random headers that often work would be
118    very cool.
119
120 * Support for zipped folders for all backends this makes sense for.
121   Most likely using jka-compr. (It has been suggested that this do
122   work but I think it should be verified for all backends.)
123
124 * Agent (Can someone write some subtopics here? I don't use it myself
125   so I don't know what is lacking.)
126
127 * Support for encrypted folders. Even if the mail arrives unencrypted
128   Gnus should be able to encrypt the *folder* for added safety. This
129   should go for both Gnus' own folders and the folders Gnus reads from
130   (e.g. /var/spool/mail/${USER}). All backends this makes sense for.
131
132   [John Wiegley's article <200011030445.VAA08277@localhost.dynodns.net>,
133    posted on gnu.emacs.gnus does this.
134    Also, gnus-article-encrypt `K E' encrypts the article body.]
135
136 * Splitting .newsrc.eld so the history is in one file and the
137   configuration is in another. To help those that reads at two
138   locations (e.g. work and home) and want to have the same
139   configuration.
140
141 * gnus-uu-decode should complain if one or more parts of a series post
142   (ie, "part N of X") is missing, and optionally tick what parts are
143   there for decoding in a later session.
144
145 * Additional article marking, and an ability to affect marks placed
146   during e.g. mail acquisition.  I want to be able to notice the
147   subject "fast money" or "web traffic", automatically mark it with a
148   `$', and score it into oblivion.  (But I fear that wanting to change
149   marks with mail-source-* and nnmail-* functions will represent a
150   philosophical conflict with the rest of Gnus' management of article
151   marks.  mail-source-* and nnmail-* currently hack around with files
152   under ~/Mail and leave traces in ~/Mail/active, but don't affect
153   things stored in .newsrc.eld.)
154
155 * A much better interface to nnmail-split-methods.  I don't know how
156   I'd like this done, but I know that the current method of manually
157   hacking regexps is pretty untenable for new users.  My boss, who is
158   tenured faculty at CMU and CEO & CTO at JPRC, and whose research
159   work has involved Lisp for the last 25 years, is trying to implant
160   himself in a Gnus mail environment, and this is a big sticking point
161   even for him.
162
163 * PGP-supported encryption of entire nnml & nnmh groups.  There are
164   people with whom I exchange mail routinely who don't send w/PGP, but
165   I'd really rather that the content not be left lying around
166   unencrypted.  Hook into article acquisition the way jka-compr
167   supposedly does, to auto-decrypt every message read.
168
169   [See Support for encrypted folders.]
170
171 * Baby's First Mail In Gnus.  Some set of functions that the
172   new-to-mail-in-Gnus user can invoke which will query the user
173   appropriately for the basic information required to establish mail
174   handling, leaving the appropriate traces in .gnus.  Perhaps a
175   customize buffer would be appropriate.
176   - Where does your mail come from?
177   - If some server, what is your POP/IMAP protocol identity?
178   - What is your identity when sending mail, as opposed to posting to
179     Usenet?
180   - Here are some basic concepts of mail groups (list a few:
181     personal mail, company-wide mail, mailing lists, garbage dumps,
182     receptacles for outbound copies of what one sends; which ones do
183     you want to instantiate, and what mail should land in each?
184     [/viz./ problem of nnmail-split-methods interface.]
185
186   [Probably `assistant.el' will provide this.  But it's development is
187   stalled.]
188
189 * Full integration of nnir into Gnus.  Generic hooks for adding new
190   external nnir sources.  I use a couple experimental, in-house tools
191   (JPRC is a research lab, occupied with document analysis and machine
192   learning) and adding new search engines to nnir by hacking the main
193   nnir.el module is rather clunky.
194
195 * Manual ordering of articles in an nnml folder.
196
197   That is, keystrokes to move articles (or whole threads) up or down
198   in the *Summary* buffer relative to the other articles.  The order
199   would be persistent (e.g., across gnus sessions).
200
201   With this ability, an nnml folder would make for a good to-do list.
202
203 * Since many uses Gnus to store to do lists I think it is time for an
204   nntodo. (I know Kai already written one, maybe use that for a start?)
205
206 * nnsql backend, which would allow messages or folders to be imported
207   in a local (My|Postgre|?)SQL RDBMS.
208
209 * "posting profiles" ideally accessible from a popup menu; allowing
210   choice between predefined profiles of
211   from,name,organization,etc. Example: I'm at home, but need to reply
212   to a work mail; i can hit 'R', then use this command to switch to my
213   'work' profile for purposes of this one reply. (This might already
214   be possible with current Gnus, but I don't think so.)
215
216 * Better handling of the mail retrieving / splitting feature:
217   - the variables <backend>-get-new-mail should not exist anymore. Mail
218     retrieving should be a separate matter.
219   - we should be able to split mails to groups AND backends at the same time.
220   - meanwhile, we should still be able to associate certain mail sources with
221     certain backends.
222
223 * A better interface to the agent download scoring rules, like the one
224   for the other scoring rules.
225
226 * Editing of messages in the agents cache.
227
228 * More article marks (like '!' or '?').
229   Maybe user defined marks that can be displayed as any choosen charakter,
230   so one could do things like limiting on, to do whatever one likes with
231   these articles.
232
233 * A possibility to add notes to messages. If those could include links
234   to other (stored) messages this would be very practical.
235
236 * Allow article editing in groups which do not support it, but
237   emulating it via deleting the old article and entering the new one
238   into the group.  This would be very useful to support `T ^' (say) in
239   nnimap groups.
240
241 * Allow user to specify which kinds of groups should be displayed.
242   For example, I want to display all the groups that are displayed
243   now, plus those which have cached messages in them.  (Gnus does
244   display those with ticked messages but not those with
245   cached-but-unticked ones.)  This would become even more important
246   when we allow labels.
247
248 * Create new data type `article identifier' and use that instead of
249   article numbers.  A first implementation could offer something like
250   (num . 4711) but this could be extended.  This would be useful for
251   using servers with *really* large numbers -- there we could have a
252   bignum type.  It might also be useful for the nnweb and nnultimate
253   thingies where article identifiers are not really numbers.
254
255 * Allow use of digests to keep related articles.  Normally, you use
256   groups to group together articles which are thematically related.
257   But sometimes, you have so many themes that this becomes
258   impractical.  WIBNI I could have digests in a group, and there was a
259   way to add a new article to one of the digests in that group?
260
261   Or maybe what I really want is a way to tell Gnus that a specific
262   thread should always be hidden (as in `T h') by default, while most
263   other threads are not hidden by default.  Hm.
264
265 * New backend nnbabylfolder.  There is also nnbabyl which is like
266   nnmbox but uses babyl format, but there is no babyl format
267   equivalent of nnfolder.
268
269 * Make movement commands in summary buffer independent of `move after
270   mark' behavior when marking articles.  Currently, if you don't want
271   `E' to move to the next unread article, you have to set
272   gnus-summary-goto-unread to nil, and then there is no way to move to
273   the next or previous unread article.
274
275   This one has two sub-tasks.  Providing the commands is one thing,
276   finding out useful key bindings for them is another.  I think we
277   could provide the commands first while not changing the behavior of
278   the key bindings; then different people can experiment with
279   different key binding schemes until we find something which suits
280   many people.
281
282 * `Move to next/previous/first article' is a misnomer, since ticked
283   articles are also unread but not moved to by these commands.  Should
284   the terminology be fixed or the documentation, or what?
285
286 * Allow sorting of threads by newest article rather than by root of
287   thread.  Consider the following thread structure:
288
289     root1       Jan 1
290       leaf1     Jan 4
291     root2       Jan 2
292       leaf2     Jan 3
293
294   These two threads are sorted this way because root1 is older than
295   root2.  I want an option to sort them the other way round because
296   leaf1 is newer than leaf2.
297
298 * Improve editing of MIME messages.  I would like to use html-mode to
299   edit the body of a text/html message, and enriched-mode for
300   text/enriched messages, and so on.  This should go for multipart
301   messages as well.  This is probably a hard one since Emacs currently
302   does not allow several major modes per buffer.  But maybe it would
303   be nice to hack Emacs to provide this infrastructure so that Gnus
304   can make use of it?  This would also make it possible to provide
305   nifty commands for editing the headers, for example, rather than
306   relying on commands which do the same thing everywhere.
307   message-x.el is really just a half-assed attempt at doing it, and
308   while it is useful, that's not the way it should be done.
309
310   I think Francisco Potort\e,Al\e(B already did something like this?
311
312 * Provide commands for editing MML tags.  For example, there could be
313   a command mml-add-tag-attribute which prompts me for an attribute
314   name (with completion, from the set filename, type, ...), and then
315   for a value.  (This is like `C-c +' in psgml.)  Or there could be a
316   command which showed me all the attributes in an MML tag and allows
317   me to use TAB to move between them, and then to edit each attribute
318   value.  (This is like `C-c C-a' in psgml.)
319
320 * Have Gnus automagically set group parameters for mailing list
321   groups.  For example, if I have a splitting rule that automatically
322   sorts ding@gnus.org into mail.ding, then Gnus should clue in, set
323   the to-list parameter to 'ding@gnus.org', and set total-expire.
324   (This is probably Hard (TM).  And of course the user should be able
325   to configure what parameters exactly get set.)
326
327 * Along the same lines, automagically detect broken reply-to's.  (But
328   don't auto-detect users legitimately setting a reply-to header that
329   points back to the list.)
330
331 * Make it easier to change parameters on a set of groups,
332   e.g. set/clear gcc-self on process-marked groups.
333
334 * Make it easier/possible to migrate between primary select-methods,
335   if that concept is going to be kept.  Right now I have only one
336   group on my primary server, and I'd kind of like to change from nntp
337   to nnml, but apparently this doesn't work well.
338
339 * Make it possible to refer to uniquely-named groups without
340   select-method prefix (e.g. mail.misc instead of nnml:mail.misc).
341
342 * Allow a user-defined picons directory for personal groups.
343
344 * Annotations as discussed last autumn. Be able to make comments to
345   articles for all backends. The comments maybe should go into a
346   seperate "backend", like nndraft.
347
348 * Catchup on a topic and all its subtopics. I.e. do "c y" when on a
349   topic line in *Group*.
350
351 * Better/more advanced subject washing in *Summary*, see my
352   js-gnus-simplify-subject-function I posted earlier this winter.
353
354 ;; From Newest Features node. Some are not done.
355
356 * I would like the zombie-page to contain an URL to the source of the
357 latest version of gnus or some explanation on where to find it.
358
359 *  A way to continue editing the latest Message composition.
360
361 *  http://www.sonicnet.com/feature/ari3/
362
363    [N/A]
364
365 *  facep is not declared.
366
367 * Include a section in the manual on why the number of articles isn't
368 the same in the group buffer and on the SPC prompt.
369
370 *  Interacting with rmail fcc isn't easy.
371
372 *       Hypermail:
373       [N/A]<URL:http://www.falch.no/people/pepper/DSSSL-Lite/archives/>
374       [N/A]<URL:http://www.eit.com/software/hypermail/hypermail.html>
375       [N/A]<URL:http://homer.ncm.com/>
376       [N/A]<URL:http://www.yahoo.com/Computers_and_Internet/Internet/World_Wide_Web/HTML_Converters/>
377       http://www.uwsg.indiana.edu/hypermail/linux/kernel/9610/index.html
378       [N/A]<URL:http://union.ncsa.uiuc.edu/HyperNews/get/www/html/converters.html>
379       [N/A]http://www.miranova.com/gnus-list/
380
381    [w3 or nnwarchive?]
382
383 * `^-- ' is made into - in LaTeX.
384
385 *  gnus-kill is much slower than it was in GNUS 4.1.3.
386
387 *  when expunging articles on low score, the sparse nodes keep
388  hanging on?
389
390 *  starting the first time seems to hang Gnus on some systems.  Does
391  NEWGROUPS answer too fast?
392
393 *  nndir doesn't read gzipped files.
394
395 *  when moving mail from a procmail spool to the crash-box, the
396  crash-box is only appropriate to one specific group.
397
398 *  nnmh-be-safe means that crossposted articles will be marked as
399  unread.
400
401 *  Orphan score entries don't show on "V t" score trace
402
403 *  when clearing out data, the cache data should also be reset.
404
405 * rewrite gnus-summary-limit-children to be non-recursive to avoid
406 exceeding lisp nesting on huge groups.
407
408 *  expunged articles are counted when computing scores.
409
410 *  ticked articles aren't easy to read in pick mode - `n' and stuff
411  just skips past them.  Read articles are the same.
412
413 *  topics that contain just groups with ticked articles aren't
414  displayed.
415
416 *  nndoc should always allocate unique Message-IDs.
417
418 *  If there are mail groups the first time you use Gnus, Gnus'll
419  make the mail groups killed.
420
421 *  no "no news is good news" when using topics.
422
423 *  when doing crosspost marking, the cache has to be consulted and
424  articles have to be removed.
425
426 *  nnweb should fetch complete articles when they are split into
427  several parts.
428
429 *  scoring on head immediate doesn't work.
430
431 *  finding short score file names takes forever.
432
433 *  canceling articles in foreign groups.
434
435 *  nntp-open-rlogin no longer works.
436
437 *  C-u C-x C-s (Summary) switches to the group buffer.
438
439 *  move nnmail-split-history out to the backends.
440
441 *  using a virtual server name as `gnus-select-method' doesn't work?
442
443 *  when killing/yanking a group from one topic to another in a
444  slave, the master will yank it first to one topic and then add it
445  to another.  Perhaps.
446
447 *  warn user about `=' redirection of a group in the active file?
448
449 *  take over the XEmacs menubar and offer a toggle between the XEmacs
450  bar and the Gnus bar.
451
452 *       push active file and NOV file parsing down into C code.
453       `(canonize-message-id id)'
454       `(mail-parent-message-id references n)'
455       `(parse-news-nov-line &optional dependency-hashtb)'
456       `(parse-news-nov-region beg end &optional dependency-hashtb fullp)'
457       `(parse-news-active-region beg end hashtb)'
458
459 *  nnml .overview directory with splits.
460
461 *  asynchronous cache
462
463 *  postponed commands.
464
465 *  the selected article show have its Subject displayed in its
466  summary line.
467
468 *  when entering groups, get the real number of unread articles from
469  the server?
470
471 *  sort after gathering threads - make false roots have the headers
472  of the oldest orphan with a 0 article number?
473
474 *  nndoc groups should inherit the score files of their parents?
475  Also inherit copy prompts and save files.
476
477 *  command to start up Gnus (if not running) and enter a mail mode
478  buffer.
479
480 *  allow editing the group description from the group buffer for
481  backends that support that.
482
483 * gnus-hide,show-all-topics
484
485 *  groups and sub-topics should be allowed to mingle inside each
486  topic, and not just list all subtopics at the end.
487
488 *  a command to remove all read articles that are not needed to
489  connect threads - `gnus-summary-limit-to-sparse-unread'?
490
491 *  a variable to turn off limiting/cutting of threads in the tree
492  buffer.
493
494 *  a variable to limit how many files are uudecoded.
495
496 *  add zombie groups to a special "New Groups" topic.
497
498 *  server mode command: close/open all connections
499
500 *  put a file date in gnus-score-alist and check whether the file
501  has been changed before using it.
502
503 *  on exit from a digest group, go to the next article in the parent
504  group.
505
506 *  hide (sub)threads with low score.
507
508 *  when expiring, remove all marks from expired articles.
509
510 *  gnus-summary-limit-to-body
511
512 *  a regexp alist that says what level groups are to be subscribed
513  on.  Eg. - `(("nnml:" . 1))'.
514
515 *  easier interface to nnkiboze to create ephemeral groups that
516  contain groups that match a regexp.
517
518 *  allow newlines in <URL:> urls, but remove them before using the
519  URL.
520
521 *  If there is no From line, the mail backends should fudge one from
522  the "From " line.
523
524 *  fuzzy simplifying should strip all non-alpha-numerical info from
525  subject lines.
526
527 *  gnus-soup-brew-soup-with-high-scores.
528
529 *  nntp-ping-before-connect
530
531 *  command to check whether NOV is evil.  "list overview.fmt".
532
533 *  when entering a group, Gnus should look through the score files
534  very early for `local' atoms and set those local variables.
535
536 *  message annotations.
537
538 *  topics are always yanked before groups, and that's not good.
539
540 *  (set-extent-property extent 'help-echo "String to display in
541  minibuf") to display help in the minibuffer on buttons under
542  XEmacs.
543
544 *  allow group line format spec to say how many articles there are
545  in the cache.
546
547 *  AUTHINFO GENERIC
548
549 *  `run-with-idle-timer' in gnus-demon.
550
551 *  stop using invisible text properties and start using overlays
552  instead
553
554 *  go from one group to the next; everything is expunged; go to the
555  next group instead of going to the group buffer.
556
557 *  gnus-renumber-cache - to renumber the cache using "low" numbers.
558
559 *  record topic changes in the dribble buffer.
560
561 *  `nnfolder-generate-active-file' should look at the folders it
562  finds and generate proper active ranges.
563
564 *  nneething-look-in-files-for-article-heads variable to control
565  whether nneething should sniff all files in the directories.
566
567 *  gnus-fetch-article - start Gnus, enter group, display article
568
569 *  gnus-dont-move-articles-to-same-group variable when respooling.
570
571 *  when messages are crossposted between several auto-expirable
572  groups, articles aren't properly marked as expirable.
573
574 *  nneething should allow deletion/moving.
575
576 *  TAB on the last button should go to the first button.
577
578 *  if the car of an element in `mail-split-methods' is a function,
579  and the function returns non-nil, use that as the name of the
580  group(s) to save mail in.
581
582 *  command for listing all score files that have been applied.
583
584 *  a command in the article buffer to return to `summary' config.
585
586 *  `gnus-always-post-using-current-server' - variable to override
587  `C-c C-c' when posting.
588
589 *  nnmail-group-spool-alist - says where each group should use as a
590  spool file.
591
592 *  when an article is crossposted to an auto-expirable group, the
593  article should be marker as expirable.
594
595 *  article mode command/menu for "send region as URL to browser".
596
597 *  on errors, jump to info nodes that explain the error.  For
598  instance, on invalid From headers, or on error messages from the
599  nntp server.
600
601 *  when gathering threads, make the article that has no "Re: " the
602  parent.  Also consult Date headers.
603
604 *  a token in splits to call shrink-window-if-larger-than-buffer
605
606 *  `1 0 A M' to do matches on the active hashtb.
607
608 *  duplicates - command to remove Gnus-Warning header, use the read
609  Message-ID, delete the "original".
610
611 *  when replying to several messages at once, put the "other"
612  message-ids into a See-Also header.
613
614 *  support setext: URL:http://www.bsdi.com/setext/
615
616 *  support ProleText:
617  <URL:http://proletext.clari.net/prole/proletext.html>
618
619 *  generate font names dynamically.
620
621 *  score file mode auto-alist.
622
623 *  allow nndoc to change/add/delete things from documents.  Implement
624  methods for each format for adding an article to the document.
625
626 *  `gnus-fetch-old-headers' `all' value to incorporate absolutely
627  all headers there is.
628
629 *  function like `|', but concatenate all marked articles and pipe
630  them to the process.
631
632 *  cache the list of killed (or active) groups in a separate file.
633  Update the file whenever we read the active file or the list of
634  killed groups in the .eld file reaches a certain length.
635
636 *  function for starting to edit a file to put into the current mail
637  group.
638
639 *  score-find-trace should display the total score of the article.
640
641 *  "ghettozie" - score on Xref header and nix it out after using it
642  to avoid marking as read in other groups it has been crossposted
643  to.
644
645 *  look at procmail splitting.  The backends should create the
646  groups automatically if a spool file exists for that group.
647
648 *  function for backends to register themselves with Gnus.
649
650 *  when replying to several process-marked articles, have all the
651  From end up in Cc headers?  Variable to toggle.
652
653 *  command to delete a crossposted mail article from all groups it
654  has been mailed to.
655
656 *  `B c' and `B m' should be crosspost aware.
657
658 *  hide-pgp should also hide PGP public key blocks.
659
660 *  Command in the group buffer to respool process-marked groups.
661
662 *  `gnus-summary-find-matching' should accept pseudo-"headers" like
663  "body", "head" and "all"
664
665 * When buttifying <URL: > things, all white space (including newlines) should
666  be ignored.
667
668  [Done]
669
670  But not for cited URLs.
671
672 *  Process-marking all groups in a topic should process-mark groups
673  in subtopics as well.
674
675 *  Add non-native groups to the list of killed groups when killing
676  them.
677
678 If this entry is about non-foreign non-native groups, then it was
679 actually a bug that prevented them from being inserted into
680 gnus-killed-list:
681 <http://article.gmane.org/gmane.emacs.gnus.general/63383/>
682
683 *  nntp-suggest-kewl-config to probe the nntp server and suggest
684  variable settings.
685
686 *  add edit and forward secondary marks.
687
688 *  nnml shouldn't visit its .overview files.
689
690 *  allow customizing sorting within gathered threads.
691
692 *  `B q' shouldn't select the current article.
693
694 *  nnmbox should support a newsgroups file for descriptions.
695
696 *  Be able to specify whether the saving commands save the original
697  or the formatted article.
698
699 *  a command to reparent with the child process-marked (cf. `T ^'.).
700
701 *  I think the possibility to send a password with nntp-open-rlogin
702  should be a feature in Red Gnus.
703
704 *  The `Z n' command should be possible to execute from a mouse
705  click.
706
707 *  more limiting functions - date, etc.
708
709    We have `gnus-summary-limit-to-age'.  What's missing?  Maybe enter a date?
710
711 *  be able to limit on a random header; on body; using reverse
712  matches.
713
714 *  a group parameter (`absofucking-total-expiry') that will make
715  Gnus expire even unread articles.
716
717 *  variable to disable password fetching when opening by
718  nntp-open-telnet.
719
720 *  manual: more example servers - nntp with rlogin, telnet
721
722 *  checking for bogus groups should clean topic alists as well.
723
724 *  canceling articles in foreign groups.
725
726 *  article number in folded topics isn't properly updated by Xref
727  handling.
728
729 *  Movement in the group buffer to the next unread group should go
730  to the next closed topic with unread messages if no group can be
731  found.
732
733 *  Extensive info pages generated on the fly with help everywhere -
734  in the "*Gnus edit*" buffers, for instance.
735
736 *  Topic movement commands - like thread movement.  Up, down,
737  forward, next.
738
739 *  a way to tick/mark as read Gcc'd articles.
740
741    [done, (setq gnus-inews-mark-gcc-as-read t)]
742
743 *  a way to say that all groups within a specific topic comes from a
744  particular server?  Hm.
745
746 *  `gnus-article-fill-if-long-lines' - a function to fill the
747  article buffer if there are any looong lines there.
748
749 *  `T h' should jump to the parent topic and fold it.
750
751 *  a command to create an ephemeral nndoc group out of a file, and
752  then splitting it/moving it to some other group/backend.
753
754 *  a group parameter for nnkiboze groups that says that all kibozed
755  articles should be entered into the cache.
756
757 *  It should also probably be possible to delimit what
758  `gnus-jog-cache' does - for instance, work on just some groups, or
759  on some levels, and entering just articles that have a score
760  higher than a certain number.
761
762 *  nnfolder should append to the folder instead of re-writing the
763  entire folder to disk when accepting new messages.
764
765 *  allow all backends to do the proper thing with .gz files.
766
767 *  a backend for reading collections of babyl files nnbabylfolder?
768
769 *  a command for making the native groups into foreign groups.
770
771 *  server mode command for clearing read marks from all groups from
772  a server.
773
774 *  when following up multiple articles, include all To, Cc, etc
775  headers from all articles.
776
777 *  a command for deciding what the total score of the current thread
778  is.  Also a way to highlight based on this.
779