2007-02-20 [colin] 2.7.2cvs58
[claws.git] / src / stock_pixmap.h
index 3a9a4a51f9300c50d9c2573faac361f235ec685a..b87986e7ff4ca03f8e8ab91fbb43beaa0cbe78f7 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-2007 Hiroyuki Yamamoto and the Claws Mail 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__
@@ -25,6 +25,8 @@
 
 typedef enum
 {
+       STOCK_PIXMAP_ADDR_ONE,
+       STOCK_PIXMAP_ADDR_TWO,
        STOCK_PIXMAP_ADDRESS,
        STOCK_PIXMAP_ADDRESS_BOOK,
        STOCK_PIXMAP_ADDRESS_SEARCH,
@@ -44,6 +46,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,
@@ -56,6 +62,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,
@@ -83,6 +93,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,
@@ -95,6 +109,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,
@@ -106,6 +128,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,
@@ -113,6 +137,10 @@ typedef enum
        STOCK_PIXMAP_MIME_AUDIO,
        STOCK_PIXMAP_MIME_TEXT_ENRICHED,
        STOCK_PIXMAP_MIME_UNKNOWN,
+       STOCK_PIXMAP_MIME_PDF,
+       STOCK_PIXMAP_MIME_PS,
+       STOCK_PIXMAP_MIME_TEXT_CALENDAR,
+       STOCK_PIXMAP_MIME_PGP_SIG,
        STOCK_PIXMAP_PRIVACY_SIGNED,
        STOCK_PIXMAP_PRIVACY_PASSED,
        STOCK_PIXMAP_PRIVACY_FAILED,
@@ -125,11 +153,19 @@ typedef enum
        STOCK_PIXMAP_PRIVACY_EMBLEM_FAILED,
        STOCK_PIXMAP_PRIVACY_EMBLEM_WARN,
        STOCK_PIXMAP_MIME_MESSAGE,
-       STOCK_PIXMAP_SYLPHEED_ICON,
+       STOCK_PIXMAP_CLAWS_MAIL_ICON,
        STOCK_PIXMAP_READ,
-       STOCK_PIXMAP_SYLPHEED_LOGO,
-       STOCK_PIXMAP_DIR_NOSELECT,              /* last entry */
-       
+       STOCK_PIXMAP_TRASH,
+       STOCK_PIXMAP_CLAWS_MAIL_LOGO,
+       STOCK_PIXMAP_DIR_NOSELECT, 
+       STOCK_PIXMAP_SPAM,
+       STOCK_PIXMAP_SPAM_BTN,
+       STOCK_PIXMAP_HAM_BTN,
+       STOCK_PIXMAP_MOVED,
+       STOCK_PIXMAP_COPIED,
+       STOCK_PIXMAP_ACTIVE,
+       STOCK_PIXMAP_INACTIVE,
+       STOCK_PIXMAP_EMPTY,              /* last entry */
        N_STOCK_PIXMAPS
 } StockPixmap;