Mercurial > emacs
annotate etc/images/gud/go.xpm @ 97967:cc9bb337ef7c
Fix the expunge command so that the current message index is correct.
* pmail.el (pmail-expunge-counter): New variable
(pmail-set-attribute): Canonicalize the calling sequence to index, attribute, state.
(pmail-show-message, pmail-delete-message, pmail-undelete-previous-message,
pmail-delete-forward, pmail-mark-message): Use the new canonical calling sequence.
(pmail-only-expunge): Use the expunge counter to update the current message index.
(pmail-expunge-callback): Simplify. Just count the expunged messages with a lower
index than the current message index.
* pmaildesc.el (pmail-desc-get-previous): Fix an "off by one" issue.
(pmail-desc-set-attribute): Canonicalize the calling sequence to index, attribute, state.
* pmailout.el (pmail-output-body-to-file): Use the canonical calling sequence.
author | Paul Reilly <pmr@pajato.com> |
---|---|
date | Wed, 03 Sep 2008 15:33:38 +0000 |
parents | be635ea1cd02 |
children |
rev | line source |
---|---|
66881 | 1 /* XPM */ |
2 static char * go_xpm[] = { | |
3 "24 24 3 1", | |
4 " c None", | |
5 ". c #000080800000", | |
6 "X c #FFFFFFFFFFFF", | |
7 " ", | |
8 " ", | |
9 " .......... ", | |
10 " ............ ", | |
11 " .............. ", | |
12 " ................ ", | |
13 " .................. ", | |
14 " ......XX...XX....... ", | |
15 " .....X..X.X..X...... ", | |
16 " .....X....X..X...... ", | |
17 " .....X....X..X...... ", | |
18 " .....X....X..X...... ", | |
19 " .....X.XX.X..X...... ", | |
20 " .....X..X.X..X...... ", | |
21 " .....X..X.X..X...... ", | |
22 " .....X..X.X..X...... ", | |
23 " ......XX...XX....... ", | |
24 " .................. ", | |
25 " ................ ", | |
26 " .............. ", | |
27 " ............ ", | |
28 " .......... ", | |
29 " ", | |
30 " "}; |