comparison lisp/gnus/nnir.el @ 110898:069deed4cdec

Merge changes made in Gnus trunk. nnimap.el (nnimap-open-connection): If we have gnutls loaded, then try to use that for the tls stream. nnimap.el (nnimap-retrieve-group-data-early): Rework the marks code to heed UIDVALIDITY and find out which groups are read-only and not. nnimap.el (nnimap-get-flags): Use the same marks parsing code as the rest of nnimap. nnimap.el (nnmail-expiry-target-group): Say that every expiry target group is the "last". nnir.el (nnir-engines): Fix too many arguments. nnimap.el: Start implementing QRESYNC support. gnus.el (gnus-group-set-parameter): Fix typo. shr.el: Rework the way things are indented by <li> slightly. spam.el (gnus-summary-mode-map): Bind to "$".
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 10 Oct 2010 00:15:21 +0000
parents 7996424ed273
children 2a4bfc24abf0
comparison
equal deleted inserted replaced
110897:ddcc974a9f3d 110898:069deed4cdec
375 ()) 375 ())
376 (imap nnir-run-imap 376 (imap nnir-run-imap
377 ((criteria 377 ((criteria
378 "Search in: " ; Prompt 378 "Search in: " ; Prompt
379 ,(mapcar 'car nnir-imap-search-arguments) ; alist for completing 379 ,(mapcar 'car nnir-imap-search-arguments) ; alist for completing
380 nil ; no filtering
381 nil ; allow any user input 380 nil ; allow any user input
382 nil ; initial value 381 nil ; initial value
383 nnir-imap-search-argument-history ; the history to use 382 nnir-imap-search-argument-history ; the history to use
384 ,nnir-imap-search-field ; default 383 ,nnir-imap-search-field ; default
385 ))) 384 )))