Mercurial > emacs
comparison lisp/gnus/nnmairix.el @ 106936:d8549f97592e
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 17 Jan 2010 21:57:00 +0000 |
parents | ad7558737bc7 |
children | 8d09094063d0 376148b31b5e |
comparison
equal
deleted
inserted
replaced
106935:ff8134865c63 | 106936:d8549f97592e |
---|---|
1102 (set-process-sentinel (apply 'start-process args) | 1102 (set-process-sentinel (apply 'start-process args) |
1103 'nnmairix-sentinel-mairix-update-finished)))))) | 1103 'nnmairix-sentinel-mairix-update-finished)))))) |
1104 | 1104 |
1105 (defun nnmairix-group-delete-recreate-this-group () | 1105 (defun nnmairix-group-delete-recreate-this-group () |
1106 "Deletes and recreates group on the back end. | 1106 "Deletes and recreates group on the back end. |
1107 You can use this function on nnmairix groups which continously | 1107 You can use this function on nnmairix groups which continuously |
1108 show wrong article counts." | 1108 show wrong article counts." |
1109 (interactive) | 1109 (interactive) |
1110 (let* ((group (gnus-group-group-name)) | 1110 (let* ((group (gnus-group-group-name)) |
1111 (method (gnus-find-method-for-group group))) | 1111 (method (gnus-find-method-for-group group))) |
1112 (unless (eq (car method) 'nnmairix) | 1112 (unless (eq (car method) 'nnmairix) |