2006-08-25 [paul] 2.4.0cvs90
[claws.git] / src / stock_pixmap.h
index 29155326fa36cd399a83d75235a952cd67691838..b9922b2e7ca14a7d261ffd856b7026a6fb69d3e7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2003 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto and the Sylpheed-Claws team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __STOCK_PIXMAP_H__
@@ -35,6 +35,7 @@ typedef enum
        STOCK_PIXMAP_CHECK_SPELLING,
        STOCK_PIXMAP_CLIP,
        STOCK_PIXMAP_CLIP_KEY,
+       STOCK_PIXMAP_CLIP_GPG_SIGNED,
        STOCK_PIXMAP_CLOSE,
        STOCK_PIXMAP_COMPLETE,
        STOCK_PIXMAP_CONTINUE,
@@ -43,6 +44,10 @@ typedef enum
        STOCK_PIXMAP_DIR_CLOSE_HRM,
        STOCK_PIXMAP_DIR_OPEN,
        STOCK_PIXMAP_DIR_OPEN_HRM,
+       STOCK_PIXMAP_DIR_CLOSE_MARK,
+       STOCK_PIXMAP_DIR_CLOSE_HRM_MARK,
+       STOCK_PIXMAP_DIR_OPEN_MARK,
+       STOCK_PIXMAP_DIR_OPEN_HRM_MARK,
        STOCK_PIXMAP_DOWN_ARROW,
        STOCK_PIXMAP_UP_ARROW,
        STOCK_PIXMAP_EDIT_EXTERN,
@@ -55,6 +60,10 @@ typedef enum
        STOCK_PIXMAP_INBOX_CLOSE_HRM,
        STOCK_PIXMAP_INBOX_OPEN,
        STOCK_PIXMAP_INBOX_OPEN_HRM,
+       STOCK_PIXMAP_INBOX_CLOSE_MARK,
+       STOCK_PIXMAP_INBOX_CLOSE_HRM_MARK,
+       STOCK_PIXMAP_INBOX_OPEN_MARK,
+       STOCK_PIXMAP_INBOX_OPEN_HRM_MARK,
        STOCK_PIXMAP_INSERT_FILE,
        STOCK_PIXMAP_INTERFACE,
        STOCK_PIXMAP_JPILOT,
@@ -82,6 +91,10 @@ typedef enum
        STOCK_PIXMAP_OUTBOX_CLOSE_HRM,
        STOCK_PIXMAP_OUTBOX_OPEN,
        STOCK_PIXMAP_OUTBOX_OPEN_HRM,
+       STOCK_PIXMAP_OUTBOX_CLOSE_MARK,
+       STOCK_PIXMAP_OUTBOX_CLOSE_HRM_MARK,
+       STOCK_PIXMAP_OUTBOX_OPEN_MARK,
+       STOCK_PIXMAP_OUTBOX_OPEN_HRM_MARK,
        STOCK_PIXMAP_REPLIED,
        STOCK_PIXMAP_PASTE,
        STOCK_PIXMAP_PREFERENCES,
@@ -94,6 +107,14 @@ typedef enum
        STOCK_PIXMAP_TRASH_OPEN_HRM,
        STOCK_PIXMAP_TRASH_CLOSE,
        STOCK_PIXMAP_TRASH_CLOSE_HRM,
+       STOCK_PIXMAP_QUEUE_CLOSE_MARK,
+       STOCK_PIXMAP_QUEUE_CLOSE_HRM_MARK,
+       STOCK_PIXMAP_QUEUE_OPEN_MARK,
+       STOCK_PIXMAP_QUEUE_OPEN_HRM_MARK,
+       STOCK_PIXMAP_TRASH_OPEN_MARK,
+       STOCK_PIXMAP_TRASH_OPEN_HRM_MARK,
+       STOCK_PIXMAP_TRASH_CLOSE_MARK,
+       STOCK_PIXMAP_TRASH_CLOSE_HRM_MARK,
        STOCK_PIXMAP_UNREAD,
        STOCK_PIXMAP_VCARD,
        STOCK_PIXMAP_ONLINE,
@@ -105,6 +126,8 @@ typedef enum
        STOCK_PIXMAP_GPG_SIGNED,
        STOCK_PIXMAP_DRAFTS_CLOSE,
        STOCK_PIXMAP_DRAFTS_OPEN,
+       STOCK_PIXMAP_DRAFTS_CLOSE_MARK,
+       STOCK_PIXMAP_DRAFTS_OPEN_MARK,
        STOCK_PIXMAP_MIME_TEXT_PLAIN,
        STOCK_PIXMAP_MIME_TEXT_HTML,
        STOCK_PIXMAP_MIME_APPLICATION,
@@ -124,10 +147,17 @@ typedef enum
        STOCK_PIXMAP_PRIVACY_EMBLEM_FAILED,
        STOCK_PIXMAP_PRIVACY_EMBLEM_WARN,
        STOCK_PIXMAP_MIME_MESSAGE,
-       STOCK_PIXMAP_SYLPHEED_ICON,
+       STOCK_PIXMAP_SYLPHEED_CLAWS_ICON,
        STOCK_PIXMAP_READ,
-       STOCK_PIXMAP_SYLPHEED_LOGO,             /* last entry */
-       
+       STOCK_PIXMAP_TRASH,
+       STOCK_PIXMAP_SYLPHEED_CLAWS_LOGO,
+       STOCK_PIXMAP_DIR_NOSELECT, 
+       STOCK_PIXMAP_SPAM,
+       STOCK_PIXMAP_SPAM_BTN,
+       STOCK_PIXMAP_HAM_BTN,
+       STOCK_PIXMAP_MOVED,
+       STOCK_PIXMAP_COPIED,
+       STOCK_PIXMAP_EMPTY,              /* last entry */
        N_STOCK_PIXMAPS
 } StockPixmap;