message.el (message-hide-headers): Bind inhibit-modification-hooks to t rather than...
[gnus] / todo
diff --git a/todo b/todo
index 89b4c73..853edfe 100644 (file)
--- a/todo
+++ b/todo
@@ -1055,28 +1055,11 @@ gnus-killed-list:
 *  when doing `-request-accept-article', the backends should do the
  nnmail duplicate checking.
 
-*  In addition, I would love it if I could configure message-tab so
- that it could call `bbdb-complete-name' in other headers.  So,
- some sort of interface like
-
- (setq message-tab-alist       '((message-header-regexp
- message-expand-group)         ("^\\(To\\|[cC]c\\|[bB]cc\\)"
- bbdb-complete-name)))
-
- then you could run the relevant function to complete the
- information in the header
-
- [Done using `message-completion-alist'?]
-
 *  cache the newsgroups file locally to avoid reloading it all the
  time.
 
 *  a command to import a buffer into a group.
 
-*  nnweb should allow fetching by Message-ID from servers.
-
- [Done?]
-
 *  point in the article buffer doesn't always go to the beginning of
  the buffer when selecting new articles.
 
@@ -1118,9 +1101,6 @@ gnus-killed-list:
 
  [Done by `gnus-refer-article-method'?]
 
-*  make it possible to cancel articles using the select method for
- the current group.
-
 *  a new variable to control which selection commands should be
  unselecting.  `first', `best', `next', `prev', `next-unread',
  `prev-unread' are candidates.