Add comment.
[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 *  implement gnus-batch-brew-soup
411
412 *  ticked articles aren't easy to read in pick mode - `n' and stuff
413  just skips past them.  Read articles are the same.
414
415 *  topics that contain just groups with ticked articles aren't
416  displayed.
417
418 *  nndoc should always allocate unique Message-IDs.
419
420 *  If there are mail groups the first time you use Gnus, Gnus'll
421  make the mail groups killed.
422
423 *  no "no news is good news" when using topics.
424
425 *  when doing crosspost marking, the cache has to be consulted and
426  articles have to be removed.
427
428 *  nnweb should fetch complete articles when they are split into
429  several parts.
430
431 *  scoring on head immediate doesn't work.
432
433 *  finding short score file names takes forever.
434
435 *  canceling articles in foreign groups.
436
437 *  nntp-open-rlogin no longer works.
438
439 *  C-u C-x C-s (Summary) switches to the group buffer.
440
441 *  move nnmail-split-history out to the backends.
442
443 *  using a virtual server name as `gnus-select-method' doesn't work?
444
445 *  when killing/yanking a group from one topic to another in a
446  slave, the master will yank it first to one topic and then add it
447  to another.  Perhaps.
448
449 *  warn user about `=' redirection of a group in the active file?
450
451 *  take over the XEmacs menubar and offer a toggle between the XEmacs
452  bar and the Gnus bar.
453
454 *       push active file and NOV file parsing down into C code.
455       `(canonize-message-id id)'
456       `(mail-parent-message-id references n)'
457       `(parse-news-nov-line &optional dependency-hashtb)'
458       `(parse-news-nov-region beg end &optional dependency-hashtb fullp)'
459       `(parse-news-active-region beg end hashtb)'
460
461 *  nnml .overview directory with splits.
462
463 *  asynchronous cache
464
465 *  postponed commands.
466
467 *  the selected article show have its Subject displayed in its
468  summary line.
469
470 *  when entering groups, get the real number of unread articles from
471  the server?
472
473 *  sort after gathering threads - make false roots have the headers
474  of the oldest orphan with a 0 article number?
475
476 *  nndoc groups should inherit the score files of their parents?
477  Also inherit copy prompts and save files.
478
479 *  command to start up Gnus (if not running) and enter a mail mode
480  buffer.
481
482 *  allow editing the group description from the group buffer for
483  backends that support that.
484
485 * gnus-hide,show-all-topics
486
487 *  groups and sub-topics should be allowed to mingle inside each
488  topic, and not just list all subtopics at the end.
489
490 *  a command to remove all read articles that are not needed to
491  connect threads - `gnus-summary-limit-to-sparse-unread'?
492
493 *  a variable to turn off limiting/cutting of threads in the tree
494  buffer.
495
496 *  a variable to limit how many files are uudecoded.
497
498 *  add zombie groups to a special "New Groups" topic.
499
500 *  server mode command: close/open all connections
501
502 *  put a file date in gnus-score-alist and check whether the file
503  has been changed before using it.
504
505 *  on exit from a digest group, go to the next article in the parent
506  group.
507
508 *  hide (sub)threads with low score.
509
510 *  when expiring, remove all marks from expired articles.
511
512 *  gnus-summary-limit-to-body
513
514 *  a regexp alist that says what level groups are to be subscribed
515  on.  Eg. - `(("nnml:" . 1))'.
516
517 *  easier interface to nnkiboze to create ephemeral groups that
518  contain groups that match a regexp.
519
520 *  allow newlines in <URL:> urls, but remove them before using the
521  URL.
522
523 *  If there is no From line, the mail backends should fudge one from
524  the "From " line.
525
526 *  fuzzy simplifying should strip all non-alpha-numerical info from
527  subject lines.
528
529 *  gnus-soup-brew-soup-with-high-scores.
530
531 *  nntp-ping-before-connect
532
533 *  command to check whether NOV is evil.  "list overview.fmt".
534
535 *  when entering a group, Gnus should look through the score files
536  very early for `local' atoms and set those local variables.
537
538 *  message annotations.
539
540 *  topics are always yanked before groups, and that's not good.
541
542 *  (set-extent-property extent 'help-echo "String to display in
543  minibuf") to display help in the minibuffer on buttons under
544  XEmacs.
545
546 *  allow group line format spec to say how many articles there are
547  in the cache.
548
549 *  AUTHINFO GENERIC
550
551 *  `run-with-idle-timer' in gnus-demon.
552
553 *  stop using invisible text properties and start using overlays
554  instead
555
556 *  go from one group to the next; everything is expunged; go to the
557  next group instead of going to the group buffer.
558
559 *  gnus-renumber-cache - to renumber the cache using "low" numbers.
560
561 *  record topic changes in the dribble buffer.
562
563 *  `nnfolder-generate-active-file' should look at the folders it
564  finds and generate proper active ranges.
565
566 *  nneething-look-in-files-for-article-heads variable to control
567  whether nneething should sniff all files in the directories.
568
569 *  gnus-fetch-article - start Gnus, enter group, display article
570
571 *  gnus-dont-move-articles-to-same-group variable when respooling.
572
573 *  when messages are crossposted between several auto-expirable
574  groups, articles aren't properly marked as expirable.
575
576 *  nneething should allow deletion/moving.
577
578 *  TAB on the last button should go to the first button.
579
580 *  if the car of an element in `mail-split-methods' is a function,
581  and the function returns non-nil, use that as the name of the
582  group(s) to save mail in.
583
584 *  command for listing all score files that have been applied.
585
586 *  a command in the article buffer to return to `summary' config.
587
588 *  `gnus-always-post-using-current-server' - variable to override
589  `C-c C-c' when posting.
590
591 *  nnmail-group-spool-alist - says where each group should use as a
592  spool file.
593
594 *  when an article is crossposted to an auto-expirable group, the
595  article should be marker as expirable.
596
597 *  article mode command/menu for "send region as URL to browser".
598
599 *  on errors, jump to info nodes that explain the error.  For
600  instance, on invalid From headers, or on error messages from the
601  nntp server.
602
603 *  when gathering threads, make the article that has no "Re: " the
604  parent.  Also consult Date headers.
605
606 *  a token in splits to call shrink-window-if-larger-than-buffer
607
608 *  `1 0 A M' to do matches on the active hashtb.
609
610 *  duplicates - command to remove Gnus-Warning header, use the read
611  Message-ID, delete the "original".
612
613 *  when replying to several messages at once, put the "other"
614  message-ids into a See-Also header.
615
616 *  support setext: URL:http://www.bsdi.com/setext/
617
618 *  support ProleText:
619  <URL:http://proletext.clari.net/prole/proletext.html>
620
621 *  generate font names dynamically.
622
623 *  score file mode auto-alist.
624
625 *  allow nndoc to change/add/delete things from documents.  Implement
626  methods for each format for adding an article to the document.
627
628 *  `gnus-fetch-old-headers' `all' value to incorporate absolutely
629  all headers there is.
630
631 *  function like `|', but concatenate all marked articles and pipe
632  them to the process.
633
634 *  cache the list of killed (or active) groups in a separate file.
635  Update the file whenever we read the active file or the list of
636  killed groups in the .eld file reaches a certain length.
637
638 *  function for starting to edit a file to put into the current mail
639  group.
640
641 *  score-find-trace should display the total score of the article.
642
643 *  "ghettozie" - score on Xref header and nix it out after using it
644  to avoid marking as read in other groups it has been crossposted
645  to.
646
647 *  look at procmail splitting.  The backends should create the
648  groups automatically if a spool file exists for that group.
649
650 *  function for backends to register themselves with Gnus.
651
652 *  when replying to several process-marked articles, have all the
653  From end up in Cc headers?  Variable to toggle.
654
655 *  command to delete a crossposted mail article from all groups it
656  has been mailed to.
657
658 *  `B c' and `B m' should be crosspost aware.
659
660 *  hide-pgp should also hide PGP public key blocks.
661
662 *  Command in the group buffer to respool process-marked groups.
663
664 *  `gnus-summary-find-matching' should accept pseudo-"headers" like
665  "body", "head" and "all"
666
667 * When buttifying <URL: > things, all white space (including newlines) should
668  be ignored.
669
670  [Done]
671
672  But not for cited URLs.
673
674 *  Process-marking all groups in a topic should process-mark groups
675  in subtopics as well.
676
677 *  Add non-native groups to the list of killed groups when killing
678  them.
679
680 If this entry is about non-foreign non-native groups, then it was
681 actually a bug that prevented them from being inserted into
682 gnus-killed-list:
683 <http://article.gmane.org/gmane.emacs.gnus.general/63383/>
684
685 *  nntp-suggest-kewl-config to probe the nntp server and suggest
686  variable settings.
687
688 *  add edit and forward secondary marks.
689
690 *  nnml shouldn't visit its .overview files.
691
692 *  allow customizing sorting within gathered threads.
693
694 *  `B q' shouldn't select the current article.
695
696 *  nnmbox should support a newsgroups file for descriptions.
697
698 *  Be able to specify whether the saving commands save the original
699  or the formatted article.
700
701 *  a command to reparent with the child process-marked (cf. `T ^'.).
702
703 *  I think the possibility to send a password with nntp-open-rlogin
704  should be a feature in Red Gnus.
705
706 *  The `Z n' command should be possible to execute from a mouse
707  click.
708
709 *  more limiting functions - date, etc.
710
711    We have `gnus-summary-limit-to-age'.  What's missing?  Maybe enter a date?
712
713 *  be able to limit on a random header; on body; using reverse
714  matches.
715
716 *  a group parameter (`absofucking-total-expiry') that will make
717  Gnus expire even unread articles.
718
719 *  variable to disable password fetching when opening by
720  nntp-open-telnet.
721
722 *  manual: more example servers - nntp with rlogin, telnet
723
724 *  checking for bogus groups should clean topic alists as well.
725
726 *  canceling articles in foreign groups.
727
728 *  article number in folded topics isn't properly updated by Xref
729  handling.
730
731 *  Movement in the group buffer to the next unread group should go
732  to the next closed topic with unread messages if no group can be
733  found.
734
735 *  Extensive info pages generated on the fly with help everywhere -
736  in the "*Gnus edit*" buffers, for instance.
737
738 *  Topic movement commands - like thread movement.  Up, down,
739  forward, next.
740
741 *  a way to tick/mark as read Gcc'd articles.
742
743    [done, (setq gnus-inews-mark-gcc-as-read t)]
744
745 *  a way to say that all groups within a specific topic comes from a
746  particular server?  Hm.
747
748 *  `gnus-article-fill-if-long-lines' - a function to fill the
749  article buffer if there are any looong lines there.
750
751 *  `T h' should jump to the parent topic and fold it.
752
753 *  a command to create an ephemeral nndoc group out of a file, and
754  then splitting it/moving it to some other group/backend.
755
756 *  a group parameter for nnkiboze groups that says that all kibozed
757  articles should be entered into the cache.
758
759 *  It should also probably be possible to delimit what
760  `gnus-jog-cache' does - for instance, work on just some groups, or
761  on some levels, and entering just articles that have a score
762  higher than a certain number.
763
764 *  nnfolder should append to the folder instead of re-writing the
765  entire folder to disk when accepting new messages.
766
767 *  allow all backends to do the proper thing with .gz files.
768
769 *  a backend for reading collections of babyl files nnbabylfolder?
770
771 *  a command for making the native groups into foreign groups.
772
773 *  server mode command for clearing read marks from all groups from
774  a server.
775
776 *  when following up multiple articles, include all To, Cc, etc
777  headers from all articles.
778
779 *  a command for deciding what the total score of the current thread
780  is.  Also a way to highlight based on this.
781
782 *  command to show and edit group scores
783
784 *  a gnus-tree-minimize-horizontal to minimize tree buffers
785  horizontally.
786
787 *  command to generate nnml overview file for one group.
788
789 *  `C-u C-u a' - prompt for many crossposted groups.
790
791 *  keep track of which mail groups have received new articles (in
792  this session).  Be able to generate a report and perhaps do some
793  marking in the group buffer.
794
795 *  gnus-build-sparse-threads to a number - build only sparse threads
796  that are of that length.
797
798 *  have nnmh respect mh's unseen sequence in .mh_profile.
799
800 *  cache the newsgroups descriptions locally.
801
802 *  asynchronous posting under nntp.
803
804 *  be able to control word adaptive scoring from the score files.
805
806 *  a variable to make `C-c C-c' post using the "current" select
807  method.
808
809 *  `limit-exclude-low-scored-articles'.
810
811 *  if `gnus-summary-show-thread' is a number, hide threads that have
812  a score lower than this number.
813
814 *  split newsgroup subscription variable up into "order" and
815  "method".
816
817 *  buttonize ange-ftp file names.
818
819 *  a command to make a duplicate copy of the current article so that
820  each copy can be edited separately.
821
822 *  nnweb should allow fetching from the local nntp server.
823
824 *  record the sorting done in the summary buffer so that it can be
825  repeated when limiting/regenerating the buffer.
826
827 *  nnml-generate-nov-databses should generate for all nnml servers.
828
829 *  when the user does commands in the group buffer, check the
830  modification time of the .newsrc.eld file and use
831  ask-user-about-supersession-threat.  Also warn when trying to save
832  .newsrc.eld and it has changed.
833
834 *  M-g on a topic will display all groups with 0 articles in the
835  topic.
836
837 *  command to remove all topic stuff.
838
839 *  allow exploding incoming digests when reading incoming mail and
840  splitting the resulting digests.
841
842 *  nnsoup shouldn't set the `message-' variables.
843
844 *  command to nix out all nnoo state information.
845
846 *  nnmail-process-alist that calls functions if group names matches
847  an alist - before saving.
848
849 *  use buffer-invisibility-spec everywhere for hiding text.
850
851 *  variable to activate each group before entering them to get the
852  (new) number of articles.  `gnus-activate-before-entering'.
853
854 *  command to fetch a Message-ID from any buffer, even starting Gnus
855  first if necessary.
856
857 *  when posting and checking whether a group exists or not, just ask
858  the nntp server instead of relying on the active hashtb.
859
860 *  buttonize the output of `C-c C-a' in an apropos-like way.
861
862 *  `G p' should understand process/prefix, and allow editing of
863  several groups at once.
864
865 *  command to create an ephemeral nnvirtual group that matches some
866  regexp(s).
867
868 *  nndoc should understand "Content-Type: message/rfc822" forwarded
869  messages.
870
871  [done]
872
873 *  it should be possible to score "thread" on the From header.
874
875 *  hitting RET on a "gnus-uu-archive" pseudo article should unpack
876  it.
877
878 *  `B i' should display the article at once in the summary buffer.
879
880 *  remove the "*" mark at once when unticking an article.
881
882 *  `M-s' should highlight the matching text.
883
884 *  when checking for duplicated mails, use Resent-Message-ID if
885  present.
886
887 *  killing and yanking groups in topics should be better.  If
888  killing one copy of a group that exists in multiple topics, only
889  that copy should be removed.  Yanking should insert the copy, and
890  yanking topics should be possible to be interspersed with the
891  other yankings.
892
893 *  command for enter a group just to read the cached articles.  A
894  way to say "ignore the nntp connection; just read from the cache."
895
896 *  `X u' should decode base64 articles.
897
898    [`X m' does so.]
899
900 *  a way to hide all "inner" cited text, leaving just the most
901  recently cited text.
902
903 *  nnvirtual should be asynchronous.
904
905 *  after editing an article, gnus-original-article-buffer should be
906  invalidated.
907
908 *  there should probably be a way to make Gnus not connect to the
909  server and just read the articles in the server
910
911 *  allow a `set-default' (or something) to change the default value
912  of nnoo variables.
913
914 *  a command to import group infos from a .newsrc.eld file.
915
916 *  groups from secondary servers have the entire select method
917  listed in each group info.
918
919 *  a command for just switching from the summary buffer to the group
920  buffer.
921
922 *  a way to specify that some incoming mail washing functions should
923  only be applied to some groups.
924
925 *  Message `C-f C-t' should ask the user whether to heed
926  mail-copies-to: never.
927
928 *  new group parameter - `post-to-server' that says to post using
929  the current server.  Also a variable to do the same.
930
931 *  the slave dribble files should auto-save to the slave file names.
932
933 *  a group parameter that says what articles to display on group
934  entry, based on article marks.
935
936 *  a way to visually distinguish slave Gnusae from masters.  (Whip
937  instead of normal logo?)
938
939 *  Use DJ Bernstein "From " quoting/dequoting, where applicable.
940
941 *  Why is hide-citation-maybe and hide-citation different?  Also
942  clear up info.
943
944 *  group user-defined meta-parameters.
945
946  From: John Griffith <griffith@sfs.nphil.uni-tuebingen.de>
947
948 *  I like the option for trying to retrieve the FAQ for a group and
949  I was thinking it would be great if for those newsgroups that had
950  archives you could also try to read the archive for that group.
951  Part of the problem is that archives are spread all over the net,
952  unlike FAQs.  What would be best I suppose is to find the one
953  closest to your site.
954
955  In any case, there is a list of general news group archives at
956  ftp://ftp.neosoft.com/pub/users/claird/news.lists/newsgroup_archives.html
957
958 *      From: Jason L Tibbitts III <tibbs@hpc.uh.edu>
959       (add-hook 'gnus-select-group-hook
960         (lambda ()
961           (gnus-group-add-parameter group
962              (cons 'gnus-group-date-last-entered (list (current-time-string))))))
963
964       (defun gnus-user-format-function-d (headers)
965         "Return the date the group was last read."
966         (cond ((car (gnus-group-get-parameter gnus-tmp-group 'gnus-group-date-last-entered)))
967             (t "")))
968
969 *  tanken var at n\e,Ae\e(Br du bruker `gnus-startup-file' som prefix (FOO)
970  til \e,Ae\e(B lete opp en fil FOO-SERVER, FOO-SERVER.el, FOO-SERVER.eld,
971  kan du la den v\e,Af\e(Bre en liste hvor du bruker hvert element i listen
972  som FOO, istedet.  da kunne man hatt forskjellige serveres
973  startup-filer forskjellige steder.
974
975 * LMI> Well, nnbabyl could alter the group info to heed labels like
976  LMI> answered and read, I guess.
977
978  It could also keep them updated (the same for the Status: header of
979  unix mbox files).
980
981  They could be used like this:
982
983       `M l <name> RET' add label <name> to current message.
984       `M u <name> RET' remove label <name> from current message.
985       `/ l <expr> RET' limit summary buffer according to <expr>.
986
987       <expr> would be a boolean expression on the labels, e.g.
988
989       `/ l bug & !fixed RET'
990
991  would show all the messages which are labeled `bug' but not labeled
992  `fixed'.
993
994  One could also imagine the labels being used for highlighting, or
995  affect the summary line format.
996
997 * Sender: abraham@dina.kvl.dk
998
999  I'd like a gnus-find-file which work like find file, except that it
1000  would recognize things that looks like messages or folders:
1001
1002  - If it is a directory containing numbered files, create an nndir
1003  summary buffer.
1004
1005  - For other directories, create a nneething summary buffer.
1006
1007  - For files matching "\\`From ", create a nndoc/mbox summary.
1008
1009  - For files matching "\\`BABYL OPTIONS:", create a nndoc/baby
1010  summary.
1011
1012  - For files matching "\\`[^ \t\n]+:", create an *Article* buffer.
1013
1014  - For other files, just find them normally.
1015
1016  I'd like `nneething' to use this function, so it would work on a
1017  directory potentially containing mboxes or babyl files.
1018
1019 * Please send a mail to bwarsaw@cnri.reston.va.us (Barry A. Warsaw)
1020  and tell him what you are doing.
1021
1022 * Currently, I get prompted:
1023
1024  decend into sci?  - type y decend into sci.something ?  - type n
1025  decend into ucd?
1026
1027  The problem above is that since there is really only one
1028  subsection of science, shouldn't it prompt you for only descending
1029  sci.something?  If there was a sci.somethingelse group or section,
1030  then it should prompt for sci? first the sci.something? then
1031  sci.somethingelse?...
1032
1033 * Ja, det burde v\e,Af\e(Bre en m\e,Ae\e(Bte \e,Ae\e(B si slikt.  Kanskje en ny variabel?
1034  `gnus-use-few-score-files'?  S\e,Ae\e(B kunne score-regler legges til den
1035  "mest" lokale score-fila.  F. eks. ville no-gruppene betjenes av
1036  "no.all.SCORE", osv.
1037
1038 * What i want is for Gnus to treat any sequence or combination of
1039  the following as a single spoiler warning and hide it all,
1040  replacing it with a "Next Page" button:
1041
1042  ^L's
1043
1044  more than n blank lines
1045
1046  more than m identical lines (which should be replaced with button
1047  to show them)
1048
1049  any whitespace surrounding any of the above
1050
1051 * Well, we could allow a new value to `gnus-thread-ignore-subject' -
1052  `spaces', or something.  (We could even default to that.)  And then
1053  subjects that differ in white space only could be considered the
1054  "same" subject for threading purposes.
1055
1056 * Modes to preprocess the contents (e.g. jka-compr) use the second
1057  form "(REGEXP FUNCTION NON-NIL)" while ordinary modes (e.g. tex)
1058  use the first form "(REGEXP . FUNCTION)", so you could use it to
1059  distinguish between those two types of modes. (auto-modes-alist,
1060  insert-file-contents-literally.)
1061
1062 *  Under XEmacs - do funny article marks: tick - thumb tack killed -
1063  skull soup - bowl of soup score below - dim light bulb score over
1064  - bright light bulb
1065
1066 * Yes. I think the algorithm is as follows:
1067
1068       Group-mode
1069
1070          show-list-of-articles-in-group
1071               if (key-pressed == SPACE)
1072                       if (no-more-articles-in-group-to-select)
1073                               if (articles-selected)
1074                                       start-reading-selected-articles;
1075                               junk-unread-articles;
1076                               next-group;
1077                        else
1078                               show-next-page;
1079
1080                else if (key-pressed = '.')
1081                       if (consolidated-menus)         # same as hide-thread in Gnus
1082                               select-thread-under-cursor;
1083                       else
1084                               select-article-under-cursor;
1085
1086
1087       Article-mode
1088               if (key-pressed == SPACE)
1089                       if (more-pages-in-article)
1090                               next-page;
1091                       else if (more-selected-articles-to-read)
1092                               next-article;
1093                       else
1094                               next-group;
1095
1096 * My precise need here would have been to limit files to Incoming*.
1097  One could think of some `nneething-only-files' variable, but I
1098  guess it would have been unacceptable if one was using many
1099  unrelated such nneething groups.
1100
1101  A more useful approach would be to, in response to the `G D'
1102  prompt, be allowed to say something like: `~/.mail/Incoming*',
1103  somewhat limiting the top-level directory only (in case
1104  directories would be matched by the wildcard expression).
1105
1106 * It would be nice if it also handled
1107
1108  <URL:news://sunsite.auc.dk/>
1109
1110  which should correspond to `B nntp RET sunsite.auc.dk' in *Group*.
1111
1112  [done]
1113
1114 *    Take a look at w3-menu.el in the Emacs-W3 distribution - this
1115  works out really well.  Each menu is 'named' by a symbol that
1116  would be on a gnus-*-menus (where * would be whatever, but at
1117  least group, summary, and article versions) variable.
1118
1119  So for gnus-summary-menus, I would set to '(sort mark dispose ...)
1120
1121  A value of '1' would just put _all_ the menus in a single 'GNUS'
1122  menu in the main menubar.  This approach works really well for
1123  Emacs-W3 and VM.
1124
1125 *  nndoc should take care to create unique Message-IDs for all its
1126  articles.
1127
1128 *  gnus-score-followup-article only works when you have a summary
1129  buffer active.  Make it work when posting from the group buffer as
1130  well.  (message-sent-hook).
1131
1132 *  rewrite gnus-demon to use run-with-idle-timers.
1133
1134 *  * Enhancements to Gnus:
1135
1136  Add two commands:
1137
1138  * gnus-servers (gnus-start-server-buffer?)-enters Gnus and goes
1139  straight to the server buffer, without opening any connections to
1140     servers first.
1141
1142  * gnus-server-read-server-newsrc-produces a buffer very similar to
1143     the group buffer, but with only groups from that server listed;
1144     quitting this buffer returns to the server buffer.
1145
1146 *  add a command to check the integrity of an nnfolder folder - go
1147  through the article numbers and see that there are no duplicates,
1148  and stuff.
1149
1150 *  `unsmileyfy-buffer' to undo smileification.
1151
1152 *  a command to give all relevant info on an article, including all
1153  secondary marks.
1154
1155 *  when doing `-request-accept-article', the backends should do the
1156  nnmail duplicate checking.
1157
1158 *  allow `message-signature-file' to be a function to return the
1159  value of the signature file.
1160
1161 *  In addition, I would love it if I could configure message-tab so
1162  that it could call `bbdb-complete-name' in other headers.  So,
1163  some sort of interface like
1164
1165  (setq message-tab-alist       '((message-header-regexp
1166  message-expand-group)         ("^\\(To\\|[cC]c\\|[bB]cc\\)"
1167  bbdb-complete-name)))
1168
1169  then you could run the relevant function to complete the
1170  information in the header
1171
1172  [Done using `message-completion-alist'?]
1173
1174 *  cache the newsgroups file locally to avoid reloading it all the
1175  time.
1176
1177 *  a command to import a buffer into a group.
1178
1179 *  nnweb should allow fetching by Message-ID from servers.
1180
1181  [Done?]
1182
1183 *  point in the article buffer doesn't always go to the beginning of
1184  the buffer when selecting new articles.
1185
1186 *  a command to process mark all unread articles.
1187
1188 *  `gnus-gather-threads-by-references-and-subject' - first do
1189  gathering by references, and then go through the dummy roots and
1190  do more gathering by subject.
1191
1192 *  gnus-uu-mark-in-numerical-order - process mark articles in
1193  article numerical order.
1194
1195 *  (gnus-thread-total-score  (gnus-id-to-thread (mail-header-id
1196  (gnus-summary-article-header)))) bind to a key.
1197
1198 *  sorting by score is wrong when using sparse threads.
1199
1200 *  a command to fetch an arbitrary article - without having to be in
1201  the summary buffer.
1202
1203 *  a new nncvs backend.  Each group would show an article, using
1204  version branches as threading, checkin date as the date, etc.
1205
1206 *  http://www.dejanews.com/forms/dnsetfilter_exp.html ?  This filter
1207  allows one to construct advance queries on the Dejanews database
1208  such as specifying start and end dates, subject, author, and/or
1209  newsgroup name.
1210
1211 *  new Date header scoring type - older, newer
1212
1213 *  use the summary toolbar in the article buffer.
1214
1215 *  a command to fetch all articles that are less than X days old.
1216
1217 *  in pick mode, `q' should save the list of selected articles in the
1218  group info.  The next time the group is selected, these articles
1219  will automatically get the process mark.
1220
1221 *  Isn't it possible to (also?) allow M-^ to automatically try the
1222  default server if it fails on the current server?  (controlled by a
1223  user variable, (nil, t, 'ask)).
1224
1225  [Done by `gnus-refer-article-method'?]
1226
1227 *  make it possible to cancel articles using the select method for
1228  the current group.
1229
1230 *  `gnus-summary-select-article-on-entry' or something.  It'll
1231  default to t and will select whatever article decided by
1232  `gnus-auto-select-first'.
1233
1234 *  a new variable to control which selection commands should be
1235  unselecting.  `first', `best', `next', `prev', `next-unread',
1236  `prev-unread' are candidates.
1237
1238 *  be able to select groups that have no articles in them to be able
1239  to post in them (using the current select method).
1240
1241 *  be able to post via DejaNews.
1242
1243 *  `x' should retain any sortings that have been performed.
1244
1245 *  allow the user to specify the precedence of the secondary marks.
1246  Also allow them to be displayed separately.
1247
1248 *  gnus-summary-save-in-pipe should concatenate the results from the
1249  processes when doing a process marked pipe.
1250
1251 *  a new match type, like Followup, but which adds Thread matches on
1252  all articles that match a certain From header.
1253
1254 *  a function that can be read from kill-emacs-query-functions to
1255  offer saving living summary buffers.
1256
1257 *  a function for selecting a particular group which will contain
1258  the articles listed in a list of article numbers/id's.
1259
1260 *       (add-hook 'gnus-exit-query-functions
1261       '(lambda ()
1262          (if (and (file-exists-p nnmail-spool-file)
1263                   (> (nnheader-file-size nnmail-spool-file) 0))
1264              (yes-or-no-p "New mail has arrived.  Quit Gnus anyways? ")
1265              (y-or-n-p "Are you sure you want to quit Gnus? "))))
1266
1267 *  allow message-default-headers to be a function.
1268
1269 *  new Date score match types - < > = (etc) that take floating point
1270  numbers and match on the age of the article.
1271
1272 *      >  > > If so, I've got one gripe: It seems that when I fire up gnus 5.2.25
1273       >  > > under xemacs-19.14, it's creating a new frame, but is erasing the
1274       >  > > buffer in the frame that it was called from =:-O
1275       >
1276       >  > Hm.  How do you start up Gnus?  From the toolbar or with
1277       >  > `M-x gnus-other-frame'?
1278       >
1279       >    I normally start it up from the toolbar; at
1280       > least that's the way I've caught it doing the
1281       > deed before.
1282
1283 *  all commands that react to the process mark should push the
1284  current process mark set onto the stack.
1285
1286 *  gnus-article-hide-pgp Selv ville jeg nok ha valgt \e,Ae\e(B slette den
1287  dersom teksten matcher
1288       "\\(This\s+\\)?[^ ]+ has been automatically signed by"
1289  og det er maks hundre tegn mellom match-end og ---linja.  Men -det-
1290  er min type heuristikk og langt fra alles.
1291
1292 *  `gnus-subscribe-sorted' - insert new groups where they would have
1293  been sorted to if `gnus-group-sort-function' were run.
1294
1295 *  gnus-(group,summary)-highlight should respect any `face' text
1296  props set on the lines.
1297
1298 *  use run-with-idle-timer for gnus-demon instead of the home-brewed
1299  stuff for better reliability.
1300
1301 *  add a way to select which NoCeM type to apply - spam, troll, etc.
1302
1303 *  nndraft-request-group should tally auto-save files.
1304
1305 *  implement nntp-retry-on-break and nntp-command-timeout.
1306
1307 *  gnus-article-highlight-limit that says when not to highlight
1308  (long) articles.
1309
1310 *  (nnoo-set SERVER VARIABLE VALUE)
1311
1312    [done]
1313
1314 *  nn*-spool-methods
1315
1316 *  interrupitng agent fetching of articles should save articles.
1317
1318 *  command to open a digest group, and copy all the articles there
1319  to the current group.
1320
1321 *  a variable to disable article body highlights if there's more than
1322  X characters in the body.
1323
1324 *  handle 480/381 authinfo requests separately.
1325
1326 *  include the texi/dir file in the distribution.
1327
1328 *  format spec to "tab" to a position.
1329
1330 *  Move all prompting to the new `M-n' default style.
1331
1332 *  command to display all dormant articles.
1333
1334 *  gnus-auto-select-next makeover - list of things it should do.
1335
1336 *  a score match type that adds scores matching on From if From has
1337  replied to something someone else has said.
1338
1339 *  Read Netscape discussion groups:
1340  snews://secnews.netscape.com/netscape.communicator.unix
1341
1342 * One command to edit the original version if an article, and one to
1343  edit the displayed version.
1344
1345 * `T v' - make all process-marked articles the children of the
1346  current article.
1347
1348 * Switch from initial text to the new default text mechanism.
1349
1350 * How about making it possible to expire local articles?  Will it be
1351  possible to make various constraints on when an article can be
1352  expired, e.g. (read), (age > 14 days), or the more interesting
1353  (read & age > 14 days)?
1354
1355 * New limit command--limit to articles that have a certain string in
1356  the head or body.
1357
1358 * Allow breaking lengthy NNTP commands.
1359
1360 * gnus-article-highlight-limit, to disable highlighting in big
1361  articles.
1362
1363 * Editing an article should put the article to be edited in a
1364  special, unique buffer.
1365
1366 * A command to send a mail to the admin-address group param.
1367
1368 * A Date scoring type that will match if the article is less than a
1369  certain number of days old.
1370
1371 * New spec: %~(tab 56) to put point on column 56
1372
1373 * Allow Gnus Agent scoring to use normal score files.
1374
1375 * Rething the Agent active file thing.  `M-g' doesn't update the
1376  active file, for instance.
1377
1378 * With dummy roots, `^' and then selecing the first article in any
1379  other dummy thread will make Gnus highlight the dummy root instead
1380  of the first article.
1381
1382 * Propagate all group properties (marks, article numbers, etc) up to
1383  the topics for displaying.
1384
1385 * `n' in the group buffer with topics should go to the next group
1386  with unread articles, even if that group is hidden in a topic.
1387
1388 * gnus-posting-styles doesn't work in drafts.
1389
1390 * gnus-summary-limit-include-cached is slow when there are many
1391  articles in the cache, since it regenerates big parts of the
1392  summary buffer for each article.
1393
1394 * Implement gnus-batch-brew-soup.
1395
1396 * Group parameters and summary commands for un/subscribing to mailing
1397  lists.
1398
1399 * Introduce nnmail-home-directory.
1400
1401 * gnus-fetch-group and friends should exit Gnus when the user exits
1402  the group.
1403
1404 * The jingle is only played on the second invocation of Gnus.
1405
1406 * Crossposted articles should "inherit" the % or  mark from the other
1407  groups it has been crossposted to, or something.  (Agent.)
1408
1409 * If point is on a group that appears multiple times in topics, and
1410  you press `l', point will move to the first instance of the group.
1411
1412 * A spec for the group line format to display the number of
1413  agent-downloaded articles in the group.
1414
1415 * Some nntp servers never respond when posting, so there should be a
1416  timeout for all commands.
1417
1418 * When stading on a topic line and `t'-ing, point goes to the last
1419  line.  It should go somewhere else.
1420
1421 * I'm having trouble accessing a newsgroup with a "+" in its name
1422  with Gnus.  There is a new newsgroup on msnews.microsoft.com named
1423  "microsoft.public.multimedia.directx.html+time" that I'm trying to
1424  access as
1425  "nntp+msnews.microsoft.com:microsoft.public.multimedia.directx.html+time"
1426  but it gives an error that it cant access the group.
1427
1428  Is the "+" character illegal in newsgroup names?  Is there any way
1429  in Gnus to work around this?  (gnus 5.6.45 - XEmacs 20.4)
1430
1431  [It works in 5.8.8.]
1432
1433 *  When `#F', do:
1434
1435       Subject: Answer to your mails 01.01.1999-01.05.1999
1436        --text follows this line--
1437       Sorry I killfiled you...
1438
1439       Under the subject "foo", you wrote on 01.01.1999:
1440       > bar
1441       Under the subject "foo1", you wrote on 01.01.1999:
1442       > bar 1
1443
1444 * Allow "orphan" scores in the Agent scoring.
1445
1446   [done?]
1447
1448 *          - Edit article's summary line.
1449           - End edit
1450           - Sort lines in buffer by subject
1451
1452           --> the old subject line appears in Summary buffer, not the one that was
1453           just changed to.
1454
1455 * Remove list identifiers from the subject in the summary when doing
1456  `^' and the like.
1457
1458 * Have the Agent write out articles, one by one, as it retrieves
1459  them, to avoid having to re-fetch them all if Emacs should crash
1460  while fetching.
1461
1462 * Be able to forward groups of messages as MIME digests.
1463
1464  [done]
1465
1466 * nnweb should include the "get whole article" article when getting
1467  articles.
1468
1469 * When I type W W c (gnus-article-hide-citation) in the summary
1470  buffer, the citations are revealed, but the [+] buttons don't turn
1471  into [-] buttons.  (If I click on one of the [+] buttons, it does
1472  turn into a [-] button.)
1473
1474  [fixed]
1475
1476 * Perhaps there should be a command to "attach" a buffer of comments
1477  to a message?  That is, `B WHATEVER', you're popped into a buffer,
1478  write something, end with `C-c C-c', and then the thing you've
1479  written gets to be the child of the message you're commenting.
1480
1481 * Handle external-body parts.
1482
1483   [done for some access types]
1484
1485 * When renaming a group name, nnmail-split-history does not get the
1486  group name renamed.
1487
1488 * Allow mail splitting on bodies when using advanced mail splitting.
1489
1490         (body "whatever.text")
1491
1492 * Solve the halting problem.
1493
1494 \f
1495 ;; Local Variables:
1496 ;; mode: outline
1497 ;; coding: iso-2022-7bit
1498 ;; paragraph-separate: "[       \f]*$"
1499 ;; End: