Mercurial > emacs
comparison lisp/ChangeLog @ 110213:bf2aa62d9d6c
imap.el (imap-debug): Removed -- doesn't seem very useful.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 05 Sep 2010 23:49:02 +0000 |
parents | e9bead2d481f |
children | 1a9f718ae483 |
comparison
equal
deleted
inserted
replaced
110212:e9bead2d481f | 110213:bf2aa62d9d6c |
---|---|
1 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> |
2 | 2 |
3 * imap.el (imap-fetch-safe): Removed function, and altered all callers | 3 * net/imap.el (imap-fetch-safe): Removed function, and altered all |
4 to use `imap-fetch' instead. According to the comments, this should be | 4 callers to use `imap-fetch' instead. According to the comments, this |
5 safe, since all other IMAP clients use the 1:* syntax. | 5 should be safe, since all other IMAP clients use the 1:* syntax. |
6 (imap-enable-exchange-bug-workaround): Removed. | 6 (imap-enable-exchange-bug-workaround): Removed. |
7 (imap-debug): Removed -- doesn't seem very useful. | |
7 | 8 |
8 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> |
9 | 10 |
10 * net/imap.el (imap-log): New convenience function used throughout | 11 * net/imap.el (imap-log): New convenience function used throughout |
11 instead of repeating the same code all over the place. | 12 instead of repeating the same code all over the place. |