From 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 26 Feb 2018 11:23:00 +0100 Subject: Initial commit for sylpheed 3.7.0 --- src/icons/Makefile.am | 99 ++++++ src/icons/Makefile.in | 591 ++++++++++++++++++++++++++++++++ src/icons/address.xpm | 87 +++++ src/icons/book.xpm | 23 ++ src/icons/category.xpm | 35 ++ src/icons/clip.xpm | 19 + src/icons/complete.xpm | 17 + src/icons/continue.xpm | 42 +++ src/icons/deleted.xpm | 15 + src/icons/error.xpm | 45 +++ src/icons/folder-close.h | 59 ++++ src/icons/folder-close.png | Bin 0 -> 468 bytes src/icons/folder-noselect.h | 62 ++++ src/icons/folder-noselect.png | Bin 0 -> 415 bytes src/icons/folder-open.h | 59 ++++ src/icons/folder-open.png | Bin 0 -> 542 bytes src/icons/folder-search.h | 57 +++ src/icons/folder-search.png | Bin 0 -> 618 bytes src/icons/forwarded.xpm | 23 ++ src/icons/group.h | 60 ++++ src/icons/group.png | Bin 0 -> 692 bytes src/icons/html.h | 65 ++++ src/icons/html.png | Bin 0 -> 697 bytes src/icons/interface.xpm | 24 ++ src/icons/jpilot.xpm | 25 ++ src/icons/ldap.xpm | 25 ++ src/icons/linewrap.xpm | 29 ++ src/icons/mail.xpm | 41 +++ src/icons/mark.xpm | 16 + src/icons/new.xpm | 62 ++++ src/icons/offline.xpm | 228 ++++++++++++ src/icons/online.xpm | 232 +++++++++++++ src/icons/replied.xpm | 24 ++ src/icons/stock_addressbook.h | 86 +++++ src/icons/stock_addressbook.png | Bin 0 -> 1284 bytes src/icons/stock_attach.h | 93 +++++ src/icons/stock_attach.png | Bin 0 -> 1039 bytes src/icons/stock_book.h | 60 ++++ src/icons/stock_book.png | Bin 0 -> 433 bytes src/icons/stock_delete.h | 105 ++++++ src/icons/stock_delete.png | Bin 0 -> 1282 bytes src/icons/stock_delete_16.h | 61 ++++ src/icons/stock_delete_16.png | Bin 0 -> 778 bytes src/icons/stock_hand-signed.h | 82 +++++ src/icons/stock_hand-signed.png | Bin 0 -> 868 bytes src/icons/stock_inbox.h | 57 +++ src/icons/stock_inbox.png | Bin 0 -> 626 bytes src/icons/stock_insert-file.h | 92 +++++ src/icons/stock_insert-file.png | Bin 0 -> 959 bytes src/icons/stock_mail-compose.h | 118 +++++++ src/icons/stock_mail-compose.png | Bin 0 -> 1061 bytes src/icons/stock_mail-compose_16.h | 58 ++++ src/icons/stock_mail-compose_16.png | Bin 0 -> 492 bytes src/icons/stock_mail-forward.h | 83 +++++ src/icons/stock_mail-forward.png | Bin 0 -> 775 bytes src/icons/stock_mail-receive.h | 87 +++++ src/icons/stock_mail-receive.png | Bin 0 -> 803 bytes src/icons/stock_mail-reply-to-all.h | 82 +++++ src/icons/stock_mail-reply-to-all.png | Bin 0 -> 1132 bytes src/icons/stock_mail-reply.h | 83 +++++ src/icons/stock_mail-reply.png | Bin 0 -> 776 bytes src/icons/stock_mail-send.h | 84 +++++ src/icons/stock_mail-send.png | Bin 0 -> 746 bytes src/icons/stock_mail.h | 68 ++++ src/icons/stock_mail.png | Bin 0 -> 551 bytes src/icons/stock_mail_receive_all.h | 91 +++++ src/icons/stock_mail_receive_all.png | Bin 0 -> 879 bytes src/icons/stock_mail_send_queue.h | 92 +++++ src/icons/stock_mail_send_queue.png | Bin 0 -> 1034 bytes src/icons/stock_notspam.h | 81 +++++ src/icons/stock_notspam.png | Bin 0 -> 1140 bytes src/icons/stock_outbox.h | 57 +++ src/icons/stock_outbox.png | Bin 0 -> 600 bytes src/icons/stock_person.h | 63 ++++ src/icons/stock_person.png | Bin 0 -> 594 bytes src/icons/stock_spam.h | 86 +++++ src/icons/stock_spam.png | Bin 0 -> 1276 bytes src/icons/stock_spam_16.h | 73 ++++ src/icons/stock_spam_16.png | Bin 0 -> 845 bytes src/icons/stock_sylpheed.h | 256 ++++++++++++++ src/icons/stock_sylpheed.png | Bin 0 -> 2718 bytes src/icons/stock_sylpheed_16.h | 67 ++++ src/icons/stock_sylpheed_16.png | Bin 0 -> 690 bytes src/icons/stock_sylpheed_32.h | 157 +++++++++ src/icons/stock_sylpheed_32.png | Bin 0 -> 1925 bytes src/icons/stock_sylpheed_newmail.h | 246 +++++++++++++ src/icons/stock_sylpheed_newmail.png | Bin 0 -> 2483 bytes src/icons/stock_sylpheed_newmail_16.h | 68 ++++ src/icons/stock_sylpheed_newmail_16.png | Bin 0 -> 769 bytes src/icons/sylpheed-logo.h | 515 ++++++++++++++++++++++++++++ src/icons/sylpheed-logo.png | Bin 0 -> 8421 bytes src/icons/sylpheed.ico | Bin 0 -> 18718 bytes src/icons/unread.xpm | 50 +++ src/icons/vcard.xpm | 25 ++ 94 files changed, 5290 insertions(+) create mode 100644 src/icons/Makefile.am create mode 100644 src/icons/Makefile.in create mode 100644 src/icons/address.xpm create mode 100644 src/icons/book.xpm create mode 100644 src/icons/category.xpm create mode 100644 src/icons/clip.xpm create mode 100644 src/icons/complete.xpm create mode 100644 src/icons/continue.xpm create mode 100644 src/icons/deleted.xpm create mode 100644 src/icons/error.xpm create mode 100644 src/icons/folder-close.h create mode 100644 src/icons/folder-close.png create mode 100644 src/icons/folder-noselect.h create mode 100644 src/icons/folder-noselect.png create mode 100644 src/icons/folder-open.h create mode 100644 src/icons/folder-open.png create mode 100644 src/icons/folder-search.h create mode 100644 src/icons/folder-search.png create mode 100644 src/icons/forwarded.xpm create mode 100644 src/icons/group.h create mode 100644 src/icons/group.png create mode 100644 src/icons/html.h create mode 100644 src/icons/html.png create mode 100644 src/icons/interface.xpm create mode 100644 src/icons/jpilot.xpm create mode 100644 src/icons/ldap.xpm create mode 100644 src/icons/linewrap.xpm create mode 100644 src/icons/mail.xpm create mode 100644 src/icons/mark.xpm create mode 100644 src/icons/new.xpm create mode 100644 src/icons/offline.xpm create mode 100644 src/icons/online.xpm create mode 100644 src/icons/replied.xpm create mode 100644 src/icons/stock_addressbook.h create mode 100644 src/icons/stock_addressbook.png create mode 100644 src/icons/stock_attach.h create mode 100644 src/icons/stock_attach.png create mode 100644 src/icons/stock_book.h create mode 100644 src/icons/stock_book.png create mode 100644 src/icons/stock_delete.h create mode 100644 src/icons/stock_delete.png create mode 100644 src/icons/stock_delete_16.h create mode 100644 src/icons/stock_delete_16.png create mode 100644 src/icons/stock_hand-signed.h create mode 100644 src/icons/stock_hand-signed.png create mode 100644 src/icons/stock_inbox.h create mode 100644 src/icons/stock_inbox.png create mode 100644 src/icons/stock_insert-file.h create mode 100644 src/icons/stock_insert-file.png create mode 100644 src/icons/stock_mail-compose.h create mode 100644 src/icons/stock_mail-compose.png create mode 100644 src/icons/stock_mail-compose_16.h create mode 100644 src/icons/stock_mail-compose_16.png create mode 100644 src/icons/stock_mail-forward.h create mode 100644 src/icons/stock_mail-forward.png create mode 100644 src/icons/stock_mail-receive.h create mode 100644 src/icons/stock_mail-receive.png create mode 100644 src/icons/stock_mail-reply-to-all.h create mode 100644 src/icons/stock_mail-reply-to-all.png create mode 100644 src/icons/stock_mail-reply.h create mode 100644 src/icons/stock_mail-reply.png create mode 100644 src/icons/stock_mail-send.h create mode 100644 src/icons/stock_mail-send.png create mode 100644 src/icons/stock_mail.h create mode 100644 src/icons/stock_mail.png create mode 100644 src/icons/stock_mail_receive_all.h create mode 100644 src/icons/stock_mail_receive_all.png create mode 100644 src/icons/stock_mail_send_queue.h create mode 100644 src/icons/stock_mail_send_queue.png create mode 100644 src/icons/stock_notspam.h create mode 100644 src/icons/stock_notspam.png create mode 100644 src/icons/stock_outbox.h create mode 100644 src/icons/stock_outbox.png create mode 100644 src/icons/stock_person.h create mode 100644 src/icons/stock_person.png create mode 100644 src/icons/stock_spam.h create mode 100644 src/icons/stock_spam.png create mode 100644 src/icons/stock_spam_16.h create mode 100644 src/icons/stock_spam_16.png create mode 100644 src/icons/stock_sylpheed.h create mode 100644 src/icons/stock_sylpheed.png create mode 100644 src/icons/stock_sylpheed_16.h create mode 100644 src/icons/stock_sylpheed_16.png create mode 100644 src/icons/stock_sylpheed_32.h create mode 100644 src/icons/stock_sylpheed_32.png create mode 100644 src/icons/stock_sylpheed_newmail.h create mode 100644 src/icons/stock_sylpheed_newmail.png create mode 100644 src/icons/stock_sylpheed_newmail_16.h create mode 100644 src/icons/stock_sylpheed_newmail_16.png create mode 100644 src/icons/sylpheed-logo.h create mode 100644 src/icons/sylpheed-logo.png create mode 100644 src/icons/sylpheed.ico create mode 100644 src/icons/unread.xpm create mode 100644 src/icons/vcard.xpm (limited to 'src/icons') diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am new file mode 100644 index 0000000..2c7cd17 --- /dev/null +++ b/src/icons/Makefile.am @@ -0,0 +1,99 @@ +BUILT_SOURCES = \ + stock_addressbook.h \ + stock_attach.h \ + stock_delete.h \ + stock_delete_16.h \ + stock_hand-signed.h \ + stock_inbox.h \ + stock_insert-file.h \ + stock_mail-compose.h \ + stock_mail-compose_16.h \ + stock_mail-forward.h \ + stock_mail-receive.h \ + stock_mail-reply-to-all.h \ + stock_mail-reply.h \ + stock_mail-send.h \ + stock_mail.h \ + stock_mail_receive_all.h \ + stock_mail_send_queue.h \ + stock_outbox.h \ + stock_person.h \ + stock_book.h \ + stock_spam.h \ + stock_spam_16.h \ + stock_notspam.h \ + stock_sylpheed.h \ + stock_sylpheed_16.h \ + stock_sylpheed_32.h \ + stock_sylpheed_newmail.h \ + stock_sylpheed_newmail_16.h \ + sylpheed-logo.h \ + folder-close.h \ + folder-open.h \ + folder-noselect.h \ + folder-search.h \ + group.h \ + html.h + +EXTRA_DIST = \ + stock_addressbook.png \ + stock_attach.png \ + stock_delete.png \ + stock_delete_16.png \ + stock_hand-signed.png \ + stock_inbox.png \ + stock_insert-file.png \ + stock_mail-compose.png \ + stock_mail-compose_16.png \ + stock_mail-forward.png \ + stock_mail-receive.png \ + stock_mail-reply-to-all.png \ + stock_mail-reply.png \ + stock_mail-send.png \ + stock_mail.png \ + stock_mail_receive_all.png \ + stock_mail_send_queue.png \ + stock_outbox.png \ + stock_person.png \ + stock_book.png \ + stock_spam.png \ + stock_spam_16.png \ + stock_notspam.png \ + stock_sylpheed.png \ + stock_sylpheed_16.png \ + stock_sylpheed_32.png \ + stock_sylpheed_newmail.png \ + stock_sylpheed_newmail_16.png \ + sylpheed-logo.png \ + folder-close.png \ + folder-open.png \ + folder-noselect.png \ + folder-search.png \ + group.png \ + html.png \ + clip.xpm \ + deleted.xpm \ + forwarded.xpm \ + mark.xpm \ + new.xpm \ + offline.xpm \ + online.xpm \ + replied.xpm \ + unread.xpm \ + linewrap.xpm \ + continue.xpm \ + complete.xpm \ + error.xpm \ + address.xpm \ + book.xpm \ + category.xpm \ + interface.xpm \ + jpilot.xpm \ + ldap.xpm \ + vcard.xpm \ + mail.xpm \ + sylpheed.ico \ + $(BUILT_SOURCES) + +%.h: %.png + gdk-pixbuf-csource --name=`echo $(*F)|sed s/-/_/g` $< > $@ diff --git a/src/icons/Makefile.in b/src/icons/Makefile.in new file mode 100644 index 0000000..86f0a01 --- /dev/null +++ b/src/icons/Makefile.in @@ -0,0 +1,591 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = src/icons +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/mkinstalldirs +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \ + $(top_srcdir)/ac/gnupg-check-typedef.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_REVISION = @BUILD_REVISION@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DEVEL_VERSION = @DEVEL_VERSION@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +EXTRA_VERSION = @EXTRA_VERSION@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ +GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_MKENUMS = @GLIB_MKENUMS@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GOBJECT_QUERY = @GOBJECT_QUERY@ +GPGME_CFLAGS = @GPGME_CFLAGS@ +GPGME_CONFIG = @GPGME_CONFIG@ +GPGME_LIBS = @GPGME_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +LD = @LD@ +LDAP_LIBS = @LDAP_LIBS@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBICONV = @LIBICONV@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@ +LIBSYLPH_LIBS = @LIBSYLPH_LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBICONV = @LTLIBICONV@ +LTLIBOBJS = @LTLIBOBJS@ +LT_AGE = @LT_AGE@ +LT_CURRENT = @LT_CURRENT@ +LT_RELEASE = @LT_RELEASE@ +LT_REVISION = @LT_REVISION@ +MAINT = @MAINT@ +MAJOR_VERSION = @MAJOR_VERSION@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MICRO_VERSION = @MICRO_VERSION@ +MINOR_VERSION = @MINOR_VERSION@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ +OPENSSL_LIBS = @OPENSSL_LIBS@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SYLPHEED_LIBS = @SYLPHEED_LIBS@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +WINDRES = @WINDRES@ +XGETTEXT = @XGETTEXT@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +faqdir = @faqdir@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +manualdir = @manualdir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +plugindir = @plugindir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +themedir = @themedir@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +BUILT_SOURCES = \ + stock_addressbook.h \ + stock_attach.h \ + stock_delete.h \ + stock_delete_16.h \ + stock_hand-signed.h \ + stock_inbox.h \ + stock_insert-file.h \ + stock_mail-compose.h \ + stock_mail-compose_16.h \ + stock_mail-forward.h \ + stock_mail-receive.h \ + stock_mail-reply-to-all.h \ + stock_mail-reply.h \ + stock_mail-send.h \ + stock_mail.h \ + stock_mail_receive_all.h \ + stock_mail_send_queue.h \ + stock_outbox.h \ + stock_person.h \ + stock_book.h \ + stock_spam.h \ + stock_spam_16.h \ + stock_notspam.h \ + stock_sylpheed.h \ + stock_sylpheed_16.h \ + stock_sylpheed_32.h \ + stock_sylpheed_newmail.h \ + stock_sylpheed_newmail_16.h \ + sylpheed-logo.h \ + folder-close.h \ + folder-open.h \ + folder-noselect.h \ + folder-search.h \ + group.h \ + html.h + +EXTRA_DIST = \ + stock_addressbook.png \ + stock_attach.png \ + stock_delete.png \ + stock_delete_16.png \ + stock_hand-signed.png \ + stock_inbox.png \ + stock_insert-file.png \ + stock_mail-compose.png \ + stock_mail-compose_16.png \ + stock_mail-forward.png \ + stock_mail-receive.png \ + stock_mail-reply-to-all.png \ + stock_mail-reply.png \ + stock_mail-send.png \ + stock_mail.png \ + stock_mail_receive_all.png \ + stock_mail_send_queue.png \ + stock_outbox.png \ + stock_person.png \ + stock_book.png \ + stock_spam.png \ + stock_spam_16.png \ + stock_notspam.png \ + stock_sylpheed.png \ + stock_sylpheed_16.png \ + stock_sylpheed_32.png \ + stock_sylpheed_newmail.png \ + stock_sylpheed_newmail_16.png \ + sylpheed-logo.png \ + folder-close.png \ + folder-open.png \ + folder-noselect.png \ + folder-search.png \ + group.png \ + html.png \ + clip.xpm \ + deleted.xpm \ + forwarded.xpm \ + mark.xpm \ + new.xpm \ + offline.xpm \ + online.xpm \ + replied.xpm \ + unread.xpm \ + linewrap.xpm \ + continue.xpm \ + complete.xpm \ + error.xpm \ + address.xpm \ + book.xpm \ + category.xpm \ + interface.xpm \ + jpilot.xpm \ + ldap.xpm \ + vcard.xpm \ + mail.xpm \ + sylpheed.ico \ + $(BUILT_SOURCES) + +all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/icons/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/icons/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-am +all-am: Makefile +installdirs: +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: all check install install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am + + +%.h: %.png + gdk-pixbuf-csource --name=`echo $(*F)|sed s/-/_/g` $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/icons/address.xpm b/src/icons/address.xpm new file mode 100644 index 0000000..f651d14 --- /dev/null +++ b/src/icons/address.xpm @@ -0,0 +1,87 @@ +/* XPM */ +static char * address_xpm[] = { +"16 14 70 1", +" c None", +". c #2D549D", +"+ c #2D539D", +"@ c #2B529D", +"# c #2A519D", +"$ c #294F9D", +"% c #284E9D", +"& c #FFFFFF", +"* c #FEFEFF", +"= c #2C529D", +"- c #F1F5FF", +"; c #EAF1FF", +"> c #E4EDFF", +", c #274D9D", +"' c #2C539D", +") c #2B519D", +"! c #2A509D", +"~ c #E5EFFF", +"{ c #DFEAFF", +"] c #264B9D", +"^ c #FBFDFF", +"/ c #F4F8FF", +"( c #EEF4FF", +"_ c #E7F0FF", +": c #E0EBFF", +"< c #DAE6FF", +"[ c #254B9D", +"} c #FDFEFF", +"| c #F6F9FF", +"1 c #F0F5FF", +"2 c #E9F1FF", +"3 c #E2ECFF", +"4 c #DBE8FF", +"5 c #D4E4FF", +"6 c #244A9D", +"7 c #000000", +"8 c #E4EEFF", +"9 c #D0E0FF", +"0 c #23489D", +"a c #FAFBFF", +"b c #F4F7FF", +"c c #EDF3FF", +"d c #DFEBFF", +"e c #D8E6FF", +"f c #D2E1FF", +"g c #CBDDFF", +"h c #23479D", +"i c #E8F0FF", +"j c #C6DAFF", +"k c #22469D", +"l c #F7FAFF", +"m c #F1F6FF", +"n c #E3EDFF", +"o c #DCE9FF", +"p c #D5E4FF", +"q c #CFDFFF", +"r c #C8DCFF", +"s c #C1D7FF", +"t c #ECF3FF", +"u c #D1E1FF", +"v c #BFD6FF", +"w c #EDF4FF", +"x c #E6EFFF", +"y c #D9E7FF", +"z c #D3E3FF", +"A c #CCDDFF", +"B c #C5DAFF", +"C c #BFD5FF", +"D c #274C9D", +"E c #24499D", +" ", +" ..........+@#$%", +" .&&&.&&&&*=-;>,", +" .&&...&&&')!~{]", +" .&&&&&&&^/(_:<[", +" .&&&&&&}|123456", +" .&&&7&777787790", +" .&&&&&abc~defgh", +" .&&&77|7i7777jk", +" .&&&*lm;nopqrsk", +" .&&&77t777u77vk", +" .&&^/wx:yzABCvk", +" ...@!$%D]E0kkkk", +" "}; diff --git a/src/icons/book.xpm b/src/icons/book.xpm new file mode 100644 index 0000000..5bd9651 --- /dev/null +++ b/src/icons/book.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * book_xpm[] = { +"16 16 4 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #BE22A6", +" ", +" ... ... ", +" .+++. .+++. ", +" .+++++. .+++++.", +" .++++++.++++++.", +" .++.+++.+++.++.", +" .++++.+.+.++++.", +" .++++++.+++.++.", +" .++.+++.+.++++.", +" .++++.+.+++.++.", +" .++++++.+.++++.", +" .++++++.++++++.", +" .+...++.++...+.", +" ..@@@.+.+.@@@..", +" .@ @...@ @.", +" @ @.@ @"}; diff --git a/src/icons/category.xpm b/src/icons/category.xpm new file mode 100644 index 0000000..fd16880 --- /dev/null +++ b/src/icons/category.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * category_xpm[] = { +"16 16 16 1", +" c None", +". c #000000", +"+ c #2C7AD4", +"@ c #3B98C5", +"# c #2D5AD3", +"$ c #01DFFF", +"% c #BFEDE2", +"& c #12BDEE", +"* c #B8EADF", +"= c #2ABAD6", +"- c #039FFD", +"; c #155DEB", +"> c #271BD9", +", c #3F18C1", +"' c #1F1CE1", +") c #3719C9", +" ", +" ", +" .... ", +" .+@+@. ", +" .+#+#@+...... ", +" .$$%$%&*%$==$.", +" .=@&@&@=+=+-;.", +" .$&@&@=+=+-+#.", +" .=@&@=+=+-+->.", +" .$&@=+=+-+-;#.", +" .=@=+=+-+-;-,.", +" .$=+=+-+-;-;>.", +" .=';';';';)>,.", +" ............ ", +" ", +" "}; diff --git a/src/icons/clip.xpm b/src/icons/clip.xpm new file mode 100644 index 0000000..e695c99 --- /dev/null +++ b/src/icons/clip.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char * clip_xpm[] = { +"8 12 4 1", +" c None", +". c #000000", +"+ c #F4F4F4", +"@ c #4A4A4A", +" ... ", +" .+++. ", +" .+@@@+.", +" .+@@@+.", +".++@@++.", +".++@@++.", +".++@@++.", +".+@++@+.", +".+@@@@+.", +".+@@@@+.", +" .++++. ", +" .... "}; diff --git a/src/icons/complete.xpm b/src/icons/complete.xpm new file mode 100644 index 0000000..69a9ad4 --- /dev/null +++ b/src/icons/complete.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static char * complete_xpm[] = { +"10 10 4 1", +" c None", +". c #000000", +"+ c #708C58", +"@ c #88AC84", +" ..", +" .+.", +" .++.", +".. .+++.", +".@. .+++. ", +".@@.+++. ", +".@@+++. ", +" .@++. ", +" .@. ", +" . "}; diff --git a/src/icons/continue.xpm b/src/icons/continue.xpm new file mode 100644 index 0000000..99b3c7f --- /dev/null +++ b/src/icons/continue.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char * continue_xpm[] = { +"10 10 29 1", +" c None", +". c #000000", +"+ c #B1C7AC", +"@ c #F6F9F6", +"# c #E1EADF", +"$ c #F7F9F6", +"% c #F0F4EF", +"& c #ECF2EB", +"* c #E5EDE4", +"= c #F4F7F4", +"- c #EFF3EE", +"; c #E4ECE3", +"> c #E0E9DE", +", c #8EB184", +"' c #85AB7D", +") c #84AA7C", +"! c #82A678", +"~ c #769C6C", +"{ c #577550", +"] c #2E4429", +"^ c #8CB182", +"/ c #83A879", +"( c #7DA171", +"_ c #608756", +": c #30462B", +"< c #7CA273", +"[ c #52744A", +"} c #2D4526", +"| c #31472C", +".. ", +".+.. ", +".@#+.. ", +".$%&*+.. ", +".=-&;>#+..", +".,')!~{]..", +".^/(_:.. ", +".<[}.. ", +".|.. ", +".. "}; diff --git a/src/icons/deleted.xpm b/src/icons/deleted.xpm new file mode 100644 index 0000000..988364b --- /dev/null +++ b/src/icons/deleted.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * deleted_xpm[] = { +"10 10 2 1", +" c None", +". c #999999", +" ", +" . .. ", +" .. ... ", +" .... ", +" .. ", +" .... ", +" ..... ", +" .. ... ", +" . . ", +" "}; diff --git a/src/icons/error.xpm b/src/icons/error.xpm new file mode 100644 index 0000000..e70ac53 --- /dev/null +++ b/src/icons/error.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char * error_xpm[] = { +"10 10 32 1", +" c None", +". c #0B0402", +"+ c #331516", +"@ c #261B1C", +"# c #272120", +"$ c #3C1D1D", +"% c #4B2727", +"& c #462F2F", +"* c #443A3B", +"= c #573435", +"- c #573E3E", +"; c #524647", +"> c #734647", +", c #805353", +"' c #786D6D", +") c #826F72", +"! c #A16A6D", +"~ c #947273", +"{ c #9B7376", +"] c #877D7D", +"^ c #B07E7E", +"/ c #A48887", +"( c #AF9291", +"_ c #BB8D8F", +": c #AF9FA1", +"< c #C4A0A1", +"[ c #C2A5A4", +"} c #C3B4B5", +"| c #D0B4B6", +"1 c #D6B2B3", +"2 c #E1D7D6", +"3 c #EFE2E2", +" #*;;&+ ", +" ;:222|~% ", +"@:3}23:1,+", +"*2}#]]@/_%", +";23]..'|<=", +"-22]..)1_=", +"&[:@')+{!%", +"+~1(|1{^>+", +" ={__^!,% ", +" $===$+ "}; diff --git a/src/icons/folder-close.h b/src/icons/folder-close.h new file mode 100644 index 0000000..4b62618 --- /dev/null +++ b/src/icons/folder-close.h @@ -0,0 +1,59 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (folder_close) +#endif +#ifdef __GNUC__ +static const guint8 folder_close[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 folder_close[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (663) */ + "\0\0\2\257" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (12) */ + "\0\0\0\14" + /* pixel_data: */ + "\1\0\0\0\0\205\201\244\324\377\212\0\0\0\0\1\201\244\324\377\203\344" + "\355\371\377\3\344\355\370\377\340\352\367\377}\240\322\377\211\0\0\0" + "\0\16Px\271\377\214\254\331\377\212\252\330\377\210\250\327\377\206\247" + "\327\377\205\245\325\377\202\243\324\377Ip\263\377Hn\262\377Gm\261\377" + "Fl\260\377Ek\260\377Ci\257\377Ch\256\377\202\0\0\0\0\16Mt\266\377\300" + "\322\355\377\276\320\355\377\272\315\353\377\270\313\353\377\266\311" + "\351\377\263\306\350\377\260\305\350\377\256\301\346\377\252\300\345" + "\377\247\275\344\377\245\273\343\377\242\271\341\377>c\252\377\202\0" + "\0\0\0\16Io\263\377\266\312\351\377\264\307\351\377\262\305\347\377\256" + "\302\347\377\254\300\346\377\251\277\344\377\246\274\343\377\244\271" + "\341\377\241\267\340\377\236\265\337\377\233\263\336\377\231\260\335" + "\377;_\250\377\202\0\0\0\0\16Ek\260\377\254\301\346\377\252\300\345\377" + "\247\275\343\377\245\272\342\377\242\270\341\377\237\265\340\377\235" + "\263\336\377\232\261\335\377\227\257\334\377\224\255\333\377\222\252" + "\332\377\216\247\331\3777Z\244\377\202\0\0\0\0\16Af\255\377\243\271\341" + "\377\240\266\341\377\235\264\337\377\233\262\336\377\230\257\335\377" + "\225\255\334\377\222\253\332\377\220\251\331\377\215\247\330\377\212" + "\244\326\377\207\241\325\377\205\237\325\3773V\241\377\202\0\0\0\0\16" + "=b\251\377\231\261\335\377\226\256\334\377\224\255\333\377\221\251\331" + "\377\216\247\330\377\213\246\327\377\211\242\326\377\206\240\325\377" + "\203\236\324\377\201\234\323\377~\232\322\377{\227\320\377/Q\235\377" + "\202\0\0\0\0\16""9]\246\377\217\250\331\377\215\246\327\377\212\244\326" + "\377\207\240\325\377\205\237\325\377\202\235\323\377~\232\322\377|\230" + "\321\377z\225\320\377v\224\317\377s\221\315\377q\216\314\377+M\233\377" + "\202\0\0\0\0\16""5X\243\377\206\240\325\377\203\235\324\377\200\233\323" + "\377}\231\321\377z\227\321\377x\224\317\377u\222\316\377r\217\315\377" + "o\215\313\377m\213\312\377j\210\311\377g\206\307\377(H\230\377\202\0" + "\0\0\0\16""2T\240\377{\230\321\377x\225\320\377v\223\317\377s\221\316" + "\377q\215\314\377n\214\313\377k\211\311\377h\207\311\377f\205\307\377" + "b\202\305\377`\201\304\377^~\303\377#C\224\377\202\0\0\0\0\16-O\234\377" + "-N\234\377+M\233\377*K\232\377)J\231\377(I\230\377'H\227\377&G\226\377" + "%E\225\377$D\224\377#C\223\377\"A\223\377!@\222\377\40\77\220\377\202" + "\0\0\0\0"}; + + diff --git a/src/icons/folder-close.png b/src/icons/folder-close.png new file mode 100644 index 0000000..f764bdb Binary files /dev/null and b/src/icons/folder-close.png differ diff --git a/src/icons/folder-noselect.h b/src/icons/folder-noselect.h new file mode 100644 index 0000000..24b36bd --- /dev/null +++ b/src/icons/folder-noselect.h @@ -0,0 +1,62 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (folder_noselect) +#endif +#ifdef __GNUC__ +static const guint8 folder_noselect[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 folder_noselect[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (649) */ + "\0\0\2\241" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (12) */ + "\0\0\0\14" + /* pixel_data: */ + "\1\0\0\0\0\205\277\321\351\377\212\0\0\0\0\1\277\321\351\377\204\361" + "\365\373\377\2\357\364\372\377\275\317\350\377\211\0\0\0\0\11\247\273" + "\333\377\305\325\353\377\304\324\353\377\303\323\352\377\302\322\352" + "\377\301\321\351\377\300\320\351\377\243\267\330\377\243\266\330\377" + "\202\242\265\327\377\1\241\264\327\377\202\240\263\326\377\202\0\0\0" + "\0\16\245\271\332\377\337\350\365\377\336\347\365\377\334\345\364\377" + "\333\344\364\377\332\343\363\377\330\342\363\377\327\341\363\377\326" + "\337\362\377\324\337\361\377\322\335\361\377\321\334\360\377\320\333" + "\357\377\236\260\324\377\202\0\0\0\0\16\243\266\330\377\332\344\363\377" + "\331\342\363\377\330\341\362\377\326\340\362\377\325\337\362\377\323" + "\336\361\377\322\335\360\377\321\333\357\377\317\332\357\377\316\331" + "\356\377\314\330\356\377\313\327\355\377\234\256\323\377\202\0\0\0\0" + "\16\241\264\327\377\325\337\362\377\324\337\361\377\322\335\360\377\321" + "\334\360\377\320\333\357\377\316\331\357\377\315\330\356\377\314\327" + "\355\377\312\326\355\377\311\325\354\377\310\324\354\377\306\322\353" + "\377\232\254\321\377\202\0\0\0\0\16\237\262\325\377\320\333\357\377\317" + "\332\357\377\315\331\356\377\314\330\356\377\313\326\355\377\311\325" + "\355\377\310\324\354\377\307\323\353\377\305\322\353\377\304\321\352" + "\377\302\317\351\377\301\316\351\377\230\252\317\377\202\0\0\0\0\16\235" + "\260\323\377\313\327\355\377\312\326\355\377\311\325\354\377\307\323" + "\353\377\306\322\353\377\304\322\352\377\303\320\352\377\302\317\351" + "\377\300\316\351\377\277\315\350\377\276\314\350\377\274\312\347\377" + "\226\247\315\377\202\0\0\0\0\16\233\255\322\377\306\323\353\377\305\322" + "\352\377\304\321\352\377\302\317\351\377\301\316\351\377\300\315\350" + "\377\276\314\350\377\275\313\347\377\274\311\347\377\272\311\346\377" + "\270\307\345\377\267\306\345\377\224\245\314\377\202\0\0\0\0\16\231\253" + "\320\377\302\317\351\377\300\315\351\377\277\314\350\377\275\313\347" + "\377\274\312\347\377\273\311\346\377\271\310\346\377\270\306\345\377" + "\266\305\344\377\265\304\344\377\264\303\343\377\262\302\342\377\223" + "\243\313\377\202\0\0\0\0\16\230\251\317\377\274\313\347\377\273\311\347" + "\377\272\310\346\377\270\307\346\377\267\305\345\377\266\305\344\377" + "\264\303\343\377\263\302\343\377\262\301\342\377\260\300\341\377\257" + "\277\341\377\256\276\340\377\220\240\311\377\202\0\0\0\0\202\225\246" + "\315\377\6\224\245\314\377\224\244\314\377\223\244\313\377\223\243\313" + "\377\222\243\312\377\222\242\312\377\202\221\241\311\377\4\220\240\310" + "\377\220\237\310\377\217\237\310\377\217\236\307\377\202\0\0\0\0"}; + + diff --git a/src/icons/folder-noselect.png b/src/icons/folder-noselect.png new file mode 100644 index 0000000..f5f3175 Binary files /dev/null and b/src/icons/folder-noselect.png differ diff --git a/src/icons/folder-open.h b/src/icons/folder-open.h new file mode 100644 index 0000000..906f880 --- /dev/null +++ b/src/icons/folder-open.h @@ -0,0 +1,59 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (folder_open) +#endif +#ifdef __GNUC__ +static const guint8 folder_open[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 folder_open[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (675) */ + "\0\0\2\273" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (12) */ + "\0\0\0\14" + /* pixel_data: */ + "\1\0\0\0\0\205\201\244\324\377\212\0\0\0\0\1\201\244\324\377\203\344" + "\355\371\377\3\344\355\370\377\340\352\367\377}\240\322\377\211\0\0\0" + "\0\16\201\244\324\377\342\354\370\377\340\351\367\377\334\346\366\377" + "\330\345\365\377\327\342\363\377\323\337\362\377v\230\315\377t\226\314" + "\377r\225\313\377p\223\312\377o\222\311\377m\220\310\377k\216\310\377" + "\202\0\0\0\0\16{\236\321\377\327\342\363\377\324\340\363\377\320\335" + "\361\377\316\332\361\377\313\331\357\377\310\326\355\377\305\324\355" + "\377\302\320\353\377\276\316\352\377\273\314\351\377\270\312\350\377" + "\266\307\346\377e\210\303\377\202\0\0\0\0nu\230\315\377\314\331\357\377" + "|\235\321\377{\233\317\377y\231\317\377w\227\316\377u\226\314\377s\224" + "\313\377q\222\312\377o\220\311\377m\216\310\377k\214\307\377j\212\306" + "\377;_\250\377r\220\311\377p\217\307\377o\222\311\377\300\320\353\377" + "u\227\315\377\247\275\343\377\245\272\342\377\242\270\341\377\237\265" + "\340\377\235\263\336\377\232\261\335\377\227\257\334\377\224\255\333" + "\377\222\252\332\377\216\247\331\377Or\267\377\231\260\334\377h\210\304" + "\377h\214\306\377\266\307\346\377o\217\312\377\235\264\337\377\233\262" + "\336\377\230\257\335\377\225\255\334\377\222\253\332\377\220\251\331" + "\377\215\247\330\377\212\244\326\377\207\241\325\377\205\237\325\377" + "Il\264\377\216\246\327\377a\201\300\377c\206\302\377j\213\306\377\226" + "\256\334\377\224\255\333\377\221\251\331\377\216\247\330\377\213\246" + "\327\377\211\242\326\377\206\240\325\377\203\236\324\377\201\234\323" + "\377~\232\322\377{\227\320\377Dg\260\377[|\275\377\0\0\0\0]\177\276\377" + "c\204\303\377\215\246\327\377\212\244\326\377\207\240\325\377\205\237" + "\325\377\202\235\323\377~\232\322\377|\230\321\377z\225\320\377v\224" + "\317\377s\221\315\377q\216\314\377>a\255\377Tu\271\377\0\0\0\0Vy\273" + "\377\\~\277\377\203\235\324\377\200\233\323\377}\231\321\377z\227\321" + "\377x\224\317\377u\222\316\377r\217\315\377o\215\313\377m\213\312\377" + "j\210\311\377g\206\307\3779[\252\377Lm\265\377\0\0\0\0""2T\240\377{\230" + "\321\377x\225\320\377v\223\317\377s\221\316\377q\215\314\377n\214\313" + "\377k\211\311\377h\207\311\377f\205\307\377b\202\305\377`\201\304\377" + "^~\303\377#C\224\377\202\0\0\0\0\16-O\234\377-N\234\377+M\233\377*K\232" + "\377)J\231\377(I\230\377'H\227\377&G\226\377%E\225\377$D\224\377#C\223" + "\377\"A\223\377!@\222\377\40\77\220\377\202\0\0\0\0"}; + + diff --git a/src/icons/folder-open.png b/src/icons/folder-open.png new file mode 100644 index 0000000..809ecac Binary files /dev/null and b/src/icons/folder-open.png differ diff --git a/src/icons/folder-search.h b/src/icons/folder-search.h new file mode 100644 index 0000000..03778ec --- /dev/null +++ b/src/icons/folder-search.h @@ -0,0 +1,57 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (folder_search) +#endif +#ifdef __GNUC__ +static const guint8 folder_search[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 folder_search[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (654) */ + "\0\0\2\246" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (12) */ + "\0\0\0\14" + /* pixel_data: */ + "\1\0\0\0\0\205\216\324\235\377\212\0\0\0\0\1\216\324\235\377\203\346" + "\372\353\377\3\345\371\346\377\342\370\343\377\213\321\232\377\211\0" + "\0\0\0\12j\262\200\377\227\331\242\377\226\330\242\377\226\326\242\377" + "\224\326\242\377\223\323\235\377\220\322\234\377e\253z\377e\251z\377" + "e\247x\377\202c\247x\377\202b\244v\377\202\0\0\0\0\16h\256|\377\304\360" + "\311\377\303\357\312\377\277\355\305\377z\274\202\377X\242f\377V\240" + "d\377u\271}\377\266\346\272\377\261\347\271\377\260\344\267\377\255\343" + "\265\377\253\341\261\377]\237q\377\202\0\0\0\0\16f\252{\377\272\354\277" + "\377\271\353\300\377t\270}\377N\226b\377{\301\210\377y\277\206\377L\226" + "]\377o\263z\377\252\340\257\377\251\337\257\377\247\335\255\377\244\334" + "\253\377\\\236r\377\202\0\0\0\0\16c\247x\377\264\346\273\377\261\347" + "\271\377P\234^\377u\275\210\377\253\341\261\377\251\337\261\377q\271" + "\204\377O\231^\377\243\333\252\377\241\331\251\377\236\330\246\377\234" + "\326\245\377V\234m\377\202\0\0\0\0\16`\242v\377\253\341\261\377\252\340" + "\263\377L\234]\377p\266\205\377\244\334\253\377\242\332\254\377j\264" + "\201\377L\230Z\377\232\326\242\377\230\324\240\377\227\321\237\377\226" + "\320\241\377R\230l\377\202\0\0\0\0\16[\237p\377\244\334\251\377\241\333" + "\252\377a\255x\377I\223Y\377f\256~\377d\256|\377H\222Y\377P\240d\377" + "\225\317\240\377\222\316\235\377\217\315\234\377\216\312\233\377P\224" + "i\377\202\0\0\0\0\16X\236o\377\234\326\245\377\233\325\242\377\230\324" + "\240\377V\250m\377C\215U\377C\213V\377L\236c\377@\214T\377M\235e\377" + "\213\311\232\377\210\306\227\377\210\304\226\377K\223i\377\202\0\0\0" + "\0\16U\231m\377\226\322\240\377\225\317\241\377\222\316\237\377\217\313" + "\234\377\215\313\235\377\215\311\232\377\212\310\231\377I\231a\377=\207" + "R\377F\230_\377\202\300\224\377\200\276\222\377H\220g\377\202\0\0\0\0" + "\16R\226j\377\215\313\234\377\214\312\234\377\213\311\232\377\211\307" + "\233\377\211\303\230\377\205\303\225\377\202\300\222\377\202\300\225" + "\377B\222\\\3778\204O\377z\272\216\377z\270\216\377D\214f\377\202\0\0" + "\0\0\202N\224j\377\14K\223i\377K\221i\377J\220h\377H\220f\377F\220e\377" + "F\216e\377E\215e\377D\214d\377C\213c\377B\214g\377A\213f\377@\212e\377" + "\202\0\0\0\0"}; + + diff --git a/src/icons/folder-search.png b/src/icons/folder-search.png new file mode 100644 index 0000000..e5d5abc Binary files /dev/null and b/src/icons/folder-search.png differ diff --git a/src/icons/forwarded.xpm b/src/icons/forwarded.xpm new file mode 100644 index 0000000..a3cabad --- /dev/null +++ b/src/icons/forwarded.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * forwarded_xpm[] = { +"10 10 10 1", +" c None", +". c #000000", +"+ c #B39C82", +"@ c #BCA488", +"# c #867561", +"$ c #8F7D68", +"% c #98856E", +"& c #A18D75", +"* c #AA947B", +"= c #C5AC8F", +" ", +" .. ", +" .+. ", +"......+@. ", +".#$%&*+@=.", +".#$%&*+@=.", +"......+@. ", +" .+. ", +" .. ", +" "}; diff --git a/src/icons/group.h b/src/icons/group.h new file mode 100644 index 0000000..fea265a --- /dev/null +++ b/src/icons/group.h @@ -0,0 +1,60 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (group) +#endif +#ifdef __GNUC__ +static const guint8 group[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 group[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (645) */ + "\0\0\2\235" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (12) */ + "\0\0\0\14" + /* pixel_data: */ + "\210\0\0\0\0\2wyt\35\221\222\217\244\202\231\232\227\353\2\221\222\217" + "\244wyt\35\204\0\0\0\0\2\210\212\205\35\246\247\244\244\202\257\260\255" + "\353\11\246\247\244\244\201\203~.\216\217\214\240\313\313\312\377\332" + "\332\332\377\333\333\333\377\313\313\312\377\216\217\214\240wyt\23\202" + "\0\0\0\0\16\210\212\205\23\242\243\240\240\350\350\347\377\371\371\371" + "\377\372\372\372\377\350\350\347\377\234\235\232\271\265\266\263\355" + "\324\324\323\377\327\330\327\377\331\332\331\377\325\326\325\377\271" + "\272\270\354wytB\202\0\0\0\0\16\210\212\205B\324\325\323\354\362\363" + "\361\377\366\367\366\377\370\371\370\377\364\365\364\377\321\322\320" + "\362\257\257\255\374\315\316\314\377\322\322\320\377\323\323\322\377" + "\317\320\316\377\275\275\274\373wytQ\202\0\0\0\0\16\210\212\205Q\330" + "\330\327\373\353\354\351\377\360\360\356\377\361\361\360\377\355\356" + "\354\377\327\327\326\374\245\245\242\360\317\320\316\377\312\314\311" + "\377\313\314\312\377\320\321\317\377\264\264\262\351wyt\77\202\0\0\0" + "\0\11\210\212\205\77\316\316\314\351\355\356\354\377\347\351\346\377" + "\350\351\347\377\356\357\355\377\313\313\311\361\221\222\217\361\303" + "\303\302\377\202\322\323\321\377\3\303\303\302\377\225\226\223\355|~" + "zW\202\0\0\0\0\3\216\220\213W\252\253\250\355\337\337\336\377\202\360" + "\361\357\377\11\337\337\336\377\251\252\247\373\256\257\254\377\242\243" + "\240\377\230\231\226\377\227\231\226\377\241\243\237\377\277\277\275" + "\377\232\233\230\303\202\0\0\0\0\11\260\261\256\303\332\334\331\377\271" + "\273\267\377\256\257\253\377\255\257\253\377\270\272\266\377\332\333" + "\330\377\266\267\265\377\306\306\304\377\203\305\306\303\377\2\315\315" + "\314\377\234\236\233\366\202\0\0\0\0\4\263\265\261\366\353\354\352\377" + "\342\343\340\377\341\343\337\377\202\341\342\337\377\2\352\353\351\377" + "\263\265\261\377\202\307\310\306\377\4\307\307\305\377\306\307\305\377" + "\316\317\315\377\234\235\233\373\202\0\0\0\0\2\263\264\261\373\355\355" + "\353\377\202\344\345\342\377\5\344\344\341\377\343\344\341\377\354\355" + "\353\377\263\264\261\377\314\315\313\377\202\313\314\312\377\3\313\314" + "\311\377\317\320\316\377\233\234\231\373\202\0\0\0\0\3\261\262\257\373" + "\356\356\355\377\351\352\350\377\202\350\351\347\377\3\350\351\346\377" + "\355\356\354\377\260\261\256\377\204\234\235\233\377\2\233\234\231\377" + "\210\212\206\322\202\0\0\0\0\2\233\235\231\333\261\263\257\377\204\263" + "\264\261\377\2\261\263\257\377\234\236\231\322\207\0\0\0\0"}; + + diff --git a/src/icons/group.png b/src/icons/group.png new file mode 100644 index 0000000..37a1bdd Binary files /dev/null and b/src/icons/group.png differ diff --git a/src/icons/html.h b/src/icons/html.h new file mode 100644 index 0000000..13d7e3b --- /dev/null +++ b/src/icons/html.h @@ -0,0 +1,65 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (html) +#endif +#ifdef __GNUC__ +static const guint8 html[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 html[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (724) */ + "\0\0\2\354" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (56) */ + "\0\0\0""8" + /* width (14) */ + "\0\0\0\16" + /* height (14) */ + "\0\0\0\16" + /* pixel_data: */ + "\6\251\253\245\0\260\263\255\0\252\253\246\0\252\253\246\377\251\253" + "\246\377\251\253\245\377\202\250\253\245\377\3\251\253\245\377\250\253" + "\245\266\245\250\241D\203\377\377\377\0\202\245\247\241\0\12\245\247" + "\241\377\353\354\351\377\347\351\345\377\345\350\343\377\343\346\341" + "\377\341\344\336\377\342\345\337\377\351\351\350\377\257\262\254\366" + "\245\250\242z\202\377\377\377\0\202\243\246\240\0\14\243\246\240\377" + "\347\351\345\377\344\347\342\377\343\345\340\377\341\344\336\377\337" + "\342\334\377\335\340\332\377\331\332\330\377\375\375\375\377\275\276" + "\272\366\243\246\240x\377\377\377\0\202\242\244\236\0\14\242\244\236" + "\377\344\346\341\377\341\343\336\377\337\342\335\377\336\341\333\377" + "\334\340\331\377\333\336\327\377\304\306\301\377\377\377\377\377\374" + "\375\374\377\247\251\244\367\377\377\377\0\202\240\242\234\0\14\240\242" + "\234\377\340\343\334\377\335\340\332\377\265\300\307\377`}\244\377(Q" + "\213\377^{\242\377\277\301\273\377\254\260\252\377\262\263\261\377\237" + "\242\233\375\233\236\230\4\202\236\241\233\0\14\236\241\233\377\334\340" + "\332\377\266\301\310\377Gi\204\377\221\251\230\377\252\276\231\377\237" + "\266\232\377Kn\210\377\257\272\302\377\326\332\323\377\233\235\230\374" + "\232\234\226\10\202\235\237\231\0\14\235\237\231\377\334\337\331\377" + "d\177\244\377\225\252X\377\217\255\254\377\210\253\300\377\267\315n\377" + "\245\271X\377`}\243\377\332\335\327\377\231\234\226\374\230\232\225\10" + "\202\233\235\227\0\14\233\235\227\377\335\340\332\377+S\214\377\237\264" + "\242\377i\217\251\377\215\254\216\377\274\320@\377\251\275o\377)R\213" + "\377\336\340\332\377\230\232\224\374\226\231\223\10\202\231\233\226\0" + "\14\231\233\226\377\340\343\335\377g\202\247\377\200\234\236\377\237" + "\2635\377[\204\260\377\230\261s\377\215\246\212\377d\200\246\377\341" + "\344\336\377\226\230\223\374\225\227\221\10\202\227\232\224\0\14\227" + "\232\224\377\343\346\341\377\277\310\317\3775Z\222\377\211\242x\377\231" + "\261\320\377\203\235\230\377;`\217\377\275\306\317\377\345\347\342\377" + "\224\226\221\374\223\225\220\10\202\226\230\222\0\14\226\230\222\377" + "\347\350\344\377\345\347\343\377\303\313\322\377j\205\252\377,T\215\377" + "h\203\252\377\301\312\323\377\347\351\345\377\350\352\346\377\223\225" + "\217\374\221\223\216\10\202\224\226\221\0\4\224\226\221\377\351\352\347" + "\377\350\352\346\377\351\352\347\377\202\352\353\350\377\1\352\354\351" + "\377\202\353\354\351\377\3\354\355\352\377\221\223\216\374\220\222\214" + "\10\202\222\225\217\0\1\222\225\217\377\202\354\355\352\377\4\355\356" + "\353\377\356\357\354\377\356\357\355\377\357\360\355\377\203\357\360" + "\356\377\2\217\221\214\374\216\220\213\10\202\220\222\215\0\1\220\222" + "\215I\203\216\220\213\377\202\215\217\212\377\1\215\217\211\377\202\214" + "\216\211\377\3\214\216\210\377\215\217\212K\214\216\211\0"}; + + diff --git a/src/icons/html.png b/src/icons/html.png new file mode 100644 index 0000000..c2728d6 Binary files /dev/null and b/src/icons/html.png differ diff --git a/src/icons/interface.xpm b/src/icons/interface.xpm new file mode 100644 index 0000000..2f71bd2 --- /dev/null +++ b/src/icons/interface.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * interface_xpm[] = { +"16 16 5 1", +" c None", +". c #525252", +"+ c #FBFAEF", +"@ c #EAE5B8", +"# c #BCB156", +" ", +" . ", +" . ", +" . ", +" . ..... ", +" . .++++. ", +" . ....@@@@+. ", +" . .@@@@@....", +" . .@@@@@.###", +" . .@@@@@....", +" . ....@@@@#. ", +" . .####. ", +" . ..... ", +" . ", +" . ", +" "}; diff --git a/src/icons/jpilot.xpm b/src/icons/jpilot.xpm new file mode 100644 index 0000000..b72225c --- /dev/null +++ b/src/icons/jpilot.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * jpilot_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #848587", +"@ c #34991E", +"# c #F8FAF6", +"$ c #97989B", +" ", +" ........... ", +" .+++++++++. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+++++++++. ", +" .++++#++++. ", +" .+#+#$#+#+. ", +" .++++#++++. ", +" ........... ", +" "}; diff --git a/src/icons/ldap.xpm b/src/icons/ldap.xpm new file mode 100644 index 0000000..c1e61e4 --- /dev/null +++ b/src/icons/ldap.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * ldap_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #E3DAB1", +"@ c #606060", +"# c #A0A0A0", +"$ c #F6210A", +" ", +" . ........ ", +" . .++++++. ", +" . .@#@#@#. ", +" . .#@#@#@. ", +" . .++++++. ", +" @.@ .++++++. ", +" @......++++++. ", +" @.@ .++++++. ", +" . .++++++. ", +" . .++++++. ", +" . .+++$$+. ", +" . .+++$$+. ", +" . .++++++. ", +" . ........ ", +" "}; diff --git a/src/icons/linewrap.xpm b/src/icons/linewrap.xpm new file mode 100644 index 0000000..bce4af2 --- /dev/null +++ b/src/icons/linewrap.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * linewrap_xpm[] = { +"24 24 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ", +" ", +" ............ . ", +" . . ", +" ............ .... ", +" . ", +" ............ ", +" ", +" ..... ", +" ", +" ............ . ", +" . . ", +" ............ .... ", +" . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/icons/mail.xpm b/src/icons/mail.xpm new file mode 100644 index 0000000..bf4766c --- /dev/null +++ b/src/icons/mail.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char * mail_xpm[] = { +"13 10 28 1", +" c None", +". c #000000", +"+ c #474747", +"@ c #F5F5F5", +"# c #323232", +"$ c #F4F4F4", +"% c #C1C1C1", +"& c #EAEAEA", +"* c #EBEBEB", +"= c #AAAAAA", +"- c #3D3D3D", +"; c #EFEFEF", +"> c #F3F3F3", +", c #3F3F3F", +"' c #464646", +") c #BDBDBD", +"! c #D6D6D6", +"~ c #A0A0A0", +"{ c #F2F2F2", +"] c #BABABA", +"^ c #E9E9E9", +"/ c #8C8C8C", +"( c #BFBFBF", +"_ c #DADADA", +": c #CDCDCD", +"< c #A7A7A7", +"[ c #D3D3D3", +"} c #282828", +" ........... ", +".+@@@@@@@@@#.", +".@+@@@$@$$+%.", +".@&+@@$@$+*=.", +".@@@+@@@-;**.", +".>@;+,@'+@>).", +".@$+@@+@>+!~.", +".@+$@@{$>]#^.", +".+~~/(]_:<[}.", +" ........... "}; diff --git a/src/icons/mark.xpm b/src/icons/mark.xpm new file mode 100644 index 0000000..de17d9c --- /dev/null +++ b/src/icons/mark.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static char * mark_xpm[] = { +"10 10 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ..", +" .+.", +" .++.", +".. .+++.", +".+. .+++. ", +".++.+++. ", +".+++++. ", +" .+++. ", +" .+. ", +" . "}; diff --git a/src/icons/new.xpm b/src/icons/new.xpm new file mode 100644 index 0000000..7499261 --- /dev/null +++ b/src/icons/new.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * new_xpm[] = { +"13 10 49 1", +" c None", +". c #000000", +"+ c #D52828", +"@ c #F5CECD", +"# c #F5CFCE", +"$ c #F4CECB", +"% c #F4CDCB", +"& c #9C1D1D", +"* c #F4CDC9", +"= c #F3C8C2", +"- c #F3C8C4", +"; c #F4CAC7", +"> c #E5837C", +", c #EFB6AE", +"' c #F3CCC6", +") c #F3CAC2", +"! c #F3CBC6", +"~ c #F3CBC4", +"{ c #EFB7B0", +"] c #E06F63", +"^ c #F5CECE", +"/ c #F0BFB7", +"( c #F3C7C2", +"_ c #F0C0B5", +": c #F3CCC4", +"< c #F2C6BF", +"[ c #E37E70", +"} c #F4CDC7", +"| c #F3CBC2", +"1 c #F2CAC1", +"2 c #F1C6BA", +"3 c #E89789", +"4 c #DE6255", +"5 c #F3CAC4", +"6 c #F0C3B7", +"7 c #F2C7BF", +"8 c #E27A69", +"9 c #A61F1F", +"0 c #EEB4AD", +"a c #DF685C", +"b c #DE6559", +"c c #DA5345", +"d c #E37F6E", +"e c #E17968", +"f c #E89C8D", +"g c #E58C7E", +"h c #DF6A5A", +"i c #E8968B", +"j c #771616", +" ........... ", +".+@#@$%@@@%&.", +".@+$*#=$-;+>.", +".%,+*')!~+{].", +".^%*+$'*+/{{.", +".(@_++:++)<[.", +".@=+}|+12+34.", +".@+5'~677890.", +".+abcdefghij.", +" ........... "}; diff --git a/src/icons/offline.xpm b/src/icons/offline.xpm new file mode 100644 index 0000000..baa36a4 --- /dev/null +++ b/src/icons/offline.xpm @@ -0,0 +1,228 @@ +/* XPM */ +static char * offline_xpm[] = { +"26 12 213 2", +" c None", +". c #FFFFFF", +"+ c #FFFFCC", +"@ c #FFFF99", +"# c #FFFF66", +"$ c #FFFF33", +"% c #FFFF00", +"& c #FFCCFF", +"* c #FFCCCC", +"= c #FFCC99", +"- c #FFCC66", +"; c #FFCC33", +"> c #FFCC00", +", c #FF99FF", +"' c #FF99CC", +") c #FF9999", +"! c #FF9966", +"~ c #FF9933", +"{ c #FF9900", +"] c #FF66FF", +"^ c #FF66CC", +"/ c #FF6699", +"( c #FF6666", +"_ c #FF6633", +": c #FF6600", +"< c #FF33FF", +"[ c #FF33CC", +"} c #FF3399", +"| c #FF3366", +"1 c #FF3333", +"2 c #FF3300", +"3 c #FF00FF", +"4 c #FF00CC", +"5 c #FF0099", +"6 c #FF0066", +"7 c #FF0033", +"8 c #FF0000", +"9 c #CCFFFF", +"0 c #CCFFCC", +"a c #CCFF99", +"b c #CCFF66", +"c c #CCFF33", +"d c #CCFF00", +"e c #CCCCFF", +"f c #CCCCCC", +"g c #CCCC99", +"h c #CCCC66", +"i c #CCCC33", +"j c #CCCC00", +"k c #CC99FF", +"l c #CC99CC", +"m c #CC9999", +"n c #CC9966", +"o c #CC9933", +"p c #CC9900", +"q c #CC66FF", +"r c #CC66CC", +"s c #CC6699", +"t c #CC6666", +"u c #CC6633", +"v c #CC6600", +"w c #CC33FF", +"x c #CC33CC", +"y c #CC3399", +"z c #CC3366", +"A c #CC3333", +"B c #CC3300", +"C c #CC00FF", +"D c #CC00CC", +"E c #CC0099", +"F c #CC0066", +"G c #CC0033", +"H c #CC0000", +"I c #99FFFF", +"J c #99FFCC", +"K c #99FF99", +"L c #99FF66", +"M c #99FF33", +"N c #99FF00", +"O c #99CCFF", +"P c #99CCCC", +"Q c #99CC99", +"R c #99CC66", +"S c #99CC33", +"T c #99CC00", +"U c #9999FF", +"V c #9999CC", +"W c #999999", +"X c #999966", +"Y c #999933", +"Z c #999900", +"` c #9966FF", +" . c #9966CC", +".. c #996699", +"+. c #996666", +"@. c #996633", +"#. c #996600", +"$. c #9933FF", +"%. c #9933CC", +"&. c #993399", +"*. c #993366", +"=. c #993333", +"-. c #993300", +";. c #9900FF", +">. c #9900CC", +",. c #990099", +"'. c #990066", +"). c #990033", +"!. c #990000", +"~. c #66FFFF", +"{. c #66FFCC", +"]. c #66FF99", +"^. c #66FF66", +"/. c #66FF33", +"(. c #66FF00", +"_. c #66CCFF", +":. c #66CCCC", +"<. c #66CC99", +"[. c #66CC66", +"}. c #66CC33", +"|. c #66CC00", +"1. c #6699FF", +"2. c #6699CC", +"3. c #669999", +"4. c #669966", +"5. c #669933", +"6. c #669900", +"7. c #6666FF", +"8. c #6666CC", +"9. c #666699", +"0. c #666666", +"a. c #666633", +"b. c #666600", +"c. c #6633FF", +"d. c #6633CC", +"e. c #663399", +"f. c #663366", +"g. c #663333", +"h. c #663300", +"i. c #6600FF", +"j. c #6600CC", +"k. c #660099", +"l. c #660066", +"m. c #660033", +"n. c #660000", +"o. c #33FFFF", +"p. c #33FFCC", +"q. c #33FF99", +"r. c #33FF66", +"s. c #33FF33", +"t. c #33FF00", +"u. c #33CCFF", +"v. c #33CCCC", +"w. c #33CC99", +"x. c #33CC66", +"y. c #33CC33", +"z. c #33CC00", +"A. c #3399FF", +"B. c #3399CC", +"C. c #339999", +"D. c #339966", +"E. c #339933", +"F. c #339900", +"G. c #3366FF", +"H. c #3366CC", +"I. c #336699", +"J. c #336666", +"K. c #336633", +"L. c #336600", +"M. c #3333FF", +"N. c #3333CC", +"O. c #333399", +"P. c #333366", +"Q. c #333333", +"R. c #333300", +"S. c #3300FF", +"T. c #3300CC", +"U. c #330099", +"V. c #330066", +"W. c #330033", +"X. c #330000", +"Y. c #00FFFF", +"Z. c #00FFCC", +"`. c #00FF99", +" + c #00FF66", +".+ c #00FF33", +"++ c #00FF00", +"@+ c #00CCFF", +"#+ c #00CCCC", +"$+ c #00CC99", +"%+ c #00CC66", +"&+ c #00CC33", +"*+ c #00CC00", +"=+ c #0099FF", +"-+ c #0099CC", +";+ c #009999", +">+ c #009966", +",+ c #009933", +"'+ c #009900", +")+ c #0066FF", +"!+ c #0066CC", +"~+ c #006699", +"{+ c #006666", +"]+ c #006633", +"^+ c #006600", +"/+ c #0033FF", +"(+ c #0033CC", +"_+ c #003399", +":+ c #003366", +"<+ c #003333", +"[+ c #003300", +"}+ c #0000FF", +"|+ c #0000CC", +" ", +" P.P.P.P.P. ", +" P.. e |+e |+ P.P.P.P. ", +" P.e U P.8.|+ P.. U P. ", +" P.P.U U P.e |+ P.|+e U P.P. ", +"P.P.P.P.P.e P.U U P.8.|+ |+U U P.e P.P.P.P.", +"U U U U P.U P.U U P.e |+ P.|+U U P.U P.8.8.8.", +"P.P.P.P.P.8.P.U U P.8.|+ |+U U P.8.P.P.P.P.", +" P.P.U U P.e |+ P.|+U U P.P. ", +" P.U U P.P.|+ P.8.8.P. ", +" P.8.8.P.W P. P.P.P.P. ", +" P.P.P.P.P. "}; diff --git a/src/icons/online.xpm b/src/icons/online.xpm new file mode 100644 index 0000000..ed50865 --- /dev/null +++ b/src/icons/online.xpm @@ -0,0 +1,232 @@ +/* XPM */ +static char * online_xpm[] = { +"26 12 217 2", +" c None", +". c #FFFFFF", +"+ c #FFFFCC", +"@ c #FFFF99", +"# c #FFFF66", +"$ c #FFFF33", +"% c #FFFF00", +"& c #FFCCFF", +"* c #FFCCCC", +"= c #FFCC99", +"- c #FFCC66", +"; c #FFCC33", +"> c #FFCC00", +", c #FF99FF", +"' c #FF99CC", +") c #FF9999", +"! c #FF9966", +"~ c #FF9933", +"{ c #FF9900", +"] c #FF66FF", +"^ c #FF66CC", +"/ c #FF6699", +"( c #FF6666", +"_ c #FF6633", +": c #FF6600", +"< c #FF33FF", +"[ c #FF33CC", +"} c #FF3399", +"| c #FF3366", +"1 c #FF3333", +"2 c #FF3300", +"3 c #FF00FF", +"4 c #FF00CC", +"5 c #FF0099", +"6 c #FF0066", +"7 c #FF0033", +"8 c #FF0000", +"9 c #CCFFFF", +"0 c #CCFFCC", +"a c #CCFF99", +"b c #CCFF66", +"c c #CCFF33", +"d c #CCFF00", +"e c #CCCCFF", +"f c #CCCCCC", +"g c #CCCC99", +"h c #CCCC66", +"i c #CCCC33", +"j c #CCCC00", +"k c #CC99FF", +"l c #CC99CC", +"m c #CC9999", +"n c #CC9966", +"o c #CC9933", +"p c #CC9900", +"q c #CC66FF", +"r c #CC66CC", +"s c #CC6699", +"t c #CC6666", +"u c #CC6633", +"v c #CC6600", +"w c #CC33FF", +"x c #CC33CC", +"y c #CC3399", +"z c #CC3366", +"A c #CC3333", +"B c #CC3300", +"C c #CC00FF", +"D c #CC00CC", +"E c #CC0099", +"F c #CC0066", +"G c #CC0033", +"H c #CC0000", +"I c #99FFFF", +"J c #99FFCC", +"K c #99FF99", +"L c #99FF66", +"M c #99FF33", +"N c #99FF00", +"O c #99CCFF", +"P c #99CCCC", +"Q c #99CC99", +"R c #99CC66", +"S c #99CC33", +"T c #99CC00", +"U c #9999FF", +"V c #9999CC", +"W c #999999", +"X c #999966", +"Y c #999933", +"Z c #999900", +"` c #9966FF", +" . c #9966CC", +".. c #996699", +"+. c #996666", +"@. c #996633", +"#. c #996600", +"$. c #9933FF", +"%. c #9933CC", +"&. c #993399", +"*. c #993366", +"=. c #993333", +"-. c #993300", +";. c #9900FF", +">. c #9900CC", +",. c #990099", +"'. c #990066", +"). c #990033", +"!. c #990000", +"~. c #66FFFF", +"{. c #66FFCC", +"]. c #66FF99", +"^. c #66FF66", +"/. c #66FF33", +"(. c #66FF00", +"_. c #66CCFF", +":. c #66CCCC", +"<. c #66CC99", +"[. c #66CC66", +"}. c #66CC33", +"|. c #66CC00", +"1. c #6699FF", +"2. c #6699CC", +"3. c #669999", +"4. c #669966", +"5. c #669933", +"6. c #669900", +"7. c #6666FF", +"8. c #6666CC", +"9. c #666699", +"0. c #666666", +"a. c #666633", +"b. c #666600", +"c. c #6633FF", +"d. c #6633CC", +"e. c #663399", +"f. c #663366", +"g. c #663333", +"h. c #663300", +"i. c #6600FF", +"j. c #6600CC", +"k. c #660099", +"l. c #660066", +"m. c #660033", +"n. c #660000", +"o. c #33FFFF", +"p. c #33FFCC", +"q. c #33FF99", +"r. c #33FF66", +"s. c #33FF33", +"t. c #33FF00", +"u. c #33CCFF", +"v. c #33CCCC", +"w. c #33CC99", +"x. c #33CC66", +"y. c #33CC33", +"z. c #33CC00", +"A. c #3399FF", +"B. c #3399CC", +"C. c #339999", +"D. c #339966", +"E. c #339933", +"F. c #339900", +"G. c #3366FF", +"H. c #3366CC", +"I. c #336699", +"J. c #336666", +"K. c #336633", +"L. c #336600", +"M. c #3333FF", +"N. c #3333CC", +"O. c #333399", +"P. c #333366", +"Q. c #333333", +"R. c #333300", +"S. c #3300FF", +"T. c #3300CC", +"U. c #330099", +"V. c #330066", +"W. c #330033", +"X. c #330000", +"Y. c #00FFFF", +"Z. c #00FFCC", +"`. c #00FF99", +" + c #00FF66", +".+ c #00FF33", +"++ c #00FF00", +"@+ c #00CCFF", +"#+ c #00CCCC", +"$+ c #00CC99", +"%+ c #00CC66", +"&+ c #00CC33", +"*+ c #00CC00", +"=+ c #0099FF", +"-+ c #0099CC", +";+ c #009999", +">+ c #009966", +",+ c #009933", +"'+ c #009900", +")+ c #0066FF", +"!+ c #0066CC", +"~+ c #006699", +"{+ c #006666", +"]+ c #006633", +"^+ c #006600", +"/+ c #0033FF", +"(+ c #0033CC", +"_+ c #003399", +":+ c #003366", +"<+ c #003333", +"[+ c #003300", +"}+ c #0000FF", +"|+ c #0000CC", +"1+ c #000099", +"2+ c #000066", +"3+ c #000033", +"4+ c #000000", +" ", +" 8.P.P. ", +" 8.. e P.8.8.P. ", +" 8.U e }+e . e P. ", +" P.P.U e }+U U U P.P. ", +"8.8.8.8.8.8.8.8.8.e P.U e }+U U U P.e 4+P.P.P.P.P.P.", +"e e U e U U U U P.U P.U e }+U U U P.U P.U U U U U U ", +"P.P.P.P.P.P.P.P.P.8.P.U e }+U U U P.8.P.P.P.P.P.P.P.", +" P.P.U e }+8.8.8.P.P. ", +" P.U 8.}+8.8.8.P. ", +" 4+8.8.P.P.P.P. ", +" P.P.P. "}; diff --git a/src/icons/replied.xpm b/src/icons/replied.xpm new file mode 100644 index 0000000..e16ab02 --- /dev/null +++ b/src/icons/replied.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * replied_xpm[] = { +"10 10 11 1", +" c None", +". c #000000", +"+ c #E0D8B0", +"@ c #B39C82", +"# c #BCA488", +"$ c #C5AC8F", +"% c #AA947B", +"& c #A18D75", +"* c #98856E", +"= c #8F7D68", +"- c #867561", +" . ", +" .. .+. ", +" .@..+++.", +" .#@......", +".$#@%&*=-.", +".$#@%&*=. ", +" .#@.... ", +" .@. ", +" .. ", +" "}; diff --git a/src/icons/stock_addressbook.h b/src/icons/stock_addressbook.h new file mode 100644 index 0000000..15743e2 --- /dev/null +++ b/src/icons/stock_addressbook.h @@ -0,0 +1,86 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_addressbook) +#endif +#ifdef __GNUC__ +static const guint8 stock_addressbook[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_addressbook[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1560) */ + "\0\0\6""0" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\271\0\0\0\0\7\0\0\0\30\0\0\0""2\0\0\0q\0\0\0\313\0\0\0\347\0\0\0\327" + "\0\0\0\13\214\0\0\0\0\14\0\0\0\2\5\5\5#&&&K\27\27\27\240\10\10\10\350" + "\5\5\5\363YYY\372\272\272\272\375\364\364\364\375\365\365\365\372\342" + "\342\342\352\34\34\34\275\214\0\0\0\0\14\4\4\4\215\33\33\33\370___\375" + "\304\304\304\376\370\370\370\374\376\376\376\375\377\377\377\377\365" + "\365\365\377\301\301\301\377\332\332\332\377\353\353\353\363\2\2\2\366" + "\211\0\0\0\0\5\0\0\0\2\0\0\0\7\0\0\0\10\13\13\13\300\357\357\357\375" + "\202\362\362\362\377\10\354\354\354\377\357\357\357\377\361\361\361\377" + "\313\313\313\377\302\302\302\377\326\326\326\377\340\340\340\360\0\0" + "\0\364\210\0\0\0\0\3...A\33\33\33\361\31\31\31\373\205\35\35\35\377\10" + "000\377VVV\377\352\352\352\377\334\334\334\377\271\271\271\377\306\306" + "\306\377\330\330\330\357\0\0\0\347\210\0\0\0\0\6<<<\367\331\331\331\377" + "\330\330\330\377\332\332\332\377\331\331\331\377\332\332\332\377\202" + "\331\331\331\377\10\321\321\321\377xxx\377ddd\377\341\341\341\377\370" + "\370\370\377\363\363\363\377\317\317\317\327\0\0\0\347\210\0\0\0\0\3" + "\7\7\7\341\232\232\232\376\256\256\256\377\205\227\227\227\377\15\230" + "\230\230\377\224\224\224\377```\377\220\220\220\377\375\375\375\377\377" + "\377\377\377\270\270\270\312\35\35\35\302\2\2\2\372\1\1\1\372\22\22\22" + "\257\6\6\6\3NNN\3\203\0\0\0\0\4""111\10...\214ggg\357\253\253\253\377" + "\204\234\234\234\377\202\235\235\235\377\13\232\232\232\377ccc\377\270" + "\270\270\377\342\345\346\377\232\235\236\377PQQ\377NNN\377CCC\375\0\0" + "\0\367\15\15\15\2NNN\2\204\0\0\0\0\23\13\13\13\2\5\5\5]BBB\361\233\233" + "\233\377ddd\350ppp\377xxx\377\200\200\200\377\210\210\210\377\216\216" + "\216\377\207\207\207\377TWY\377\254\264\271\377\237\246\252\377EHI\376" + "111\352\1\1\1\365\0\0\0'\0\0\0\1\207\0\0\0\0\17DDD\1\10\10\10\237\14" + "\14\14\373\11\11\11\377\4\4\4\377\0\0\0\377\7\7\7\377\15\15\15\377\26" + "\26\26\377qx|\377\254\260\263\377#\40!\377\14\5\6\376\0\0\0\364\0\0\0" + "(\210\0\0\0\0\17\25\25\25\5\12\12\12\307\275\275\275\365\332\332\332" + "\375\275\275\275\377\240\240\240\377\202\202\202\377ZZZ\377555\377\20" + "\20\20\377\177\202\204\377y}\177\377#\27\32\377\16\6\10\377\7\2\3\214" + "\203\0\0\0\0\202\0\0\0\1\203\0\0\0\0\3\"\"\"\20$$$\315\340\340\340\374" + "\207\377\377\377\377\10\214\214\214\377fff\377``a\377&\30\33\377N*1\377" + "\0\0\0\377\0\0\0\20\0\0\0\2\203\0\0\0\4\7\0\0\0\3\0\0\0\1\0\0\0\10\23" + "\23\23\304\304\304\304\336\356\356\356\377\373\373\373\377\204\377\377" + "\377\377'\375\375\375\377\274\274\274\366\21\21\21\327\34\34\34\326h" + "hh\373=)-\377I(/\377\6\1\2\377\10\3\3z\0\0\0\14\0\0\0\16\0\0\0\15\0\0" + "\0\11\0\0\0\6\0\0\0\3\0\0\0\1\10\10\10-\6\6\6\317\14\14\14\336\30\30" + "\30\351\246\244\244\364\320\316\316\377\357\357\357\377\370\370\370\377" + "\310\310\310\375\24\24\24\350\0\0\0H\2\2\2<\"\"\"IT:@\272G%,\3772\23" + "\32\377\6\2\3\366\1\0\0;\0\0\0\36\0\0\0\27\0\0\0\20\0\0\0\13\0\0\0\5" + "\203\0\0\0\0\25\0\0\0\7\0\0\0\310\11\3\5\3663#'\377I=@\377{su\375J\77" + "A\364'\11\16\224)\11\16h\30\5\10b\10\2\3[cIN\3238\27\36\3774\25\34\377" + "\3\1\1\377\6\2\3\242\0\0\0>\0\0\0'\0\0\0\31\0\0\0\21\0\0\0\7\204\0\0" + "\0\0\24\1\0\0\315:\33$\364B\34%\365T\26\40\352W\24\36\374_\25\40\373" + "w\34(\370t\33'\355m\31%\336d\30#\323kIO\363>\31!\3772\24\32\377-\22\27" + "\377\0\0\0\376\2\1\1}\0\0\0K\0\0\0*\0\0\0\27\0\0\0\12\204\0\0\0\0\7\3" + "\0\1\304aBH\301\242w\200\366\250mx\375\213:F\377}\"/\377z\36+\377\202" + "y\34)\377\13v\36*\377uKS\3777\26\35\3770\23\31\377)\17\25\377!\14\20" + "\374\6\2\3\255\0\0\0o\0\0\0<\0\0\0\37\0\0\0\14\205\0\0\0\0\23\0\0\0\217" + "\1\1\1\314\14\10\11\342\207pw\332\252\213\223\370\265\201\214\377\214" + "=I\377z\35*\377w$0\377mBK\377<\30\37\377&\16\24\377\33\11\15\362\20\5" + "\7\306\0\0\0\224\0\0\0d\0\0\0:\0\0\0\35\0\0\0\11\206\0\0\0\0\22\0\0\0" + "\2\0\0\0d\0\0\0\266\1\0\0\321\11\6\6\342*\30\33\357j$.\370p\37+\377V" + "*3\3770\22\30\371\27\7\11\321\2\1\1\222\0\0\0p\0\0\0Q\0\0\0;\0\0\0&\0" + "\0\0\23\0\0\0\4\207\0\0\0\0\21\0\0\0\1\0\0\0\4\0\0\0\11\0\0\0W\0\0\0" + "\227\3\0\0\324\12\2\3\352\13\3\5\353\20\5\7\204\2\0\1Z\0\0\0>\0\0\0." + "\0\0\0&\0\0\0\40\0\0\0\25\0\0\0\10\0\0\0\1\211\0\0\0\0\16\0\0\0\1\0\0" + "\0\3\0\0\0\6\0\0\0\20\0\0\0\"\0\0\0+\0\0\0#\0\0\0\30\0\0\0\25\0\0\0\27" + "\0\0\0\25\0\0\0\17\0\0\0\10\0\0\0\2\215\0\0\0\0\1\0\0\0\1\203\0\0\0\3" + "\6\0\0\0\6\0\0\0\10\0\0\0\12\0\0\0\7\0\0\0\4\0\0\0\1\202\0\0\0\0"}; + + diff --git a/src/icons/stock_addressbook.png b/src/icons/stock_addressbook.png new file mode 100644 index 0000000..e3d953a Binary files /dev/null and b/src/icons/stock_addressbook.png differ diff --git a/src/icons/stock_attach.h b/src/icons/stock_attach.h new file mode 100644 index 0000000..8d89b2e --- /dev/null +++ b/src/icons/stock_attach.h @@ -0,0 +1,93 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_attach) +#endif +#ifdef __GNUC__ +static const guint8 stock_attach[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_attach[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1546) */ + "\0\0\6\"" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\240\0\0\0\0\1\0\0\0c\205\0\0\0\377\2\0\0\0\21\0\0\0\2\220\0\0\0\0\4" + "\0\0\0\377\0\0\0\26\0\0\0\"\0\0\0$\202\0\0\0%\2\0\0\0\377\0\0\0l\202" + "\0\0\0\377\2\0\0\0\10\0\0\0\2\214\0\0\0\0\15\0\0\0\377\0\0\0\"\0\0\0" + "\20\0\0\0$\0\0\0~\1\1\1\377QQQ\377\232\232\232\377\317\317\317\377oo" + "o\377\0\0\0\377\0\0\0\16\0\0\0\2\213\0\0\0\0\6\0\0\0\377\0\0\0x\0\0\0" + "\377FFF\377\245\245\245\377\342\342\342\377\202\377\377\377\377\5\366" + "\366\366\377\212\212\212\377999\377\0\0\0(\0\0\0\10\210\0\0\0\0\20\0" + "\0\0\34\0\0\0B\0\0\0\377\34\34\34\377\213\213\213\377\346\346\346\377" + "\356\356\356\377\341\341\341\377\377\377\377\377\370\370\370\377\367" + "\367\367\377\366\366\366\377\314\314\314\377VVV\377\0\0\0^\0\0\0\12\206" + "\0\0\0\0\23\0\0\0@\0\0\0\377>>>\377\201\201\201\377\324\324\324\377\34" + "\34\34\377\347\347\347\377\327\327\327\377\372\372\372\377\371\371\371" + "\377\370\370\370\377\302\302\302\377\313\313\313\377\365\365\365\377" + "\331\331\331\377\201\201\201\377\0\0\0\377\0\0\0\25\0\0\0\3\203\0\0\0" + "\0\4\0\0\0:\3\3\3\377TTT\377\346\346\346\377\203\377\377\377\377\16\0" + "\0\0\377\327\327\327\377\336\336\336\377\263\263\263\377yyy\377\0\0\0" + "\377\342\342\342\377\366\366\366\377\365\365\365\377\364\364\364\377" + "\235\235\235\377(((\377\0\0\0)\0\0\0\10\203\0\0\0\0\2\0\0\0\377\366\366" + "\366\377\202\377\377\377\377\202\372\372\372\377\17\373\373\373\377\0" + "\0\0\377\246\246\246\377\305\305\305\377\360\360\360\377\370\370\370" + "\377\0\0\0\377\342\342\342\377\302\302\302\377\312\312\312\377\364\364" + "\364\377\307\307\307\377VVV\377\0\0\0^\0\0\0\12\203\0\0\0\0\12\0\0\0" + "\377\362\362\362\377\370\370\370\377\371\371\371\377\316\316\316\377" + "\304\304\304\377\305\305\305\377\0\0\0\377\325\325\325\377\371\371\371" + "\377\202\370\370\370\377\4\0\0\0\377\263\263\263\377\332\332\332\377" + "\364\364\364\377\202\363\363\363\377\4yyy\377\0\0\0\377\0\0\0\25\0\0" + "\0\3\202\0\0\0\0\5\0\0\0h\205\205\205\377\377\377\377\377\370\370\370" + "\377\276\276\276\377\202\371\371\371\377\3\0\0\0\377\323\323\323\377" + "\334\334\334\377\202\302\302\302\377\12\0\0\0\377\342\342\342\377\365" + "\365\365\377\364\364\364\377\363\363\363\377\362\362\362\377\234\234" + "\234\377(((\377\0\0\0)\0\0\0\10\202\0\0\0\0\3\0\0\0\40HHH\377\377\377" + "\377\377\202\367\367\367\377\202\370\370\370\377\17\0\0\0\377\247\247" + "\247\377\326\326\326\377\367\367\367\377\366\366\366\377\0\0\0\377\342" + "\342\342\377\364\364\364\377\304\304\304\377\310\310\310\377\362\362" + "\362\377\306\306\306\377LLL\377\0\0\0^\0\0\0\12\202\0\0\0\0\27\0\0\0" + "\1\0\0\0\377\352\352\352\377\377\377\377\377\366\366\366\377\276\276" + "\276\377\302\302\302\377\0\0\0\377\345\345\345\377\330\330\330\377\366" + "\366\366\377\365\365\365\377\0\0\0\377\255\255\255\377\274\274\274\377" + "\352\352\352\377\340\340\340\377\361\361\361\377\352\352\352\377\220" + "\220\220\377\0\0\0\377\0\0\0\25\0\0\0\3\202\0\0\0\0\4\0\0\0ihhh\377\377" + "\377\377\377\365\365\365\377\202\366\366\366\377\11\242\242\242\377\0" + "\0\0\377\300\300\300\377\301\301\301\377\0\0\0\377xxx\377\326\326\326" + "\377\363\363\363\377\362\362\362\377\202\361\361\361\377\5\325\325\325" + "\377\256\256\256\377\25\25\25\377\0\0\0)\0\0\0\10\202\0\0\0\0\4\0\0\0" + "\4""999\377\377\377\377\377\364\364\364\377\202\365\365\365\377\2\332" + "\332\332\377\232\232\232\377\202\0\0\0\377\2yyy\377\326\326\326\377\202" + "\362\362\362\377\10\361\361\361\377\326\326\326\377\320\320\320\377\227" + "\227\227\377rrr\377JJJ\377\0\0\0.\0\0\0\11\203\0\0\0\0\25\0\0\0\377\354" + "\354\354\377\377\377\377\377\364\364\364\377\254\254\254\377\272\272" + "\272\377\335\335\335\377\363\363\363\377\316\316\316\377\333\333\333" + "\377\354\354\354\377\327\327\327\377\326\326\326\377\261\261\261\377" + "\201\201\201\377VVV\377###\377\0\0\0\377\0\0\0q\0\0\0)\0\0\0\10\203\0" + "\0\0\0\3\0\0\0hiii\377\377\377\377\377\204\363\363\363\377\202\362\362" + "\362\377\14\327\327\327\377\267\267\267\377\202\202\202\377@@@\377##" + "#\377\0\0\0\377\0\0\0\204\0\0\0""2\0\0\0.\0\0\0)\0\0\0\25\0\0\0\3\203" + "\0\0\0\0\4\0\0\0\4(((\377\377\377\377\377\363\363\363\377\202\362\362" + "\362\377\16\327\327\327\377\276\276\276\377\226\226\226\377222\377##" + "#\377\0\0\0\377\0\0\0u\0\0\0H\0\0\0/\0\0\0*\0\0\0\31\0\0\0\13\0\0\0\10" + "\0\0\0\3\205\0\0\0\0\20\0\0\0\377\346\346\346\377\350\350\350\377\314" + "\314\314\377\232\232\232\377@@@\377###\377\0\0\0\377\0\0\0\221\0\0\0" + "I\0\0\0/\0\0\0*\0\0\0\30\0\0\0\16\0\0\0\11\0\0\0\4\210\0\0\0\0\16\0\0" + "\0;999\377\202\202\202\377999\377\22\22\22\377\0\0\0\204\0\0\0I\0\0\0" + "/\0\0\0*\0\0\0\33\0\0\0\16\0\0\0\11\0\0\0\3\0\0\0\1\212\0\0\0\0\1\0\0" + "\0\3\202\0\0\0\377\10\0\0\0u\0\0\0""1\0\0\0*\0\0\0\31\0\0\0\16\0\0\0" + "\11\0\0\0\4\0\0\0\1\216\0\0\0\0\7\0\0\0\11\0\0\0&\0\0\0)\0\0\0\27\0\0" + "\0\12\0\0\0\4\0\0\0\1\221\0\0\0\0\4\0\0\0\1\0\0\0\7\0\0\0\10\0\0\0\3" + "\247\0\0\0\0"}; + + diff --git a/src/icons/stock_attach.png b/src/icons/stock_attach.png new file mode 100644 index 0000000..4e064b3 Binary files /dev/null and b/src/icons/stock_attach.png differ diff --git a/src/icons/stock_book.h b/src/icons/stock_book.h new file mode 100644 index 0000000..bed5938 --- /dev/null +++ b/src/icons/stock_book.h @@ -0,0 +1,60 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_book) +#endif +#ifdef __GNUC__ +static const guint8 stock_book[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_book[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (770) */ + "\0\0\3\32" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\204\0\0\0\0\3\0\0\0\1\0\0\0\2\0\0\0\1\205\0\0\0\0\3\0\0\0\1\0\0\0\2" + "\0\0\0\1\204\0\0\0\0\1\0\0\0\320\202\0\0\0\377\205\0\0\0\0\203\0\0\0" + "\377\204\0\0\0\0\2\0\0\0P\377\377\377\343\202\377\377\377\377\1\0\0\0" + "\377\203\0\0\0\0\1\0\0\0\377\202\377\377\377\377\2\357\356\356\377\0" + "\0\0\377\202\0\0\0\0\3\0\0\0\320\377\377\377\343\377\377\377\374\203" + "\377\377\377\377\3\0\0\0\377\0\0\0\0\0\0\0\377\202\377\377\377\377\6" + "\374\374\374\377\352\353\352\377\331\331\331\377\0\0\0\377\0\0\0\0\0" + "\0\0\377\206\377\377\377\377\1\0\0\0\377\203\377\377\377\377\6\371\371" + "\371\377\350\347\347\377\326\326\326\377\0\0\0\377\0\0\0\0\0\0\0\377" + "\202\377\377\377\377\1\0\0\0\377\203\377\377\377\377\1\0\0\0\377\203" + "\377\377\377\377\6\0\0\0\377\344\343\344\377\322\322\322\377\0\0\0\377" + "\0\0\0\0\0\0\0\377\204\377\377\377\377\14\0\0\0\377\377\377\377\377\0" + "\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377\362\362\362\377\340" + "\340\341\377\321\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377\377" + "\377\377\1\0\0\0\377\203\377\377\377\377\6\0\0\0\377\335\335\334\377" + "\322\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377\202\377\377\377\377\1\0" + "\0\0\377\203\377\377\377\377\12\0\0\0\377\377\377\377\377\0\0\0\377\374" + "\375\374\377\353\353\353\377\331\331\331\377\321\321\321\377\0\0\0\377" + "\0\0\0\0\0\0\0\377\204\377\377\377\377\3\0\0\0\377\377\377\377\377\0" + "\0\0\377\202\377\377\377\377\7\371\371\371\377\0\0\0\377\325\326\326" + "\377\321\321\322\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377\377\377\377" + "\12\0\0\0\377\377\377\377\377\0\0\0\377\365\365\365\377\343\343\344\377" + "\322\322\322\377\321\321\321\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377" + "\377\377\377\1\0\0\0\377\202\377\377\377\377\10\362\362\361\377\340\340" + "\340\377\322\321\321\377\321\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377" + "\377\377\377\377\203\0\0\0\377\202\377\377\377\377\1\0\0\0\377\202\377" + "\377\377\377\203\0\0\0\377\3\322\322\321\377\0\0\0\377\0\0\0\0\202\0" + "\0\0\377\203\276\"\246\377\10\0\0\0\377\377\377\377\377\0\0\0\377\377" + "\377\377\377\0\0\0\377\257\37\230\377\242\35\215\377\234\34\210\377\202" + "\0\0\0\377\7\0\0\0\0\0\0\0\377\276\"\246\377\0\0\0y\0\0\0-\0\0\0\34\276" + "\"\246\377\203\0\0\0\377\26\272!\242\377\0\0\0y\0\0\0-\0\0\0\34\234\34" + "\211\377\0\0\0\377\0\0\0\0\276\"\246\377\0\0\0^\0\0\0(\0\0\0\5\0\0\0" + "\1\0\0\0\5\276\"\246\377\0\0\0\377\276\"\246\377\0\0\0u\0\0\0)\0\0\0" + "\5\0\0\0\1\0\0\0\5\234\34\210\377"}; + + diff --git a/src/icons/stock_book.png b/src/icons/stock_book.png new file mode 100644 index 0000000..a30aefe Binary files /dev/null and b/src/icons/stock_book.png differ diff --git a/src/icons/stock_delete.h b/src/icons/stock_delete.h new file mode 100644 index 0000000..733a8b2 --- /dev/null +++ b/src/icons/stock_delete.h @@ -0,0 +1,105 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_delete) +#endif +#ifdef __GNUC__ +static const guint8 stock_delete[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_delete[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1970) */ + "\0\0\7\312" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\210\0\0\0\0\1\0\0\0R\206\0\0\0\377\1\0\0\0X\216\0\0\0\0\14\0\0\0\5\0" + "\0\0\220\34\34\34\377vvv\377\346\346\346\377\323\323\323\377\303\303" + "\303\377\220\220\220\377III\377\0\0\0\377\0\0\0\276\0\0\0,\211\0\0\0" + "\0\2\0\0\0E\0\0\0\240\202\0\0\0\377\12HG=\377\272\270\246\377\342\342" + "\337\377\361\361\360\377\352\351\346\377\362\362\356\377\353\352\345" + "\377\301\300\265\377WVJ\377RQF\377\202\0\0\0\377\2\0\0\0\227\0\0\0""3" + "\205\0\0\0\0\24\0\0\0T\0\0\0\377\250\246\217\377\275\273\241\377\300" + "\276\243\377\243\241\212\377ml\\\377||r\377LLI\377EE\77\377DC:\377oo" + "g\377\306\305\271\377\266\265\233\377ml]\377\263\261\233\377\247\246" + "\216\377\220\217z\377\0\0\0\377\0\0\0E\204\0\0\0\0\24\0\0\0\377\252\251" + "\223\377\314\313\265\377\320\316\272\377\325\323\301\377\256\255\243" + "\377\224\223\212\377EDB\377##!\377541\377)(#\377\36\36\32\377SRF\377" + "\255\254\223\377\222\221\211\377\302\301\257\377\261\257\226\377\254" + "\252\222\377\223\222}\377\0\0\0\377\204\0\0\0\0\24\10\10\10\377\321\320" + "\301\377\314\313\265\377\326\325\304\377\337\336\321\377\316\315\300" + "\377\254\254\246\377\220\217\212\377~}w\377\\\\U\377GF>\377edV\377wv" + "e\377\200~o\377\276\275\247\377\265\263\232\377\266\265\233\377\265\263" + "\232\377\241\237\210\377\0\0\0\377\204\0\0\0\0\24\0\0\0\377\331\330\314" + "\377\366\365\362\377\333\332\321\377\332\331\316\377\345\344\331\377" + "\320\317\303\377\323\323\311\377\312\311\274\377\267\266\246\377\270" + "\266\241\377\260\257\226\377\241\237\210\377\271\270\235\377\271\267" + "\235\377\270\266\234\377\304\302\251\377\257\255\227\377\213\211v\377" + "\0\0\0\377\204\0\0\0\0\24\0\0\0\377\252\251\230\377\266\266\262\377\371" + "\371\367\377\372\372\370\377\364\364\360\377\342\341\332\377\331\331" + "\316\377\333\332\317\377\325\323\301\377\323\321\276\377\304\302\251" + "\377\300\276\243\377\305\304\254\377\326\325\303\377\315\314\277\377" + "\273\272\255\377|zi\377qp`\377\0\0\0\336\204\0\0\0\0\24\23\23\23\316" + "\231\230\202\377\257\256\235\377\303\303\276\377\336\336\334\377\351" + "\351\350\377\373\373\372\377\375\375\374\377\375\375\375\377\374\373" + "\372\377\371\371\367\377\362\362\357\377\352\351\343\377\333\332\321" + "\377\300\277\261\377\225\224\204\377xwf\377nm]\377[[M\377\0\0\0\315\204" + "\0\0\0\0\24\0\0\0\222]\\O\377\223\222}\377\243\242\223\377\270\267\246" + "\377\330\327\320\377\333\333\324\377\323\322\312\377\310\310\303\377" + "\306\305\275\377\275\274\255\377\272\270\250\377\237\236\213\377\216" + "\214x\377\214\213w\377\216\214x\377zyh\377lk]\377NME\377\0\0\0y\204\0" + "\0\0\0\12\0\0\0""2\0\0\0\377BBB\377{{s\377\237\237\226\377\322\321\307" + "\377\334\333\322\377\314\313\276\377\321\320\302\377\304\303\266\377" + "\203\261\257\226\377\7\232\230\203\377\200\177m\377}|k\377ji^\377@@>" + "\377\0\0\0\377\0\0\0""3\205\0\0\0\0\23\0\0\0\37777-\377\17\17\17\377" + "874\377xxu\377\231\230\223\377\212\211~\377\263\262\244\377\252\252\236" + "\377\243\241\212\377\207\206s\377\217\215y\377baU\377TTQ\37711.\377\0" + "\0\0\377++#\377\0\0\0\377\0\0\0\17\205\0\0\0\0\11\0\0\0\377qq]\377WW" + "K\377BB:\377&&\40\377!!!\377\33\33\33\377\0\0\0\377$$$\377\204\0\0\0" + "\377\5\26\26\23\377**\"\37700'\377\77\77""4\377\0\0\0\377\206\0\0\0\0" + "\22\0\0\0\377zze\377[[Q\377\205\205v\377vvk\377\230\230\216\377uuk\377" + "QQF\377\177\177t\377jjX\377@@5\377bbQ\377TTE\377>>3\377UUF\37744+\377" + "QQC\377\0\0\0\377\206\0\0\0\0\22\0\0\0\377\205\205n\377]]T\377\221\221" + "\202\377\202\202x\377\252\252\243\377zzq\377NNE\377\212\212\200\377|" + "|m\377BB7\377``R\377ZZJ\377<<2\377NNA\37755,\377TTE\377\0\0\0\377\204" + "\0\0\0\0\24\0\0\0\2\0\0\0\3\0\0\0\377\205\205n\377[[Q\377\254\254\234" + "\377\205\205{\377\273\273\263\377\243\243\232\377TTK\377\223\223\212" + "\377\221\221\205\377BB7\377``R\377hhV\377AA6\377jjX\377CC7\377jjX\377" + "\0\0\0\377\203\0\0\0\0\177\0\0\0\1\0\0\0\5\0\0\0\10\0\0\0\377\205\205" + "n\377[[Q\377\244\244\223\377\205\205{\377\301\301\266\377\261\261\242" + "\377kk_\377\261\261\242\377\235\235\213\377TTE\377\204\204p\377qq^\377" + "CC7\377jjX\377CC7\377jjX\377\0\0\0\377\0\0\0\6\0\0\0\3\0\0\0\0\0\0\0" + "\2\0\0\0\12\0\0\0\24\0\0\0\377\205\205n\377[[Q\377\245\245\224\377\205" + "\205{\377\302\302\267\377\261\261\242\377kk_\377\261\261\242\377\235" + "\235\213\377TTE\377\204\204p\377qq^\377CC7\377jjX\377CC7\377jjX\377\0" + "\0\0\377\0\0\0\26\0\0\0\13\0\0\0\2\0\0\0\3\0\0\0\26\0\0\0+\0\0\0\377" + "\205\205n\377[[Q\377\235\235\213\377\205\205{\377\301\301\266\377\261" + "\261\242\377kk_\377\261\261\242\377\235\235\213\377TTE\377\204\204p\377" + "qq^\377CC7\377jjX\377CC7\377jjX\377\0\0\0\377\0\0\0""1\0\0\0\32\0\0\0" + "\4\0\0\0\7\0\0\0#\0\0\0I\0\0\0\377{{e\377[[Q\377\244\244\223\377\205" + "\205{\377\301\301\266\377\261\261\242\377kk_\377\261\261\242\377\235" + "\235\213\377TTE\377\204\204p\377qq^\377CC7\377jjX\377CC7\377__O\377\0" + "\0\0\377\0\0\0H\0\0\0*\0\0\0\7\0\0\0\12\0\0\0,\0\0\0X\0\0\0\377ffT\377" + "[[Q\377\244\244\223\377\202\202x\377\301\301\266\377\261\261\242\377" + "kk_\377\261\261\242\377\235\235\213\377TTE\377\204\204p\377qq^\377CC" + "7\377jjX\377II<\377WWH\377\0\0\0\377\0\0\0P\0\0\0*\0\0\0\7\0\0\0\6\0" + "\0\0\35\0\0\0C\0\0\0r\0\0\0\377WWJ\377}}m\377\27vvi\377\263\263\250\377" + "\241\241\224\377mma\377\263\263\245\377\235\235\213\377TTE\377\204\204" + "p\377iiW\377AA5\377VVG\377DD8\377\0\0\0\377\0\0\0\177\0\0\0C\0\0\0\35" + "\0\0\0\4\0\0\0\1\0\0\0\13\0\0\0\34\0\0\0""2\0\0\0g\0\0\0\320\202\0\0" + "\0\377\6YYQ\377XXI\377NN@\377ttg\377aaS\377NNA\377\202II<\377\202\0\0" + "\0\377\5\0\0\0\304\0\0\0t\0\0\0>\0\0\0%\0\0\0\11\202\0\0\0\0\10\0\0\0" + "\1\0\0\0\6\0\0\0\17\0\0\0\31\0\0\0\37\0\0\0r\0\0\0\264\0\0\0\302\206" + "\0\0\0\377\11\0\0\0\271\0\0\0\217\0\0\0S\0\0\0,\0\0\0*\0\0\0\33\0\0\0" + "\10\0\0\0\1\0\0\0\0"}; + + diff --git a/src/icons/stock_delete.png b/src/icons/stock_delete.png new file mode 100644 index 0000000..6b638c5 Binary files /dev/null and b/src/icons/stock_delete.png differ diff --git a/src/icons/stock_delete_16.h b/src/icons/stock_delete_16.h new file mode 100644 index 0000000..7bb7de2 --- /dev/null +++ b/src/icons/stock_delete_16.h @@ -0,0 +1,61 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_delete_16) +#endif +#ifdef __GNUC__ +static const guint8 stock_delete_16[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_delete_16[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (877) */ + "\0\0\3\205" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\203\0\0\0\0\12\6\6\6\21\6\6\6K\16\16\16\377BBB\377JJJ\377>>>\377,,," + "\377\0\0\0\377\6\6\6>\6\6\6!\205\0\0\0\0\1\6\6\6:\202\0\0\0\377\6\205" + "\203q\377\360\355\330\377\362\361\351\377\356\355\344\377\307\306\272" + "\377SRF\377\202\0\0\0\377\1\6\6\6K\203\0\0\0\0\16\6\6\6>\20\20\20\377" + "\302\300\245\377\301\277\245\377zyg\377HG@\377''%\37765.\377\207\205" + "r\377\240\236\210\377\243\241\212\377\245\243\214\377\0\0\0\377\6\6\6" + "!\202\0\0\0\0\16+++\377\323\321\274\377\334\332\304\377\342\340\317\377" + "\271\267\242\377db[\377986\377<<3\377a`S\377\232\230\203\377\267\265" + "\233\377\263\262\230\377\244\242\213\377\0\0\0\377\202\0\0\0\0\16\0\0" + "\0\377\350\344\323\377\364\361\351\377\362\361\344\377\352\351\332\377" + "\345\342\322\377\325\322\276\377\303\301\247\377\257\255\224\377\300" + "\276\244\377\306\304\254\377\270\266\234\377ywf\377\0\0\0\377\202\0\0" + "\0\0\16\0\0\0\377\212\211u\377\361\355\322\377\373\370\351\377\371\365" + "\355\377\370\367\356\377\370\367\354\377\365\363\346\377\354\352\331" + "\377\336\335\313\377\235\233\211\377cbT\377XWJ\377\0\0\0\377\202\0\0" + "\0\0\16\0\0\0\202RQF\377sqe\377\237\235\221\377\344\341\310\377\351\345" + "\317\377\342\340\313\377\321\321\313\377\216\215\177\377vud\377hgX\377" + "CB8\377)(\"\377\0\0\0\202\203\0\0\0\0\14\37\37\33\377440\377KID\377h" + "gb\377pof\377kkd\377nl]\377XWK\377991\377\27\26\25\377\32\32\26\377\37" + "\36\31\377\204\0\0\0\0\14**#\377\240\240\225\377MM@\377660\377**&\377" + "//*\377\17\17\15\377\13\13\11\377\20\20\15\377>>8\37744+\377$$\37\377" + "\204\0\0\0\0\14++$\377\245\244\231\377\267\266\256\377qpg\377\241\241" + "\222\377tsc\377@@5\377ii[\37799/\377ii_\377\77\77""4\377&&\40\377\204" + "\0\0\0\0\14,,%\377\255\255\243\377\331\331\322\377\213\213\177\377\326" + "\325\316\377\210\210{\377XWO\377\223\223\207\377JJ=\377xxk\377PPB\377" + "))\"\377\204\0\0\0\0\14,,%\377\255\255\243\377\332\332\323\377\217\216" + "\201\377\335\335\324\377\254\253\231\377]]R\377\240\240\223\377MM@\377" + "yyl\377PPB\377))\"\377\204\0\0\0\0\14++$\377~~u\377\330\330\321\377\215" + "\215\200\377\335\335\323\377\254\253\231\377]]R\377\240\240\223\377M" + "M@\377xxk\377DD8\377((\"\377\204\0\0\0\0\14''!\377CC=\377\216\216\206" + "\377^^U\377\332\332\320\377\254\253\231\377]]R\377\224\224\204\377MM" + "@\377]]S\377((\"\377##\35\377\204\0\0\0\0\1\6\6\6K\202\6\6\6\377\11B" + "A:\377\217\217{\377zzl\377DD<\377ll^\37755,\377..)\377\0\0\0\377\6\6" + "\6>\206\0\0\0\0\5\6\6\6W\6\6\6\377\0\0\0\377\17\17\17\377\5\5\5\377\202" + "\0\0\0\377\1\6\6\6K\204\0\0\0\0"}; + + diff --git a/src/icons/stock_delete_16.png b/src/icons/stock_delete_16.png new file mode 100644 index 0000000..af10be0 Binary files /dev/null and b/src/icons/stock_delete_16.png differ diff --git a/src/icons/stock_hand-signed.h b/src/icons/stock_hand-signed.h new file mode 100644 index 0000000..d0bb5e0 --- /dev/null +++ b/src/icons/stock_hand-signed.h @@ -0,0 +1,82 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_hand_signed) +#endif +#ifdef __GNUC__ +static const guint8 stock_hand_signed[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_hand_signed[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1135) */ + "\0\0\4\207" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\3\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361\377\4\0\0\0\0\0" + "\0\0\377\376\376\376\377\361\361\361\377\204\232\232\232\377\1\361\361" + "\361\377\205\232\232\232\377\202\361\361\361\377\210\232\232\232\377" + "\3\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361\377\4\0\0\0\0\0" + "\0\0\377\376\376\376\377\361\361\361\377\207\232\232\232\377\1\361\361" + "\361\377\204\232\232\232\377\1\361\361\361\377\207\232\232\232\377\3" + "\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361\377\4\0\0\0\0\0\0" + "\0\377\376\376\376\377\361\361\361\377\203\232\232\232\377\1\361\361" + "\361\377\202\232\232\232\377\1\361\361\361\377\207\232\232\232\377\206" + "\361\361\361\377\3\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361" + "\377\3\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361\377\3\0\0\0" + "\0\0\0\0\377\376\376\376\377\225\361\361\361\377\4\0\0\0\0\0\0\0\377" + "\376\376\376\377\361\361\361\377\204\357\357\357\377\1\361\361\361\377" + "\202\357\357\357\377\1\361\361\361\377\204\357\357\357\377\1\361\361" + "\361\377\202\357\357\357\377\1\361\361\361\377\204\357\357\357\377\3" + "\0\0\0\0\0\0\0\377\376\376\376\377\204\361\361\361\377\4\250\257\305" + "\377p|\244\377O^\220\377\337\341\346\377\207\361\361\361\377\2\224\235" + "\271\377\341\343\347\377\204\361\361\361\377\4\0\0\0\0\0\0\0\377\376" + "\376\376\377\361\361\361\377\202\357\357\357\377\3v\201\247\377\253\262" + "\306\377\361\361\361\377\202\357\357\357\377\1\361\361\361\377\203\357" + "\357\357\377\5bo\233\377\351\352\354\377\357\357\357\377\206\220\260" + "\377\361\361\361\377\204\357\357\357\377\3\0\0\0\0\0\0\0\377\376\376" + "\376\377\202\357\357\357\377\3\340\341\346\377Ra\221\377\356\356\356" + "\377\206\357\357\357\377\5\356\356\356\377Xg\225\377\357\357\357\377" + "\340\341\346\377dq\234\377\203\357\357\357\377\202\356\356\356\377\4" + "\0\0\0\0\0\0\0\377\375\375\375\377\356\356\356\377\202\353\353\353\377" + "\3\225\235\270\377\334\335\342\377\356\356\356\377\202\353\353\353\377" + "\11\356\356\356\377\353\353\353\377\351\351\351\377\353\353\353\377M" + "\\\216\377\356\356\356\377^k\230\377\211\222\261\377\356\356\356\377" + "\204\353\353\353\377\24\0\0\0\0\0\0\0\377\375\375\375\377\355\355\355" + "\377\235\245\275\377\246\255\303\377\354\354\354\377\347\347\350\377" + "5G\200\377\\j\227\377\244\253\302\377\337\341\345\377\333\334\342\377" + "7I\201\377\272\277\317\377#7v\377\236\246\276\377\15#i\377u\201\246\377" + "\2\31b\377\203\354\354\354\377\5\353\353\353\377\0\0\0\0\0\0\0\377\375" + "\375\375\377\353\353\353\377\202fs\234\377\16\335\336\341\377\203\215" + "\255\377w\203\247\377*=y\377\36""2s\3773E\177\377Zh\225\377\271\276\315" + "\377\4\33c\377\201\213\254\377\353\353\353\377\2\31b\377~\210\252\377" + "\0\27a\377\204\350\350\350\377\20\0\0\0\0\0\0\0\377\375\375\375\377\352" + "\352\352\377\331\333\340\377\13!g\377\2\31b\377\235\244\274\377\275\301" + "\317\377\25*m\377\34""0q\377\23(l\377^l\230\377\253\261\305\377\0\27" + "a\377\306\311\324\377\202\352\352\352\377\3\307\312\325\377\0\27a\377" + "\352\352\352\377\202\351\351\351\377\4\350\350\350\377\0\0\0\0\0\0\0" + "\377\375\375\375\377\205\350\350\350\377\2\344\344\345\377\277\303\320" + "\377\204\350\350\350\377\1\177\211\253\377\211\350\350\350\377\3\0\0" + "\0\0\0\0\0\377\375\375\375\377\202\347\347\347\377\203\346\346\346\377" + "\202\347\347\347\377\1\346\346\346\377\202\347\347\347\377\203\346\346" + "\346\377\202\347\347\347\377\1\346\346\346\377\202\347\347\347\377\203" + "\346\346\346\377\4\0\0\0\0\0\0\0\377\375\375\375\377\346\346\346\377" + "\203\345\345\345\377\2\344\344\344\377\346\346\346\377\202\345\345\345" + "\377\1\346\346\346\377\203\345\345\345\377\2\344\344\344\377\346\346" + "\346\377\202\345\345\345\377\1\346\346\346\377\203\345\345\345\377\4" + "\344\344\344\377\0\0\0\0\0\0\0\377\312\312\312\377\203\275\275\275\377" + "\202\274\274\274\377\206\275\275\275\377\202\274\274\274\377\206\275" + "\275\275\377\202\274\274\274\377\2\0\0\0\0\0\0\0c\226\0\0\0\377\5\0\0" + "\0\0\0\0\0\12\0\0\0\37\0\0\0""1\0\0\0""8\223\0\0\0""9\4\0\0\0\0\0\0\0" + "\3\0\0\0\12\0\0\0\22\202\0\0\0\25\222\0\0\0\26"}; + + diff --git a/src/icons/stock_hand-signed.png b/src/icons/stock_hand-signed.png new file mode 100644 index 0000000..02774f2 Binary files /dev/null and b/src/icons/stock_hand-signed.png differ diff --git a/src/icons/stock_inbox.h b/src/icons/stock_inbox.h new file mode 100644 index 0000000..eda8d69 --- /dev/null +++ b/src/icons/stock_inbox.h @@ -0,0 +1,57 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_inbox) +#endif +#ifdef __GNUC__ +static const guint8 stock_inbox[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_inbox[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (703) */ + "\0\0\2\327" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\206\0\0\0\0\1\0\0\0.\202\0\0\0\377\1\0\0\0\23\212\0\0\0\0\7\0\0\0.\0" + "\0\0\377\245\236\222\377\335\333\326\377\366\366\365\377\0\0\0\377\0" + "\0\0\23\207\0\0\0\0\12\0\0\0.\0\0\0\377\252\244\231\377\343\341\336\377" + "\204|m\377+)$\377\256\250\235\377\364\363\362\377\0\0\0\377\0\0\0\23" + "\204\0\0\0\0\5\0\0\0.960\377\267\262\250\377\343\341\336\377\316\312" + "\303\377\202\15\14\12\377\6)'\"\377qk^\377\331\327\322\377\364\363\362" + "\377\0\0\0\377\0\0\0\23\203\0\0\0\0\16\0\0\0\377\372\372\371\377\310" + "\304\275\377\0\0\0\377\12\12\11\377\30\26\23\377FA9\377xqc\377\204|m" + "\377\220\210y\377\341\336\332\377\364\363\362\377\0\0\0\377\0\0\0\23" + "\202\0\0\0\0\21\0\0\0\377\377\377\377\377\345\343\340\377FA9\377HC;\377" + "c]R\377xqc\377\207\177p\377\224\214}\377\234\225\207\377\236\230\213" + "\377\341\336\332\377\364\363\362\377\0\0\0\377\0\0\0\23\0\0\0\0\0\0\0" + "\377\202\377\377\377\377\15\345\343\340\377(&!\377c]R\377zse\377\217" + "\207x\377\235\226\210\377\240\232\215\377\241\233\216\377\244\235\221" + "\377\331\327\322\377\366\365\364\377\0\0\0\377\0\0\0\23\211\0\0\0\377" + "\6\212\204z\377\245\236\222\377\250\241\225\377\252\244\231\377\341\336" + "\332\377\362\361\357\377\202\0\0\0\377\207\377\377\377\377\13\0\0\0\377" + "qlc\377\210\203{\377\257\251\236\377\261\254\241\377\304\300\271\377" + "\331\327\322\377hhh\377\0\0\0\377\377\377\377\377\357\357\357\377\204" + "Ki\203\377\10\314\314\314\377\0\0\0\377hd\\\377\212\205|\377\272\266" + "\254\377\323\321\314\377\210\205\201\377WRH\377\202\0\0\0\377\1\377\377" + "\377\377\202\357\357\357\377\203Ki\203\377\6\314\314\314\377\0\0\0\377" + "d_V\377\270\265\256\377\223\220\213\377XUN\377\202\0\0\0\377\4\0\0\0" + "4\0\0\0\377\377\377\377\377\357\357\357\377\204Ki\203\377\4\314\314\314" + "\377\0\0\0\377urk\377^ZT\377\202\0\0\0\377\1\0\0\0C\202\0\0\0\0\2\0\0" + "\0\377\377\377\377\377\203Ki\203\377\3\357\357\357\377Ki\203\377\314" + "\314\314\377\203\0\0\0\377\1\0\0\0C\204\0\0\0\0\4\0\0\0\377\377\377\377" + "\377\357\357\357\377Ki\203\377\203\357\357\357\377\3\314\314\314\377" + "\0\0\0\377\0\0\0N\206\0\0\0\0\2\0\0\0\377\377\377\377\377\206\314\314" + "\314\377\1\30\30\30\377\207\0\0\0\0\202\0\0\0\377\1\11\11\11\377\206" + "\0\0\0\377\207\0\0\0\0"}; + + diff --git a/src/icons/stock_inbox.png b/src/icons/stock_inbox.png new file mode 100644 index 0000000..3afaeb6 Binary files /dev/null and b/src/icons/stock_inbox.png differ diff --git a/src/icons/stock_insert-file.h b/src/icons/stock_insert-file.h new file mode 100644 index 0000000..d1db71a --- /dev/null +++ b/src/icons/stock_insert-file.h @@ -0,0 +1,92 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_insert_file) +#endif +#ifdef __GNUC__ +static const guint8 stock_insert_file[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_insert_file[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1419) */ + "\0\0\5\243" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\206\0\0\0\0\1\0\0\0j\220\0\0\0\377\1\0\0\0U\204\0\0\0\0\10\0\0\0\203" + "\0\0\0\377[[[\377\363\357\343\377\360\353\327\377\371\363\334\377\367" + "\355\312\377\243\222V\377\202\0\0\0\377\1\251tk\377\203\321\217\204\377" + "\3\321\220\204\377\321\217\204\377\323\221\206\377\202\277\325\350\377" + "\1\0\0\0\377\203\0\0\0\0\14\0\0\0\203333\377\365\361\345\377\366\361" + "\340\377\363\344\255\377\337\267J\377\331\247.\377\321\224\14\377\324" + "\261P\377\342\313y\377\215~J\377'\26\24\377\202\307tg\377\7\307tf\377" + "\307tg\377\310vh\377\315\206z\377\215\251\276\377Ti|\377\0\0\0\377\202" + "\0\0\0\0\10\0\0\0I\0\0\0\377\362\350\320\377\367\355\312\377\356\326" + "\200\377\325\235\34\377\321\224\14\377\270\202\12\377\203\0\0\0\377\2" + "\311\264k\377***\377\205\376\376\376\377\4\371\371\371\377\204\240\265" + "\377Odu\377\0\0\0\377\202\0\0\0\0\15\0\0\0\232\272\263\242\377\372\365" + "\343\377\356\326\200\377\340\267L\377\321\224\14\377\230k\7\377\0\0\0" + "\377Rbo\377\327\327\327\377\226\226\226\377\0\0\0\377\256\256\256\377" + "\204\327\327\327\377\5\326\326\326\377\361\361\361\377\201\232\256\377" + "I`r\377\0\0\0\377\202\0\0\0\0\2\0\0\0\377\362\351\316\377\202\356\326" + "\200\377\202\321\224\14\377\4\0\0\0\377x\202\212\377\215\251\276\377" + "\327\327\327\377\204\376\376\376\377\2\374\374\374\377\364\364\364\377" + "\202\353\353\353\377\4\361\361\361\377\201\232\256\377I`r\377\0\0\0\377" + "\202\0\0\0\0\2\0\0\0\377\370\361\326\377\202\356\326\200\377\202\321" + "\224\14\377\3\0\0\0\377\317\340\355\377\215\251\276\377\204\327\327\327" + "\377\1\324\324\324\377\204\305\305\305\377\3\361\361\361\377\201\232" + "\256\377I`r\377\204\0\0\0\377\1\364\344\255\377\202\356\326\200\377\202" + "\321\224\14\377\204\0\0\0\377\202\376\376\376\377\1\362\362\362\377\205" + "\353\353\353\377\3\356\356\356\377\201\232\256\377I`r\377\202\0\0\0\377" + "\1\367\363\337\377\204\356\326\200\377\203\321\224\14\377\1\274\237_" + "\377\203\0\0\0\377\1\213\221\231\377\206\277\313\326\377\7\241\266\304" + "\377\201\232\256\377I`r\377\0\0\0\377\0\0\0\0\0\0\0\377\371\366\352\377" + "\203\356\326\200\377\202\321\224\14\377\7\276\245o\377\0\0\0\377\375" + "\375\375\377\340\340\340\377\301\301\301\377\0\0\0\377Wgu\377\203\201" + "\232\256\377\2~\231\255\377}\227\254\377\202\201\232\256\377\2I`r\377" + "\0\0\0\377\202\0\0\0\0\7\0\0\0\377\371\365\344\377\361\335\227\377\356" + "\326\200\377\321\224\14\377\274\243k\377\0\0\0\377\202\361\361\361\377" + "\15\303\303\303\377\373\373\373\377\250\250\250\377\0\0\0\377\220\220" + "\220\377\353\353\353\377\327\327\327\377\234\235\235\377/FV\377\200\206" + "\214\377\201\232\256\377I`r\377\0\0\0\377\203\0\0\0\0\5""000\377\371" + "\365\346\377\361\335\227\377\303\251p\377\0\0\0\377\203\361\361\361\377" + "\15\255\255\255\377vvv\377]]]\377@@@\377\0\0\0\377\326\326\326\377\305" + "\305\305\377\271\271\271\377\23-<\377Xm\200\377\227\245\260\377I`r\377" + "\0\0\0\377\203\0\0\0\0\202\0\0\0\377\2\362\357\344\377\0\0\0\377\203" + "\361\361\361\377\6\360\360\360\377\342\342\342\377\205\205\205\377KK" + "I\377\26\26\26\377\0\0\0\377\202\305\305\305\377\6\277\277\277\377\21" + "(5\377Zp\202\377\235\251\260\377I`r\377\0\0\0\377\203\0\0\0\0\3\0\0\0" + "\377\376\376\376\377\0\0\0\377\206\357\357\357\377\202\356\356\356\377" + "\12\305\305\305\377\0\0\0\377\305\305\305\377\302\302\302\377\262\262" + "\262\377\21,:\377Zp\202\377\237\251\260\377I`r\377\0\0\0\377\203\0\0" + "\0\0\2\0\0\0\377\376\376\376\377\203\357\357\357\377\205\356\356\356" + "\377\13\354\354\354\377\304\304\304\377\0\0\0\377\206\206\206\377nnn" + "\377zzz\377-9I\377>O\\\377\200\207\217\377\32""1@\377\0\0\0\377\203\0" + "\0\0\0\2\0\0\0\377\375\375\375\377\210\356\356\356\377\2\353\353\353" + "\377\303\303\303\377\204\0\0\0\377\2\0\0\0\340\0\0\0\341\202\0\0\0\377" + "\1\0\0\0G\203\0\0\0\0\3\0\0\0\377\375\375\375\377\355\355\355\377\203" + "\354\354\354\377\202\353\353\353\377\203\352\352\352\377\2\301\301\301" + "\377\0\0\0\377\213\0\0\0\0\3\0\0\0\377\375\375\375\377\353\353\353\377" + "\210\350\350\350\377\2\300\300\300\377\0\0\0\377\213\0\0\0\0\2\0\0\0" + "\377\375\375\375\377\202\352\352\352\377\202\351\351\351\377\203\350" + "\350\350\377\202\347\347\347\377\2\277\277\277\377\0\0\0\377\213\0\0" + "\0\0\3\0\0\0\377\375\375\375\377\350\350\350\377\207\346\346\346\377" + "\3\345\345\345\377\276\276\276\377\0\0\0\377\213\0\0\0\0\2\0\0\0\377" + "\375\375\375\377\202\347\347\347\377\203\346\346\346\377\202\345\345" + "\345\377\202\344\344\344\377\2\275\275\275\377\0\0\0\377\213\0\0\0\0" + "\3\0\0\0\377\375\375\375\377\346\346\346\377\203\345\345\345\377\202" + "\344\344\344\377\203\343\343\343\377\2\273\273\273\377\0\0\0\377\213" + "\0\0\0\0\2\0\0\0\377\302\302\302\377\203\275\275\275\377\202\274\274" + "\274\377\204\273\273\273\377\2\240\240\240\377\0\0\0\324\213\0\0\0\0" + "\1\0\0\0k\213\0\0\0\377\1\0\0\0d\210\0\0\0\0"}; + + diff --git a/src/icons/stock_insert-file.png b/src/icons/stock_insert-file.png new file mode 100644 index 0000000..34aed99 Binary files /dev/null and b/src/icons/stock_insert-file.png differ diff --git a/src/icons/stock_mail-compose.h b/src/icons/stock_mail-compose.h new file mode 100644 index 0000000..325c182 --- /dev/null +++ b/src/icons/stock_mail-compose.h @@ -0,0 +1,118 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_compose) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_compose[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_compose[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1816) */ + "\0\0\7""0" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\216\0\0\0\0\203\0\0\0\377\211\0\0\0\0\214\0\0\0\377\3\321\257a\377\361" + "\343\254\377\373\251\17\377\203\0\0\0\377\1\0\0\0V\205\0\0\0\0\1\0\0" + "\0\377\211\377\377\377\377\12\265\265\265\377\240k\11\377\361\343\254" + "\377\373\251\17\377\201`\0\377\0\0\0\377\340\340\340\377\301\301\301" + "\377\0\0\0\377\0\0\0D\204\0\0\0\0\3\0\0\0\377\377\377\377\377\364\364" + "\364\377\205\377\377\377\377\202\375\375\375\377\13\0\0\0\377\346\303" + "p\377\361\323\207\377\325\217\14\377\0\0\0\377\262\262\262\377\303\303" + "\303\377\373\373\373\377\250\250\250\377\0\0\0\377\0\0\0V\203\0\0\0\0" + "\3\0\0\0\377\377\377\377\377\366\366\366\377\203\377\377\377\377\203" + "\375\375\375\377\14\263\263\263\377\240k\11\377\361\343\254\377\373\251" + "\17\377\201`\0\377\0\0\0\377\372\372\372\377\255\255\255\377vvv\377]" + "]]\377@@@\377\0\0\0\377\203\0\0\0\0\4\0\0\0\377\377\377\377\377\366\366" + "\366\377\377\377\377\377\204\373\373\373\377\15\370\370\370\377\0\0\0" + "\377\346\303p\377\361\320~\377\325\217\14\377\0\0\0\377\254\254\254\377" + "\370\370\366\377\342\342\342\377\205\205\205\377KKI\377\26\26\26\377" + "\0\0\0\377\203\0\0\0\0\3\0\0\0\377\377\377\377\377\364\364\364\377\202" + "\375\375\375\377\202\373\373\373\377\16\373\373\372\377}}}\377\240k\11" + "\377\361\343\254\377\373\251\17\377\201`\0\377\0\0\0\377\364\364\364" + "\377\362\362\362\377\360\360\360\377\357\357\357\377\325\325\325\377" + "\255\255\255\377\0\0\0\377\203\0\0\0\0\4\0\0\0\377\377\377\377\377\362" + "\362\362\377\371\371\371\377\202\366\366\366\377\17\366\366\363\377\363" + "\363\363\377\0\0\0\377\346\303p\377\361\320~\377\325\217\14\377\0\0\0" + "\377\207\207\206\377\345\345\345\377\342\342\342\377\337\337\337\377" + "\353\353\353\377\342\342\342\377\301\301\301\377\0\0\0\377\203\0\0\0" + "\0\3\0\0\0\377\377\377\377\377\360\360\360\377\203\370\370\370\377\12" + "\370\370\366\377\256\256\256\377{S\7\377\361\343\254\377\373\251\17\377" + "\201`\0\377\0\0\0\377\355\355\355\377\353\353\353\377\353\353\351\377" + "\202\351\351\347\377\3\340\340\336\377\277\277\277\377\0\0\0\377\203" + "\0\0\0\0\25\0\0\0\377\377\377\377\377\357\357\357\377\363\363\363\377" + "\360\360\360\377\360\360\355\377\355\355\355\377\0\0\0\377\346\303p\377" + "\361\322\204\377\312\207\13\377\0\0\0\377\236\236\234\377\334\334\331" + "\377\331\331\331\377\331\331\326\377\326\326\324\377\345\345\344\377" + "\331\331\327\377\272\272\272\377\0\0\0\377\203\0\0\0\0\3\0\0\0\377\377" + "\377\377\377\355\355\355\377\202\364\364\364\377\10\362\362\362\377\252" + "\252\252\377\240k\11\377\361\343\254\377\373\251\17\377\201`\0\377\0" + "\0\0\377\347\347\345\377\202\345\345\344\377\6\344\344\342\377\340\340" + "\336\377\342\342\340\377\331\331\327\377\272\272\272\377\0\0\0\377\203" + "\0\0\0\0\25\0\0\0\377\377\377\377\377\353\353\353\377\356\356\354\377" + "\347\347\345\377\345\345\345\377\0\0\0\377\346\303p\377\361\322\204\377" + "\312\207\13\377\0\0\0\377\227\227\226\377\324\324\321\377\342\342\340" + "\377\340\340\336\377\336\336\334\377\336\336\333\377\336\336\334\377" + "\331\331\327\377\275\275\274\377\0\0\0\377\203\0\0\0\0\7\0\0\0\377\377" + "\377\377\377\347\347\347\377\357\357\355\377\353\353\353\377\246\246" + "\245\377\272|\12\377\202\373\251\17\377\7z[\0\377\0\0\0\377\342\342\340" + "\377\340\340\336\377\336\336\334\377\336\336\333\377\334\334\331\377" + "\202\333\333\331\377\3\325\325\323\377\274\274\274\377\0\0\0\377\203" + "\0\0\0\0\25\0\0\0\377\377\377\377\377\345\345\345\377\343\343\343\377" + "\331\331\331\377\0\0\0\377\362\346\266\377{{{\377pK\5\377\0\0\0\377g" + "gd\377\313\313\307\377\311\311\307\377\334\334\331\377\333\333\327\377" + "\331\331\327\377\327\327\325\377\331\331\327\377\327\327\323\377\264" + "\264\264\377\0\0\0\377\203\0\0\0\0\25\0\0\0\377\377\377\377\377\342\342" + "\340\377\345\345\344\377\344\344\344\377\0\0\0\377\333\325\301\377~o" + "W\377uX\0\377\0\0\0\377\334\334\331\377\333\333\331\377\333\333\327\377" + "\331\331\325\377\327\327\323\377\325\325\323\377\325\325\321\377\327" + "\327\323\377\320\320\316\377\272\272\270\377\0\0\0\377\203\0\0\0\0\7" + "\0\0\0\377\377\377\377\377\336\336\334\377\335\335\333\377\321\321\317" + "\377\16\16\16\377SSS\377\202\0\0\0\377\4\215\215\213\377\304\304\301" + "\377\304\304\277\377\301\301\274\377\202\325\325\321\377\6\323\323\320" + "\377\321\321\320\377\323\323\320\377\320\320\316\377\272\272\270\377" + "\0\0\0\377\203\0\0\0\0\5\0\0\0\377\377\377\377\377\334\334\333\377\340" + "\340\334\377\335\335\333\377\202\0\0\0\377\5\211\211\207\377\311\311" + "\306\377\315\315\312\377\320\320\315\377\316\316\313\377\204\320\320" + "\315\377\5\317\317\314\377\320\320\315\377\320\320\314\377\266\266\266" + "\377\0\0\0\377\203\0\0\0\0\25\0\0\0\377\377\377\377\377\333\333\331\377" + "\324\324\320\377\303\303\300\377[[[\377\221\221\215\377\221\221\217\377" + "\237\237\235\377\257\257\254\377\271\271\266\377\276\276\273\377\303" + "\303\300\377\305\305\302\377\310\310\305\377\312\312\307\377\313\313" + "\310\377\314\314\311\377\314\314\310\377\262\262\262\377\0\0\0\377\203" + "\0\0\0\0\25\0\0\0\377\377\377\377\377\322\322\320\377\322\322\317\377" + "\317\317\314\377\277\277\275\377\237\237\234\377\210\210\206\377\207" + "\207\205\377\214\214\212\377\225\225\223\377\234\234\232\377\250\250" + "\245\377\261\261\256\377\265\265\263\377\273\273\270\377\276\276\273" + "\377\277\277\274\377\302\302\276\377\262\262\262\377\0\0\0\377\203\0" + "\0\0\0\11\0\0\0\377\377\377\377\377\321\321\316\377\320\320\314\377\314" + "\314\311\377\317\317\314\377\303\303\300\377\256\256\253\377\235\235" + "\232\377\202\227\227\224\377\12\224\224\221\377\232\232\227\377\237\237" + "\234\377\243\243\240\377\250\250\245\377\252\252\247\377\260\260\254" + "\377\270\270\265\377\260\260\256\377\0\0\0\377\203\0\0\0\0\3\0\0\0\377" + "\377\377\377\377\322\322\317\377\203\321\321\316\377\6\317\317\315\377" + "\313\313\310\377\276\276\274\377\264\264\260\377\254\254\250\377\244" + "\244\242\377\202\240\240\234\377\7\244\244\240\377\244\244\242\377\250" + "\250\246\377\253\253\247\377\262\262\256\377\244\244\244\377\0\0\0\377" + "\203\0\0\0\0\6\0\0\0\377\377\377\377\377\321\321\320\377\321\321\316" + "\377\320\320\316\377\316\316\314\377\202\316\316\312\377\15\314\314\310" + "\377\306\306\302\377\274\274\271\377\263\263\257\377\264\264\260\377" + "\253\253\251\377\246\246\243\377\240\240\235\377\246\246\243\377\252" + "\252\247\377\254\254\251\377\241\241\241\377\0\0\0\377\203\0\0\0\0\4" + "\0\0\0\377\377\377\377\377\261\261\257\377\264\264\263\377\203\264\264" + "\261\377\202\263\263\261\377\4\262\262\256\377\256\256\252\377\247\247" + "\244\377\242\242\240\377\202\245\245\241\377\6\231\231\227\377\222\222" + "\220\377\224\224\220\377\235\235\233\377\205\205\203\377\0\0\0\377\203" + "\0\0\0\0\224\0\0\0\377\2\0\0\0r\0\0\0\0"}; + + diff --git a/src/icons/stock_mail-compose.png b/src/icons/stock_mail-compose.png new file mode 100644 index 0000000..b0d4e13 Binary files /dev/null and b/src/icons/stock_mail-compose.png differ diff --git a/src/icons/stock_mail-compose_16.h b/src/icons/stock_mail-compose_16.h new file mode 100644 index 0000000..5aef80b --- /dev/null +++ b/src/icons/stock_mail-compose_16.h @@ -0,0 +1,58 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_compose_16) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_compose_16[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_compose_16[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (710) */ + "\0\0\2\336" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\2\0\0\0\0\0\0\0\"\211\0\0\0\377\1\0\0\0\32\205\0\0\0\0\1\0\0\0\377\206" + "\376\376\376\377\5\375\375\375\377\340\340\340\377\301\301\301\377\0" + "\0\0\377\0\0\0\"\204\0\0\0\0\2\0\0\0\377\376\376\376\377\206\361\361" + "\361\377\5\303\303\303\377\373\373\373\377\250\250\250\377\0\0\0\377" + "\0\0\0\32\203\0\0\0\0\3\0\0\0\377\376\376\376\377\361\361\361\377\203" + "\314\314\314\377\202\361\361\361\377\4\255\255\255\377vvv\377]]]\377" + "@@@\377\202\0\0\0\377\4\0\0\0N\0\0\0\0\0\0\0\377\376\376\376\377\205" + "\361\361\361\377\14\360\360\360\377\342\342\342\377\205\205\205\377K" + "KI\377\0\0\0\377\373\347;\377\362\266M\377\0\0\0\377\0\0\0\0\0\0\0\377" + "\376\376\376\377\361\361\361\377\204\312\312\312\377\13\357\357\357\377" + "\312\312\312\377\311\311\311\377\0\0\0\377\374\353=\377\367\265D\377" + "aT.\365\0\0\0\377\0\0\0\0\0\0\0\377\376\376\376\377\203\357\357\357\377" + "\204\356\356\356\377\12\0\0\0\377\374\351;\377\367\265E\377l_4\377\0" + "\0\0\377\0\0\0""0\0\0\0\0\0\0\0\377\375\375\375\377\356\356\356\377\202" + "\311\311\311\377\1\356\356\356\377\202\311\311\311\377\6\0\0\0\377\371" + "\3379\377\364\262D\377f]>\377\0\0\0\377\0\0\0%\202\0\0\0\0\3\0\0\0\377" + "\375\375\375\377\355\355\355\377\203\354\354\354\377\5\353\353\353\377" + "\0\0\0\377\366\3226\377\357\264M\377\\O+\377\202\0\0\0\377\203\0\0\0" + "\0\3\0\0\0\377\375\375\375\377\353\353\353\377\203\304\304\304\377\7" + "\350\350\350\377\0\0\0\377\327\256t\377eY0\377\0\0\0\377\300\300\300" + "\377\0\0\0\377\203\0\0\0\0\2\0\0\0\377\375\375\375\377\202\352\352\352" + "\377\202\351\351\351\377\2\0\0\0\377OA\25\377\202\0\0\0\377\3\347\347" + "\347\377\277\277\277\377\0\0\0\377\203\0\0\0\0\6\0\0\0\377\375\375\375" + "\377\350\350\350\377\302\302\302\377\346\346\346\377\302\302\302\377" + "\202\0\0\0\377\202\346\346\346\377\3\345\345\345\377\276\276\276\377" + "\0\0\0\377\203\0\0\0\0\2\0\0\0\377\375\375\375\377\202\347\347\347\377" + "\203\346\346\346\377\202\345\345\345\377\202\344\344\344\377\2\275\275" + "\275\377\0\0\0\377\203\0\0\0\0\3\0\0\0\377\375\375\375\377\346\346\346" + "\377\203\345\345\345\377\202\344\344\344\377\203\343\343\343\377\2\273" + "\273\273\377\0\0\0\377\203\0\0\0\0\2\0\0\0\377\302\302\302\377\203\275" + "\275\275\377\202\274\274\274\377\204\273\273\273\377\2\240\240\240\377" + "\0\0\0\324\203\0\0\0\0\1\0\0\0A\213\0\0\0\377\1\0\0\0""9\202\0\0\0\0"}; + + diff --git a/src/icons/stock_mail-compose_16.png b/src/icons/stock_mail-compose_16.png new file mode 100644 index 0000000..7c7d597 Binary files /dev/null and b/src/icons/stock_mail-compose_16.png differ diff --git a/src/icons/stock_mail-forward.h b/src/icons/stock_mail-forward.h new file mode 100644 index 0000000..7756403 --- /dev/null +++ b/src/icons/stock_mail-forward.h @@ -0,0 +1,83 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_forward) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_forward[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_forward[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1303) */ + "\0\0\5/" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\262\0\0\0\0\1\0\0\0\1\221\0\0\0\2\1\0\0\0\1\204\0\0\0\0\1\0\0\0f\221" + "\0\0\0\377\3\0\0\0m\0\0\0\10\0\0\0\2\202\0\0\0\0\3\0\0\0\1\0\0\0\377" + "SSS\377\204\377\377\377\377\31\376\376\376\377\375\375\375\377\374\374" + "\374\377\373\373\373\377\371\371\371\377\370\370\370\377\367\367\367" + "\377\366\366\366\377\365\365\365\377\364\364\364\377\343\343\343\377" + "SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0\1\0\0\0\0\0\0\0\2\0\0\0\377" + "\356\356\356\377OOO\377\377\377\377\377\365\365\365\377\364\364\364\377" + "\363\363\363\377\202\362\362\362\377\1\361\361\361\377\202\360\360\360" + "\377\22\357\357\357\377\356\356\356\377\355\355\355\377\343\343\343\377" + "OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0" + "\0\2\0\0\0\377\377\377\377\377\344\344\344\377CCC\377\375\375\375\377" + "\363\363\363\377\202\362\362\362\377\3\361\361\361\377\360\360\360\377" + "\357\357\357\377\202\356\356\356\377\22\355\355\355\377\343\343\343\377" + "OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0" + "\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\344\344" + "\344\377OOO\377\373\373\373\377\361\361\361\377\202\360\360\360\377\2" + "\357\357\357\377\356\356\356\377\202\355\355\355\377%\343\343\343\377" + "CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0\377\0\0" + "\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373" + "\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377\360\360" + "\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354\354\354" + "\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377\344\344\344" + "\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0" + "\2\0\0\0\377\377\377\377\377\203\365\365\365\377\12\344\344\344\377>" + ">>\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354\377" + "\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\202\344\344\344" + "\377\12\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0" + "\0\2\0\0\0\377\377\377\377\377\373\373\373\377\202\365\365\365\377\10" + "\344\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343\343" + "\343\377OOO\377jjj\377\202\306\306\306\377\13\365\365\365\377\0\0\0\377" + "\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0" + "\0\0\377\377\377\377\377\202\365\365\365\377\14\344\344\344\377ccc\377" + "\377\377\377\377\271\271\271\377OOO\377\360\360\360\377OOO\377\225\225" + "\225\377\306\306\306\377sss\377\306\306\306\377\365\365\365\377\203\0" + "\0\0\377\21\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" + "\377\377\373\373\373\377\344\344\344\377ccc\377\377\377\377\377\365\365" + "\365\377\344\344\344\377\324\324\324\377OOO\377\254\254\254\377\306\306" + "\306\377\202\344\344\344\377\17|||\377\344\344\344\377\0\0\0\377[\210" + "\262\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" + "\377\377\377\377\344\344\344\377sss\377\377\377\377\377\204\365\365\365" + "\377\1\344\344\344\377\207\0\0\0\377\13\236\270\321\377P\200\255\377" + "\0\0\0\377\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377" + "|||\377\377\377\377\377\206\344\344\344\377\4\0\0\0\377\265\311\334\377" + "\257\305\332\377\262\307\333\377\203\266\312\335\377\11\244\275\325\377" + "\234\267\321\377P\200\255\377\10\15\21\377\0\0\0\2\0\0\0\0\0\0\0\2\0" + "\0\0\377sss\377\210\274\274\274\377\3\0\0\0\377\233\266\320\377\240\272" + "\323\377\202\234\267\321\377\12\233\266\320\377\232\265\317\377\240\272" + "\323\377\234\267\321\377\227\263\316\377_\213\264\377\0\0\0\377\0\0\0" + "\0\0\0\0\2\0\0\0m\212\0\0\0\377\2\221\260\314\377\236\270\321\377\202" + "\232\265\317\377\1\233\266\320\377\203\234\267\321\377\10\240\272\323" + "\377\225\262\316\377Ly\243\377\0\0\0\377\0\0\0\1\0\0\0\10\0\0\0\31\0" + "\0\0(\207\0\0\0-\2\0\0\0\377It\234\377\210\77e\210\377\2*C[\377\0\0\0" + "\377\202\0\0\0\0\3\0\0\0\2\0\0\0\10\0\0\0\16\207\0\0\0\21\2\0\0\0\377" + "Eo\226\377\2057Yx\377\202\77e\210\377\2*C[\377\0\0\0\377\204\0\0\0\0" + "\1\0\0\0\1\210\0\0\0\2\207\0\0\0\377\3\77e\210\377*C[\377\0\0\0\377\224" + "\0\0\0\0\3\0\0\0\377*C[\377\0\0\0\377\225\0\0\0\0\202\0\0\0\377\226\0" + "\0\0\0\1\0\0\0\377\236\0\0\0\0"}; + + diff --git a/src/icons/stock_mail-forward.png b/src/icons/stock_mail-forward.png new file mode 100644 index 0000000..f848a60 Binary files /dev/null and b/src/icons/stock_mail-forward.png differ diff --git a/src/icons/stock_mail-receive.h b/src/icons/stock_mail-receive.h new file mode 100644 index 0000000..f3b9e6d --- /dev/null +++ b/src/icons/stock_mail-receive.h @@ -0,0 +1,87 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_receive) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_receive[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_receive[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1446) */ + "\0\0\5\276" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\210\0\0\0\0\207\0\0\0\377\221\0\0\0\0\2\0\0\0\377\311\333\307\377\202" + "\311\332\307\377\3\201\232y\377XuM\377\0\0\0\377\221\0\0\0\0\7\0\0\0" + "\377\262\311\260\377\251\304\247\377\255\310\253\377[yP\377MgD\377\0" + "\0\0\377\221\0\0\0\0\2\0\0\0\377\273\320\271\377\202\256\307\254\377" + "\3[yP\377MgD\377\0\0\0\377\216\0\0\0\0\1\0\0\0\324\203\0\0\0\377\5\271" + "\316\267\377\256\307\254\377\252\307\250\377[yP\377MgD\377\204\0\0\0" + "\377\214\0\0\0\0\6\0\0\0\377\315\336\313\377\261\311\260\377\265\316" + "\265\377\260\311\260\377\255\306\253\377\203[yP\377\2MhD\377\0\0\0\377" + "\212\0\0\0\0\1\0\0\0\1\203\0\0\0\2\5\0\0\0\377\315\336\313\377\264\313" + "\262\377\263\312\261\377\255\306\253\377\202[yP\377\2MhD\377\0\0\0\377" + "\205\0\0\0\2\1\0\0\0\1\204\0\0\0\0\1\0\0\0f\206\0\0\0\377\5\315\336\313" + "\377\252\307\250\377\260\307\256\377[yP\377MhD\377\206\0\0\0\377\3\0" + "\0\0m\0\0\0\10\0\0\0\2\202\0\0\0\0\3\0\0\0\1\0\0\0\377SSS\377\204\377" + "\377\377\3770\376\376\376\377\0\0\0\377\315\336\313\377\255\310\253\377" + "TqJ\377\0\0\0\377\367\367\367\377\366\366\366\377\365\365\365\377\364" + "\364\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0" + "\1\0\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377\377\377\377\365" + "\365\365\377\364\364\364\377\363\363\363\377\362\362\362\377\0\0\0\377" + "\317\337\314\377\0\0\0\377\360\360\360\377\357\357\357\377\356\356\356" + "\377\355\355\355\377\343\343\343\377OOO\377\256\256\256\377\0\0\0\377" + "\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344" + "\344\344\377CCC\377\375\375\375\377\363\363\363\377\202\362\362\362\377" + "\3\361\361\361\377---\377\357\357\357\377\202\356\356\356\377\22\355" + "\355\355\377\343\343\343\377OOO\377\254\254\254\377\310\310\310\377\0" + "\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377" + "\377\365\365\365\377\344\344\344\377OOO\377\373\373\373\377\361\361\361" + "\377\202\360\360\360\377\2\357\357\357\377\356\356\356\377\202\355\355" + "\355\377%\343\343\343\377CCC\377\240\240\240\377\324\324\324\377\310" + "\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0" + "\377\377\377\377\377\373\373\373\377\365\365\365\377\344\344\344\377" + "CCC\377\370\370\370\377\360\360\360\377\357\357\357\377\356\356\356\377" + "\355\355\355\377\354\354\354\377\343\343\343\377OOO\377\225\225\225\377" + "\324\324\324\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0" + "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\203\365\365\365" + "\377\12\344\344\344\377>>>\377\365\365\365\377\356\356\356\377\355\355" + "\355\377\354\354\354\377\343\343\343\377MMM\377\201\201\201\377\306\306" + "\306\377\202\344\344\344\377\12\310\310\310\377\0\0\0\377\0\0\0-\0\0" + "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377" + "\202\365\365\365\377\10\344\344\344\377jjj\377CCC\377\363\363\363\377" + "\354\354\354\377\343\343\343\377OOO\377jjj\377\202\306\306\306\377\13" + "\365\365\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0" + "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\202\365\365\365" + "\377\40\344\344\344\377ccc\377\377\377\377\377\271\271\271\377OOO\377" + "\360\360\360\377OOO\377\225\225\225\377\306\306\306\377sss\377\306\306" + "\306\377\365\365\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0" + "\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373" + "\373\373\377\344\344\344\377ccc\377\377\377\377\377\365\365\365\377\344" + "\344\344\377\324\324\324\377OOO\377\254\254\254\377\306\306\306\377\202" + "\344\344\344\377\1|||\377\202\344\344\344\377\14\310\310\310\377\0\0" + "\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377" + "\377\344\344\344\377sss\377\377\377\377\377\204\365\365\365\377\202\344" + "\344\344\377\203\365\365\365\377\16\344\344\344\377|||\377\344\344\344" + "\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0" + "\2\0\0\0\377\377\377\377\377|||\377\377\377\377\377\214\344\344\344\377" + "\12|||\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0" + "\0\0\0\2\0\0\0\377sss\377\217\274\274\274\377\10ccc\377\0\0\0\377\0\0" + "\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0m\221\0\0\0\377\11\0\0\0\207" + "\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\31\0\0\0(\217" + "\0\0\0-\4\0\0\0(\0\0\0\31\0\0\0\10\0\0\0\1\202\0\0\0\0\3\0\0\0\2\0\0" + "\0\10\0\0\0\16\217\0\0\0\21\3\0\0\0\16\0\0\0\10\0\0\0\2\204\0\0\0\0\1" + "\0\0\0\1\221\0\0\0\2\1\0\0\0\1\202\0\0\0\0"}; + + diff --git a/src/icons/stock_mail-receive.png b/src/icons/stock_mail-receive.png new file mode 100644 index 0000000..20580e0 Binary files /dev/null and b/src/icons/stock_mail-receive.png differ diff --git a/src/icons/stock_mail-reply-to-all.h b/src/icons/stock_mail-reply-to-all.h new file mode 100644 index 0000000..ae86e8a --- /dev/null +++ b/src/icons/stock_mail-reply-to-all.h @@ -0,0 +1,82 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_reply_to_all) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_reply_to_all[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_reply_to_all[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1373) */ + "\0\0\5u" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\237\0\0\0\0\2\0\0\0\33\0\0\0|\202\0\0\0\377\2\0\0\0m\0\0\0\33\222\0" + "\0\0\0\6\0\0\0m\255\251\234\377\346\341\320\376\360\352\331\376\251\245" + "\230\377\0\0\0\253\216\0\0\0\0\6$$#\20\21\21\21^\24\24\26\212\26\26\30" + "\224\10\10\11\377\333\326\307\377\203\360\352\331\377\1\0\0\0\377\216" + "\0\0\0\0\12\33\33\34\214\5\5\5\371ZZZ\376ggg\376\2\2\2\377\200}v\377" + "\324\232>\377\322\227;\377\360\352\331\377\0\0\0\377\216\0\0\0\0\12\4" + "\4\2\360mkk\377zyy\377\3\1\0\377\4\1\0\377('$\377\335\2301\377\332\226" + "/\377\360\352\331\377\0\0\0\377\216\0\0\0\0\13\32\16\1\372\274m\33\377" + "\276n\23\377\276m\23\377\275l\23\377><6\377\326\220)\377\321\215'\377" + "\360\352\331\377spg\377\0\0\0""3\211\0\0\0\0\1\0\0\0\1\203\0\0\0\0\10" + "\21\11\0\374\317y\34\377\316y\34\377\315v\32\377\304p\23\377JA6\377\240" + "s\36\377\226i\32\377\202\360\352\331\377\2\0\0\0\377\0\1\0\377\206\0" + "\0\0\377\3\0\0\0^\0\0\0\6\0\0\0\3\203\0\0\0\0\14)\27\3\377\272f\23\377" + "\214N\15\377\204J\15\377\277m\23\377\37*\15\3770b\40\377OrB\377D\215" + "D\377.\200.\377:o:\377\0\0\0\377\205\377\377\377\377+SSS\377\0\0\0\377" + "\0\0\0)\0\0\0\11\0\0\0\0\0\0\0\1\"\"$V\27\20\11\377\254`\14\377q\77\12" + "\377i:\12\377\252_\12\377\31+\20\377'Y&\377h\247i\3775\2126\377.\200" + ".\377-\201-\377\0\0\0\377\373\373\373\377\367\367\367\377\372\372\372" + "\377\365\365\365\377OOO\377\256\256\256\377\0\0\0\377\0\0\0O\0\0\0\22" + "\0\0\0\0\0\0\0)\24\25\27\360ov|\377SLF\377$\26\11\377#\30\16\377HFD\377" + "5JM\377\5\13\7\377O~O\3779\2229\377-\205-\377)\177)\377\0\0\0\377\203" + "\365\365\365\377\25OOO\377\254\254\254\377\310\310\310\377\0\0\0\377" + "\0\0\0W\275\275\275>\0\0\0\0\25\26\30\361l|\213\377r\216\251\377]kx\377" + "\310\313\315\377\303\307\315\377\200\220\242\377Zr\213\377Ndy\377\21" + "\27\24\3772\2072\377+\177,\377+w,\377\0\0\0\377\202\365\365\365\377\22" + "CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0\377\0\0" + "\0W\0\0\0\24\0\0\0\0%(*\375\212\236\264\377j\206\241\377Yj|\377\335\341" + "\344\377\334\342\347\377\211\234\254\377h~\226\377Tm\207\377\20\26\35" + "\377\203\0\0\0\377\25\214\214\214\377\365\365\365\377OOO\377\225\225" + "\225\377\324\324\324\377\344\344\344\377\310\310\310\377\0\0\0\377\0" + "\0\0W\0\0\0\24\0\0\0\0#(-\377\200\226\253\377]y\226\377Sh}\377\315\323" + "\331\377\313\322\334\377\211\233\253\377\314\324\334\377\\t\214\377\21" + "\30\40\377\204\365\365\365\377\3MMM\377\201\201\201\377\306\306\306\377" + "\202\344\344\344\377\17\310\310\310\377\0\0\0\377\0\0\0W\0\0\0\24\0\0" + "\0\0\37%+\377k\201\227\377Sm\211\377J]o\377\201\221\237\377\202\223\244" + "\377Zp\207\377Id\201\377D]y\377\16\25\33\377\203\365\365\365\377\16O" + "OO\377jjj\377\240\240\240\377\344\344\344\377\365\365\365\377\344\344" + "\344\377\310\310\310\377\0\0\0\377\0\0\0W\0\0\0\24\0\0\0\0\0\0\0g\16" + "\24\32\376\15\23\31\377\203\16\24\33\377\21\16\24\32\377\16\23\32\377" + "\17\24\32\377ccc\377OOO\377\365\365\365\377OOO\377\225\225\225\377\306" + "\306\306\377sss\377\306\306\306\377\365\365\365\377\344\344\344\377\310" + "\310\310\377\0\0\0\377\0\0\0W\0\0\0\24\203\0\0\0\0\17\0\0\0\377\377\377" + "\377\377\373\373\373\377\365\365\365\377ccc\377\306\306\306\377\365\365" + "\365\377\344\344\344\377\324\324\324\377OOO\377\254\254\254\377\306\306" + "\306\377\344\344\344\377\365\365\365\377|||\377\202\344\344\344\377\4" + "\310\310\310\377\0\0\0\377\0\0\0W\0\0\0\24\203\0\0\0\0\5\0\0\0\377\377" + "\377\377\377\365\365\365\377sss\377\324\324\324\377\204\365\365\365\377" + "\202\344\344\344\377\204\365\365\365\377\6|||\377\344\344\344\377\310" + "\310\310\377\0\0\0\377\0\0\0W\0\0\0\24\203\0\0\0\0\4\0\0\0\377\377\377" + "\377\377|||\377\324\324\324\377\214\344\344\344\377\5|||\377\310\310" + "\310\377\0\0\0\377\0\0\0W\0\0\0\24\203\0\0\0\0\2\0\0\0\377sss\377\217" + "\274\274\274\377\4ccc\377\0\0\0\377\0\0\0W\0\0\0\23\203\0\0\0\0\1\0\0" + "\0^\221\0\0\0\377\3\0\0\0\267\0\0\0R\0\0\0\20\203\0\0\0\0\3\0\0\0\7\0" + "\0\0)\0\0\0O\217\0\0\0W\3\0\0\0R\0\0\0""3\0\0\0\11\203\0\0\0\0\3\0\0" + "\0\1\0\0\0\7\0\0\0\17\217\0\0\0\21\3\0\0\0\20\0\0\0\11\0\0\0\1\230\0" + "\0\0\0"}; + + diff --git a/src/icons/stock_mail-reply-to-all.png b/src/icons/stock_mail-reply-to-all.png new file mode 100644 index 0000000..e268577 Binary files /dev/null and b/src/icons/stock_mail-reply-to-all.png differ diff --git a/src/icons/stock_mail-reply.h b/src/icons/stock_mail-reply.h new file mode 100644 index 0000000..c053124 --- /dev/null +++ b/src/icons/stock_mail-reply.h @@ -0,0 +1,83 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_reply) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_reply[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_reply[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1293) */ + "\0\0\5%" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\264\0\0\0\0\1\0\0\0\1\221\0\0\0\2\1\0\0\0\1\204\0\0\0\0\1\0\0\0f\221" + "\0\0\0\377\3\0\0\0m\0\0\0\10\0\0\0\2\202\0\0\0\0\3\0\0\0\1\0\0\0\377" + "SSS\377\204\377\377\377\377\17\376\376\376\377\375\375\375\377\374\374" + "\374\377\373\373\373\377\371\371\371\377\370\370\370\377\367\367\367" + "\377\366\366\366\377\365\365\365\377\364\364\364\377\343\343\343\377" + "SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\202\0\0\0\0\10\0\0\0\2\0\0\0\377" + "\356\356\356\377OOO\377\377\377\377\377\365\365\365\377\364\364\364\377" + "\363\363\363\377\202\362\362\362\377\1\361\361\361\377\202\360\360\360" + "\377\11\357\357\357\377\356\356\356\377\355\355\355\377\343\343\343\377" + "OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17\202\0\0\0\0\7\0\0\0" + "\2\0\0\0\377\377\377\377\377\344\344\344\377CCC\377\375\375\375\377\363" + "\363\363\377\202\362\362\362\377\3\361\361\361\377\360\360\360\377\357" + "\357\357\377\202\356\356\356\377\10\355\355\355\377\343\343\343\377O" + "OO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\202" + "\0\0\0\0\10\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\344\344" + "\344\377OOO\377\373\373\373\377\361\361\361\377\202\360\360\360\377\2" + "\357\357\357\377\356\356\356\377\202\355\355\355\377\10\343\343\343\377" + "CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0\377\0\0" + "\0-\0\0\0\21\202\0\0\0\0\26\0\0\0\2\0\0\0\377\377\377\377\377\373\373" + "\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377\360\360" + "\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354\354\354" + "\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377\344\344\344" + "\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\202\0\0\0\0\3\0\0\0\2" + "\0\0\0\377\377\377\377\377\203\365\365\365\377\12\344\344\344\377>>>" + "\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354\377" + "\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\202\344\344\344" + "\377\4\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\202\0\0\0\0\16\0\0\0" + "\2\0\0\0\377\377\377\377\377\373\373\373\377=\32\23\377\365\365\365\377" + "\344\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343\343" + "\343\377OOO\377jjj\377\202\306\306\306\377\6\365\365\365\377\344\344" + "\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\202\0\0\0\0\3\0\0" + "\0\2\0\0\0\377\377\377\377\377\202\0\0\0\377\21\344\344\344\377ccc\377" + "\377\377\377\377\271\271\271\377OOO\377\360\360\360\377OOO\377\225\225" + "\225\377\306\306\306\377sss\377\306\306\306\377\365\365\365\377\344\344" + "\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\202\0\0\0\0\1\0\0" + "\0\2\202\0\0\0\377\12\352\300\272\377\0\0\0\377ccc\377\377\377\377\377" + "\365\365\365\377\344\344\344\377\324\324\324\377OOO\377\254\254\254\377" + "\306\306\306\377\202\344\344\344\377\1|||\377\202\344\344\344\377\4\310" + "\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\202\0\0\0\0\4\0\0\0\2\0\0\0\377" + "\352\300\272\377\337\236\225\377\207\0\0\0\377\1\344\344\344\377\203" + "\365\365\365\377\7\344\344\344\377|||\377\344\344\344\377\310\310\310" + "\377\0\0\0\377\0\0\0-\0\0\0\21\202\0\0\0\0\13\0\0\0\377\352\300\272\377" + "\340\241\230\377\341\245\235\377\342\247\236\377\343\253\243\377\342" + "\247\236\377\343\252\242\377\337\236\225\377\314bS\377\0\0\0\377\206" + "\344\344\344\377\14|||\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21" + "\0\0\0\0\0\0\0\377\352\300\272\377\335\227\215\377\337\237\227\377\337" + "\236\225\377\336\232\220\377\202\335\226\214\377\4\336\232\220\377\335" + "\224\212\377\261C4\377\0\0\0\377\207\274\274\274\377\10ccc\377\0\0\0" + "\377\0\0\0-\0\0\0\21C\31\23\377\352\302\274\377\336\232\220\377\337\234" + "\222\377\202\335\231\217\377\1\335\227\215\377\204\336\232\220\377\1" + "\265E5\377\211\0\0\0\377\6\0\0\0\207\0\0\0(\0\0\0\17\0\0\0\0\0\0\0\377" + "e&\35\377\210\230:,\377\2|/$\377\0\0\0\377\210\0\0\0-\3\0\0\0(\0\0\0" + "\31\0\0\0\10\202\0\0\0\0\2\0\0\0\377e&\35\377\202\230:,\377\205c%\35" + "\377\2l)\37\377\0\0\0\377\210\0\0\0\21\3\0\0\0\16\0\0\0\10\0\0\0\2\203" + "\0\0\0\0\3\0\0\0\377e&\35\377\230:,\377\207\0\0\0\377\211\0\0\0\2\1\0" + "\0\0\1\205\0\0\0\0\3\0\0\0\377e&\35\377\0\0\0\377\226\0\0\0\0\202\0\0" + "\0\377\227\0\0\0\0\1\0\0\0\377\251\0\0\0\0"}; + + diff --git a/src/icons/stock_mail-reply.png b/src/icons/stock_mail-reply.png new file mode 100644 index 0000000..47eecc6 Binary files /dev/null and b/src/icons/stock_mail-reply.png differ diff --git a/src/icons/stock_mail-send.h b/src/icons/stock_mail-send.h new file mode 100644 index 0000000..1aff2bd --- /dev/null +++ b/src/icons/stock_mail-send.h @@ -0,0 +1,84 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_send) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_send[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_send[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1369) */ + "\0\0\5q" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\243\0\0\0\0\1O\77\12\377\226\0\0\0\0\3\0\0\0\377\364\346\265\377\0\0" + "\0\377\224\0\0\0\0\5\0\0\0\377\364\345\263\377\355\326\204\377u_\20\377" + "\0\0\0\377\222\0\0\0\0\7\0\0\0\377\364\345\263\377\355\325\200\377\356" + "\326\205\377\257\215\30\377u_\20\377\0\0\0\377\220\0\0\0\0\5\0\0\0\377" + "\364\345\263\377\357\331\214\377\356\330\213\377\355\325\202\377\202" + "\257\215\30\377\2u_\20\377\0\0\0\377\213\0\0\0\0\1\0\0\0\1\202\0\0\0" + "\2\6\0\0\0\377\364\345\263\377\356\330\211\377\357\332\222\377\356\330" + "\211\377\355\325\202\377\203\257\215\30\377\2u_\20\377\0\0\0\377\204" + "\0\0\0\2\1\0\0\0\1\204\0\0\0\0\1\0\0\0f\206\0\0\0\377\5\360\333\223\377" + "\355\326\204\377\355\325\200\377\257\215\30\377s]\20\377\206\0\0\0\377" + "\3\0\0\0m\0\0\0\10\0\0\0\2\202\0\0\0\0\3\0\0\0\1\0\0\0\377SSS\377\204" + "\377\377\377\377\2\0\0\0\377\360\334\227\377\202\355\326\204\377D\257" + "\215\30\377s]\20\377\0\0\0\377\366\366\366\377\365\365\365\377\364\364" + "\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0\1\0" + "\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377\377\377\377\365\365" + "\365\377\364\364\364\377\0\0\0\377\356\330\211\377\355\323|\377\355\326" + "\204\377\257\215\30\377s]\20\377\0\0\0\377\356\356\356\377\355\355\355" + "\377\343\343\343\377OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17" + "\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344\344\377CC" + "C\377\375\375\375\377\363\363\363\377\0\0\0\377\344\277=\377\313\244" + "\34\377\321\250\34\377\220t\23\377|d\21\377\0\0\0\377\355\355\355\377" + "\343\343\343\377OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0" + "\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365" + "\365\377\344\344\344\377OOO\377\373\373\373\377\207\0\0\0\377%\343\343" + "\343\377CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0" + "\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377" + "\373\373\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377" + "\360\360\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354" + "\354\354\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377\344" + "\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0" + "\0\0\0\0\2\0\0\0\377\377\377\377\377\203\365\365\365\377\12\344\344\344" + "\377>>>\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354" + "\377\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\202\344\344" + "\344\377\12\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0" + "\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\202\365\365\365\377" + "\10\344\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343" + "\343\343\377OOO\377jjj\377\202\306\306\306\377\13\365\365\365\377\344" + "\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0" + "\0\0\0\0\2\0\0\0\377\377\377\377\377\202\365\365\365\377\40\344\344\344" + "\377ccc\377\377\377\377\377\271\271\271\377OOO\377\360\360\360\377OO" + "O\377\225\225\225\377\306\306\306\377sss\377\306\306\306\377\365\365" + "\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0" + "\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\344" + "\344\344\377ccc\377\377\377\377\377\365\365\365\377\344\344\344\377\324" + "\324\324\377OOO\377\254\254\254\377\306\306\306\377\202\344\344\344\377" + "\1|||\377\202\344\344\344\377\14\310\310\310\377\0\0\0\377\0\0\0-\0\0" + "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344\344\377" + "sss\377\377\377\377\377\204\365\365\365\377\202\344\344\344\377\203\365" + "\365\365\377\16\344\344\344\377|||\377\344\344\344\377\310\310\310\377" + "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" + "\377\377|||\377\377\377\377\377\214\344\344\344\377\12|||\377\310\310" + "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" + "sss\377\217\274\274\274\377\10ccc\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0" + "\2\0\0\0\0\0\0\0\2\0\0\0m\221\0\0\0\377\11\0\0\0\207\0\0\0(\0\0\0\17" + "\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\31\0\0\0(\217\0\0\0-\4\0\0\0" + "(\0\0\0\31\0\0\0\10\0\0\0\1\202\0\0\0\0\3\0\0\0\2\0\0\0\10\0\0\0\16\217" + "\0\0\0\21\3\0\0\0\16\0\0\0\10\0\0\0\2\204\0\0\0\0\1\0\0\0\1\221\0\0\0" + "\2\1\0\0\0\1\202\0\0\0\0"}; + + diff --git a/src/icons/stock_mail-send.png b/src/icons/stock_mail-send.png new file mode 100644 index 0000000..e1fa151 Binary files /dev/null and b/src/icons/stock_mail-send.png differ diff --git a/src/icons/stock_mail.h b/src/icons/stock_mail.h new file mode 100644 index 0000000..5114b0d --- /dev/null +++ b/src/icons/stock_mail.h @@ -0,0 +1,68 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1031) */ + "\0\0\4\37" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\343\0\0\0\0\1\0\0\0\1\221\0\0\0\2\1\0\0\0\1\204\0\0\0\0\1\0\0\0f\221" + "\0\0\0\377\3\0\0\0m\0\0\0\10\0\0\0\2\202\0\0\0\0\3\0\0\0\1\0\0\0\377" + "SSS\377\217\377\377\377\377#SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0" + "\1\0\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\365\365\365\377\373" + "\373\373\377\365\365\365\377\373\373\373\377\367\367\367\377\373\373" + "\373\377\365\365\365\377\373\373\373\377\365\365\365\377\373\373\373" + "\377\367\367\367\377\372\372\372\377\365\365\365\377OOO\377\256\256\256" + "\377\0\0\0\377\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377" + "\377\377\377\344\344\344\377CCC\377\213\365\365\365\377\16OOO\377\254" + "\254\254\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0" + "\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\344\344\344\377" + "OOO\377\211\365\365\365\377\20CCC\377\240\240\240\377\324\324\324\377" + "\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0" + "\0\0\377\377\377\377\377\373\373\373\377\365\365\365\377\344\344\344" + "\377CCC\377\207\365\365\365\377\15OOO\377\225\225\225\377\324\324\324" + "\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0" + "\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\203\365\365\365\377\2\344" + "\344\344\377>>>\377\205\365\365\365\377\3MMM\377\201\201\201\377\306" + "\306\306\377\202\344\344\344\377\12\310\310\310\377\0\0\0\377\0\0\0-" + "\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373" + "\377\203\365\365\365\377\2jjj\377CCC\377\203\365\365\365\377\17OOO\377" + "jjj\377\240\240\240\377\344\344\344\377\365\365\365\377\344\344\344\377" + "\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0" + "\0\0\377\377\377\377\377\203\365\365\365\377\1ccc\377\202\271\271\271" + "\377\37OOO\377\365\365\365\377OOO\377\225\225\225\377\306\306\306\377" + "sss\377\306\306\306\377\365\365\365\377\344\344\344\377\310\310\310\377" + "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" + "\377\377\373\373\373\377\365\365\365\377ccc\377\306\306\306\377\365\365" + "\365\377\344\344\344\377\324\324\324\377OOO\377\254\254\254\377\306\306" + "\306\377\344\344\344\377\365\365\365\377|||\377\202\344\344\344\377\14" + "\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0" + "\0\0\377\377\377\377\377\365\365\365\377sss\377\324\324\324\377\204\365" + "\365\365\377\202\344\344\344\377\204\365\365\365\377\15|||\377\344\344" + "\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0" + "\0\0\2\0\0\0\377\377\377\377\377|||\377\324\324\324\377\214\344\344\344" + "\377\12|||\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0" + "\0\0\0\0\0\2\0\0\0\377sss\377\217\274\274\274\377\10ccc\377\0\0\0\377" + "\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0m\221\0\0\0\377\11\0\0" + "\0\207\0\0\0(\0\0\0\17\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\31\0\0" + "\0(\217\0\0\0-\4\0\0\0(\0\0\0\31\0\0\0\10\0\0\0\1\202\0\0\0\0\3\0\0\0" + "\2\0\0\0\10\0\0\0\16\217\0\0\0\21\3\0\0\0\16\0\0\0\10\0\0\0\2\204\0\0" + "\0\0\1\0\0\0\1\221\0\0\0\2\1\0\0\0\1\262\0\0\0\0"}; + + diff --git a/src/icons/stock_mail.png b/src/icons/stock_mail.png new file mode 100644 index 0000000..5f8922e Binary files /dev/null and b/src/icons/stock_mail.png differ diff --git a/src/icons/stock_mail_receive_all.h b/src/icons/stock_mail_receive_all.h new file mode 100644 index 0000000..3f8227f --- /dev/null +++ b/src/icons/stock_mail_receive_all.h @@ -0,0 +1,91 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_receive_all) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_receive_all[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_receive_all[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1563) */ + "\0\0\6""3" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\264\0\0\0\0\5\16\17\16\3537<6\377493\377\36%\33\377\6\10\5\353\205\0" + "\0\0\0\5\16\17\16\3537<6\377493\377\36%\33\377\6\10\5\353\211\0\0\0\0" + "\5/4/\353\272\317\270\377\255\305\252\377`|V\377\24\33\22\353\205\0\0" + "\0\0\5/4/\353\272\317\270\377\255\305\252\377`|V\377\24\33\22\353\207" + "\0\0\0\0\7\0\0\0\24\0\0\0\27.3-\355\263\312\261\377\241\273\235\377U" + "qJ\377\23\32\21\355\202\0\0\0\27\10\0\0\0\0\0\0\0\24\0\0\0\27.3-\355" + "\263\312\261\377\241\273\235\377UqJ\377\23\32\21\355\202\0\0\0\27\205" + "\0\0\0\0\23\0\0\0\254.2-\377]h\\\377\263\313\262\377\237\273\234\377" + "WtL\377,;'\377\21\27\17\377\0\0\0\277\0\0\0\0\0\0\0\254.2-\377]h\\\377" + "\263\313\262\377\237\273\234\377WtL\377,;'\377\21\27\17\377\0\0\0\277" + "\205\0\0\0\0\24\0\0\0\36=B<\301\266\312\265\377\263\313\262\377\241\273" + "\236\377[yP\377PkF\377\27\37\24\301\0\0\0\36\0\0\0\0\0\0\0\36=B<\301" + "\266\312\265\377\263\313\262\377\241\273\236\377[yP\377PkF\377\27\37" + "\24\301\0\0\0\40\0\0\0\1\204\0\0\0\0\7\0\0\0f\0\0\0\377372\377\254\301" + "\252\377\242\274\237\377NhE\377\23\32\21\377\205\0\0\0\377\11""372\377" + "\254\301\252\377\242\274\237\377NhE\377\23\32\21\377\0\0\0\377\0\0\0" + "m\0\0\0\10\0\0\0\2\202\0\0\0\0\11\0\0\0\1\0\0\0\377SSS\377\337\337\337" + "\377qvp\377\233\256\230\377MVK\377\336\336\336\377\376\376\376\377\202" + "\374\374\374\377\26\372\372\372\377\367\367\367\377\330\330\330\377o" + "tn\377\233\256\230\377KSH\377\306\306\306\377SSS\377\0\0\0\377\0\0\0" + "\31\0\0\0\10\0\0\0\1\0\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377" + "\332\332\332\377twt\377\320\320\320\377\363\363\363\377\362\362\362\377" + "\203\361\361\361\377\23\360\360\360\377\357\357\357\377\313\313\313\377" + "sur\377\302\302\302\377OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0" + "\17\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344\344\377" + "CCC\377\375\375\375\377\363\363\363\377\202\362\362\362\377\202\361\361" + "\361\377\1\357\357\357\377\202\356\356\356\377\22\355\355\355\377\343" + "\343\343\377OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0\0-" + "\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365" + "\377\344\344\344\377OOO\377\373\373\373\377\361\361\361\377\202\360\360" + "\360\377\2\357\357\357\377\356\356\356\377\202\355\355\355\377%\343\343" + "\343\377CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0" + "\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377" + "\373\373\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377" + "\360\360\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354" + "\354\354\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377\344" + "\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0" + "\0\0\0\0\2\0\0\0\377\377\377\377\377\203\365\365\365\377\12\344\344\344" + "\377>>>\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354" + "\377\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\202\344\344" + "\344\377\12\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0" + "\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\202\365\365\365\377" + "\10\344\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343" + "\343\343\377OOO\377jjj\377\202\306\306\306\377\13\365\365\365\377\344" + "\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0" + "\0\0\0\0\2\0\0\0\377\377\377\377\377\202\365\365\365\377\40\344\344\344" + "\377ccc\377\377\377\377\377\271\271\271\377OOO\377\360\360\360\377OO" + "O\377\225\225\225\377\306\306\306\377sss\377\306\306\306\377\365\365" + "\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0" + "\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\344" + "\344\344\377ccc\377\377\377\377\377\365\365\365\377\344\344\344\377\324" + "\324\324\377OOO\377\254\254\254\377\306\306\306\377\202\344\344\344\377" + "\1|||\377\202\344\344\344\377\14\310\310\310\377\0\0\0\377\0\0\0-\0\0" + "\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344\344\377" + "sss\377\377\377\377\377\204\365\365\365\377\202\344\344\344\377\203\365" + "\365\365\377\16\344\344\344\377|||\377\344\344\344\377\310\310\310\377" + "\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377" + "\377\377|||\377\377\377\377\377\214\344\344\344\377\12|||\377\310\310" + "\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377" + "sss\377\217\274\274\274\377\10ccc\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0" + "\2\0\0\0\0\0\0\0\2\0\0\0m\221\0\0\0\377\11\0\0\0\207\0\0\0(\0\0\0\17" + "\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\31\0\0\0(\217\0\0\0-\4\0\0\0" + "(\0\0\0\31\0\0\0\10\0\0\0\1\202\0\0\0\0\3\0\0\0\2\0\0\0\10\0\0\0\16\217" + "\0\0\0\21\3\0\0\0\16\0\0\0\10\0\0\0\2\204\0\0\0\0\1\0\0\0\1\221\0\0\0" + "\2\1\0\0\0\1\202\0\0\0\0"}; + + diff --git a/src/icons/stock_mail_receive_all.png b/src/icons/stock_mail_receive_all.png new file mode 100644 index 0000000..0004bf2 Binary files /dev/null and b/src/icons/stock_mail_receive_all.png differ diff --git a/src/icons/stock_mail_send_queue.h b/src/icons/stock_mail_send_queue.h new file mode 100644 index 0000000..3fd224a --- /dev/null +++ b/src/icons/stock_mail_send_queue.h @@ -0,0 +1,92 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_mail_send_queue) +#endif +#ifdef __GNUC__ +static const guint8 stock_mail_send_queue[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_mail_send_queue[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1550) */ + "\0\0\6&" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\243\0\0\0\0\1O\77\12\377\226\0\0\0\0\3\0\0\0\377\364\346\265\377\0\0" + "\0\377\224\0\0\0\0\5\0\0\0\377\364\345\263\377\355\326\204\377u_\20\377" + "\0\0\0\377\222\0\0\0\0\7\0\0\0\377\364\345\263\377\355\325\200\377\356" + "\326\205\377\257\215\30\377u_\20\377\0\0\0\377\220\0\0\0\0\5\0\0\0\377" + "\364\345\263\377\357\331\214\377\356\330\213\377\355\325\202\377\202" + "\257\215\30\377\2u_\20\377\0\0\0\377\213\0\0\0\0\1\0\0\0\1\202\0\0\0" + "\2\6\0\0\0\377\364\345\263\377\356\330\211\377\357\332\222\377\356\330" + "\211\377\355\325\202\377\203\257\215\30\377\2u_\20\377\0\0\0\377\204" + "\0\0\0\2\1\0\0\0\1\204\0\0\0\0\1\0\0\0f\206\0\0\0\377\5\360\333\223\377" + "\355\326\204\377\355\325\200\377\257\215\30\377s]\20\377\206\0\0\0\377" + "\3\0\0\0m\0\0\0\10\0\0\0\2\202\0\0\0\0\3\0\0\0\1\0\0\0\377SSS\377\204" + "\377\377\377\377\2\0\0\0\377\360\334\227\377\202\355\326\204\377D\257" + "\215\30\377s]\20\377\0\0\0\377\366\366\366\377\365\365\365\377\364\364" + "\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0\1\0" + "\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377\377\377\377\365\365" + "\365\377\364\364\364\377\0\0\0\377\356\330\211\377\355\323|\377\355\326" + "\204\377\257\215\30\377s]\20\377\0\0\0\377\356\356\356\377\355\355\355" + "\377\343\343\343\377OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17" + "\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344\344\377CC" + "C\377\375\375\375\377\363\363\363\377\0\0\0\377\344\277=\377\313\244" + "\34\377\321\250\34\377\220t\23\377|d\21\377\0\0\0\377\355\355\355\377" + "\343\343\343\377OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0" + "\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365" + "\365\377\344\344\344\377OOO\377\373\373\373\377\207\0\0\0\377%\343\343" + "\343\377CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0" + "\377\0\0\0-\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377" + "\373\373\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377" + "\360\360\360\377\357\357\357\377\356\356\356\377\352\352\352\377\326" + "\326\326\377\242\242\242\377III\377SST\377YYY\377nnn\377\217\217\217" + "\377\3\3\3\377\0\0\0/\0\0\0\21\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377" + "\377\377\377\203\365\365\365\377\11\344\344\344\377>>>\377\365\365\365" + "\377\356\356\356\377\353\353\353\377\306\306\306\377mmm\377sss\377\372" + "\372\371\377\202\377\377\377\377\13\362\365\364\377xxw\377\23\23\23\377" + "\4\4\4Q\1\1\1\23\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373" + "\373\373\377\202\365\365\365\377\7\344\344\344\377jjj\377CCC\377\363" + "\363\363\377\332\332\332\377qpo\377\252\247\247\377\203\377\377\377\377" + "\1\355\354\354\377\202\377\377\377\377\10\226\226\226\377\24\24\24\250" + "\16\16\16&\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\202\365" + "\365\365\377\7\344\344\344\377ccc\377\377\377\377\377\271\271\271\377" + "OOO\377\275\275\275\377USV\377\204\377\377\377\377\2www\377\327\327\327" + "\377\202\377\377\377\377\"HHH\355\32\32\32N\0\0\0\2\0\0\0\0\0\0\0\2\0" + "\0\0\377\377\377\377\377\373\373\373\377\344\344\344\377ccc\377\377\377" + "\377\377\365\365\365\377\344\344\344\377\324\324\324\377BBB\377\304\304" + "\304\377\377\377\377\377\375\375\375\377\377\377\377\377\266\266\266" + "\377EEE\377\376\376\377\377\370\371\371\377\377\377\377\377\253\254\254" + "\377)))\216\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344" + "\344\377sss\377\377\377\377\377\204\365\365\365\377\23yyy\377\301\301" + "\301\377\377\377\377\377\370\370\371\377\377\377\377\377\40\40!\377$" + "$!\377\377\377\377\377\367\370\370\377\377\377\377\377\252\252\252\377" + "'''\240\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377|||\377\377" + "\377\377\377\205\344\344\344\377\21\211\211\211\377\255\255\255\377\377" + "\377\377\377\372\373\373\377\366\366\366\377\40\40\40\377\0\0\0\377\216" + "\217\217\377\367\367\364\377\377\377\377\377\226\226\226\377%%%\213\0" + "\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377sss\377\207\274\274\274\377\2\220\220" + "\220\377rrr\377\203\377\377\377\377\3\361\360\361\377\341\341\341\377" + "\330\326\331\377\202\377\377\377\377\6YYY\363\31\31\31Y\0\0\0\2\0\0\0" + "\0\0\0\0\2\0\0\0m\210\0\0\0\377\3\2\2\2\377\6\6\6\377\232\232\232\377" + "\206\377\377\377\377\11\215\216\216\373\0\0\0\255\10\7\10'\0\0\0\2\0" + "\0\0\0\0\0\0\1\0\0\0\10\0\0\0\31\0\0\0(\206\0\0\0-\15\0\0\0:\0\0\0p\6" + "\6\6\311vvv\366\345\344\344\377\371\371\371\377\364\364\367\377\336\336" + "\336\377jkk\366\0\0\0\314\0\0\0g\0\0\0\27\0\0\0\1\202\0\0\0\0\3\0\0\0" + "\2\0\0\0\10\0\0\0\16\206\0\0\0\21\14\0\0\0\40\0\0\0A\0\0\0w\0\0\0\254" + "\26\26\26\323(((\343%%%\344\21\21\21\326\0\0\0\262\0\0\0\200\0\0\0F\0" + "\0\0\26\204\0\0\0\0\1\0\0\0\1\207\0\0\0\2\15\0\0\0\14\0\0\0\35\0\0\0" + "/\1\1\1>\6\6\6R\7\7\7`\6\6\6b\4\4\4[\0\0\0J\0\0\0""9\0\0\0#\0\0\0\16" + "\0\0\0\0"}; + + diff --git a/src/icons/stock_mail_send_queue.png b/src/icons/stock_mail_send_queue.png new file mode 100644 index 0000000..8754c5d Binary files /dev/null and b/src/icons/stock_mail_send_queue.png differ diff --git a/src/icons/stock_notspam.h b/src/icons/stock_notspam.h new file mode 100644 index 0000000..9923722 --- /dev/null +++ b/src/icons/stock_notspam.h @@ -0,0 +1,81 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_notspam) +#endif +#ifdef __GNUC__ +static const guint8 stock_notspam[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_notspam[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1250) */ + "\0\0\4\372" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\346\0\0\0\0\6\22\23\23<\35\36\36\346389\3759\77@\363156X\22\25\25!\222" + "\0\0\0\0\7\27\30\31\312\262\270\271\337\325\343\347\377\252\272\275\375" + "dij\365\35\36\36\346\0\0\0\40\221\0\0\0\0\13\14\15\15\311\222\234\236" + "\360\347\360\363\377\355\360\361\377\345\355\357\377\305\331\335\377" + ".12\365\77CC\203\34\35\36N\32\33\33P\0\0\0\4\215\0\0\0\0\15""3557\37" + "!!\361\337\353\356\377\267\304\310\377\322\331\332\377\341\357\362\377" + "\266\313\317\374\377\250\302\310\377" + "\262\275\300\377\317\345\351\377\302\331\336\377\201\230\234\377\242" + "\300\305\377\205\251\261\377\345\354\356\377\347\362\364\377\233\256" + "\263\377\310\341\347\377:>\77\355\14\16\16\201\206\0\0\0\0\22\0\0\0""0" + "\0\0\0\377377\377\263\302\305\377\335\355\360\377\330\344\346\377\341" + "\357\362\377\332\354\357\377\325\351\355\377\322\347\354\377\225\255" + "\262\377\333\342\342\377\355\357\360\377\242\261\263\377\217\244\250" + "\377\327\342\345\377y\217\224\373\25\30\31\311\204\0\0\0\0\1\0\0\0""0" + "\202\0\0\0\377\21\363\265\247\377\206^U\377\257\271\273\377\361\370\371" + "\377\367\373\373\377\331\353\357\377\354\364\366\377\363\367\367\377" + "\351\362\364\377\356\362\363\377\351\355\356\377\305\310\311\377\302" + "\306\310\377\340\347\347\377\335\352\355\377z\235\245\377\31\36\37\375" + "\204\0\0\0\0\15\0\0\0\377\363\265\247\377\353\201i\377\2706\30\377\222" + "N<\377\237\245\246\377\343\356\360\377\354\365\367\377\326\352\355\377" + "\313\344\351\377\331\347\351\377\341\353\355\377\325\232\231\377\210" + "\244\0\0\377\1\212\0\0\232\202\0\0\0\0\15\0\0\0\377\2645\30\377\347j" + "M\377\353\201i\377\265\77$\377\313pZ\377\304\330\333\377\322\346\351" + "\377\312\343\350\377\251\310\317\377\177\244\252\377\202\264\276\377" + "\244\0\0\377\207\337B\36\377\5\335;\33\377\244\0\0\377\0\0\0""0\0\0\0" + "\0\0\0\0\377\203\2645\30\377\14\347jM\377\361\250\227\377\347eG\377\305" + "\213}\377\250\253\254\377p\241\253\377\210\265\276\377\225\307\321\377" + "\244\0\0\377\337B\36\377\377\377\377\377\370\331\322\377\202\314\0\0" + "\377\7\370\331\322\377\377\377\377\377\331.\25\377\244\0\0\377\0\0\0" + "\377\0\0\0\0\0\0\0\377\205\2645\30\377\11\347jM\377\361\250\227\377\341" + "pU\377\335\215z\377\330\347\352\377\330\351\355\377\244\0\0\377\337B" + "\36\377\370\331\322\377\204\377\377\377\377\6\370\331\322\377\331.\25" + "\377\244\0\0\377\0\0\0\377\0\0\0\1\0\0\0""7\202\0\0\0\377\205\2645\30" + "\377\7\347jM\377\361\250\227\377\347eG\377\345\242\223\377\244\0\0\377" + "\337B\36\377\314\0\0\377\204\377\377\377\377\10\314\0\0\377\331.\25\377" + "\244\0\0\377\0\0\0\377\0\0\0\2\0\0\0\3\0\0\0\34\0\0\0d\202\0\0\0\377" + "\205\2645\30\377\5\347jM\377\361\250\227\377\244\0\0\377\337B\36\377" + "\314\0\0\377\204\377\377\377\377\12\314\0\0\377\331.\25\377\244\0\0\377" + "\0\0\0g\0\0\0\3\0\0\0\0\0\0\0\6\0\0\0\24\0\0\0(\0\0\0}\202\0\0\0\377" + "\205\2645\30\377\3\244\0\0\377\337B\36\377\370\331\322\377\204\377\377" + "\377\377\5\370\331\322\377\331.\25\377\244\0\0\377\0\0\0\21\0\0\0\1\202" + "\0\0\0\0\5\0\0\0\1\0\0\0\6\0\0\0\20\0\0\0&\3\5\5\212\202\0\0\0\377\1" + "\242C.\377\202\2645\30\377\4\244\0\0\377\337B\36\377\377\377\377\377" + "\370\331\322\377\202\314\0\0\377\5\370\331\322\377\377\377\377\377\331" + ".\25\377\244\0\0\377\0\0\0\5\206\0\0\0\0\4\0\0\0\11\0\0\0\35\0\0\0""8" + "\0\0\0\210\202\0\0\0\377\3\2645\30\377\244\0\0\377\335;\33\377\207\331" + ".\25\377\1\244\0\0\377\210\0\0\0\0\7\0\0\0\3\0\0\0\16\0\0\0\36\0\0\0" + "3\0\0\0\210\0\0\0\377Q\0\0\377\210\244\0\0\377\1\243\0\0\252\212\0\0" + "\0\0\13\0\0\0\3\0\0\0\16\0\0\0\37\0\0\0/\0\0\0""6\0\0\0""3\0\0\0)\0\0" + "\0\31\0\0\0\13\0\0\0\3\0\0\0\1\217\0\0\0\0\2\0\0\0\3\0\0\0\10\202\0\0" + "\0\11\2\0\0\0\6\0\0\0\2\210\0\0\0\0"}; + + diff --git a/src/icons/stock_notspam.png b/src/icons/stock_notspam.png new file mode 100644 index 0000000..0801b6d Binary files /dev/null and b/src/icons/stock_notspam.png differ diff --git a/src/icons/stock_outbox.h b/src/icons/stock_outbox.h new file mode 100644 index 0000000..09be125 --- /dev/null +++ b/src/icons/stock_outbox.h @@ -0,0 +1,57 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_outbox) +#endif +#ifdef __GNUC__ +static const guint8 stock_outbox[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_outbox[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (703) */ + "\0\0\2\327" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\206\0\0\0\0\1\0\0\0.\202\0\0\0\377\1\0\0\0\23\212\0\0\0\0\7\0\0\0.\0" + "\0\0\377\236\235\232\377\333\332\331\377\366\366\366\377\0\0\0\377\0" + "\0\0\23\207\0\0\0\0\12\0\0\0.\0\0\0\377\244\243\240\377\342\341\340\377" + "{zw\377)('\377\250\247\244\377\363\363\363\377\0\0\0\377\0\0\0\23\204" + "\0\0\0\0\5\0\0\0.664\377\262\261\256\377\342\341\340\377\312\312\310" + "\377\202\14\14\14\377\6'&%\377jif\377\327\326\325\377\363\363\363\377" + "\0\0\0\377\0\0\0\23\203\0\0\0\0\16\0\0\0\377\372\372\372\377\304\304" + "\302\377\0\0\0\377\12\12\12\377\26\26\26\377AA\77\377pol\377{zw\377\207" + "\206\203\377\337\336\335\377\363\363\363\377\0\0\0\377\0\0\0\23\202\0" + "\0\0\0\21\0\0\0\377\377\377\377\377\344\343\342\377AA\77\377CCA\377]" + "\\Y\377pol\377~}z\377\213\212\207\377\224\223\220\377\227\226\223\377" + "\337\336\335\377\363\363\363\377\0\0\0\377\0\0\0\23\0\0\0\0\0\0\0\377" + "\202\377\377\377\377\15\344\343\342\377&%$\377]\\Y\377rqn\377\206\205" + "\202\377\225\224\221\377\231\230\225\377\232\231\226\377\235\234\231" + "\377\327\326\325\377\365\365\365\377\0\0\0\377\0\0\0\23\211\0\0\0\377" + "\6\204\203\200\377\236\235\232\377\241\240\235\377\244\243\240\377\337" + "\336\335\377\361\361\361\377\202\0\0\0\377\207\377\377\377\377\14\0\0" + "\0\377lkh\377\204\203\200\377\251\250\245\377\253\252\247\377\300\300" + "\276\377\327\326\325\377jif\377\0\0\0\377\377\377\377\377\357\357\357" + "\377\337B\36\377\203\357\357\357\377\10\314\314\314\377\0\0\0\377dc`" + "\377\205\204\201\377\264\264\262\377\321\320\317\377\207\206\203\377" + "RQN\377\202\0\0\0\377\1\377\377\377\377\203\337B\36\377\10\357\357\357" + "\377\337B\36\377\314\314\314\377\0\0\0\377_^[\377\264\264\262\377\221" + "\220\215\377UTQ\377\202\0\0\0\377\4\0\0\0""4\0\0\0\377\377\377\377\377" + "\357\357\357\377\204\337B\36\377\4\314\314\314\377\0\0\0\377rqn\377[" + "ZW\377\202\0\0\0\377\1\0\0\0C\202\0\0\0\0\2\0\0\0\377\377\377\377\377" + "\202\357\357\357\377\203\337B\36\377\1\314\314\314\377\203\0\0\0\377" + "\1\0\0\0C\204\0\0\0\0\3\0\0\0\377\377\377\377\377\357\357\357\377\204" + "\337B\36\377\3\314\314\314\377\0\0\0\377\0\0\0N\206\0\0\0\0\2\0\0\0\377" + "\377\377\377\377\206\314\314\314\377\1\30\30\30\377\207\0\0\0\0\202\0" + "\0\0\377\1\11\11\11\377\206\0\0\0\377\207\0\0\0\0"}; + + diff --git a/src/icons/stock_outbox.png b/src/icons/stock_outbox.png new file mode 100644 index 0000000..0455a35 Binary files /dev/null and b/src/icons/stock_outbox.png differ diff --git a/src/icons/stock_person.h b/src/icons/stock_person.h new file mode 100644 index 0000000..6c51137 --- /dev/null +++ b/src/icons/stock_person.h @@ -0,0 +1,63 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_person) +#endif +#ifdef __GNUC__ +static const guint8 stock_person[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_person[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (676) */ + "\0\0\2\274" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\205\0\0\0\0\2\210\212\205Y\210\212\205\277\202\210\212\205\364\2\210" + "\212\205\277\210\212\205Y\211\0\0\0\0\3\210\212\205\214\257\260\255\377" + "\363\363\362\377\202\376\376\376\377\3\363\363\362\377\257\260\255\377" + "\210\212\205\214\207\0\0\0\0\12\210\212\205Y\257\260\255\377\376\376" + "\376\377\370\370\367\377\371\371\371\377\373\373\373\377\371\371\371" + "\377\376\376\376\377\257\260\255\377\210\212\205Y\206\0\0\0\0\12\210" + "\212\205\277\363\363\362\377\363\364\363\377\363\363\362\377\371\372" + "\371\377\373\374\373\377\366\367\366\377\365\366\365\377\363\363\362" + "\377\210\212\205\277\206\0\0\0\0\12\210\212\205\364\376\376\376\377\353" + "\354\352\377\360\361\357\377\365\364\363\377\365\366\365\377\362\363" + "\362\377\356\357\356\377\376\376\376\377\210\212\205\364\206\0\0\0\0" + "\12\210\212\205\364\376\376\376\377\350\351\346\377\353\354\352\377\356" + "\357\355\377\357\357\356\377\355\355\353\377\351\353\351\377\376\376" + "\376\377\210\212\205\364\206\0\0\0\0\12\210\212\205\277\363\363\362\377" + "\356\356\355\377\345\347\344\377\347\351\346\377\350\351\347\377\347" + "\350\345\377\356\357\356\377\363\363\362\377\210\212\205\277\206\0\0" + "\0\0\12\211\213\206\224\257\260\255\377\376\376\376\377\354\355\353\377" + "\343\344\341\377\343\345\341\377\355\355\354\377\376\376\376\377\257" + "\260\255\377\211\213\206\224\205\0\0\0\0\5\214\216\211=\222\224\217\377" + "\272\273\270\377\257\260\255\377\363\363\362\377\202\376\376\376\377" + "\5\363\363\362\377\257\260\255\377\272\273\270\377\222\224\217\377\214" + "\216\211=\204\0\0\0\0\5\214\216\211\263\355\356\355\377\340\342\336\377" + "\272\274\267\377\233\235\230\377\202\213\215\210\377\5\233\234\230\377" + "\270\272\266\377\337\340\335\377\355\356\355\377\214\216\211\263\204" + "\0\0\0\0\7\214\216\211\361\376\376\376\377\334\335\332\377\335\336\332" + "\377\334\335\332\377\333\335\331\377\333\334\331\377\202\332\334\330" + "\377\3\332\333\327\377\376\376\376\377\214\216\211\361\204\0\0\0\0\2" + "\214\216\211\361\376\376\376\377\204\351\352\347\377\204\351\351\347" + "\377\2\376\376\376\377\214\216\211\361\204\0\0\0\0\2\214\216\211\373" + "\376\376\376\377\203\343\344\341\377\2\343\344\340\377\343\343\340\377" + "\203\342\343\340\377\2\376\376\376\377\214\216\211\373\204\0\0\0\0\7" + "\214\216\211\376\376\376\376\377\334\335\332\377\335\336\332\377\334" + "\335\332\377\333\335\331\377\333\334\331\377\202\332\334\330\377\3\332" + "\333\327\377\376\376\376\377\214\216\211\376\204\0\0\0\0\2\214\216\211" + "\361\357\360\356\377\210\376\376\376\377\2\357\360\356\377\214\216\211" + "\361\204\0\0\0\0\1\221\223\216\266\212\221\223\216\377\1\221\223\216" + "\243\202\0\0\0\0"}; + + diff --git a/src/icons/stock_person.png b/src/icons/stock_person.png new file mode 100644 index 0000000..f2169a8 Binary files /dev/null and b/src/icons/stock_person.png differ diff --git a/src/icons/stock_spam.h b/src/icons/stock_spam.h new file mode 100644 index 0000000..a4a0333 --- /dev/null +++ b/src/icons/stock_spam.h @@ -0,0 +1,86 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_spam) +#endif +#ifdef __GNUC__ +static const guint8 stock_spam[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_spam[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (1374) */ + "\0\0\5v" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (96) */ + "\0\0\0`" + /* width (24) */ + "\0\0\0\30" + /* height (24) */ + "\0\0\0\30" + /* pixel_data: */ + "\346\0\0\0\0\6\22\23\23<\35\36\36\346389\3759\77@\363156X\22\25\25!\222" + "\0\0\0\0\7\27\30\31\312\262\270\271\337\325\343\347\377\252\272\275\375" + "dij\365\35\36\36\346\0\0\0\40\221\0\0\0\0\13\14\15\15\311\222\234\236" + "\360\347\360\363\377\355\360\361\377\345\355\357\377\305\331\335\377" + ".12\365\77CC\203\34\35\36N\32\33\33P\0\0\0\4\215\0\0\0\0\15""3557\37" + "!!\361\337\353\356\377\267\304\310\377\322\331\332\377\341\357\362\377" + "\266\313\317\374\377\250\302\310\377" + "\262\275\300\377\317\345\351\377\302\331\336\377\201\230\234\377\242" + "\300\305\377\205\251\261\377\345\354\356\377\347\362\364\377\233\256" + "\263\377\310\341\347\377:>\77\355\14\16\16\201\206\0\0\0\0\22\0\0\0""0" + "\0\0\0\377377\377\263\302\305\377\335\355\360\377\330\344\346\377\341" + "\357\362\377\332\354\357\377\325\351\355\377\322\347\354\377\225\255" + "\262\377\333\342\342\377\355\357\360\377\242\261\263\377\217\244\250" + "\377\327\342\345\377y\217\224\373\25\30\31\311\204\0\0\0\0\1\0\0\0""0" + "\202\0\0\0\377\21\363\265\247\377\206^U\377\257\271\273\377\361\370\371" + "\377\367\373\373\377\331\353\357\377\354\364\366\377\363\367\367\377" + "\351\362\364\377\356\362\363\377\351\355\356\377\305\310\311\377\302" + "\306\310\377\340\347\347\377\335\352\355\377z\235\245\377\31\36\37\375" + "\204\0\0\0\0\26\0\0\0\377\363\265\247\377\353\201i\377\2706\30\377\222" + "N<\377\237\245\246\377\343\356\360\377\354\365\367\377\326\352\355\377" + "\313\344\351\377\331\347\351\377\341\353\355\377\317\345\351\377\270" + "\313\320\377\275\313\317\377\253\263\265\377\343\345\345\377\334\353" + "\357\377j\227\237\377\23\30\31\377\0\0\0\377\0\0\0""0\202\0\0\0\0\31" + "\0\0\0\377\2645\30\377\347jM\377\353\201i\377\265\77$\377\313pZ\377\304" + "\330\333\377\322\346\351\377\312\343\350\377\251\310\317\377\177\244" + "\252\377\202\264\276\377\342\357\360\377\323\347\352\377\257\325\336" + "\377\307\342\347\377\347\361\362\377\227\303\313\377c\177\206\377\31" + "\23\21\377\357\231\205\377\0\0\0\377\0\0\0""0\0\0\0\0\0\0\0\377\203\264" + "5\30\377\25\347jM\377\361\250\227\377\347eG\377\305\213}\377\250\253" + "\254\377p\241\253\377\210\265\276\377\225\307\321\377\255\324\334\377" + "\334\352\357\377\265\330\340\377\312\344\351\377\225\276\306\377f\226" + "\240\377XXW\377Q\31\14\377\331@\35\377\354\212t\377\0\0\0\377\0\0\0\0" + "\0\0\0\377\205\2645\30\377\23\347jM\377\361\250\227\377\341pU\377\335" + "\215z\377\330\347\352\377\330\351\355\377\326\352\356\377\331\353\356" + "\377\344\360\363\377\317\343\350\377[\224\240\377\\~\205\377=\"\35\377" + "x#\20\377\331@\35\377\352z`\377\0\0\0\377\0\0\0\1\0\0\0""7\202\0\0\0" + "\377\205\2645\30\377\23\347jM\377\361\250\227\377\347eG\377\345\242\223" + "\377\353\331\325\377\306\323\326\377y\237\250\377U\214\230\377Ehn\377" + "'\40\37\377]2(\377\270o]\377\361\245\223\377\357\231\205\377\0\0\0\377" + "\0\0\0\2\0\0\0\3\0\0\0\34\0\0\0d\202\0\0\0\377\205\2645\30\377\23\347" + "jM\377\361\250\227\377\345\215x\377\300\300\301\3772FK\377Jnu\377(!!" + "\377J.'\377\306\226\213\377\335\250\233\377_\34\15\377\0\0\0\377\0\0" + "\0g\0\0\0\3\0\0\0\0\0\0\0\6\0\0\0\24\0\0\0(\0\0\0}\202\0\0\0\377\205" + "\2645\30\377\14\362\257\240\377\243oc\3774\34\27\3770\32\25\377gLE\377" + "\344\256\241\377\215*\23\377\0\0\0\377\0\0\0\216\0\0\0""9\0\0\0\21\0" + "\0\0\1\202\0\0\0\0\5\0\0\0\1\0\0\0\6\0\0\0\20\0\0\0&\3\5\5\212\202\0" + "\0\0\377\1\242C.\377\202\2645\30\377\13\344\247\231\377\331|g\377\266" + "jY\377\262l\\\377\210(\22\377\0\0\0\377\0\0\0\216\0\0\0\77\0\0\0/\0\0" + "\0\31\0\0\0\5\206\0\0\0\0\4\0\0\0\11\0\0\0\35\0\0\0""8\0\0\0\210\202" + "\0\0\0\377\3\2645\30\377\333A\35\377\364\272\254\377\202\0\0\0\377\6" + "\0\0\0\213\0\0\0A\0\0\0""6\0\0\0\34\0\0\0\12\0\0\0\3\210\0\0\0\0\5\0" + "\0\0\3\0\0\0\16\0\0\0\36\0\0\0""3\0\0\0\210\203\0\0\0\377\6\0\0\0\217" + "\0\0\0J\0\0\0""1\0\0\0\33\0\0\0\16\0\0\0\4\214\0\0\0\0\13\0\0\0\3\0\0" + "\0\16\0\0\0\37\0\0\0/\0\0\0""6\0\0\0""3\0\0\0)\0\0\0\31\0\0\0\13\0\0" + "\0\3\0\0\0\1\217\0\0\0\0\2\0\0\0\3\0\0\0\10\202\0\0\0\11\2\0\0\0\6\0" + "\0\0\2\210\0\0\0\0"}; + + diff --git a/src/icons/stock_spam.png b/src/icons/stock_spam.png new file mode 100644 index 0000000..52364ab Binary files /dev/null and b/src/icons/stock_spam.png differ diff --git a/src/icons/stock_spam_16.h b/src/icons/stock_spam_16.h new file mode 100644 index 0000000..7285c1e --- /dev/null +++ b/src/icons/stock_spam_16.h @@ -0,0 +1,73 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_spam_16) +#endif +#ifdef __GNUC__ +static const guint8 stock_spam_16[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_spam_16[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (840) */ + "\0\0\3`" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\202\0\0\0\0\6\210\212\205<\210\212\205\346\210\212\205\375\210\212\205" + "\363\210\212\205Xz|w!\212\0\0\0\0\7\210\212\205\312\366\367\367\337\351" + "\360\362\377\324\334\336\375\210\212\205\365\210\212\205\346\210\212" + "\205\40\211\0\0\0\0\13\210\212\205\311\370\371\371\360\347\360\363\377" + "\355\360\361\377\345\355\357\377\357\364\365\377\210\212\205\365\210" + "\212\205\203\210\212\205/\210\212\205\4\210\212\205\2\205\0\0\0\0\10" + "\210\212\2057\210\212\205\361\366\371\372\377\267\304\310\377\322\331" + "\332\377\341\357\362\377\354\362\363\374\210\212\205\363\202\210\212" + "\205\361\177\210\212\205\220\210\212\205\300\210\212\205&\0\0\0\0\210" + "\212\205\16\210\212\205\33\210\212\205\265\210\212\205\365\365\366\366" + "\377\303\331\335\377\234\254\260\377\303\315\316\377\307\341\347\377" + "\330\342\344\377\360\363\364\377\361\365\366\377\210\212\205\376\320" + "\323\322\376\210\212\205\320\210\212\205\31\210\212\205S\210\212\205" + "\373\210\212\205\365\351\360\361\375\330\335\337\377\317\345\351\377" + "\302\331\336\377\201\230\234\377\242\300\305\377\205\251\261\377\345" + "\354\356\377\347\362\364\377\233\256\263\377\310\341\347\377\210\212" + "\205\355\210\212\205\201\210\212\205\324\271\273\270\376\335\355\360" + "\377\330\344\346\377\341\357\362\377\332\354\357\377\325\351\355\377" + "\322\347\354\377\225\255\262\377\333\342\342\377\355\357\360\377\242" + "\261\263\377\217\244\250\377\327\342\345\377\356\361\361\373\210\212" + "\205\311\210\212\205\327\365\366\366\376\361\370\371\377\367\373\373" + "\377\331\353\357\377\354\364\366\377\363\367\367\377\351\362\364\377" + "\356\362\363\377\351\355\356\377\305\310\311\377\302\306\310\377\340" + "\347\347\377\335\352\355\377\355\361\362\377\210\212\205\374\210\212" + "\205\342\363\363\364\375\343\356\360\377\354\365\367\377\326\352\355" + "\377\313\344\351\377\331\347\351\377\341\353\355\377\317\345\351\377" + "\270\313\320\377\275\313\317\377\253\263\265\377\343\345\345\377\334" + "\353\357\377\316\322\322\376\210\212\205\367\210\212\205\365\313\317" + "\316\374\304\330\333\377\322\346\351\377\312\343\350\377\251\310\317" + "\377\177\244\252\377\202\264\276\377\342\357\360\377\323\347\352\377" + "\257\325\336\377\307\342\347\377\347\361\362\377\344\357\361\377\250" + "\253\250\367\210\212\205\267\210\212\205X\251\255\252\376\331\347\351" + "\377\233\273\301\377\225\271\301\377p\241\253\377\210\265\276\377\225" + "\307\321\377\255\324\334\377\334\352\357\377\265\330\340\377\312\344" + "\351\377\225\276\306\377\315\322\321\377\210\212\205\346\210\212\205" + "|\210\212\2055\210\212\205\377\363\366\367\377\335\351\353\377\265\312" + "\317\377\311\335\341\377\330\347\352\377\330\351\355\377\326\352\356" + "\377\331\353\356\377\344\360\363\377\24\317\343\350\377\254\311\317\377" + "\254\256\253\373\210\212\205\311prn3y{v\12\210\212\205\222\210\212\205" + "\377\372\372\373\377\351\356\357\377\255\276\301\377\277\316\321\377" + "\312\324\327\377\321\330\332\377\306\324\327\375y\240\251\376\323\341" + "\344\377\326\330\326\371\210\212\205\344\210\212\205v\203\0\0\0\0\1\210" + "\212\205N\202\210\212\205\377\11\355\357\357\377\364\365\366\377\372" + "\372\373\377\373\374\374\377\373\373\373\373\326\327\326\373\274\275" + "\273\373\210\212\205\346\210\212\205\210\206\0\0\0\0\1\210\212\205\204" + "\203\210\212\205\376\5\210\212\205\373\210\212\205\353\210\212\205\323" + "\210\212\205h\210\212\205'\223\0\0\0\0"}; + + diff --git a/src/icons/stock_spam_16.png b/src/icons/stock_spam_16.png new file mode 100644 index 0000000..eadd20d Binary files /dev/null and b/src/icons/stock_spam_16.png differ diff --git a/src/icons/stock_sylpheed.h b/src/icons/stock_sylpheed.h new file mode 100644 index 0000000..7434d1d --- /dev/null +++ b/src/icons/stock_sylpheed.h @@ -0,0 +1,256 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_sylpheed) +#endif +#ifdef __GNUC__ +static const guint8 stock_sylpheed[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_sylpheed[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (4686) */ + "\0\0\22f" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (192) */ + "\0\0\0\300" + /* width (48) */ + "\0\0\0""0" + /* height (48) */ + "\0\0\0""0" + /* pixel_data: */ + "\377\0\0\0\0\377\0\0\0\0\350\0\0\0\0\15\5\5\273\10\5\5\2675\5\5\261]" + "\5\5\254y\5\5\247\207\4\4\243\211\4\4\242\202\4\4\242u\4\4\242b\4\4\243" + "K\4\4\2453\4\4\246\32\5\5\247\4\205\0\0\0\0\3\4\4\234\1\4\4\225\40\4" + "\4\223\36\231\0\0\0\0\27\5\5\276\"\5\5\266s\5\5\253\255\5\5\246\263\5" + "\5\244\263\5\5\240\263\5\5\234\263\4\4\231\263\4\4\225\263\4\4\222\263" + "\4\4\216\263\4\4\213\263\4\4\207\263\4\4\203\263\4\4\200\262\4\4\203" + "\242\4\4\205\222\3\3\205\211\3\3\202\212\3\3{\224\3\3o\250\3\3\206c\4" + "\4\230\4\227\0\0\0\0\27\5\5\302\12\5\5\272n\5\5\260\263\5\5\255\263\5" + "\5\254\237\5\5\254\216\5\5\252\205\5\5\247\207\5\5\244\215\4\4\237\230" + "\4\4\230\244\4\4\221\261\4\4\215\263\4\4\211\263\4\4\206\263\4\4\203" + "\263\4\4\177\263\4\4{\263\3\4x\263\3\3x\251\3\3\202\210\4\4\216T\4\4" + "\230\27\230\0\0\0\0\5\5\5\302\22\5\5\270\226\5\5\266\217\5\5\272@\5\5" + "\273\13\207\0\0\0\0\11\5\5\257\1\4\4\254\13\4\4\251\27\4\4\245\40\4\4" + "\242%\4\4\241%\4\4\240\35\4\4\240\17\4\4\240\1\232\0\0\0\0\4\5\5\303" + "\6\5\5\272\221\5\5\274Z\5\5\276\2\254\0\0\0\0\2\5\5\276V\5\5\273h\255" + "\0\0\0\0\3\5\5\303\1\5\5\270\223\5\5\277\11\244\0\0\0\0\2\0\0\0\1\0\0" + "\0\2\207\0\0\0\3\2\4\4\256!\4\4\267g\230\0\0\0\3\2\0\0\0\2\0\0\0\1\212" + "\0\0\0\0\1\0\0\0L\211\0\0\0\377\2\1\1*\377\0\0!\377\230\0\0\0\377\3\0" + "\0\0""8\0\0\0\12\0\0\0\2\210\0\0\0\0\7\0\0\0\1\0\0\0\377\325\325\325" + "\377\374\374\374\377\375\375\375\377\374\374\374\377\374\374\375\377" + "\203\375\375\375\377\13\374\374\374\377\276\276\352\377\336\336\360\377" + "\363\363\363\377\356\356\356\377\353\353\353\377\352\352\352\377\354" + "\354\354\377\357\357\357\377\362\362\362\377\364\364\364\377\204\365" + "\365\365\377\3\364\364\364\377\363\363\363\377\363\364\363\377\202\363" + "\363\363\377\202\364\364\364\377\2\365\365\365\377\366\366\366\377\202" + "\367\367\367\377\5\302\302\302\377\0\0\0\377\0\0\0\40\0\0\0\12\0\0\0" + "\1\207\0\0\0\0\35\0\0\0\2\0\0\0\377\374\373\374\377\370\370\370\377\370" + "\371\370\377\366\367\366\377\365\364\364\377\364\364\365\377\364\363" + "\364\377\362\362\362\377\361\361\361\377\306\305\345\377\302\304\340" + "\377\344\344\344\377\341\341\341\377\336\336\336\377\334\334\334\377" + "\337\337\337\377\340\340\340\377\340\341\341\377\264\264\327\377\206" + "\206\307\377~~\303\377nn\273\377QQ\251\377UT\251\377tt\270\377\251\250" + "\315\377\331\332\333\377\202\333\333\333\377\12\335\337\335\377\341\341" + "\341\377\342\342\342\377\330\330\331\377\342\342\342\377\235\235\235" + "\377\0\0\0\377\0\0\0""7\0\0\0\24\0\0\0\2\207\0\0\0\0)\0\0\0\3\0\0\0\377" + "\340\341\340\377\376\375\376\377\370\367\367\377\367\366\367\377\364" + "\364\364\377\363\364\364\377\363\363\363\377\361\361\361\377\357\356" + "\357\377\346\346\352\377\233\233\326\377\343\343\343\377\337\337\337" + "\377\336\337\336\377\336\336\336\377\336\336\335\377\324\324\335\377" + "\221\221\314\377\262\260\324\377\333\333\336\377\337\337\337\377\334" + "\334\334\377\326\326\331\377\242\243\311\377SS\244\377BA\226\377_^\250" + "\377\300\276\317\377\325\327\326\377\327\327\333\377\334\334\333\377" + "\340\340\340\377\333\333\335\377\337\337\337\377\233\234\233\377\0\0" + "\0\377\0\0\0@\0\0\0\30\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\303\303" + "\303\377\377\377\377\377\374\373\374\377\365\366\365\377\364\364\364" + "\377\362\362\362\377\362\361\361\377\357\357\357\377\356\356\356\377" + "\353\353\353\377\240\240\326\377\317\317\336\377\337\336\336\377\335" + "\336\336\377\335\334\335\377\335\336\335\377\266\266\326\377\335\334" + "\336\377\340\342\340\377\336\336\334\377\333\333\333\377\331\327\331" + "\377\325\325\325\377\324\324\324\377\311\310\317\377ih\256\377@\77\220" + "\377II\226\377\262\262\307\377\316\320\320\377\325\325\325\377\325\327" + "\323\377\343\343\343\377\216\216\216\377\211\212\211\377\0\0\0\377\0" + "\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\350\350\350\377" + "\272\272\272\377\377\377\377\377\370\370\370\377\363\363\363\377\361" + "\362\361\377\360\360\361\377\357\357\357\377\354\354\355\377\351\351" + "\351\377\340\340\345\377\225\225\320\377\330\327\335\377\335\335\334" + "\377\334\334\333\377\336\334\336\377\337\336\337\377\335\336\335\377" + "\335\333\333\377\334\332\332\377\327\327\330\377\326\325\324\377\323" + "\323\323\377\321\317\321\377\315\315\316\377\304\305\311\377TS\236\377" + "<<\213\377LL\225\377\273\273\303\377\312\312\312\377\326\325\325\377" + "\272\272\272\377\244\244\244\377\247\247\247\377\0\0\0\377\0\0\0B\0\0" + "\0\31\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\343\343" + "\341\377\265\265\265\377\377\377\377\377\366\366\366\377\362\362\362" + "\377\360\360\360\377\356\356\355\377\354\354\354\377\351\351\351\377" + "\345\345\345\377\333\334\337\377\246\246\321\377\312\312\327\377\332" + "\332\332\377\332\332\334\377\333\333\334\377\334\334\333\377\331\331" + "\331\377\322\323\326\377\270\272\317\377\323\323\323\377\320\321\321" + "\377\316\316\316\377\311\314\314\377\311\307\311\377\224\224\271\377" + ";;\207\377:;\204\377pp\246\377\306\306\307\377\253\253\253\377\217\220" + "\217\377\305\305\304\377\246\246\246\377\0\0\0\377\0\0\0B\0\0\0\31\0" + "\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\370\370\370\377" + "\342\342\342\377\272\272\272\377\377\377\377\377\364\364\364\377\357" + "\357\356\377\354\354\354\377\352\352\351\377\350\347\347\377\345\345" + "\344\377\340\341\340\377\336\336\336\377\277\277\324\377\260\260\320" + "\377\251\251\316\377\234\235\312\377\222\222\306\377\217\217\304\377" + "\251\247\312\377\322\322\321\377\321\323\321\377\320\320\320\377\315" + "\317\316\377\316\316\316\377\311\310\311\377\271\270\300\377;:\206\377" + "88\201\377>>\203\377\237\237\245\377\204\205\204\377\256\260\256\377" + "\305\305\306\377\235\235\235\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" + "\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\370\370\370\377\370\370\367" + "\377\343\343\343\377\272\272\272\377\377\377\377\377\362\362\362\377" + "\354\354\354\377\350\350\350\377\347\346\346\377\343\343\343\377\337" + "\337\337\377\334\334\335\377\332\332\332\377\332\331\331\377\327\326" + "\326\377\326\326\327\377\321\323\326\377\326\324\326\377\323\322\322" + "\377\323\323\320\377\321\321\321\377\316\321\321\377\317\317\316\377" + "\315\315\314\377\313\314\311\377\307\307\305\377==\206\377;;\203\377" + "00u\377dd\177\377\242\240\240\377\265\266\265\377\300\277\277\377\232" + "\232\232\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0\16\0\0\0\3" + "\0\0\0\377\377\377\377\377\367\370\370\377\367\367\367\377\365\367\365" + "\377\343\343\343\377\272\272\272\377\377\377\377\377\356\356\356\377" + "\347\350\347\377\343\346\343\377\342\342\342\377\337\337\337\377\202" + "\333\333\333\377\31\330\330\327\377\326\326\326\377\324\326\324\377\325" + "\323\323\377\322\320\322\377\322\321\322\377\317\317\317\377\320\316" + "\316\377\317\317\317\377\316\316\320\377\320\320\317\377\314\317\317" + "\377\310\310\310\377>>\206\37722x\377''k\377ss\225\377\247\247\251\377" + "\256\256\256\377\271\271\271\377\227\230\227\377\0\0\0\377\0\0\0B\0\0" + "\0\31\0\0\0\3\207\0\0\0\0\3\0\0\0\3\0\0\0\377\377\377\377\377\202\367" + "\367\367\377$\365\365\365\377\363\365\365\377\335\333\335\377\264\264" + "\264\377\375\375\375\377\353\353\353\377\342\342\342\377\336\337\337" + "\377\335\334\335\377\331\332\331\377\327\330\331\377\325\326\327\377" + "\326\325\325\377\323\323\323\377\320\322\322\377\321\323\322\377\317" + "\320\320\377\315\317\317\377\320\315\315\377\320\317\320\377\321\317" + "\321\377\321\321\321\377\321\322\322\377\307\307\323\37755{\377''l\377" + "00s\377\177\177\237\377\243\242\243\377\250\250\250\377\264\262\262\377" + "\224\225\225\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0\20\0\0" + "\0\3\0\0\0\377\377\377\377\377\367\367\370\377\365\367\365\377\364\364" + "\364\377\362\362\362\377\343\341\353\377\254\254\316\377\201\201\253" + "\377\302\302\347\377\307\307\334\377\327\327\330\377\330\330\330\377" + "\327\327\327\377\326\326\326\377\202\323\323\323\377\1\322\321\322\377" + "\202\320\320\320\377\202\316\316\316\377\22\317\317\317\377\320\316\316" + "\377\317\320\317\377\325\325\322\377\333\333\333\377\213\213\250\377" + "**p\37744w\37755w\377\222\222\241\377\237\240\240\377\244\244\244\377" + "\260\256\260\377\223\223\223\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" + "\0\0\0\0\27\0\0\0\3\0\0\0\377\377\377\377\377\367\367\367\377\364\364" + "\364\377\325\323\352\377zz\311\377II\257\377HG\255\377@@\244\37744\227" + "\377JJ\253\377LL\251\377uu\270\377\254\253\307\377\316\315\316\377\316" + "\316\317\377\315\317\315\377\316\316\317\377\317\316\316\377\314\317" + "\314\377\316\316\316\377\317\315\317\377\202\316\316\316\377\20\323\323" + "\320\377\340\336\336\377\263\263\263\377TU\211\37789|\377::|\377HH\207" + "\377\240\240\240\377\235\235\235\377\241\241\242\377\252\254\254\377" + "\221\221\221\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0)\0\0\0" + "\3\0\0\0\377\377\377\377\377\366\366\364\377\270\270\341\377NN\262\377" + "II\255\377\\\\\266\377\212\212\310\377\231\231\313\377\206\206\271\377" + "]]\237\377ff\267\377AA\236\377==\231\377\\\\\251\377\244\244\300\377" + "\307\307\311\377\310\313\310\377\311\312\311\377\312\312\312\377\313" + "\313\315\377\314\314\314\377\316\316\316\377\321\321\321\377\337\337" + "\337\377\255\255\253\377\213\214\221\377BB\204\377==\177\37799z\377{" + "{\241\377\243\243\243\377\233\234\234\377\241\241\242\377\254\253\254" + "\377\221\223\223\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0)\0" + "\0\0\3\0\0\0\377\376\376\376\377\342\342\356\377PP\261\377II\254\377" + "\225\225\316\377\334\334\336\377\332\332\332\377\323\323\323\377\317" + "\317\321\377\254\253\253\377\234\234\234\377\307\307\316\377\250\250" + "\314\377ww\266\377HH\232\377ee\247\377\263\261\277\377\302\305\305\377" + "\307\307\307\377\313\312\312\377\321\317\317\377\336\335\335\377\332" + "\332\332\377\260\260\260\377\222\223\222\377ii\232\377\77\77\201\377" + "<<}\377KK\210\377\245\246\247\377\237\237\237\377\236\237\236\377\242" + "\242\242\377\256\256\254\377\224\224\224\377\0\0\0\377\0\0\0B\0\0\0\31" + "\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\376\376\376\377\271\271\336\377" + "JI\252\377\213\213\312\377\337\337\337\377\330\331\331\377\320\321\320" + "\377\313\313\313\377\271\271\271\377\216\220\220\377\302\302\302\377" + "\254\254\254\377\252\252\252\377\275\275\275\377\300\300\302\377\233" + "\233\276\377`_\247\377\225\224\274\377\314\314\314\377\322\322\322\377" + "\323\323\323\377\313\313\313\377\244\244\244\377\262\262\262\377\262" + "\262\311\37777z\3779:z\377@@~\377\231\233\254\377\246\246\246\377\241" + "\241\241\377\236\240\236\377\246\246\246\377\261\261\261\377\227\227" + "\227\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0" + "\377\376\376\376\377\316\316\346\377HH\247\377\330\330\337\377\333\332" + "\332\377\322\322\322\377\312\312\312\377\271\271\271\377\232\232\232" + "\377\322\322\322\377\307\307\305\377\277\300\277\377\260\260\260\377" + "\254\254\254\377\244\245\244\377\246\246\246\377\243\243\244\377pp\234" + "\377^^\225\377\235\236\237\377\232\233\232\377\244\244\244\377\275\276" + "\275\377\264\265\305\377LL\216\377EE\206\37787v\377\216\215\245\377\255" + "\256\256\377\244\244\244\377\241\243\241\377\240\242\242\377\251\251" + "\251\377\266\266\266\377\233\233\233\377\0\0\0\377\0\0\0B\0\0\0\31\0" + "\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\375\375\375\377\356\356\356\377" + "{{\301\377\315\315\333\377\327\327\327\377\316\320\320\377\273\273\273" + "\377\233\233\233\377\324\324\324\377\311\312\312\377\315\315\315\377" + "\315\313\313\377\313\313\313\377\312\313\312\377\313\312\313\377\312" + "\312\312\377\313\313\313\377\314\312\314\377\253\253\304\377vv\260\377" + "\316\320\323\377\322\322\322\377\252\252\304\377HI\213\377\77\77\200" + "\377MM\213\377\244\243\270\377\227\226\226\377\236\235\235\377\246\246" + "\246\377\242\244\242\377\246\247\247\377\260\260\260\377\272\272\273" + "\377\237\236\237\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0\16" + "\0\0\0\3\0\0\0\377\375\375\375\377\356\356\356\377\336\334\343\377\215" + "\215\305\377\323\323\326\377\300\302\300\377\236\236\236\377\327\327" + "\327\377\316\317\316\377\322\322\322\377\323\323\323\377\323\323\325" + "\377\202\323\323\323\377\31\320\320\320\377\320\317\320\377\317\320\317" + "\377\317\317\317\377\314\316\316\377\265\263\305\377yz\256\377vv\255" + "\377@@\201\377@@\200\377tt\250\377\272\272\300\377\273\273\273\377\262" + "\262\262\377\216\220\216\377\231\232\232\377\247\246\247\377\255\257" + "\255\377\266\267\267\377\300\300\300\377\242\242\242\377\0\0\0\377\0" + "\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\375\375\375\377" + "\356\354\354\377\350\350\350\377\324\324\334\377\201\201\267\377\214" + "\214\242\377\334\334\334\377\322\322\322\377\325\325\325\377\327\327" + "\327\377\333\331\331\377\333\333\333\377\333\332\333\377\332\332\332" + "\377\327\327\327\377\326\326\326\377\323\323\323\377\321\321\321\377" + "\272\272\310\377|{\257\377DD\207\377AA\202\377nn\244\377\253\254\274" + "\377\277\300\300\377\272\272\272\377\263\263\265\377\255\255\255\377" + "\253\253\253\377\215\215\215\377\243\241\241\377\265\266\265\377\277" + "\276\276\377\305\303\305\377\246\246\246\377\0\0\0\377\0\0\0B\0\0\0\31" + "\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\375\375\375\377\355\355\355\377" + "\350\351\351\377\323\323\323\377\252\252\252\377\271\271\325\377\231" + "\231\303\377\253\252\312\377\315\315\326\377\335\335\335\377\335\337" + "\335\377\337\337\337\377\336\336\336\377\336\334\336\377\322\322\330" + "\377\262\262\315\377\216\214\274\377]]\236\377@@\204\377ZZ\232\377\213" + "\213\262\377\226\226\266\377\246\246\272\377\274\274\274\377\271\270" + "\270\377\265\265\263\377\260\260\260\377\256\256\257\377\257\257\255" + "\377\261\261\260\377\227\227\227\377\260\260\257\377\304\304\304\377" + "\311\307\307\377\252\252\250\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" + "\0\0\0\0\6\0\0\0\3\0\0\0\377\376\376\376\377\356\356\356\377\332\332" + "\332\377\261\261\261\377\202\334\334\334\377!\333\332\333\377\325\325" + "\332\377\270\266\320\377\256\256\315\377\256\256\316\377\252\253\314" + "\377\244\244\313\377\230\230\304\377\223\223\300\377\236\236\304\377" + "\253\253\310\377\271\270\312\377\310\311\316\377\313\314\313\377\310" + "\310\306\377\302\302\302\377\230\227\261\377\262\262\266\377\266\266" + "\266\377\263\261\261\377\261\261\261\377\263\263\263\377\265\265\265" + "\377\271\271\273\377\276\277\277\377\242\242\243\377\271\273\273\377" + "\312\312\312\377\253\253\253\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" + "\0\0\0\0\14\0\0\0\3\0\0\0\377\376\376\376\377\335\335\335\377\265\265" + "\265\377\364\366\364\377\345\343\343\377\340\340\340\377\337\337\337" + "\377\337\335\335\377\336\336\336\377\337\335\335\377\202\337\337\337" + "\377\33\336\336\340\377\336\335\335\377\334\334\334\377\333\333\333\377" + "\330\330\330\377\325\323\325\377\317\320\320\377\311\313\313\377\305" + "\305\305\377\301\301\277\377\271\272\272\377\237\237\261\377\265\266" + "\265\377\264\265\265\377\266\267\267\377\271\273\273\377\275\275\275" + "\377\301\301\303\377\305\305\305\377\311\311\311\377\247\247\247\377" + "\276\276\276\377\263\262\263\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" + "\0\0\0\0\13\0\0\0\3\0\0\0\377\377\377\377\377\254\256\254\377\373\373" + "\373\377\353\353\353\377\351\351\351\377\345\345\345\377\342\342\342" + "\377\340\342\340\377\340\336\340\377\202\336\336\336\377\34\334\336\336" + "\377\335\335\335\377\333\333\334\377\333\333\333\377\331\331\331\377" + "\327\327\325\377\322\322\322\377\317\317\320\377\311\313\313\377\306" + "\306\306\377\301\301\301\377\275\276\275\377\273\273\273\377\272\272" + "\272\377\274\273\273\377\276\276\276\377\302\300\300\377\305\305\305" + "\377\310\310\310\377\312\313\312\377\312\312\312\377\315\315\315\377" + "\251\252\251\377\250\250\250\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" + "\0\0\0\0\15\0\0\0\3\0\0\0\377\273\273\273\377\266\265\265\377\262\262" + "\262\377\251\251\251\377\250\250\250\377\252\252\252\377\250\250\250" + "\377\251\250\251\377\251\251\252\377\251\252\252\377\252\252\252\377" + "\203\253\253\253\377\3\253\253\252\377\253\253\253\377\252\253\253\377" + "\202\251\251\251\377\2\250\250\250\377\247\246\247\377\202\244\244\244" + "\377\20\244\243\244\377\245\245\245\377\247\247\247\377\253\251\253\377" + "\256\256\256\377\262\262\262\377\264\264\264\377\267\270\270\377\271" + "\271\271\377\274\274\274\377\276\276\275\377\224\224\224\377\0\0\0\377" + "\0\0\0A\0\0\0\31\0\0\0\3\207\0\0\0\0\2\0\0\0\2\0\0\0C\243\0\0\0\377\4" + "\0\0\0\177\0\0\0""8\0\0\0\24\0\0\0\2\207\0\0\0\0\6\0\0\0\1\0\0\0\12\0" + "\0\0!\0\0\0""7\0\0\0@\0\0\0A\236\0\0\0B\5\0\0\0@\0\0\0""8\0\0\0\"\0\0" + "\0\13\0\0\0\1\210\0\0\0\0\4\0\0\0\2\0\0\0\12\0\0\0\24\0\0\0\30\237\0" + "\0\0\31\4\0\0\0\30\0\0\0\24\0\0\0\13\0\0\0\3\212\0\0\0\0\2\0\0\0\1\0" + "\0\0\2\241\0\0\0\3\2\0\0\0\2\0\0\0\1\377\0\0\0\0\306\0\0\0\0"}; + + diff --git a/src/icons/stock_sylpheed.png b/src/icons/stock_sylpheed.png new file mode 100644 index 0000000..e70a0e3 Binary files /dev/null and b/src/icons/stock_sylpheed.png differ diff --git a/src/icons/stock_sylpheed_16.h b/src/icons/stock_sylpheed_16.h new file mode 100644 index 0000000..368fc09 --- /dev/null +++ b/src/icons/stock_sylpheed_16.h @@ -0,0 +1,67 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_sylpheed_16) +#endif +#ifdef __GNUC__ +static const guint8 stock_sylpheed_16[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_sylpheed_16[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (766) */ + "\0\0\3\26" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\227\0\0\0\0\10\265\265\346\377\214\214\325\377\203\203\316\377\220\220" + "\320\377\246\246\326\377\275\275\336\377\307\307\343\377\302\302\336" + "\377\206\0\0\0\0\11\317\317\362\377\241\241\343\377\301\301\352\377\312" + "\312\354\377\301\301\347\377\265\265\336\377\254\254\330\377\255\255" + "\325\377\277\277\336\377\207\0\0\0\0\1\310\310\360\377\212\0\0\0\0\2" + "\310\310\310\377\225\225\225\377\202\227\227\227\377\2\204\204\233\377" + "\214\214\225\377\202\224\224\224\377\206\225\225\225\377f\230\230\230" + "\377\0\0\0\0\223\223\223\377\367\367\367\377\367\366\367\377\365\365" + "\365\377\331\331\352\377\334\334\344\377\340\340\340\377\324\324\337" + "\377\277\276\332\377\261\261\321\377\213\213\300\377\267\267\317\377" + "\337\340\340\377\342\342\343\377\235\235\235\377\0\0\0\0\221\221\221" + "\377\345\345\345\377\365\365\365\377\360\360\360\377\344\344\351\377" + "\306\306\333\377\333\333\334\377\327\327\334\377\332\332\333\377\324" + "\324\325\377\305\305\314\377^]\236\377\236\237\271\377\311\311\310\377" + "\177\177\177\377\0\0\0\0\227\227\227\377\357\357\357\377\342\342\342" + "\377\360\360\360\377\350\347\347\377\333\333\337\377\312\311\326\377" + "\277\277\322\377\301\300\320\377\320\321\321\377\315\315\315\377\212" + "\211\253\377NN\210\377\236\236\240\377\215\215\215\377\0\0\0\0\227\227" + "\227\377\370\371\371\377\352\353\353\377\326\326\334\377\337\340\344" + "\377\334\334\334\377\327\327\327\377\323\323\323\377\320\320\321\377" + "\317\316\317\377\321\321\321\377\213\213\253\377>>z\377\237\236\245\377" + "\204\204\204\377\0\0\0\0\227\227\227\377\356\356\364\377\213\213\313" + "\377sr\273\377oo\263\377||\266\377\266\266\307\377\314\315\315\377\315" + "\315\315\377\317\316\316\377\311\311\310\377[\\\214\377ZZ\212\377\237" + "\237\240\377\177\177\200\377\0\0\0\0\227\227\227\377\243\243\324\377" + "\254\254\317\377\321\321\321\377\262\262\262\377\263\263\272\377\222" + "\222\261\377\224\224\264\377\276\276\303\377\305\305\305\377\221\221" + "\247\377FF\202\377\224\225\242\377\241\242\242\377\203\203\203\377\0" + "\0\0\0\227\227\227\377\314\314\342\377\307\307\323\377\272\272\272\377" + "\202\313\313\313\377,\306\306\306\377\301\301\304\377\240\241\272\377" + "\226\227\262\377__\225\377\224\224\246\377\237\237\237\377\253\254\253" + "\377\213\213\213\377\0\0\0\0\227\227\227\377\355\355\355\377\266\266" + "\304\377\276\276\316\377\317\317\326\377\322\322\331\377\310\310\324" + "\377\253\253\304\377\203\203\253\377\203\203\251\377\267\267\272\377" + "\261\261\262\377\250\250\250\377\264\264\263\377\223\223\223\377\0\0" + "\0\0\227\227\227\377\333\334\333\377\343\343\343\377\337\337\337\377" + "\326\325\333\377\323\323\333\377\316\316\327\377\316\316\323\377\312" + "\313\314\377\275\275\277\377\263\264\267\377\271\271\271\377\301\302" + "\302\377\277\300\300\377\217\217\217\377\0\0\0\0\256\256\256\377ppp\377" + "\202iii\377\1ijj\377\203jjj\377\1iii\377\202ggg\377\4jjj\377mnn\377p" + "pp\377ggg\377\221\0\0\0\0"}; + + diff --git a/src/icons/stock_sylpheed_16.png b/src/icons/stock_sylpheed_16.png new file mode 100644 index 0000000..8b02fee Binary files /dev/null and b/src/icons/stock_sylpheed_16.png differ diff --git a/src/icons/stock_sylpheed_32.h b/src/icons/stock_sylpheed_32.h new file mode 100644 index 0000000..9c8c33b --- /dev/null +++ b/src/icons/stock_sylpheed_32.h @@ -0,0 +1,157 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_sylpheed_32) +#endif +#ifdef __GNUC__ +static const guint8 stock_sylpheed_32[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_sylpheed_32[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (2565) */ + "\0\0\12\35" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (128) */ + "\0\0\0\200" + /* width (32) */ + "\0\0\0\40" + /* height (32) */ + "\0\0\0\40" + /* pixel_data: */ + "\321\0\0\0\0\3\265\264\345\377\252\256\344\377\262\261\342\377\232\0" + "\0\0\0\3\211\210\327\377ij\312\377__\304\377\203WX\274\377\12X\\\271" + "\377c_\270\377gf\270\377kk\270\377ru\273\377\205\203\305\377\216\216" + "\312\377\225\221\310\377\205\206\301\377\212\216\302\377\216\0\0\0\0" + "\4\210\204\332\377ji\317\377y{\326\377\217\215\335\377\202\227\224\327" + "\377\2\210\212\322\377|w\300\377\202pp\275\377\202kk\270\377\4jm\262" + "\377kj\252\377tr\262\377\212\216\302\377\217\0\0\0\0\2\217\215\335\377" + "\260\263\352\377\235\0\0\0\0\2\245\241\346\377\314\313\360\377\236\0" + "\0\0\0\1\272\271\353\377\236\0\0\0\0\2\237\233\305\377\247\252\306\377" + "\226\0\0\0\0\2ab`\377^`]\377\205dec\377\4^_h\377SPv\377^_h\377^`]\377" + "\202\\^[\377\1^`]\377\214ab`\377\3ceb\377^`]\377\\^[\377\203\0\0\0\0" + "\4`]a\377\365\363\367\377\371\366\373\377\371\373\370\377\202\371\366" + "\373\377\23\365\367\364\377\351\352\364\377\313\306\345\377\336\337\351" + "\377\355\353\357\377\336\333\340\377\355\353\357\377\336\333\340\377" + "\355\353\357\377\305\310\345\377\254\247\322\377\262\261\342\377\225" + "\221\310\377\223\227\314\377\264\263\327\377\331\331\344\377\344\336" + "\335\377\355\353\357\377\341\346\351\377\202\355\353\357\377\2\336\333" + "\340\377fge\377\203\0\0\0\0\35`]a\377\362\364\361\377\371\373\370\377" + "\365\363\367\377\362\364\361\377\357\362\356\377\375\367\366\377\346" + "\354\356\377\305\310\345\377\312\312\341\377\334\336\332\377\337\341" + "\335\377\334\336\332\377\330\335\340\377\263\257\315\377\271\265\323" + "\377\313\313\325\377\307\307\322\377\304\310\327\377\201}\262\377b\\" + "\250\377kj\252\377\265\265\314\377\323\326\322\377\337\331\330\377\334" + "\336\332\377\324\331\333\377\322\324\320\377`]a\377\203\0\0\0\0\35QR" + "P\377\337\341\335\377\371\373\370\377\365\367\364\377\365\363\367\377" + "\356\363\366\377\366\360\357\377\354\356\353\377\325\321\343\377\276" + "\271\330\377\322\323\335\377\336\333\340\377\334\336\332\377\304\310" + "\327\377\322\323\335\377\332\337\342\377\330\333\327\377\327\325\331" + "\377\323\326\322\377\314\321\323\377\247\252\306\377WZ\244\377DG\225" + "\377\247\247\275\377\317\315\321\377\333\326\324\377\330\333\327\377" + "\216\220\215\377TUS\377\203\0\0\0\0\4`]a\377\337\331\330\377\332\337" + "\342\377\371\373\370\377\202\357\362\356\377\1\354\356\353\377\202\346" + "\354\356\377\202\306\306\335\377\22\324\331\333\377\333\331\335\377\336" + "\333\340\377\337\341\335\377\334\336\332\377\324\321\326\377\322\317" + "\324\377\322\324\320\377\317\315\321\377\306\314\316\377\216\216\260" + "\377HD\216\377WW\225\377\252\256\276\377\306\310\305\377\260\256\262" + "\377\253\260\262\377`]a\377\203\0\0\0\0\16fge\377\375\367\366\377\327" + "\325\331\377\336\333\340\377\375\367\366\377\356\363\366\377\366\360" + "\357\377\352\345\343\377\341\346\351\377\332\337\342\377\315\315\327" + "\377\306\302\324\377\302\277\320\377\271\265\323\377\202\263\257\315" + "\377\15\273\300\317\377\317\315\321\377\322\324\320\377\321\314\312\377" + "\311\316\321\377\265\271\311\377LR\224\377@=\206\377}y\242\377\233\240" + "\242\377\260\253\251\377\272\274\271\377ab`\377\203\0\0\0\0\16efd\377" + "\365\367\364\377\357\362\356\377\330\333\327\377\330\335\340\377\366" + "\360\357\377\351\353\350\377\346\354\356\377\352\345\343\377\344\336" + "\335\377\336\333\340\377\327\325\331\377\322\323\335\377\317\315\321" + "\377\202\307\307\322\377\15\317\315\321\377\322\324\320\377\317\315\321" + "\377\311\316\321\377\321\314\312\377\315\307\306\377\\W\220\377:9\200" + "\377LK|\377\210\211\222\377\253\260\262\377\263\270\272\377`]a\377\203" + "\0\0\0\0\14fge\377\371\366\373\377\356\363\366\377\362\364\361\377\330" + "\333\327\377\330\335\340\377\366\360\357\377\346\350\345\377\341\343" + "\340\377\337\341\335\377\330\335\340\377\323\326\322\377\202\324\331" + "\333\377\3\327\325\331\377\316\323\326\377\322\317\324\377\202\315\317" + "\314\377\12\311\316\321\377\315\317\314\377\306\314\316\377\\W\220\377" + "-.s\377JF}\377\226\227\241\377\260\253\251\377\255\257\254\377XZW\377" + "\203\0\0\0\0\1hig\377\202\371\373\370\377\17\362\364\361\377\355\353" + "\357\377\304\301\305\377\304\310\327\377\331\331\344\377\324\331\333" + "\377\333\331\335\377\323\326\322\377\331\327\333\377\330\322\321\377" + "\323\316\314\377\315\317\314\377\323\316\314\377\315\317\314\377\317" + "\315\321\377\202\323\316\314\377\11\322\324\320\377\277\277\311\377I" + "J\207\377-.s\377WU\207\377\226\227\241\377\236\243\245\377\260\256\262" + "\377`]a\377\203\0\0\0\0\35fge\377\375\367\366\377\365\367\364\377\325" + "\325\354\377\231\235\322\377|w\300\377ba\263\377pp\275\377z\200\277\377" + "\223\223\302\377\265\265\314\377\314\321\323\377\316\323\326\377\324" + "\321\326\377\320\322\317\377\314\321\323\377\323\316\314\377\322\317" + "\324\377\314\321\323\377\324\321\326\377\317\315\321\377\214\217\252" + "\377=>\177\3779:{\377gd\213\377\233\240\242\377\236\240\235\377\236\243" + "\245\377TUS\377\203\0\0\0\0\35fge\377\371\373\370\377\317\316\346\377" + "ba\263\377WX\274\377io\301\377\200\206\306\377sp\244\377b\\\250\377U" + "S\252\377QR\242\377\201}\262\377\277\277\311\377\310\312\307\377\306" + "\314\316\377\321\314\312\377\306\314\316\377\312\314\311\377\323\316" + "\314\377\323\326\322\377\251\253\250\377gd\213\3779:{\377CE\200\377\202" + "\206\241\377\236\240\235\377\242\243\254\377\243\245\242\377`]a\377\203" + "\0\0\0\0\35fge\377\351\352\364\377ki\275\377gf\270\377\270\273\330\377" + "\333\326\324\377\327\325\331\377\275\302\305\377\247\251\245\377\270" + "\265\272\377\247\252\306\377\201}\262\377gf\246\377\210\210\266\377\265" + "\266\300\377\315\307\306\377\317\315\321\377\327\325\331\377\320\322" + "\317\377\260\256\262\377\202\206\241\377IJ\207\3779:{\377ij\226\377\242" + "\243\254\377\236\240\235\377\242\243\254\377\243\245\242\377VXU\377\203" + "\0\0\0\0\20efd\377\325\325\354\377ba\263\377\263\257\315\377\323\326" + "\322\377\314\321\323\377\306\310\305\377\260\253\251\377\263\270\272" + "\377\272\274\271\377\255\257\254\377\263\270\272\377\251\252\264\377" + "\211\211\253\377\204\200\251\377\247\247\275\377\202\272\274\271\377" + "\13\260\256\262\377\247\253\273\377ij\226\3779:{\377WU\207\377\233\240" + "\242\377\260\253\251\377\236\240\235\377\260\253\251\377\255\257\254" + "\377`]a\377\203\0\0\0\0\35fge\377\351\352\364\377\205\203\305\377\322" + "\323\335\377\333\326\324\377\304\301\305\377\253\260\262\377\303\275" + "\274\377\321\314\312\377\317\315\321\377\303\275\274\377\275\277\274" + "\377\272\274\271\377\263\270\272\377\247\253\273\377\211\215\265\377" + "\233\233\261\377\275\277\274\377\261\261\273\377mj\236\377GF\211\377" + "gd\230\377\220\215\235\377\241\243\240\377\242\243\254\377\241\243\240" + "\377\260\256\262\377\255\257\254\377\\^[\377\203\0\0\0\0\7`]a\377\365" + "\367\364\377\310\314\334\377\254\247\322\377\311\316\321\377\262\264" + "\261\377\306\300\277\377\202\314\321\323\377\24\323\316\314\377\314\321" + "\323\377\323\316\314\377\322\317\324\377\320\322\317\377\315\317\314" + "\377\277\277\311\377\236\236\301\377\210\210\266\377]_\227\377IJ\207" + "\377\206\202\253\377\261\261\273\377\260\256\262\377\223\225\222\377" + "\236\240\235\377\247\251\245\377\262\264\261\377\270\265\272\377`]a\377" + "\203\0\0\0\0\35fge\377\375\367\366\377\346\350\345\377\304\310\327\377" + "\211\215\265\377\265\271\311\377\317\315\321\377\327\325\331\377\324" + "\331\333\377\337\331\330\377\336\333\340\377\330\333\327\377\324\321" + "\326\377\313\313\325\377\277\277\311\377\235\231\266\377fh\240\377QQ" + "\217\377gl\236\377\265\266\300\377\272\274\271\377\270\265\272\377\260" + "\256\262\377\260\253\251\377\226\227\241\377\260\253\251\377\275\277" + "\274\377\302\304\301\377dec\377\203\0\0\0\0\27`]a\377\357\362\356\377" + "\344\346\343\377\306\300\277\377\304\301\305\377\272\272\321\377\265" + "\265\314\377\307\307\322\377\315\315\327\377\310\314\334\377\304\310" + "\327\377\300\277\327\377\265\265\314\377\236\236\301\377\210\210\266" + "\377tx\236\377\222\222\264\377\253\247\270\377\242\241\270\377\265\267" + "\263\377\277\271\270\377\255\257\254\377\253\260\262\377\202\260\253" + "\251\377\1\243\250\252\377\202\304\301\305\377\1`]a\377\203\0\0\0\0\10" + "hig\377\355\353\357\377\311\316\321\377\334\336\332\377\337\341\335\377" + "\344\336\335\377\331\327\333\377\310\314\334\377\202\313\313\325\377" + "\1\311\305\327\377\202\302\277\320\377\20\306\302\324\377\313\313\325" + "\377\317\315\321\377\306\314\316\377\302\304\301\377\261\261\273\377" + "\251\252\264\377\277\271\270\377\260\253\251\377\263\270\272\377\275" + "\277\274\377\306\300\277\377\270\272\267\377\260\262\256\377\275\277" + "\274\377jli\377\203\0\0\0\0\30`]a\377\323\326\322\377\337\341\335\377" + "\355\353\357\377\352\345\343\377\341\346\351\377\337\341\335\377\344" + "\336\335\377\334\336\332\377\332\337\342\377\334\336\332\377\330\335" + "\340\377\331\327\333\377\323\326\322\377\322\317\324\377\315\317\314" + "\377\315\307\306\377\304\301\305\377\272\274\271\377\270\265\272\377" + "\263\270\272\377\304\301\305\377\306\300\277\377\304\301\305\377\202" + "\306\314\316\377\3\317\315\321\377\253\260\262\377`]a\377\203\0\0\0\0" + "\7TUS\377\223\225\222\377\216\220\215\377\210\206\212\377\203\205\202" + "\377\210\206\212\377\203\210\213\377\202\210\206\212\377\6\214\212\216" + "\377\210\206\212\377\207\211\206\377\214\212\216\377\207\211\206\377" + "\210\206\212\377\202\207\211\206\377\4\210\206\212\377\203\205\202\377" + "\210\206\212\377\203\205\202\377\202\203\210\213\377\6\214\212\216\377" + "\216\220\215\377\220\222\217\377\223\225\222\377\220\222\217\377QRP\377" + "\203\0\0\0\0\2\242\243\254\377TUS\377\232KLJ\377\1hig\377\302\0\0\0\0"}; + + diff --git a/src/icons/stock_sylpheed_32.png b/src/icons/stock_sylpheed_32.png new file mode 100644 index 0000000..8300438 Binary files /dev/null and b/src/icons/stock_sylpheed_32.png differ diff --git a/src/icons/stock_sylpheed_newmail.h b/src/icons/stock_sylpheed_newmail.h new file mode 100644 index 0000000..5c7585e --- /dev/null +++ b/src/icons/stock_sylpheed_newmail.h @@ -0,0 +1,246 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_sylpheed_newmail) +#endif +#ifdef __GNUC__ +static const guint8 stock_sylpheed_newmail[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_sylpheed_newmail[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (4606) */ + "\0\0\22\26" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (192) */ + "\0\0\0\300" + /* width (48) */ + "\0\0\0""0" + /* height (48) */ + "\0\0\0""0" + /* pixel_data: */ + "\377\0\0\0\0\377\0\0\0\0\350\0\0\0\0\15\5\5\273\10\5\5\2675\5\5\261]" + "\5\5\254y\5\5\247\207\4\4\243\211\4\4\242\202\4\4\242u\4\4\242b\4\4\243" + "K\4\4\2453\4\4\246\32\5\5\247\4\205\0\0\0\0\3\4\4\234\1\4\4\225\40\4" + "\4\223\36\231\0\0\0\0\27\5\5\276\"\5\5\266s\5\5\253\255\5\5\246\263\5" + "\5\244\263\5\5\240\263\5\5\234\263\4\4\231\263\4\4\225\263\4\4\222\263" + "\4\4\216\263\4\4\213\263\4\4\207\263\4\4\203\263\4\4\200\262\4\4\203" + "\242\4\4\205\222\3\3\205\211\3\3\202\212\3\3{\224\3\3o\250\3\3\206c\4" + "\4\230\4\227\0\0\0\0\27\5\5\302\12\5\5\272n\5\5\260\263\5\5\255\263\5" + "\5\254\237\5\5\254\216\5\5\252\205\5\5\247\207\5\5\244\215\4\4\237\230" + "\4\4\230\244\4\4\221\261\4\4\215\263\4\4\211\263\4\4\206\263\4\4\203" + "\263\4\4\177\263\4\4{\263\3\4x\263\3\3x\251\3\3\202\210\4\4\216T\4\4" + "\230\27\230\0\0\0\0\5\5\5\302\22\5\5\270\226\5\5\266\217\5\5\272@\5\5" + "\273\13\207\0\0\0\0\11\5\5\257\1\4\4\254\13\4\4\251\27\4\4\245\40\4\4" + "\242%\4\4\241%\4\4\240\35\4\4\240\17\4\4\240\1\232\0\0\0\0\4\5\5\303" + "\6\5\5\272\221\5\5\274Z\5\5\276\2\254\0\0\0\0\2\5\5\276V\5\5\273h\255" + "\0\0\0\0\3\5\5\303\1\5\5\270\223\5\5\277\11\244\0\0\0\0\2\0\0\0\1\0\0" + "\0\2\207\0\0\0\3\2\4\4\256!\4\4\267g\230\0\0\0\3\2\0\0\0\2\0\0\0\1\212" + "\0\0\0\0\1\0\0\0L\211\0\0\0\377\2\1\1*\377\0\0!\377\230\0\0\0\377\3\0" + "\0\0""8\0\0\0\12\0\0\0\2\210\0\0\0\0\7\0\0\0\1\0\0\0\377\325\325\325" + "\377\374\374\374\377\375\375\375\377\374\374\374\377\374\374\375\377" + "\203\375\375\375\377\13\374\374\374\377\276\276\352\377\336\336\360\377" + "\363\363\363\377\356\356\356\377\353\353\353\377\352\352\352\377\354" + "\354\354\377\357\357\357\377\362\362\362\377\364\364\364\377\204\365" + "\365\365\377\3\364\364\364\377\363\363\363\377\363\364\363\377\202\363" + "\363\363\377\202\364\364\364\377\2\365\365\365\377\366\366\366\377\202" + "\367\367\367\377\5\302\302\302\377\0\0\0\377\0\0\0\40\0\0\0\12\0\0\0" + "\1\207\0\0\0\0\35\0\0\0\2\0\0\0\377\374\373\374\377\370\370\370\377\370" + "\371\370\377\366\367\366\377\365\364\364\377\364\364\365\377\364\363" + "\364\377\362\362\362\377\361\361\361\377\306\305\345\377\302\304\340" + "\377\344\344\344\377\341\341\341\377\336\336\336\377\334\334\334\377" + "\337\337\337\377\340\340\340\377\340\341\341\377\264\264\327\377\206" + "\206\307\377~~\303\377nn\273\377QQ\251\377UT\251\377tt\270\377\251\250" + "\315\377\331\332\333\377\202\333\333\333\377\12\335\337\335\377\341\341" + "\341\377\342\342\342\377\330\330\331\377\342\342\342\377\235\235\235" + "\377\0\0\0\377\0\0\0""7\0\0\0\24\0\0\0\2\207\0\0\0\0)\0\0\0\3\0\0\0\377" + "\340\341\340\377\376\375\376\377\370\367\367\377\367\366\367\377\364" + "\364\364\377\363\364\364\377\363\363\363\377\361\361\361\377\357\356" + "\357\377\346\346\352\377\233\233\326\377\343\343\343\377\337\337\337" + "\377\336\337\336\377\336\336\336\377\336\336\335\377\324\324\335\377" + "\221\221\314\377\262\260\324\377\333\333\336\377\337\337\337\377\334" + "\334\334\377\326\326\331\377\242\243\311\377SS\244\377BA\226\377_^\250" + "\377\300\276\317\377\325\327\326\377\327\327\333\377\334\334\333\377" + "\340\340\340\377\333\333\335\377\337\337\337\377\233\234\233\377\0\0" + "\0\377\0\0\0@\0\0\0\30\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\303\303" + "\303\377\377\377\377\377\374\373\374\377\365\366\365\377\364\364\364" + "\377\362\362\362\377\362\361\361\377\357\357\357\377\356\356\356\377" + "\353\353\353\377\240\240\326\377\317\317\336\377\337\336\336\377\335" + "\336\336\377\335\334\335\377\335\336\335\377\266\266\326\377\335\334" + "\336\377\340\342\340\377\336\336\334\377\333\333\333\377\331\327\331" + "\377\325\325\325\377\324\324\324\377\311\310\317\377ih\256\377@\77\220" + "\377II\226\377\262\262\307\377\316\320\320\377\325\325\325\377\325\327" + "\323\377\343\343\343\377\216\216\216\377\211\212\211\377\0\0\0\377\0" + "\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\350\350\350\377" + "\272\272\272\377\377\377\377\377\370\370\370\377\363\363\363\377\361" + "\362\361\377\360\360\361\377\357\357\357\377\354\354\355\377\351\351" + "\351\377\340\340\345\377\225\225\320\377\330\327\335\377\335\335\334" + "\377\334\334\333\377\336\334\336\377\337\336\337\377\335\336\335\377" + "\335\333\333\377\334\332\332\377\327\327\330\377\326\325\324\377\323" + "\323\323\377\321\317\321\377\315\315\316\377\304\305\311\377TS\236\377" + "<<\213\377LL\225\377\273\273\303\377\312\312\312\377\326\325\325\377" + "\272\272\272\377\244\244\244\377\247\247\247\377\0\0\0\377\0\0\0B\0\0" + "\0\31\0\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\343\343" + "\341\377\265\265\265\377\377\377\377\377\366\366\366\377\362\362\362" + "\377\360\360\360\377\356\356\355\377\354\354\354\377\351\351\351\377" + "\345\345\345\377\333\334\337\377\246\246\321\377\312\312\327\377\332" + "\332\332\377\332\332\334\377\333\333\334\377\334\334\333\377\331\331" + "\331\377\322\323\326\377\270\272\317\377\323\323\323\377\320\321\321" + "\377\316\316\316\377\311\314\314\377\311\307\311\377\224\224\271\377" + ";;\207\377:;\204\377pp\246\377\306\306\307\377\253\253\253\377\217\220" + "\217\377\305\305\304\377\246\246\246\377\0\0\0\377\0\0\0B\0\0\0\31\0" + "\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\370\370\370\377" + "\342\342\342\377\272\272\272\377\377\377\377\377\364\364\364\377\357" + "\357\356\377\354\354\354\377\352\352\351\377\350\347\347\377\345\345" + "\344\377\340\341\340\377\336\336\336\377\277\277\324\377\260\260\320" + "\377\251\251\316\377\234\235\312\377\222\222\306\377\217\217\304\377" + "\251\247\312\377\322\322\321\377\321\323\321\377\320\320\320\377\315" + "\317\316\377\316\316\316\377\311\310\311\377\271\270\300\377;:\206\377" + "88\201\377>>\203\377\237\237\245\377\204\205\204\377\256\260\256\377" + "\305\305\306\377\235\235\235\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" + "\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\370\370\370\377\370\370\367" + "\377\343\343\343\377\272\272\272\377\377\377\377\377\362\362\362\377" + "\354\354\354\377\350\350\350\377\347\346\346\377\343\343\343\377\337" + "\337\337\377\334\334\335\377\332\332\332\377\332\331\331\377\327\326" + "\326\377\326\326\327\377\321\323\326\377\326\324\326\377\323\322\322" + "\377\323\323\320\377\321\321\321\377\316\321\321\377\317\317\316\377" + "\315\315\314\377\313\314\311\377\307\307\305\377==\206\377;;\203\377" + "00u\377dd\177\377\242\240\240\377\265\266\265\377\300\277\277\377\232" + "\232\232\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207\0\0\0\0\16\0\0\0\3" + "\0\0\0\377\377\377\377\377\367\370\370\377\367\367\367\377\365\367\365" + "\377\343\343\343\377\272\272\272\377\377\377\377\377\356\356\356\377" + "\347\350\347\377\343\346\343\377\342\342\342\377\337\337\337\377\202" + "\333\333\333\377\31\330\330\327\377\326\326\326\377\324\326\324\377\325" + "\323\323\377\322\320\322\377\322\321\322\377\317\317\317\377\320\316" + "\316\377\317\317\317\377\316\316\320\377\320\320\317\377\314\317\317" + "\377\310\310\310\377>>\206\37722x\377''k\377ss\225\377\247\247\251\377" + "\256\256\256\377\271\271\271\377\227\230\227\377\0\0\0\377\0\0\0B\0\0" + "\0\31\0\0\0\3\207\0\0\0\0\3\0\0\0\3\0\0\0\377\377\377\377\377\202\367" + "\367\367\377%\365\365\365\377\363\365\365\377\335\333\335\377\264\264" + "\264\377\375\375\375\377\353\353\353\377\342\342\342\377\336\337\337" + "\377\335\334\335\377\331\332\331\377\327\330\331\377\325\326\327\377" + "\326\325\325\377\322\322\322\377\316\320\320\377\316\320\317\377\314" + "\315\315\377\312\314\314\377\315\312\312\377\315\314\315\377\316\314" + "\316\377\316\316\316\377\316\317\317\377\304\304\320\37744y\377&&j\377" + "//q\377}}\235\377\241\240\241\377\246\246\246\377\261\257\257\377\222" + "\223\223\377\0\0\0\377\0\0\0D\0\0\0\34\0\0\0\5\0\0\0\1\206\0\0\0\0\22" + "\0\0\0\3\0\0\0\377\377\377\377\377\367\367\370\377\365\367\365\377\364" + "\364\364\377\362\362\362\377\343\341\353\377\254\254\316\377\201\201" + "\253\377\302\302\347\377\307\307\334\377\327\327\330\377\330\330\330" + "\377\327\327\327\377\326\326\326\377\323\323\323\377\322\322\322\377" + "\226\0\0\0\377\3\0\0\0\23\0\0\0\6\0\0\0\1\205\0\0\0\0\22\0\0\0\3\0\0" + "\0\377\377\377\377\377\367\367\367\377\364\364\364\377\325\323\352\377" + "zz\311\377II\257\377HG\255\377@@\244\37744\227\377JJ\253\377LL\251\377" + "uu\270\377\254\253\307\377\316\315\316\377\315\315\316\377\311\313\311" + "\377\226\0\0\0\377\4\0\0\0-\0\0\0\22\0\0\0\4\0\0\0\1\204\0\0\0\0\20\0" + "\0\0\3\0\0\0\377\377\377\377\377\366\366\364\377\270\270\341\377NN\262" + "\377II\255\377\\\\\266\377\212\212\310\377\231\231\313\377\206\206\271" + "\377]]\237\377ff\267\377AA\236\377==\231\377[[\250\377\202\0\0\0\377" + "\202\325((\377\202\365\316\315\377\202\365\317\316\377\202\365\316\315" + "\377\202\364\316\313\377\202\364\315\313\377\206\365\316\315\377\202" + "\364\315\313\377\202\234\35\35\377\202\0\0\0\377\2\0\0\0\22\0\0\0\6\204" + "\0\0\0\0\20\0\0\0\3\0\0\0\377\376\376\376\377\342\342\356\377PP\261\377" + "II\254\377\225\225\316\377\334\334\336\377\332\332\332\377\323\323\323" + "\377\317\317\321\377\254\253\253\377\234\234\234\377\307\307\316\377" + "\250\250\314\377vv\264\377\202\0\0\0\377\202\325((\377\202\365\316\315" + "\377\202\365\317\316\377\202\365\316\315\377\202\364\316\313\377\202" + "\364\315\313\377\206\365\316\315\377\202\364\315\313\377\202\234\35\35" + "\377\202\0\0\0\377\2\0\0\0+\0\0\0\20\204\0\0\0\0\20\0\0\0\3\0\0\0\377" + "\376\376\376\377\271\271\336\377JI\252\377\213\213\312\377\337\337\337" + "\377\330\331\331\377\320\321\320\377\313\313\313\377\271\271\271\377" + "\216\220\220\377\302\302\302\377\254\254\254\377\252\252\252\377\272" + "\272\272\377\202\0\0\0\377\202\365\316\315\377\202\325((\377\202\364" + "\316\313\377\202\364\315\311\377\202\365\317\316\377\202\363\310\302" + "\377\202\364\316\313\377\202\363\310\304\377\202\364\312\307\377\202" + "\325((\377\202\345\203|\377\202\0\0\0\377\2\0\0\0""9\0\0\0\26\204\0\0" + "\0\0\20\0\0\0\3\0\0\0\377\376\376\376\377\316\316\346\377HH\247\377\330" + "\330\337\377\333\332\332\377\322\322\322\377\312\312\312\377\271\271" + "\271\377\232\232\232\377\322\322\322\377\307\307\305\377\277\300\277" + "\377\260\260\260\377\251\251\251\377\202\0\0\0\377\202\365\316\315\377" + "\202\325((\377\202\364\316\313\377\202\364\315\311\377\202\365\317\316" + "\377\202\363\310\302\377\202\364\316\313\377\202\363\310\304\377\202" + "\364\312\307\377\202\325((\377\202\345\203|\377\202\0\0\0\377\2\0\0\0" + ";\0\0\0\27\204\0\0\0\0\20\0\0\0\3\0\0\0\377\375\375\375\377\356\356\356" + "\377{{\301\377\315\315\333\377\327\327\327\377\316\320\320\377\273\273" + "\273\377\233\233\233\377\324\324\324\377\311\312\312\377\315\315\315" + "\377\315\313\313\377\313\313\313\377\307\310\307\377\202\0\0\0\377\202" + "\364\315\313\377\202\357\266\256\377\202\325((\377\202\364\315\311\377" + "\202\363\314\306\377\202\363\312\302\377\202\363\313\306\377\202\363" + "\313\304\377\202\325((\377\202\357\267\260\377\202\340oc\377\202\0\0" + "\0\377\2\0\0\0;\0\0\0\27\204\0\0\0\0\20\0\0\0\3\0\0\0\377\375\375\375" + "\377\356\356\356\377\336\334\343\377\215\215\305\377\323\323\326\377" + "\300\302\300\377\236\236\236\377\327\327\327\377\316\317\316\377\322" + "\322\322\377\323\323\323\377\323\323\325\377\323\323\323\377\320\320" + "\320\377\202\0\0\0\377\202\364\315\313\377\202\357\266\256\377\202\325" + "((\377\202\364\315\311\377\202\363\314\306\377\202\363\312\302\377\202" + "\363\313\306\377\202\363\313\304\377\202\325((\377\202\357\267\260\377" + "\202\340oc\377\202\0\0\0\377\2\0\0\0;\0\0\0\27\204\0\0\0\0\20\0\0\0\3" + "\0\0\0\377\375\375\375\377\356\354\354\377\350\350\350\377\324\324\334" + "\377\201\201\267\377\214\214\242\377\334\334\334\377\322\322\322\377" + "\325\325\325\377\327\327\327\377\333\331\331\377\333\333\333\377\333" + "\332\333\377\327\327\327\377\202\0\0\0\377\202\365\316\316\377\202\364" + "\315\313\377\202\364\315\311\377\202\325((\377\202\364\316\313\377\202" + "\363\314\306\377\202\364\315\311\377\202\325((\377\202\360\277\267\377" + "\204\357\267\260\377\202\0\0\0\377\2\0\0\0;\0\0\0\27\204\0\0\0\0\20\0" + "\0\0\3\0\0\0\377\375\375\375\377\355\355\355\377\350\351\351\377\323" + "\323\323\377\252\252\252\377\271\271\325\377\231\231\303\377\253\252" + "\312\377\315\315\326\377\335\335\335\377\335\337\335\377\337\337\337" + "\377\336\336\336\377\333\331\333\377\202\0\0\0\377\202\365\316\316\377" + "\202\364\315\313\377\202\364\315\311\377\202\325((\377\202\364\316\313" + "\377\202\363\314\306\377\202\364\315\311\377\202\325((\377\202\360\277" + "\267\377\204\357\267\260\377\202\0\0\0\377\2\0\0\0;\0\0\0\27\204\0\0" + "\0\0\6\0\0\0\3\0\0\0\377\376\376\376\377\356\356\356\377\332\332\332" + "\377\261\261\261\377\202\334\334\334\377\10\333\332\333\377\325\325\332" + "\377\270\266\320\377\256\256\315\377\256\256\316\377\252\253\314\377" + "\244\244\313\377\226\226\301\377\202\0\0\0\377\202\363\307\302\377\202" + "\365\316\315\377\202\360\300\265\377\204\325((\377\202\363\314\304\377" + "\204\325((\377\202\363\312\302\377\202\362\306\277\377\202\343~p\377" + "\202\0\0\0\377\2\0\0\0;\0\0\0\27\204\0\0\0\0\14\0\0\0\3\0\0\0\377\376" + "\376\376\377\335\335\335\377\265\265\265\377\364\366\364\377\345\343" + "\343\377\340\340\340\377\337\337\337\377\337\335\335\377\336\336\336" + "\377\337\335\335\377\202\337\337\337\377\2\336\336\340\377\333\332\332" + "\377\202\0\0\0\377\202\363\307\302\377\202\365\316\315\377\202\360\300" + "\265\377\204\325((\377\202\363\314\304\377\204\325((\377\202\363\312" + "\302\377\202\362\306\277\377\202\343~p\377\202\0\0\0\377\2\0\0\0;\0\0" + "\0\27\204\0\0\0\0\13\0\0\0\3\0\0\0\377\377\377\377\377\254\256\254\377" + "\373\373\373\377\353\353\353\377\351\351\351\377\345\345\345\377\342" + "\342\342\377\340\342\340\377\340\336\340\377\202\336\336\336\377\3\334" + "\336\336\377\335\335\335\377\330\330\331\377\202\0\0\0\377\202\365\316" + "\315\377\202\363\310\302\377\202\325((\377\202\364\315\307\377\202\363" + "\313\302\377\202\325((\377\202\362\312\301\377\202\361\306\272\377\202" + "\325((\377\202\350\227\211\377\202\336bU\377\202\0\0\0\377\2\0\0\0;\0" + "\0\0\27\204\0\0\0\0\15\0\0\0\3\0\0\0\377\273\273\273\377\266\265\265" + "\377\262\262\262\377\251\251\251\377\250\250\250\377\252\252\252\377" + "\250\250\250\377\251\250\251\377\251\251\252\377\251\252\252\377\252" + "\252\252\377\202\253\253\253\377\1\250\250\250\377\202\0\0\0\377\202" + "\365\316\315\377\202\363\310\302\377\202\325((\377\202\364\315\307\377" + "\202\363\313\302\377\202\325((\377\202\362\312\301\377\202\361\306\272" + "\377\202\325((\377\202\350\227\211\377\202\336bU\377\202\0\0\0\377\2" + "\0\0\0;\0\0\0\27\204\0\0\0\0\2\0\0\0\2\0\0\0C\220\0\0\0\377\202\365\316" + "\315\377\202\325((\377\202\363\312\304\377\202\363\314\306\377\202\363" + "\313\304\377\202\360\303\267\377\204\362\307\277\377\202\342zi\377\202" + "\246\37\37\377\202\356\264\255\377\202\0\0\0\377\2\0\0\0;\0\0\0\27\204" + "\0\0\0\0\6\0\0\0\1\0\0\0\12\0\0\0!\0\0\0""7\0\0\0@\0\0\0A\211\0\0\0B" + "\1\0\0\0D\202\0\0\0\377\202\365\316\315\377\202\325((\377\202\363\312" + "\304\377\202\363\314\306\377\202\363\313\304\377\202\360\303\267\377" + "\204\362\307\277\377\202\342zi\377\202\246\37\37\377\202\356\264\255" + "\377\202\0\0\0\377\2\0\0\0;\0\0\0\27\205\0\0\0\0\4\0\0\0\2\0\0\0\12\0" + "\0\0\24\0\0\0\30\212\0\0\0\31\1\0\0\0\34\202\0\0\0\377\202\325((\377" + "\202\337h\\\377\202\336eY\377\202\332SE\377\202\343\177n\377\202\341" + "yh\377\202\350\234\215\377\202\345\214~\377\202\337jZ\377\202\350\226" + "\213\377\202w\26\26\377\202\0\0\0\377\2\0\0\0;\0\0\0\27\206\0\0\0\0\2" + "\0\0\0\1\0\0\0\2\213\0\0\0\3\1\0\0\0\6\202\0\0\0\377\202\325((\377\202" + "\337h\\\377\202\336eY\377\202\332SE\377\202\343\177n\377\202\341yh\377" + "\202\350\234\215\377\202\345\214~\377\202\337jZ\377\202\350\226\213\377" + "\202w\26\26\377\202\0\0\0\377\2\0\0\0""9\0\0\0\26\223\0\0\0\0\3\0\0\0" + "\2\0\0\0\20\0\0\0+\226\0\0\0\377\4\0\0\0L\0\0\0\77\0\0\0+\0\0\0\20\223" + "\0\0\0\0\3\0\0\0\1\0\0\0\6\0\0\0\22\226\0\0\0\377\4\0\0\0\77\0\0\0%\0" + "\0\0\22\0\0\0\6\224\0\0\0\0\5\0\0\0\1\0\0\0\4\0\0\0\22\0\0\0+\0\0\0""9" + "\222\0\0\0;\5\0\0\0""9\0\0\0+\0\0\0\22\0\0\0\4\0\0\0\1\225\0\0\0\0\3" + "\0\0\0\1\0\0\0\6\0\0\0\20\202\0\0\0\26\221\0\0\0\27\5\0\0\0\26\0\0\0" + "\20\0\0\0\6\0\0\0\1\0\0\0\0"}; + + diff --git a/src/icons/stock_sylpheed_newmail.png b/src/icons/stock_sylpheed_newmail.png new file mode 100644 index 0000000..58f3b4c Binary files /dev/null and b/src/icons/stock_sylpheed_newmail.png differ diff --git a/src/icons/stock_sylpheed_newmail_16.h b/src/icons/stock_sylpheed_newmail_16.h new file mode 100644 index 0000000..ad1ba4f --- /dev/null +++ b/src/icons/stock_sylpheed_newmail_16.h @@ -0,0 +1,68 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (stock_sylpheed_newmail_16) +#endif +#ifdef __GNUC__ +static const guint8 stock_sylpheed_newmail_16[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 stock_sylpheed_newmail_16[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (812) */ + "\0\0\3D" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (64) */ + "\0\0\0@" + /* width (16) */ + "\0\0\0\20" + /* height (16) */ + "\0\0\0\20" + /* pixel_data: */ + "\227\0\0\0\0\10\265\265\346\377\214\214\325\377\203\203\316\377\220\220" + "\320\377\246\246\326\377\275\275\336\377\307\307\343\377\302\302\336" + "\377\206\0\0\0\0\11\317\317\362\377\241\241\343\377\301\301\352\377\312" + "\312\354\377\301\301\347\377\265\265\336\377\254\254\330\377\255\255" + "\325\377\277\277\336\377\207\0\0\0\0\1\310\310\360\377\212\0\0\0\0\2" + "\310\310\310\377\225\225\225\377\202\227\227\227\377\2\204\204\233\377" + "\214\214\225\377\202\224\224\224\377\206\225\225\225\377(\230\230\230" + "\377\0\0\0\0\223\223\223\377\367\367\367\377\367\366\367\377\365\365" + "\365\377\331\331\352\377\334\334\344\377\340\340\340\377\324\324\337" + "\377\277\276\332\377\261\261\321\377\213\213\300\377\267\267\317\377" + "\337\340\340\377\342\342\343\377\235\235\235\377\0\0\0\0\221\221\221" + "\377\345\345\345\377\365\365\365\377\360\360\360\377\344\344\351\377" + "\306\306\333\377\333\333\334\377\327\327\334\377\332\332\333\377\324" + "\324\325\377\305\305\314\377^]\236\377\236\237\271\377\311\311\310\377" + "\177\177\177\377\0\0\0\0\227\227\227\377\357\357\357\377\342\342\342" + "\377\360\360\360\377\302\300\300\377\26\7\7\377\202\31\25\25\377\203" + "\30\25\24\377\20\31\25\24\377\31\25\25\377\30\25\24\377\21\6\6\377\7" + "\1\1+\227\227\227\377\370\371\371\377\352\353\353\377\326\326\334\377" + "\21\6\6\377\336YX\377\360\265\264\377\365\316\315\377\365\316\314\377" + "\364\315\312\377\364\315\313\377\202\365\315\314\377\15\357\264\262\377" + "\265DC\377\15\4\4\377\227\227\227\377\356\356\364\377\213\213\313\377" + "sr\273\377\23\20\20\377\361\273\271\377\340da\377\356\253\251\377\364" + "\315\312\377\364\314\307\377\202\363\313\306\377\35\355\250\245\377\340" + "ca\377\342wo\377\22\12\11\377\227\227\227\377\243\243\324\377\254\254" + "\317\377\321\321\321\377\23\20\20\377\364\313\311\377\355\254\247\377" + "\343tr\377\354\244\241\377\363\314\306\377\363\313\306\377\354\243\237" + "\377\342pl\377\353\244\236\377\347\222\211\377\22\13\12\377\227\227\227" + "\377\314\314\342\377\307\307\323\377\272\272\272\377\23\20\17\377\364" + "\313\311\377\364\314\311\377\351\226\221\377\333HG\377\202\353\240\234" + "\377'\333HG\377\351\224\217\377\361\300\271\377\352\240\226\377\22\14" + "\13\377\227\227\227\377\355\355\355\377\266\266\304\377\276\276\316\377" + "\23\20\17\377\364\313\310\377\357\263\257\377\342ql\377\347\213\206\377" + "\344{w\377\344{v\377\346\210\201\377\342rn\377\351\233\221\377\342wi" + "\377\21\10\7\377\227\227\227\377\333\334\333\377\343\343\343\377\337" + "\337\337\377\23\20\20\377\361\274\273\377\341ge\377\355\251\244\377\363" + "\314\305\377\356\262\252\377\355\260\250\377\362\307\276\377\344\201" + "v\377\302JD\377\342\216\206\377\22\14\13\377\256\256\256\377ppp\377\202" + "iii\377\14\21\6\6\377\334LJ\377\336bX\377\341uj\377\342yk\377\345\213" + "|\377\347\227\211\377\351\235\220\377\342zk\377\334zp\377\232A>\377\13" + "\4\4\377\204\0\0\0\0\3\12\2\2+\25\5\5\377\26\12\11\377\202\26\12\10\377" + "\7\27\14\13\377\27\16\14\377\27\17\15\377\26\14\12\377\27\16\15\377\16" + "\4\4\377\5\1\1+"}; + + diff --git a/src/icons/stock_sylpheed_newmail_16.png b/src/icons/stock_sylpheed_newmail_16.png new file mode 100644 index 0000000..bbbc21b Binary files /dev/null and b/src/icons/stock_sylpheed_newmail_16.png differ diff --git a/src/icons/sylpheed-logo.h b/src/icons/sylpheed-logo.h new file mode 100644 index 0000000..e2eedd1 --- /dev/null +++ b/src/icons/sylpheed-logo.h @@ -0,0 +1,515 @@ +/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ + +#ifdef __SUNPRO_C +#pragma align 4 (sylpheed_logo) +#endif +#ifdef __GNUC__ +static const guint8 sylpheed_logo[] __attribute__ ((__aligned__ (4))) = +#else +static const guint8 sylpheed_logo[] = +#endif +{ "" + /* Pixbuf magic (0x47646b50) */ + "GdkP" + /* length: header (24) + pixel_data (16181) */ + "\0\0\77M" + /* pixdata_type (0x2010002) */ + "\2\1\0\2" + /* rowstride (532) */ + "\0\0\2\24" + /* width (133) */ + "\0\0\0\205" + /* height (46) */ + "\0\0\0." + /* pixel_data: */ + "\220\0\0\0\0\13Pt\253\32Pt\253WPt\253\205Pt\253\233Pt\253\236Pt\253\224" + "Pt\253\177Pt\253`Pt\253>Os\252\32Os\252\1\205\0\0\0\0\3Mp\246\2Mo\244" + ".Mo\245\4\356\0\0\0\0\4\0\0\0\1""0Ef\5Mp\245[Or\251\306\211Pt\253\377" + "\17Os\252\377Nq\247\367Ln\243\334Ik\240\307Ik\236\272Jk\236\274Jl\237" + "\315Ik\237\335A^\214Z\0\0\0\17\0\0\0\14\0\0\0\11\0\0\0\6\0\0\0\3\0\0" + "\0\1\220\0\0\0\0\2""0L\222\0\320\276\322\0\276\0\0\0\0\2\240N\347\0\350" + "\373s\0\205\333\333\333\0\204\0\0\0\1\202\333\333\333\0\213\0\0\0\0\36" + "\0\0\0\1Jl\237-Os\252\315Pt\253\377Os\252\350Nq\246\311Ln\242\276Km\241" + "\300Km\240\311Ln\243\327Mp\245\347Or\250\366Pt\253\377Pt\252\377Os\251" + "\377Or\250\377Nq\247\377Mp\246\377Km\241\351Gg\230\276=Y\203{\26\40/" + "1\0\0\0\40\0\0\0\33\0\0\0\25\0\0\0\17\0\0\0\12\0\0\0\5\0\0\0\2\0\0\0" + "\1\214\0\0\0\0\205\0\0\0\1\220\0\0\0\0\1\0\0\0\1\202\0\0\0\2\202\0\0" + "\0\3\2\0\0\0\2\0\0\0\1\247\0\0\0\0\204\333\333\333\0\11\0\0\0\1\36,A" + "\5.Ba2\0\0\0\3\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\1\333\333\333\0\212\0\0" + "\0\0\37\0\0\0\1Mp\245\77Pt\253\352Mo\244\2138Qw2\0\0\0\32\0\0\0#\0\0" + "\0.\0\0\0""8\0\0\0A\0\0\0I\0\0\0P\0\0\0U\5\7\13\\\20\27#f\26!0l\30#4" + "k\25\37/d\7\12\20S\0\0\0G\0\0\0B\0\0\0<\0\0\0""6\0\0\0/\0\0\0'\0\0\0" + "\36\0\0\0\25\0\0\0\15\0\0\0\7\0\0\0\3\0\0\0\1\212\0\0\0\0\3\0\0\0\1""0" + "Ef\6Cb\221@\203\0\0\0\4\3\0\0\0\3\0\0\0\2\0\0\0\1\214\0\0\0\0\13\0\0" + "\0\1\0\0\0\2;V\177(7Pw\305\40/E\16\0\0\0\10\0\0\0\7\0\0\0\6\0\0\0\4\0" + "\0\0\2\0\0\0\1\245\0\0\0\0\203\333\333\333\0\4\0\0\0\1)\\o\31%7\362\27!0\377%6P\225\0\0\0\35\0\0\0!\0\0\0\40\0\0\0\32" + "\0\0\0\22\0\0\0\13\0\0\0\5\210\0\0\0\0\21\0\0\0\1""9Rz\7Or\251\273\0" + "\0\0\14\0\0\0\25\0\0\0\36\0\0\0(\0\0\0""0\0\0\0""5\0\0\0""9\0\0\0<\0" + "\0\0\77\0\0\0B\0\0\0D\0\0\0G\0\0\0I\0\0\0K\202\0\0\0M\16\0\0\0L\0\0\0" + "K\0\0\0H\0\0\0C\0\0\0=\0\0\0""6\0\0\0-\0\0\0$\0\0\0\33\0\0\0\22\0\0\0" + "\13\0\0\0\5\0\0\0\2\0\0\0\1\207\0\0\0\0\15\0\0\0\1\0\0\0\3Ca\220x@]\211" + "\377@]\212\252\0\0\0\37\0\0\0$\0\0\0#\0\0\0\35\0\0\0\24\0\0\0\14\0\0" + "\0\6\0\0\0\2\211\0\0\0\0\6\0\0\0\2\0\0\0\5:U~\2004Ko\3776Ou\275\0\0\0" + ")\202\0\0\0/\6\0\0\0(\0\0\0\35\0\0\0\22\0\0\0\11\0\0\0\4\0\0\0\1\244" + "\0\0\0\0\15\333\333\333\0\0\0\0\2\35*\77\16\30$5\367\27!0\375\30#4>\0" + "\0\0-\0\0\0""1\0\0\0.\0\0\0%\0\0\0\31\0\0\0\16\0\0\0\7\210\0\0\0\0\10" + "\0\0\0\1Lo\2430Ln\243q\0\0\0\17\0\0\0\30\0\0\0!\0\0\0(\0\0\0,\202\0\0" + "\0-\202\0\0\0,\6\0\0\0-\0\0\0.\0\0\0""0\0\0\0""2\0\0\0""3\0\0\0""4\202" + "\0\0\0""5\14\0\0\0""4\0\0\0""2\0\0\0.\0\0\0*\0\0\0%\0\0\0\37\0\0\0\30" + "\0\0\0\22\0\0\0\14\0\0\0\7\0\0\0\3\0\0\0\1\210\0\0\0\0\16\0\0\0\2\0\0" + "\0\6B`\216\240@]\211\377/CdS\0\0\0/\0\0\0""4\0\0\0""1\0\0\0(\0\0\0\33" + "\0\0\0\20\0\0\0\7\0\0\0\3\0\0\0\1\207\0\0\0\0\17\0\0\0\1\0\0\0\3\30\"" + "3\13""6Os\3374Ko\377(;W^\0\0\0:\0\0\0A\0\0\0\77\0\0\0""4\0\0\0%\0\0\0" + "\26\0\0\0\13\0\0\0\4\0\0\0\1\244\0\0\0\0\15\0\0\0\1\0\0\0\4+>\\O\27!" + "2\377\"1I\265\0\0\0""1\0\0\0=\0\0\0A\0\0\0:\0\0\0-\0\0\0\35\0\0\0\20" + "\0\0\0\7\210\0\0\0\0\13\0\0\0\2Lo\243HEd\224=\0\0\0\22\0\0\0\32\0\0\0" + "\"\0\0\0&\0\0\0%\0\0\0#\0\0\0\37\0\0\0\34\202\0\0\0\33\4\0\0\0\34\0\0" + "\0\35\0\0\0\37\0\0\0\40\203\0\0\0!\13\0\0\0\40\0\0\0\36\0\0\0\33\0\0" + "\0\30\0\0\0\25\0\0\0\21\0\0\0\15\0\0\0\11\0\0\0\6\0\0\0\3\0\0\0\1\210" + "\0\0\0\0\17\0\0\0\1\0\0\0\3""3Im\30@]\212\367@]\211\322\1\2\3""0\0\0" + "\0<\0\0\0B\0\0\0=\0\0\0/\0\0\0\37\0\0\0\21\0\0\0\10\0\0\0\3\0\0\0\1\207" + "\0\0\0\0\17\0\0\0\1\0\0\0\4:T}`4Lp\3775Nt\317\1\1\2:\0\0\0I\0\0\0O\0" + "\0\0J\0\0\0;\0\0\0(\0\0\0\27\0\0\0\13\0\0\0\4\0\0\0\1\244\0\0\0\0\15" + "\0\0\0\1\0\0\0\5%7P\243\27\"2\377\35+\77Z\0\0\0=\0\0\0I\0\0\0K\0\0\0" + "A\0\0\0""0\0\0\0\36\0\0\0\20\0\0\0\7\210\0\0\0\0\36\0\0\0\2Jl\240\77" + "Db\221=\0\0\0\22\0\0\0\32\0\0\0\37\0\0\0\40\0\0\0\35\0\0\0\30\3\5\10" + "\25Z\2057Hi\233kNq\247\326" + "Ps\252\377Lm\241\3000Gi;\0\0\0\32\0\0\0\27\0\0\0\24\0\0\0\17\0\0\0\13" + "\0\0\0\10\0\0\0\5\0\0\0\3\0\0\0\2\0\0\0\1\213\0\0\0\0\16\0\0\0\2'9T\13" + "A_\215\345A]\212\353\11\16\25""3\0\0\0\77\0\0\0L\0\0\0M\0\0\0B\0\0\0" + "0\0\0\0\36\0\0\0\17\0\0\0\7\0\0\0\2\207\0\0\0\0\7\0\0\0\1\0\0\0\3;V~" + "P5Lq\3775Ns\341\3\5\7""9\0\0\0K\202\0\0\0W\7\0\0\0K\0\0\0""7\0\0\0\"" + "\0\0\0\22\0\0\0\10\0\0\0\3\0\0\0\1\243\0\0\0\0\16\0\0\0\1\0\0\0\3)=[" + "k\30#2\377#3Kn\0\0\0""8\0\0\0I\0\0\0Q\0\0\0L\0\0\0=\0\0\0)\0\0\0\30\0" + "\0\0\13\0\0\0\4\210\0\0\0\0\11\0\0\0\2\0\0\0\5Ln\243\201\24\36,\27\0" + "\0\0\27\0\0\0\31\0\0\0\27""2Ik.Ee\225N\202\0\0\0\13\20\0\0\0\15\0\0\0" + "\20\0\0\0\24\13\20\27\35Gg\230\217Or\250\377Mp\245\3645MrX\0\0\0\"\0" + "\0\0\35\0\0\0\26\0\0\0\17\0\0\0\11\0\0\0\5\0\0\0\2\0\0\0\1\213\0\0\0" + "\0\17\0\0\0\1\0\0\0\3Ba\217eA^\213\377=X\203\221\0\0\0""3\0\0\0D\0\0" + "\0M\0\0\0K\0\0\0=\0\0\0+\0\0\0\31\0\0\0\14\0\0\0\5\0\0\0\1\207\0\0\0" + "\0\17\0\0\0\1\0\0\0\4""9Rz\3064Lp\3772Il\203\0\0\0>\0\0\0P\0\0\0X\0\0" + "\0T\0\0\0D\0\0\0/\0\0\0\34\0\0\0\16\0\0\0\6\0\0\0\2\244\0\0\0\0\16\0" + "\0\0\1\16\25\37\7\36-C\327\34*=\344\4\6\12,\0\0\0<\0\0\0J\0\0\0N\0\0" + "\0E\0\0\0""5\0\0\0\"\0\0\0\22\0\0\0\10\0\0\0\3\210\0\0\0\0\33\0\0\0\2" + "\0\0\0\5""8Ry\37Ik\236w\0\0\0\24\0\0\0\26\0\0\0\25\10\14\22\23\0\0\0" + "\15\0\0\0\13\0\0\0\14\5\7\12\20\0\0\0\24\0\0\0\31\0\0\0\36\0\0\0$Cb\220" + "\226Nq\246\377Ln\243\361\40/EJ\0\0\0,\0\0\0#\0\0\0\31\0\0\0\17\0\0\0" + "\10\0\0\0\4\0\0\0\1\213\0\0\0\0\17\0\0\0\1\30#4\6B`\215\330@]\211\372" + "\34*>;\0\0\0""9\0\0\0G\0\0\0L\0\0\0E\0\0\0""6\0\0\0#\0\0\0\24\0\0\0\11" + "\0\0\0\3\0\0\0\1\206\0\0\0\0\20\0\0\0\1\0\0\0\2;V\200@5Mq\3774Ms\360" + "\14\22\32:\0\0\0E\0\0\0T\0\0\0W\0\0\0M\0\0\0;\0\0\0'\0\0\0\26\0\0\0\13" + "\0\0\0\4\0\0\0\1\244\0\0\0\0\16\0\0\0\2,\77^S\30#4\377%7Q\202\0\0\0/" + "\0\0\0@\0\0\0J\0\0\0I\0\0\0=\0\0\0+\0\0\0\32\0\0\0\15\0\0\0\6\0\0\0\2" + "\210\0\0\0\0\33\0\0\0\1\0\0\0\4\0\0\0\10\0\0\0" + "5\0\0\0'\0\0\0\32\0\0\0\17\0\0\0\7\0\0\0\4\203\0\0\0\2\202\0\0\0\1\203" + "\0\0\0\0\202\0\0\0\1\7\0\0\0\2\0\0\0\3Ba\220VA_\213\377@]\211\251\0\0" + "\0.\0\0\0\77\202\0\0\0J\6\0\0\0\77\0\0\0.\0\0\0\35\0\0\0\17\0\0\0\7\0" + "\0\0\3\210\0\0\0\2\17\0\0\0\4:T{\2675Lq\3775Ms\227\0\0\0:\0\0\0L\0\0" + "\0V\0\0\0T\0\0\0F\0\0\0""3\0\0\0\40\0\0\0\22\0\0\0\11\0\0\0\4\0\0\0\2" + "\204\0\0\0\0\1\0\0\0\1\202\0\0\0\2\203\0\0\0\3\2\0\0\0\2\0\0\0\1\205" + "\0\0\0\0\1\0\0\0\1\202\0\0\0\2\203\0\0\0\3\2\0\0\0\2\0\0\0\1\211\0\0" + "\0\0\20\0\0\0\1\0\0\0\2\10\14\22\6\40""1G\313\31%8\364\17\26!1\0\0\0" + "6\0\0\0C\0\0\0I\0\0\0C\0\0\0""4\0\0\0#\0\0\0\24\0\0\0\11\0\0\0\4\0\0" + "\0\1\210\0\0\0\0\22\0\0\0\1\0\0\0\3\0\0\0\7\0\0\0\13\30#4\27B`\216NC" + "a\217WGg\230dIk\235tKl\240\204Gf\227b\25\37.\32\0\0\0\27\0\0\0\32\0\0" + "\0\36\0\0\0$\0\0\0-Ee\225\272\202Mo\244\377\10\33';h\0\0\0G\0\0\0""8" + "\0\0\0'\0\0\0\30\31%6\25Ca\217=#2J\15\202\0\0\0\6\34\0\0\0\5\0\0\0\4" + "\0\0\0\3\0\0\0\2\0\0\0\3\0\0\0\4\0\0\0\5\0\0\0\6\10\13\21\11C`\216\316" + "A^\213\377*=[K\0\0\0""7\0\0\0F\0\0\0L\0\0\0G\0\0\0:\0\0\0(\0\0\0\31\0" + "\0\0\16\0\0\0\7\0\0\0\5\0\0\0\4\0\0\0\5\0\0\0\6\0\0\0\7\0\0\0\10\0\0" + "\0\7\202\0\0\0\6\34""8Ry55Mr\3774Lq\373\30#3C\0\0\0C\0\0\0S\0\0\0X\0" + "\1\1Q\35*\77b\17\26!9\0\0\0\36\0\0\0\22\0\0\0\13\0\0\0\6\0\0\0\3\0\0" + "\0\2\0\0\0\1""8Qx\13:S|D7Qxa7OuO%6P\23\0\0\0\10\0\0\0\11\0\0\0\10\0\0" + "\0\6\0\0\0\4\0\0\0\2\202\0\0\0\1\14""4Mq\13""5MsD3Jma2ImO#3K\23\0\0\0" + "\10\0\0\0\11\0\0\0\10\0\0\0\6\0\0\0\4\0\0\0\2\0\0\0\1\204\0\0\0\0\202" + "\0\0\0\1\10\0\0\0\2\0\0\0\3\0\0\0\5+\77^M\31#5\377%6P\234\0\0\0,\0\0" + "\0<\202\0\0\0F\7\0\0\0<\0\0\0,\0\0\0\33\0\0\0\16\0\0\0\6\0\0\0\2\275" + "\275\275\0\210\0\0\0\0}\0\0\0\1\0\0\0\3\0\0\0\6\0\0\0\11\0\0\0\15\0\0" + "\0\20\0\0\0\22\4\6\11\22\34)=\31\4\6\11\22\0\0\0\22\0\0\0\24\0\0\0\26" + "\0\0\0\27\0\0\0\31\0\0\0\36\0\0\0&Ba\217\246Mo\244\377Lo\243\3771Hj\234" + "\0\0\0X\0\0\0J\0\0\0""7-BaKHh\232\322Hi\233\377C`\217b\0\0\0\17\0\0\0" + "\16\0\0\0\13\0\0\0\10%6O\14Ed\224\342Dc\222\3667Pv%\0\0\0\13\0\0\0\15" + "=Y\204QA_\213\377@]\212\301\0\0\0/\0\0\0\77\0\0\0K\0\0\0L\22\33(U,A_" + "m\0\0\0%\0\0\0\30\0\0\0\17:U~B>Z\205\247;V\200\345:T{\374;U~\3304MrG" + "\0\0\0\22\0\0\0\21\0\0\0\16\0\0\0\15:T}\2525Mr\3777Ou\254\0\0\0:\0\0" + "\0M\7\12\20`(;W\2363Il\3431Gi\3772Jl\345\0\0\0!\0\0\0\30\0\0\0\21\0\0" + "\0\14\0\0\0\7""1Hj\25""9RzS7Qxi7Ovi3Lo\233*=\\\373+\77^\3560FgX\0\0\0" + "\23\0\0\0\22\0\0\0\17\0\0\0\13\0\0\0\7.Dd\25""4MqS3Jni2Ili/De\233#4L" + "\373%5O\356-A`X\0\0\0\23\0\0\0\22\0\0\0\17\0\0\0\12\0\0\0\6\0\0\0\3\0" + "\0\0\2\0\0\0\1\0\0\0\2-Ba\17.CdX+\77\\\210,A_o,A_U&8S&\"1I\310\30#4\375" + "\30#4A\0\0\0""5\0\0\0C\0\0\0H\0\0\0C\0\0\0""5\0\0\0$\0\0\0\25\0\0\0\12" + "\0\0\0\4\0\0\0\1\304\304\304\0\207\0\0\0\0\10\0\0\0\1\0\0\0\2\0\0\0\3" + "\0\0\0\6\0\0\0\11\0\0\0\14\0\0\0\17\0\0\0\20\202\0\0\0\21\2\0\0\0\22" + "\0\0\0\23\204\0\0\0\24d\0\0\0\27\0\0\0\36Dd\224\250Mo\244\377Ln\243\377" + "5Mr\256\0\0\0e\1\2\3[6Ou\224Cb\221\277Ij\234\377Gg\232\354\21\31%#\0" + "\0\0\34\0\0\0\32\0\0\0\25\0\0\0\20Ca\220nEc\223\377Dc\223\267\0\0\0\23" + "\0\0\0\27\0\0\0\30A_\214\306A_\213\3770Fgb\0\0\0""9\0\0\0G\16\24\36Z" + "-Cc\220=Y\203\373=Y\202\344\0\0\0%\25\36-'=Y\204\250:V\200\363=X\202" + "\301\0\0\0.\0\0\0\35\0\0\0\17\0\0\0\7\0\0\0\2\274\274\274" + "\0\311\311\311\0\205\0\0\0\0\12\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\5\0\0\0" + "\7\0\0\0\11\0\0\0\13\0\0\0\15\0\0\0\17\0\0\0\20\202\0\0\0\21\202\0\0" + "\0\22A\0\0\0\23\0\0\0\22\0\0\0\20\0\0\0\17\0\0\0\20\0\0\0\27Hi\233\277" + "Lo\243\377Ln\242\3770Fg\246\0\0\0o\21\31&x\15\23\35_\77[\206\253Ij\234" + "\377>Z\205\221\0\0\0,\0\0\0-\0\0\0)\0\0\0\"\14\22\32\36Ec\224\343Dc\222" + "\3777PwU\0\0\0!\0\0\0&.CdVB_\214\377@^\212\327\1\1\2""7\0\0\0C%6O|\14" + "\21\32\\4Lp\245>Z\205\377;V\177\274\26!0=Z\0\0\0<\0\0\0G\0" + "\0\0K\0\0\0F\0\0\0""7\0\0\0&\0\0\0\26\0\0\0\13\0\0\0\4\0\0\0\1\303\303" + "\303\0\316\316\316\0\203\0\0\0\0\11\0\0\0\1\0\0\0\2Km\2416Nq\246~Mq\246" + "\236Mp\245\236Kl\240\200A_\214J\12\17\27\26\203\0\0\0\23\202\0\0\0\22" + "\202\0\0\0\21\20\0\0\0\20\0\0\0\16\0\0\0\14\0\0\0\13\0\0\0\14\4\5\10" + "\23Lm\241\353Ln\242\377Kn\242\377\34)<\210\0\0\0v\0\0\0q\21\30$oHi\232" + "\371Gg\230\364\20\30$H\202\0\0\0>=\0\0\0""9\0\0\0.;V\177xEd\223\377C" + "b\221\323\1\2\3)\0\0\0""2\0\0\0""7>Z\206\301A_\213\3771Gj\200\0\0\0B" + "\0\0\0L\0\0\0R\0\0\0Q;V\200\323=Y\203\377,Bav9Sz\253\26\37/H\0\0\0""3" + "\0\0\0""1\0\0\0/\1\1\2""39Sz\3519Ry\377,A`\224\0\0\0O\0\0\0K\23\34)R" + "5Ns\3725Ms\3775Lq\301(:V\211\0\1\1\\\0\0\0d\0\0\0c\34)=\1772Hj\3772H" + "k\341\0\1\1I\0\0\0H\0\0\0D'9Tu1Hj\272\0\0\0!\0\0\0\30\0\0\0\24\0\0\0" + "\23\0\0\0\24\0\0\0\30\0\0\0\40.Dd\245)Z\204\377:V\177\316" + "\30$5a\0\0\0O\0\0\0S\0\0\0P\0\0\0H\0\0\0@5Mr\2539Sy\3772Jm\266\0\0\0" + "_\0\0\0g\11\15\23n5Ms\3666Ns\377$5O\202\0\0\0U\0\0\0`\0\0\0g\0\0\0f\24" + "\35,u2Hk\3762Hj\354\4\6\11U\0\0\0X\0\0\0\\,@_\266/De\343\0\0\0@\0\0\0" + "3\0\0\0*\0\0\0#\0\0\0\36+>\\N0Fh\267/Ef\274'9Uh\0\1\2=\0\0\0K);X\264" + ")=Y\344\0\0\0P\0\0\0D\0\0\0""7\0\0\0+\0\0\0\"'8SP*>]\267*=Z\274$5Nh\0" + "\1\2<\0\0\0I\0\0\0Q\1\2\2Q$6Q\312\36-C\373\33(]\2576Ns\3774Lr\332\0\1\1X\0\0\0]\0\0\0e\0\0\0g\0\0\0a/Fg\303" + "2Hj\377*=[\231\0\0\0R\0\0\0Z\0\0\1_/Df\361.Cc\276\0\0\0D\0\0\0:\10\14" + "\23""8+>]r0Fh\2220Eh{\34)=0\0\0\0\40\0\0\0*\0\0\0""9\0\1\1J)Z\205\376;W\201\337\3" + "\5\10H\0\0\0Q\202\0\0\0[4\0\0\0R\2\2\4E9S{\3118S{\370\"2Kh\0\0\0L\0\0" + "\0[\5\10\14i5Mt\3626Ns\377\40/E\210\0\0\0]\0\0\0b\0\0\0e\0\0\0b\30\"" + "3u2Ik\3762Ij\360\7\13\21Q\0\0\0R\0\0\0[\20\27\"p/Dd\377-A`\264\0\0\0" + "G\10\14\22H\35+\77^\12\17\27""9\0\0\0'\0\0\0\40\0\0\0\34\0\0\0\37\0\0" + "\0'\0\0\0""4\23\34*W(9T\377(:W\266\0\0\0V\6\11\16W\31$6g\11\15\23@\0" + "\0\0+\0\0\0!\0\0\0\35\0\0\0\37\0\0\0'\0\0\0""3\0\0\0>\7\12\17M\"1I\360" + "\36,B\376\22\32&X\203\0\0\0A5\0\0\0=\0\0\0""6\25\37.G\"2J\315\32&8\377" + "\34*\77\354\5\7\13D\0\0\0M\0\0\0W\0\0\0V\0\0\0K\0\0\0""8\0\0\0$\0\0\0" + "\24\0\0\0\11\0\0\0\3\0\0\0\1\306\306\306\0\320\320\320\0\326\326\326" + "\0\332\332\332\0\0\0\0\1\0\0\0\3@]\211)Mp\246\273\0\0\0\40\0\0\0""0\0" + "\0\0>\0\0\0H\0\0\0J\0\0\0I\0\0\0E\0\0\0B\0\0\0\77\0\0\0=\0\0\0;\0\0\0" + "7\0\0\0""1;V\200uCb\220\210\0\0\0\35\0\0\0\27""6Nt8Jm\240\341Ln\242\377" + "Hj\236\336\36,AS\0\0\0R\0\0\0g\0\0\0t;W\200\317Hi\233\3778Ry\274\203" + "\0\0\0_o\0\1\1Z3Jn\230Dc\223\374Dc\223\3778Qx\227\0\0\0G\0\0\0U\10\14" + "\22f@^\212\363@^\212\374\21\31%l\0\0\0[\0\0\0\\\0\0\0Y\0\0\0Q5Mq\240" + ">Z\204\377-Bb|\0\0\0G\0\0\0S\0\0\0Z\0\0\0W\0\1\1L5Ns\2519S{\366*=[h\0" + "\0\0:\0\0\0H\0\0\0V*\0\0\0""8\0\0\0""4\0\0\0""2\202\0\0\0""1\37\0\0" + "\0""0\0\0\0.\0\0\0+7QwaA_\214\200B_\215yKn\242\364Ln\243\377Ff\226\257" + "\20\30$@\0\0\0G\0\0\0Z\0\0\0i\23\34*\202Hi\233\376Gh\230\374\22\33'q" + "\0\0\0_\0\0\0`\3\4\6b7Ov\2577Qw\244Ed\223\377Bb\220\362\14\21\32N\0\0" + "\0Q\0\0\0]0Gj\254B_\214\3778Rx\303\0\0\0[\202\0\0\0\\a\0\0\0W\3\5\7O" + "=Y\203\351=X\202\340\2\3\4@\0\0\0H\0\0\0S\0\0\0W\2\3\5R5Ns\255:T}\342" + "%5OU\0\0\0""0\0\0\0""9\0\0\0F\3\4\6T6Ou\3526Nt\377#3L\212\0\0\0\\\0\0" + "\0`\0\0\0a\0\0\0[!0G~2Ik\3772Hk\367\15\23\35O\0\0\0L\0\0\0V\0\0\0[\13" + "\21\31d.Cc\377.Bc\366\13\20\30V\0\0\0K\0\0\0G\0\0\0=\0\0\0/\0\0\0$\0" + "\0\0\35\0\0\0\34\0\0\0\40\0\0\0&\22\32&>'9T\377'9T\365\12\17\26X\0\0" + "\0Q\0\0\0L\0\0\0@\0\0\0""1\0\0\0$\0\0\0\35\0\0\0\34\0\0\0\37\0\0\0$\0" + "\0\0)&8S\311\37-C\377%7Q\263\0\0\0H\0\0\0P\0\0\0R\0\0\0L\30\"3c%6O\260" + "#3Kn\32&9\377\33(;\364\11\16\25N\0\0\0T\1\1\2`\0\0\0_\0\0\0S\0\0\0>\0" + "\0\0(\0\0\0\26\0\0\0\13\0\0\0\4\0\0\0\1\304\304\304\0\317\317\317\0\325" + "\325\325\0\331\331\331\0\333\333\333\0\0\0\0\1\0\0\0\4\0\0\0\12\0\0\0" + "\24A^\213q:U~v\1\2\2:\0\0\0<\0\0\0""8\0\0\0""0\0\0\0)\0\0\0$\202\0\0" + "\0\"\177\0\0\0#\0\0\0$\0\0\0%\7\13\20);V\200oKl\241\343Mo\244\377Gh\232" + "\3070Fga\0\0\0""7\0\0\0C\0\0\0Q\0\0\0^\0\0\0e7Pu\265Hi\232\377[\207\307Ed\222\3778Qx\240" + "\0\0\0O\0\0\0[\2\4\6f@]\211\361B_\214\377\33':{\32%8z,A`\240\3\4\6`\0" + "\0\0U+@^\204>Z\204\3772Ik\211\0\0\0@\0\0\0K\0\0\0S\27!1j8Rx\3155Ms\246" + "\16\24\36:\0\0\0,\0\0\0""0\0\0\0""9\0\0\0C)=Z\2136Ot\3776Mr\340\0\1\1" + "V\0\0\0[\0\0\0_\0\0\0]\0\1\1T3Jn\3332Ik\3771Gj\256\17\25\40T*=Z\241\5" + "\7\13_\0\0\0Z\0\0\0S0Eg\327.Bb\377-Cb\272\0\1\1P\0\0\0M\0\0\0C\0\0\0" + "4\0\0\0'\20\30#()[\207]Hh\232\240Ln\243\353" + "Lm\241\357Dc\223\245>Z\204\213\31$6I\0\0\0=\0\0\0E\0\0\0N\0\0\0V\202" + "\0\0\0ZJ=Y\204\277Hi\232\377>[\205\303&8T\2056Nt\261[t\5\10\14\35\202\0\0\0\27\33\0\0\0\31#3K\352\37-C" + "\377\36-C\373$4M\273#2K\323\35+@\371#2K\300\4\7\12L\0\0\0:\37-C\345\32" + "&8\377\35*>\354\37,B\247\1\1\2h\0\0\0i\0\0\0]\0\0\0G\0\0\0/\0\0\0\33" + "\0\0\0\15\0\0\0\5\0\0\0\1\302\302\302\0\316\316\316\0\325\325\325\0\331" + "\331\331\0\202\333\333\333\0C\0\0\0\0\0\0\0\2\0\0\0\6\0\0\0\14\0\0\0" + "\25\0\0\0\35\0\0\0#\24\36,.:U}Z@]\210aCa\216]Fe\225aHh\232jHj\236{Hj" + "\234\204Ee\225q\77[\207Y/De@\5\10\14(\0\0\0.\0\0\0""61Gjz\1\1\2G\0\0" + "\0M\0\0\0Q\0\0\0R\0\0\0P\0\0\0J\30$5[>Y\205\260Ba\217\327\77\\\207\307" + ");X\217\0\1\1a\0\0\0\\[\206\351!0H\202\0\0\0^\22\32't-Bb\2413Ko\253>Z\204" + "\377;V\201\3271Hk\2210Fg\227!0Gz\2\3\5S\0\0\0I\0\0\0=\0\0\0""2\0\0\0" + ",\0\0\0+\0\0\0.\0\0\0""2\34(;P7Pw\3346Ot\310\3\5\10F\0\0\0M\202\0\0\0" + "U>\0\0\0M!1Il3Jn\3534Jn\326&8Sz\0\0\0O\0\0\0[\0\0\0]\0\0\0U\0\0\0H\0" + "\0\0>!1Hl.De\331,A_\377,@]\377+@^\370-Ba\274\34)=T\0\0\0&\0\0\0\35\0" + "\0\0\30\0\0\0\26\0\0\0\31\0\0\0!#2Ka*=Y\330%6P\377%5N\377$5O\370(;X\274" + "\32'9T\0\0\0&\0\0\0\35\0\0\0\30\0\0\0\25\0\0\0\27*=Z|\36-B\374\36,A\377" + "\35*\77\376!1I\333\31$6\224\0\0\0]\0\0\0N\0\0\0B\40.E\337\36,B\345\27" + "\"3{\0\0\0a\0\0\0j\0\0\0g\0\0\0W\0\0\0@\0\0\0(\0\0\0\26\0\0\0\12\0\0" + "\0\4\0\0\0\1\310\310\310\0\321\321\321\0\327\327\327\0\332\332\332\0" + "\202\333\333\333\0\14\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\10\0\0\0\16\0\0\0" + "\24\0\0\0\31\0\0\0\33\0\0\0\31\0\0\0\26\0\0\0\23\0\0\0\20\202\0\0\0\16" + "\11\0\0\0\20\0\0\0\23\0\0\0\27\0\0\0\36\0\0\0&\0\0\0/\0\0\0""9\12\17" + "\26I\32&8`\202\0\0\0KA\0\0\0G\0\0\0@\0\0\0""8\0\0\0""3\0\0\0""4\0\0\0" + "=\0\0\0K\0\0\0W\0\0\0[\27!1oCb\221\375Ba\220\367\16\24\36b\0\0\0^\0\0" + "\0f\0\0\0g\3\5\7c%6P\205\6\11\16X\0\0\0U\0\0\0[\0\0\0^\0\0\0Z9S|\307" + "\0\0" + "\0""1\0\0\0(\0\0\0\"\0\0\0\40\0\0\0\37\202\0\0\0\36\20\0\0\0\40\0\0\0" + "'\0\0\0""1\0\0\0<\0\0\0B\0\0\0\77\0\0\0""5\0\0\0+\0\0\0'\0\0\0-\0\0\0" + ";\0\0\0I\0\0\0P\0\0\0M\0\0\0A\0\0\0""3\202\0\0\0+1\0\0\0""5\0\0\0B\0" + "\0\0K\0\0\0N\0\0\0H\0\0\0>\0\0\0""1\0\0\0&\0\0\0\35\0\0\0\26\0\0\0\24" + "\0\0\0\27\0\0\0!\0\0\0""0\0\0\0@\0\0\0K\0\0\0N\0\0\0H\0\0\0>\0\0\0""1" + "\0\0\0&\0\0\0\35\0\0\0\27\0\0\0\25\0\0\0\33\0\0\0(\0\0\0<\0\0\0Q\0\0" + "\0`\0\0\0d\0\0\0]\0\0\0R\0\0\0G\0\0\0B\0\0\0D\0\0\0M\0\0\0U\0\0\0X\0" + "\0\0P\0\0\0@\0\0\0,\0\0\0\32\0\0\0\15\0\0\0\6\0\0\0\2\303\303\303\0\317" + "\317\317\0\326\326\326\0\332\332\332\0\203\333\333\333\0\202\0\0\0\0" + "\7\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\7\0\0\0\12\0\0\0\14\0\0\0\15\203\0\0" + "\0\16\202\0\0\0\17\30\0\0\0\21\0\0\0\24\0\0\0\27\0\0\0\34\0\0\0!\0\0" + "\0'\0\0\0,\0\0\0""0\0\0\0""2\0\0\0""0\0\0\0,\0\0\0%\0\0\0\36\0\0\0\30" + "\0\0\0\27\0\0\0\34\0\0\0'\0\0\0""4\0\0\0\77\35*>bCb\222\375C`\221\367" + "\17\26\40`\0\0\0[\202\0\0\0bJ\0\0\0Y\0\0\0J\0\0\0\77\0\0\0:\0\0\0>\0" + "\0\0D\0\0\0G8Qx\265=X\202\371\20\30#S\0\0\0J\0\0\0P\0\0\0S\0\0\0O\0\0" + "\0D\0\0\0""6\0\0\0)\0\0\0\40\0\0\0\32\0\0\0\27\0\0\0\25\0\0\0\24\0\0" + "\0\23\0\0\0\26\0\0\0\35\0\0\0&\0\0\0/\0\0\0""2\0\0\0/\0\0\0'\0\0\0\37" + "\0\0\0\36\0\0\0$\0\0\0""0\0\0\0;\0\0\0@\0\0\0<\0\0\0""2\0\0\0&\0\0\0" + "\36\0\0\0\37\0\0\0'\0\0\0""3\0\0\0=\0\0\0B\0\0\0A\0\0\0:\0\0\0""0\0\0" + "\0%\0\0\0\34\0\0\0\25\0\0\0\21\0\0\0\22\0\0\0\31\0\0\0$\0\0\0""2\0\0" + "\0=\0\0\0B\0\0\0A\0\0\0:\0\0\0""0\0\0\0%\0\0\0\34\0\0\0\25\0\0\0\23\0" + "\0\0\26\0\0\0!\0\0\0""1\0\0\0C\0\0\0P\0\0\0U\0\0\0Q\0\0\0H\0\0\0>\202" + "\0\0\0""9\1\0\0\0>\202\0\0\0D\13\0\0\0>\0\0\0""0\0\0\0!\0\0\0\23\0\0" + "\0\11\0\0\0\4\0\0\0\1\310\310\310\0\322\322\322\0\327\327\327\0\332\332" + "\332\0\203\333\333\333\0\203\0\0\0\0\7\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0" + "\5\0\0\0\7\0\0\0\10\0\0\0\12\202\0\0\0\13\11\0\0\0\14\0\0\0\15\0\0\0" + "\16\0\0\0\20\0\0\0\23\0\0\0\26\0\0\0\32\0\0\0\35\0\0\0\37\202\0\0\0!" + "&\0\0\0\37\0\0\0\33\0\0\0\27\0\0\0\23\0\0\0\20\0\0\0\21\3\4\7\27\26!" + "1*\40/E@\26\37/C\77\\\207\274Dc\222\3778Ry\253\0\0\0S\0\0\0]\0\0\0a\0" + "\0\0[\0\0\0N\0\0\0=\0\0\0""0\0\0\0+\0\0\0-\0\0\0""2\32'9N=Y\203\3739" + "Rz\260\0\0\0A\0\0\0I\0\0\0P\0\0\0O\0\0\0G\0\0\0""9\0\0\0+\0\0\0\36\0" + "\0\0\26\0\0\0\21\0\0\0\16\0\0\0\14\202\0\0\0\13\7\0\0\0\15\0\0\0\23\0" + "\0\0\32\0\0\0\40\0\0\0\"\0\0\0\37\0\0\0\31\202\0\0\0\24\14\0\0\0\31\0" + "\0\0\"\0\0\0*\0\0\0-\0\0\0)\0\0\0!\0\0\0\31\0\0\0\23\0\0\0\24\0\0\0\32" + "\0\0\0#\0\0\0,\202\0\0\0""2\5\0\0\0/\0\0\0(\0\0\0\37\0\0\0\27\0\0\0\20" + "\202\0\0\0\14\25\0\0\0\20\0\0\0\30\0\0\0\"\0\0\0,\0\0\0""1\0\0\0""2\0" + "\0\0/\0\0\0(\0\0\0\37\0\0\0\27\0\0\0\21\0\0\0\16\0\0\0\20\0\0\0\27\0" + "\0\0#\0\0\0""0\0\0\0;\0\0\0\77\0\0\0=\0\0\0""6\0\0\0.\202\0\0\0)\1\0" + "\0\0,\202\0\0\0/\12\0\0\0*\0\0\0\40\0\0\0\26\0\0\0\14\0\0\0\6\0\0\0\2" + "\276\276\276\0\314\314\314\0\324\324\324\0\330\330\330\0\204\333\333" + "\333\0\205\0\0\0\0\6\0\0\0\1\0\0\0\2\0\0\0\3\0\0\0\5\0\0\0\6\0\0\0\7" + "\202\0\0\0\10\7\0\0\0\11\0\0\0\12\0\0\0\14\0\0\0\15\0\0\0\17\0\0\0\20" + "\0\0\0\22\203\0\0\0\23&\0\0\0\21\0\0\0\20\31$6\25Ba\217]Ff\230\241Ee" + "\225\310Ed\225\276Ba\217\236=Y\203\177@\\\211\244Dc\222\377Db\221\377" + "+>\\\177\0\0\0U\0\0\0]\0\0\0^\0\0\0T\0\0\0B\0\0\0""0\0\0\0#\0\0\0\35" + "\0\0\0\36\0\0\0\"=X\202\251>Y\203\377\40.ET\0\0\0\77\0\0\0H\0\0\0L\0" + "\0\0H\0\0\0=\0\0\0-\0\0\0\37\0\0\0\24\0\0\0\16\0\0\0\12\0\0\0\10\0\0" + "\0\6\202\0\0\0\5\34\0\0\0\7\0\0\0\13\0\0\0\17\0\0\0\23\0\0\0\24\0\0\0" + "\22\0\0\0\16\0\0\0\13\0\0\0\14\0\0\0\17\0\0\0\24\0\0\0\31\0\0\0\33\0" + "\0\0\30\0\0\0\23\0\0\0\16\0\0\0\12\0\0\0\13\0\0\0\16\0\0\0\24\0\0\0\33" + "\0\0\0\37\0\0\0!\0\0\0\37\0\0\0\33\0\0\0\25\0\0\0\20\0\0\0\13\202\0\0" + "\0\7\13\0\0\0\11\0\0\0\15\0\0\0\24\0\0\0\33\0\0\0\37\0\0\0!\0\0\0\37" + "\0\0\0\33\0\0\0\25\0\0\0\20\0\0\0\13\202\0\0\0\11\13\0\0\0\16\0\0\0\25" + "\0\0\0\36\0\0\0$\0\0\0(\0\0\0&\0\0\0\"\0\0\0\35\0\0\0\32\0\0\0\31\0\0" + "\0\32\202\0\0\0\34\12\0\0\0\30\0\0\0\23\0\0\0\14\0\0\0\7\0\0\0\3\0\0" + "\0\1\304\304\304\0\317\317\317\0\325\325\325\0\331\331\331\0\204\333" + "\333\333\0\207\0\0\0\0\1\0\0\0\1\202\0\0\0\2\1\0\0\0\3\202\0\0\0\4\2" + "\0\0\0\5\0\0\0\6\202\0\0\0\7\1\0\0\0\10\206\0\0\0\11\23Ec\223]Fg\230" + "\351Ff\230\356B`\216n\24\35,\35\0\0\0\33\0\0\0\37\0\0\0$@]\211\255Dc" + "\221\377;U~\250\"2Js$4M\205\0\0\0_\0\0\0Z\0\0\0L\0\0\0""8\0\0\0%\0\0" + "\0\30\202\0\0\0\22\5.Cc8>Z\204\374=Y\203\276\0\0\0""2\0\0\0\77\202\0" + "\0\0H\10\0\0\0@\0\0\0""2\0\0\0\"\0\0\0\25\0\0\0\15\0\0\0\7\0\0\0\5\0" + "\0\0\3\203\0\0\0\2\13\0\0\0\3\0\0\0\5\0\0\0\10\0\0\0\11\0\0\0\12\0\0" + "\0\11\0\0\0\7\0\0\0\5\0\0\0\6\0\0\0\10\0\0\0\12\202\0\0\0\15\3\0\0\0" + "\14\0\0\0\11\0\0\0\6\202\0\0\0\5\4\0\0\0\7\0\0\0\12\0\0\0\16\0\0\0\21" + "\202\0\0\0\22\4\0\0\0\17\0\0\0\14\0\0\0\11\0\0\0\5\202\0\0\0\3\5\0\0" + "\0\4\0\0\0\6\0\0\0\12\0\0\0\16\0\0\0\21\202\0\0\0\22\4\0\0\0\17\0\0\0" + "\14\0\0\0\11\0\0\0\6\202\0\0\0\4\4\0\0\0\7\0\0\0\13\0\0\0\17\0\0\0\23" + "\202\0\0\0\25\5\0\0\0\22\0\0\0\17\0\0\0\15\0\0\0\14\0\0\0\15\202\0\0" + "\0\16\12\0\0\0\14\0\0\0\11\0\0\0\6\0\0\0\3\0\0\0\1\276\276\276\0\312" + "\312\312\0\323\323\323\0\327\327\327\0\332\332\332\0\204\333\333\333" + "\0\211\0\0\0\0\203\0\0\0\1\203\0\0\0\2\206\0\0\0\3\26\0\0\0\4\0\0\0\5" + "Gg\231`Gh\230\377Fg\230\3520Fg9\0\0\0\35\0\0\0#\0\0\0&\0\0\0)-A`YDb\222" + "\375A^\214\333\12\17\26M\0\0\0S\0\0\0]\0\0\0^\0\0\0U\0\0\0C\0\0\0.\0" + "\0\0\34\0\0\0\20\202\0\0\0\13\15@]\210\257=Y\203\3770Ef\\\0\0\0""5\0" + "\0\0A\0\0\0G\0\0\0C\0\0\0""7\0\0\0'\0\0\0\30\0\0\0\15\0\0\0\7\0\0\0\3" + "\202\0\0\0\1\203\0\0\0\0\3\0\0\0\1\0\0\0\2\0\0\0\3\202\0\0\0\4\1\0\0" + "\0\3\203\0\0\0\2\2\0\0\0\3\0\0\0\4\203\0\0\0\5\3\0\0\0\3\0\0\0\2\0\0" + "\0\1\202\0\0\0\2\3\0\0\0\4\0\0\0\6\0\0\0\7\202\0\0\0\10\4\0\0\0\7\0\0" + "\0\6\0\0\0\4\0\0\0\2\203\0\0\0\1\4\0\0\0\2\0\0\0\4\0\0\0\6\0\0\0\7\202" + "\0\0\0\10\3\0\0\0\7\0\0\0\6\0\0\0\4\203\0\0\0\2\4\0\0\0\3\0\0\0\4\0\0" + "\0\6\0\0\0\10\202\0\0\0\11\2\0\0\0\10\0\0\0\6\203\0\0\0\5\1\0\0\0\6\202" + "\0\0\0\5\10\0\0\0\3\0\0\0\2\0\0\0\1\277\277\277\0\310\310\310\0\320\320" + "\320\0\325\325\325\0\331\331\331\0\205\333\333\333\0\223\0\0\0\0\203" + "\0\0\0\1$\23\33(\4Fg\231\346Gg\230\377>\\\207k\0\0\0#\0\0\0,\0\0\0""2" + "\0\0\0""4\27\"2EB`\217\346A`\215\344\31$6V\0\0\0L\0\0\0X\0\0\0^\0\0\0" + "Z\0\0\0M\0\0\0""9\0\0\0%\0\0\0\25\0\0\0\13\0\0\0\7" + "Z\205\323\1\2\3+\0\0\0:\0\0\0E\0\0\0G\0\0\0>\0\0\0/\0\0\0\37\0\0\0\21" + "\0\0\0\10\0\0\0\3\0\0\0\1\207\0\0\0\0\204\0\0\0\1\203\0\0\0\0\206\0\0" + "\0\1\204\0\0\0\0\1\0\0\0\1\202\0\0\0\2\202\0\0\0\3\202\0\0\0\2\1\0\0" + "\0\1\205\0\0\0\0\1\0\0\0\1\202\0\0\0\2\202\0\0\0\3\202\0\0\0\2\1\0\0" + "\0\1\203\0\0\0\0\202\0\0\0\1\1\0\0\0\2\203\0\0\0\3\202\0\0\0\2\207\0" + "\0\0\1\7\302\302\302\0\306\306\306\0\312\312\312\0\320\320\320\0\324" + "\324\324\0\330\330\330\0\332\332\332\0\205\333\333\333\0\225\0\0\0\0" + "$\0\0\0\1=Z\205\27Gf\230\377Gf\226\377\26\40//\0\0\0""1\0\0\0<\0\0\0" + "A\35*>ZA`\216\337\77]\212\314\25\37.N\0\0\0E\0\0\0O\0\0\0X\0\0\0Y\0\0" + "\0Q\0\0\0B\0\0\0.\0\0\0\34\0\0\0\17\0\0\0\10\0\0\0\6\77]\211\276=Y\203" + "\3777Pvp\0\0\0""2\0\0\0A\0\0\0H\0\0\0E\0\0\0""8\0\0\0(\0\0\0\30\0\0\0" + "\14\0\0\0\5\0\0\0\2\277\0\0\0\0\202\316\316\316\0\5\320\320\320\0\323" + "\323\323\0\325\325\325\0\330\330\330\0\332\332\332\0\206\333\333\333" + "\0\225\0\0\0\0$\0\0\0\2\22\33(\10Ef\227\305Ff\226\3778Qxy\25\37.N#4L" + "o9Sz\254A^\213\3271Hk\205\2\3\5>\0\0\0>\0\0\0E\0\0\0M\0\0\0R\0\0\0O\0" + "\0\0D\0\0\0""4\0\0\0#\0\0\0\24\0\0\0\13\0\0\0\6@]\211G=Y\203\377=Y\203" + "\347\11\15\24-\0\0\0""9\0\0\0F\0\0\0I\0\0\0A\0\0\0""2\0\0\0!\0\0\0\22" + "\0\0\0\10\0\0\0\3\0\0\0\1\277\0\0\0\0\1\325\325\325\0\202\326\326\326" + "\0\3\330\330\330\0\331\331\331\0\332\332\332\0\207\333\333\333\0\225" + "\0\0\0\0\15\0\0\0\2\0\0\0\7\13\20\30\24""5MrX8Qx\2045Nt\226.Cc\214\33" + "':i\0\0\0H\0\0\0@\0\0\0;\0\0\0<\0\0\0A\202\0\0\0E\24\0\0\0\77\0\0\0""3" + "\0\0\0%\0\0\0\27\0\0\0\15\0\0\0\7\0\0\0\5@_\214t\77[\207\2467Qvi\0\0" + "\0.\0\0\0>\0\0\0G\0\0\0F\0\0\0;\0\0\0*\0\0\0\32\0\0\0\15\0\0\0\6\0\0" + "\0\2\300\0\0\0\0\204\332\332\332\0\211\333\333\333\0\225\0\0\0\0\6\0" + "\0\0\2\0\0\0\7\0\0\0\21\0\0\0\37\0\0\0""1\0\0\0A\202\0\0\0J\14\0\0\0" + "C\0\0\0;\0\0\0""7\0\0\0""6\0\0\0""8\0\0\0""9\0\0\0""6\0\0\0.\0\0\0#\0" + "\0\0\30\0\0\0\16\0\0\0\10\202\0\0\0\4\15\0\0\0\10\0\0\0\21\0\0\0\37\0" + "\0\0""0\0\0\0>\0\0\0D\0\0\0\77\0\0\0""2\0\0\0\"\0\0\0\23\0\0\0\11\0\0" + "\0\4\0\0\0\1\300\0\0\0\0\215\333\333\333\0\225\0\0\0\0\6\0\0\0\2\0\0" + "\0\6\0\0\0\17\0\0\0\33\0\0\0+\0\0\0""8\202\0\0\0@\32\0\0\0:\0\0\0""4" + "\0\0\0/\0\0\0.\0\0\0-\0\0\0+\0\0\0&\0\0\0\36\0\0\0\26\0\0\0\16\0\0\0" + "\7\0\0\0\4\0\0\0\2\0\0\0\4\0\0\0\10\0\0\0\21\0\0\0\36\0\0\0,\0\0\0""7" + "\0\0\0:\0\0\0""4\0\0\0'\0\0\0\31\0\0\0\15\0\0\0\6\0\0\0\2\301\0\0\0\0" + "\215\333\333\333\0\225\0\0\0\0\6\0\0\0\1\0\0\0\5\0\0\0\13\0\0\0\24\0" + "\0\0\40\0\0\0*\202\0\0\0""1\13\0\0\0-\0\0\0)\0\0\0%\0\0\0#\0\0\0\40\0" + "\0\0\35\0\0\0\30\0\0\0\22\0\0\0\14\0\0\0\7\0\0\0\3\202\0\0\0\1\15\0\0" + "\0\3\0\0\0\7\0\0\0\17\0\0\0\31\0\0\0$\0\0\0,\0\0\0-\0\0\0&\0\0\0\34\0" + "\0\0\21\0\0\0\11\0\0\0\3\0\0\0\1\301\0\0\0\0\215\333\333\333\0\225\0" + "\0\0\0\32\0\0\0\1\0\0\0\3\0\0\0\7\0\0\0\15\0\0\0\24\0\0\0\34\0\0\0\40" + "\0\0\0!\0\0\0\37\0\0\0\34\0\0\0\31\0\0\0\27\0\0\0\24\0\0\0\21\0\0\0\15" + "\0\0\0\11\0\0\0\5\0\0\0\3\0\0\0\1\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\5\0\0" + "\0\13\0\0\0\22\0\0\0\31\202\0\0\0\36\5\0\0\0\31\0\0\0\22\0\0\0\12\0\0" + "\0\5\0\0\0\2\302\0\0\0\0\215\333\333\333\0\226\0\0\0\0\21\0\0\0\1\0\0" + "\0\3\0\0\0\7\0\0\0\13\0\0\0\17\0\0\0\22\0\0\0\23\0\0\0\22\0\0\0\20\0" + "\0\0\17\0\0\0\15\0\0\0\12\0\0\0\10\0\0\0\6\0\0\0\4\0\0\0\2\0\0\0\1\203" + "\0\0\0\0\14\0\0\0\1\0\0\0\3\0\0\0\7\0\0\0\13\0\0\0\17\0\0\0\22\0\0\0" + "\21\0\0\0\16\0\0\0\12\0\0\0\5\0\0\0\2\0\0\0\1\302\0\0\0\0\215\333\333" + "\333\0\227\0\0\0\0\4\0\0\0\1\0\0\0\3\0\0\0\5\0\0\0\7\203\0\0\0\11\7\0" + "\0\0\10\0\0\0\7\0\0\0\6\0\0\0\4\0\0\0\3\0\0\0\2\0\0\0\1\206\0\0\0\0\12" + "\0\0\0\1\0\0\0\3\0\0\0\5\0\0\0\7\0\0\0\11\0\0\0\10\0\0\0\6\0\0\0\4\0" + "\0\0\2\0\0\0\1\303\0\0\0\0\215\333\333\333\0\230\0\0\0\0\1\0\0\0\1\202" + "\0\0\0\2\205\0\0\0\3\1\0\0\0\2\202\0\0\0\1\211\0\0\0\0\2\0\0\0\1\0\0" + "\0\2\203\0\0\0\3\1\0\0\0\2\202\0\0\0\1\304\0\0\0\0\215\333\333\333\0"}; + + diff --git a/src/icons/sylpheed-logo.png b/src/icons/sylpheed-logo.png new file mode 100644 index 0000000..1423da5 Binary files /dev/null and b/src/icons/sylpheed-logo.png differ diff --git a/src/icons/sylpheed.ico b/src/icons/sylpheed.ico new file mode 100644 index 0000000..f7cd1f8 Binary files /dev/null and b/src/icons/sylpheed.ico differ diff --git a/src/icons/unread.xpm b/src/icons/unread.xpm new file mode 100644 index 0000000..b3c31e4 --- /dev/null +++ b/src/icons/unread.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char * unread_xpm[] = { +"13 10 37 1", +" c None", +". c #000000", +"+ c #3D81C1", +"@ c #D4E3F0", +"# c #D5E3F1", +"$ c #2A5984", +"% c #D1E0EF", +"& c #D1E1EF", +"* c #D2E2F0", +"= c #94B9DC", +"- c #C0D5EA", +"; c #D4E2F0", +"> c #C2D5EA", +", c #80AAD6", +"' c #346FA6", +") c #C9D9ED", +"! c #CFDEEF", +"~ c #C9DBED", +"{ c #3673AC", +"] c #3B7EBD", +"^ c #D2E1F0", +"/ c #8EB0DA", +"( c #A6C1E2", +"_ c #77A0D3", +": c #CCDCEE", +"< c #D1DFEF", +"[ c #8CAFDA", +"} c #295883", +"| c #BFD4E9", +"1 c #7AA9D4", +"2 c #6B9CCF", +"3 c #91B4DB", +"4 c #ABC4E3", +"5 c #9DBCDF", +"6 c #7DA6D5", +"7 c #A4C0E0", +"8 c #1E4060", +" ........... ", +".+@##@@##@@$.", +".@+@@#%@&*+=.", +".@-+#@*;*+>,.", +".#@@+#@#')>>.", +".!#~+{@]+^!/.", +".#%+@;+^!+(_.", +".@+&@;: