diff options
Diffstat (limited to 'src/icons')
94 files changed, 5290 insertions, 0 deletions
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 @@ | |||
| 1 | BUILT_SOURCES = \ | ||
| 2 | stock_addressbook.h \ | ||
| 3 | stock_attach.h \ | ||
| 4 | stock_delete.h \ | ||
| 5 | stock_delete_16.h \ | ||
| 6 | stock_hand-signed.h \ | ||
| 7 | stock_inbox.h \ | ||
| 8 | stock_insert-file.h \ | ||
| 9 | stock_mail-compose.h \ | ||
| 10 | stock_mail-compose_16.h \ | ||
| 11 | stock_mail-forward.h \ | ||
| 12 | stock_mail-receive.h \ | ||
| 13 | stock_mail-reply-to-all.h \ | ||
| 14 | stock_mail-reply.h \ | ||
| 15 | stock_mail-send.h \ | ||
| 16 | stock_mail.h \ | ||
| 17 | stock_mail_receive_all.h \ | ||
| 18 | stock_mail_send_queue.h \ | ||
| 19 | stock_outbox.h \ | ||
| 20 | stock_person.h \ | ||
| 21 | stock_book.h \ | ||
| 22 | stock_spam.h \ | ||
| 23 | stock_spam_16.h \ | ||
| 24 | stock_notspam.h \ | ||
| 25 | stock_sylpheed.h \ | ||
| 26 | stock_sylpheed_16.h \ | ||
| 27 | stock_sylpheed_32.h \ | ||
| 28 | stock_sylpheed_newmail.h \ | ||
| 29 | stock_sylpheed_newmail_16.h \ | ||
| 30 | sylpheed-logo.h \ | ||
| 31 | folder-close.h \ | ||
| 32 | folder-open.h \ | ||
| 33 | folder-noselect.h \ | ||
| 34 | folder-search.h \ | ||
| 35 | group.h \ | ||
| 36 | html.h | ||
| 37 | |||
| 38 | EXTRA_DIST = \ | ||
| 39 | stock_addressbook.png \ | ||
| 40 | stock_attach.png \ | ||
| 41 | stock_delete.png \ | ||
| 42 | stock_delete_16.png \ | ||
| 43 | stock_hand-signed.png \ | ||
| 44 | stock_inbox.png \ | ||
| 45 | stock_insert-file.png \ | ||
| 46 | stock_mail-compose.png \ | ||
| 47 | stock_mail-compose_16.png \ | ||
| 48 | stock_mail-forward.png \ | ||
| 49 | stock_mail-receive.png \ | ||
| 50 | stock_mail-reply-to-all.png \ | ||
| 51 | stock_mail-reply.png \ | ||
| 52 | stock_mail-send.png \ | ||
| 53 | stock_mail.png \ | ||
| 54 | stock_mail_receive_all.png \ | ||
| 55 | stock_mail_send_queue.png \ | ||
| 56 | stock_outbox.png \ | ||
| 57 | stock_person.png \ | ||
| 58 | stock_book.png \ | ||
| 59 | stock_spam.png \ | ||
| 60 | stock_spam_16.png \ | ||
| 61 | stock_notspam.png \ | ||
| 62 | stock_sylpheed.png \ | ||
| 63 | stock_sylpheed_16.png \ | ||
| 64 | stock_sylpheed_32.png \ | ||
| 65 | stock_sylpheed_newmail.png \ | ||
| 66 | stock_sylpheed_newmail_16.png \ | ||
| 67 | sylpheed-logo.png \ | ||
| 68 | folder-close.png \ | ||
| 69 | folder-open.png \ | ||
| 70 | folder-noselect.png \ | ||
| 71 | folder-search.png \ | ||
| 72 | group.png \ | ||
| 73 | html.png \ | ||
| 74 | clip.xpm \ | ||
| 75 | deleted.xpm \ | ||
| 76 | forwarded.xpm \ | ||
| 77 | mark.xpm \ | ||
| 78 | new.xpm \ | ||
| 79 | offline.xpm \ | ||
| 80 | online.xpm \ | ||
| 81 | replied.xpm \ | ||
| 82 | unread.xpm \ | ||
| 83 | linewrap.xpm \ | ||
| 84 | continue.xpm \ | ||
| 85 | complete.xpm \ | ||
| 86 | error.xpm \ | ||
| 87 | address.xpm \ | ||
| 88 | book.xpm \ | ||
| 89 | category.xpm \ | ||
| 90 | interface.xpm \ | ||
| 91 | jpilot.xpm \ | ||
| 92 | ldap.xpm \ | ||
| 93 | vcard.xpm \ | ||
| 94 | mail.xpm \ | ||
| 95 | sylpheed.ico \ | ||
| 96 | $(BUILT_SOURCES) | ||
| 97 | |||
| 98 | %.h: %.png | ||
| 99 | 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 @@ | |||
| 1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. | ||
| 2 | # @configure_input@ | ||
| 3 | |||
| 4 | # Copyright (C) 1994-2013 Free Software Foundation, Inc. | ||
| 5 | |||
| 6 | # This Makefile.in is free software; the Free Software Foundation | ||
| 7 | # gives unlimited permission to copy and/or distribute it, | ||
| 8 | # with or without modifications, as long as this notice is preserved. | ||
| 9 | |||
| 10 | # This program is distributed in the hope that it will be useful, | ||
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
| 13 | # PARTICULAR PURPOSE. | ||
| 14 | |||
| 15 | @SET_MAKE@ | ||
| 16 | VPATH = @srcdir@ | ||
| 17 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||
| 18 | am__make_running_with_option = \ | ||
| 19 | case $${target_option-} in \ | ||
| 20 | ?) ;; \ | ||
| 21 | *) echo "am__make_running_with_option: internal error: invalid" \ | ||
| 22 | "target option '$${target_option-}' specified" >&2; \ | ||
| 23 | exit 1;; \ | ||
| 24 | esac; \ | ||
| 25 | has_opt=no; \ | ||
| 26 | sane_makeflags=$$MAKEFLAGS; \ | ||
| 27 | if $(am__is_gnu_make); then \ | ||
| 28 | sane_makeflags=$$MFLAGS; \ | ||
| 29 | else \ | ||
| 30 | case $$MAKEFLAGS in \ | ||
| 31 | *\\[\ \ ]*) \ | ||
| 32 | bs=\\; \ | ||
| 33 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | ||
| 34 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | ||
| 35 | esac; \ | ||
| 36 | fi; \ | ||
| 37 | skip_next=no; \ | ||
| 38 | strip_trailopt () \ | ||
| 39 | { \ | ||
| 40 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||
| 41 | }; \ | ||
| 42 | for flg in $$sane_makeflags; do \ | ||
| 43 | test $$skip_next = yes && { skip_next=no; continue; }; \ | ||
| 44 | case $$flg in \ | ||
| 45 | *=*|--*) continue;; \ | ||
| 46 | -*I) strip_trailopt 'I'; skip_next=yes;; \ | ||
| 47 | -*I?*) strip_trailopt 'I';; \ | ||
| 48 | -*O) strip_trailopt 'O'; skip_next=yes;; \ | ||
| 49 | -*O?*) strip_trailopt 'O';; \ | ||
| 50 | -*l) strip_trailopt 'l'; skip_next=yes;; \ | ||
| 51 | -*l?*) strip_trailopt 'l';; \ | ||
| 52 | -[dEDm]) skip_next=yes;; \ | ||
| 53 | -[JT]) skip_next=yes;; \ | ||
| 54 | esac; \ | ||
| 55 | case $$flg in \ | ||
| 56 | *$$target_option*) has_opt=yes; break;; \ | ||
| 57 | esac; \ | ||
| 58 | done; \ | ||
| 59 | test $$has_opt = yes | ||
| 60 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||
| 61 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||
| 62 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
| 63 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
| 64 | pkglibdir = $(libdir)/@PACKAGE@ | ||
| 65 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
| 66 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
| 67 | install_sh_DATA = $(install_sh) -c -m 644 | ||
| 68 | install_sh_PROGRAM = $(install_sh) -c | ||
| 69 | install_sh_SCRIPT = $(install_sh) -c | ||
| 70 | INSTALL_HEADER = $(INSTALL_DATA) | ||
| 71 | transform = $(program_transform_name) | ||
| 72 | NORMAL_INSTALL = : | ||
| 73 | PRE_INSTALL = : | ||
| 74 | POST_INSTALL = : | ||
| 75 | NORMAL_UNINSTALL = : | ||
| 76 | PRE_UNINSTALL = : | ||
| 77 | POST_UNINSTALL = : | ||
| 78 | build_triplet = @build@ | ||
| 79 | host_triplet = @host@ | ||
| 80 | target_triplet = @target@ | ||
| 81 | subdir = src/icons | ||
| 82 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||
| 83 | $(top_srcdir)/mkinstalldirs | ||
| 84 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
| 85 | am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \ | ||
| 86 | $(top_srcdir)/ac/gnupg-check-typedef.m4 \ | ||
| 87 | $(top_srcdir)/configure.ac | ||
| 88 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
| 89 | $(ACLOCAL_M4) | ||
| 90 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
| 91 | CONFIG_HEADER = $(top_builddir)/config.h | ||
| 92 | CONFIG_CLEAN_FILES = | ||
| 93 | CONFIG_CLEAN_VPATH_FILES = | ||
| 94 | AM_V_P = $(am__v_P_@AM_V@) | ||
| 95 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||
| 96 | am__v_P_0 = false | ||
| 97 | am__v_P_1 = : | ||
| 98 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
| 99 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
| 100 | am__v_GEN_0 = @echo " GEN " $@; | ||
| 101 | am__v_GEN_1 = | ||
| 102 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 103 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 104 | am__v_at_0 = @ | ||
| 105 | am__v_at_1 = | ||
| 106 | SOURCES = | ||
| 107 | DIST_SOURCES = | ||
| 108 | am__can_run_installinfo = \ | ||
| 109 | case $$AM_UPDATE_INFO_DIR in \ | ||
| 110 | n|no|NO) false;; \ | ||
| 111 | *) (install-info --version) >/dev/null 2>&1;; \ | ||
| 112 | esac | ||
| 113 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | ||
| 114 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| 115 | ACLOCAL = @ACLOCAL@ | ||
| 116 | ALLOCA = @ALLOCA@ | ||
| 117 | AMTAR = @AMTAR@ | ||
| 118 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
| 119 | AR = @AR@ | ||
| 120 | AUTOCONF = @AUTOCONF@ | ||
| 121 | AUTOHEADER = @AUTOHEADER@ | ||
| 122 | AUTOMAKE = @AUTOMAKE@ | ||
| 123 | AWK = @AWK@ | ||
| 124 | BUILD_REVISION = @BUILD_REVISION@ | ||
| 125 | CATALOGS = @CATALOGS@ | ||
| 126 | CATOBJEXT = @CATOBJEXT@ | ||
| 127 | CC = @CC@ | ||
| 128 | CCDEPMODE = @CCDEPMODE@ | ||
| 129 | CFLAGS = @CFLAGS@ | ||
| 130 | CPP = @CPP@ | ||
| 131 | CPPFLAGS = @CPPFLAGS@ | ||
| 132 | CYGPATH_W = @CYGPATH_W@ | ||
| 133 | DATADIRNAME = @DATADIRNAME@ | ||
| 134 | DEFS = @DEFS@ | ||
| 135 | DEPDIR = @DEPDIR@ | ||
| 136 | DEVEL_VERSION = @DEVEL_VERSION@ | ||
| 137 | DLLTOOL = @DLLTOOL@ | ||
| 138 | DSYMUTIL = @DSYMUTIL@ | ||
| 139 | DUMPBIN = @DUMPBIN@ | ||
| 140 | ECHO_C = @ECHO_C@ | ||
| 141 | ECHO_N = @ECHO_N@ | ||
| 142 | ECHO_T = @ECHO_T@ | ||
| 143 | EGREP = @EGREP@ | ||
| 144 | EXEEXT = @EXEEXT@ | ||
| 145 | EXTRA_VERSION = @EXTRA_VERSION@ | ||
| 146 | FGREP = @FGREP@ | ||
| 147 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ | ||
| 148 | GLIB_CFLAGS = @GLIB_CFLAGS@ | ||
| 149 | GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ | ||
| 150 | GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ | ||
| 151 | GLIB_LIBS = @GLIB_LIBS@ | ||
| 152 | GLIB_MKENUMS = @GLIB_MKENUMS@ | ||
| 153 | GMOFILES = @GMOFILES@ | ||
| 154 | GMSGFMT = @GMSGFMT@ | ||
| 155 | GOBJECT_QUERY = @GOBJECT_QUERY@ | ||
| 156 | GPGME_CFLAGS = @GPGME_CFLAGS@ | ||
| 157 | GPGME_CONFIG = @GPGME_CONFIG@ | ||
| 158 | GPGME_LIBS = @GPGME_LIBS@ | ||
| 159 | GREP = @GREP@ | ||
| 160 | GTK_CFLAGS = @GTK_CFLAGS@ | ||
| 161 | GTK_LIBS = @GTK_LIBS@ | ||
| 162 | INSTALL = @INSTALL@ | ||
| 163 | INSTALL_DATA = @INSTALL_DATA@ | ||
| 164 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
| 165 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
| 166 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
| 167 | INSTOBJEXT = @INSTOBJEXT@ | ||
| 168 | INTLLIBS = @INTLLIBS@ | ||
| 169 | LD = @LD@ | ||
| 170 | LDAP_LIBS = @LDAP_LIBS@ | ||
| 171 | LDFLAGS = @LDFLAGS@ | ||
| 172 | LEX = @LEX@ | ||
| 173 | LEXLIB = @LEXLIB@ | ||
| 174 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ | ||
| 175 | LIBICONV = @LIBICONV@ | ||
| 176 | LIBOBJS = @LIBOBJS@ | ||
| 177 | LIBS = @LIBS@ | ||
| 178 | LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@ | ||
| 179 | LIBSYLPH_LIBS = @LIBSYLPH_LIBS@ | ||
| 180 | LIBTOOL = @LIBTOOL@ | ||
| 181 | LIPO = @LIPO@ | ||
| 182 | LN_S = @LN_S@ | ||
| 183 | LTLIBICONV = @LTLIBICONV@ | ||
| 184 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 185 | LT_AGE = @LT_AGE@ | ||
| 186 | LT_CURRENT = @LT_CURRENT@ | ||
| 187 | LT_RELEASE = @LT_RELEASE@ | ||
| 188 | LT_REVISION = @LT_REVISION@ | ||
| 189 | MAINT = @MAINT@ | ||
| 190 | MAJOR_VERSION = @MAJOR_VERSION@ | ||
| 191 | MAKEINFO = @MAKEINFO@ | ||
| 192 | MANIFEST_TOOL = @MANIFEST_TOOL@ | ||
| 193 | MICRO_VERSION = @MICRO_VERSION@ | ||
| 194 | MINOR_VERSION = @MINOR_VERSION@ | ||
| 195 | MKDIR_P = @MKDIR_P@ | ||
| 196 | MKINSTALLDIRS = @MKINSTALLDIRS@ | ||
| 197 | MSGFMT = @MSGFMT@ | ||
| 198 | MSGFMT_OPTS = @MSGFMT_OPTS@ | ||
| 199 | NM = @NM@ | ||
| 200 | NMEDIT = @NMEDIT@ | ||
| 201 | OBJDUMP = @OBJDUMP@ | ||
| 202 | OBJEXT = @OBJEXT@ | ||
| 203 | OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ | ||
| 204 | OPENSSL_LIBS = @OPENSSL_LIBS@ | ||
| 205 | OTOOL = @OTOOL@ | ||
| 206 | OTOOL64 = @OTOOL64@ | ||
| 207 | PACKAGE = @PACKAGE@ | ||
| 208 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
| 209 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
| 210 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
| 211 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
| 212 | PACKAGE_URL = @PACKAGE_URL@ | ||
| 213 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
| 214 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
| 215 | PKG_CONFIG = @PKG_CONFIG@ | ||
| 216 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
| 217 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
| 218 | POFILES = @POFILES@ | ||
| 219 | POSUB = @POSUB@ | ||
| 220 | PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ | ||
| 221 | PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ | ||
| 222 | RANLIB = @RANLIB@ | ||
| 223 | SED = @SED@ | ||
| 224 | SET_MAKE = @SET_MAKE@ | ||
| 225 | SHELL = @SHELL@ | ||
| 226 | STRIP = @STRIP@ | ||
| 227 | SYLPHEED_LIBS = @SYLPHEED_LIBS@ | ||
| 228 | USE_NLS = @USE_NLS@ | ||
| 229 | VERSION = @VERSION@ | ||
| 230 | WINDRES = @WINDRES@ | ||
| 231 | XGETTEXT = @XGETTEXT@ | ||
| 232 | YACC = @YACC@ | ||
| 233 | YFLAGS = @YFLAGS@ | ||
| 234 | abs_builddir = @abs_builddir@ | ||
| 235 | abs_srcdir = @abs_srcdir@ | ||
| 236 | abs_top_builddir = @abs_top_builddir@ | ||
| 237 | abs_top_srcdir = @abs_top_srcdir@ | ||
| 238 | ac_ct_AR = @ac_ct_AR@ | ||
| 239 | ac_ct_CC = @ac_ct_CC@ | ||
| 240 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
| 241 | am__include = @am__include@ | ||
| 242 | am__leading_dot = @am__leading_dot@ | ||
| 243 | am__quote = @am__quote@ | ||
| 244 | am__tar = @am__tar@ | ||
| 245 | am__untar = @am__untar@ | ||
| 246 | bindir = @bindir@ | ||
| 247 | build = @build@ | ||
| 248 | build_alias = @build_alias@ | ||
| 249 | build_cpu = @build_cpu@ | ||
| 250 | build_os = @build_os@ | ||
| 251 | build_vendor = @build_vendor@ | ||
| 252 | builddir = @builddir@ | ||
| 253 | datadir = @datadir@ | ||
| 254 | datarootdir = @datarootdir@ | ||
| 255 | docdir = @docdir@ | ||
| 256 | dvidir = @dvidir@ | ||
| 257 | exec_prefix = @exec_prefix@ | ||
| 258 | faqdir = @faqdir@ | ||
| 259 | host = @host@ | ||
| 260 | host_alias = @host_alias@ | ||
| 261 | host_cpu = @host_cpu@ | ||
| 262 | host_os = @host_os@ | ||
| 263 | host_vendor = @host_vendor@ | ||
| 264 | htmldir = @htmldir@ | ||
| 265 | includedir = @includedir@ | ||
| 266 | infodir = @infodir@ | ||
| 267 | install_sh = @install_sh@ | ||
| 268 | libdir = @libdir@ | ||
| 269 | libexecdir = @libexecdir@ | ||
| 270 | localedir = @localedir@ | ||
| 271 | localstatedir = @localstatedir@ | ||
| 272 | mandir = @mandir@ | ||
| 273 | manualdir = @manualdir@ | ||
| 274 | mkdir_p = @mkdir_p@ | ||
| 275 | oldincludedir = @oldincludedir@ | ||
| 276 | pdfdir = @pdfdir@ | ||
| 277 | plugindir = @plugindir@ | ||
| 278 | prefix = @prefix@ | ||
| 279 | program_transform_name = @program_transform_name@ | ||
| 280 | psdir = @psdir@ | ||
| 281 | sbindir = @sbindir@ | ||
| 282 | sharedstatedir = @sharedstatedir@ | ||
| 283 | srcdir = @srcdir@ | ||
| 284 | sysconfdir = @sysconfdir@ | ||
| 285 | target = @target@ | ||
| 286 | target_alias = @target_alias@ | ||
| 287 | target_cpu = @target_cpu@ | ||
| 288 | target_os = @target_os@ | ||
| 289 | target_vendor = @target_vendor@ | ||
| 290 | themedir = @themedir@ | ||
| 291 | top_build_prefix = @top_build_prefix@ | ||
| 292 | top_builddir = @top_builddir@ | ||
| 293 | top_srcdir = @top_srcdir@ | ||
| 294 | BUILT_SOURCES = \ | ||
| 295 | stock_addressbook.h \ | ||
| 296 | stock_attach.h \ | ||
| 297 | stock_delete.h \ | ||
| 298 | stock_delete_16.h \ | ||
| 299 | stock_hand-signed.h \ | ||
| 300 | stock_inbox.h \ | ||
| 301 | stock_insert-file.h \ | ||
| 302 | stock_mail-compose.h \ | ||
| 303 | stock_mail-compose_16.h \ | ||
| 304 | stock_mail-forward.h \ | ||
| 305 | stock_mail-receive.h \ | ||
| 306 | stock_mail-reply-to-all.h \ | ||
| 307 | stock_mail-reply.h \ | ||
| 308 | stock_mail-send.h \ | ||
| 309 | stock_mail.h \ | ||
| 310 | stock_mail_receive_all.h \ | ||
| 311 | stock_mail_send_queue.h \ | ||
| 312 | stock_outbox.h \ | ||
| 313 | stock_person.h \ | ||
| 314 | stock_book.h \ | ||
| 315 | stock_spam.h \ | ||
| 316 | stock_spam_16.h \ | ||
| 317 | stock_notspam.h \ | ||
| 318 | stock_sylpheed.h \ | ||
| 319 | stock_sylpheed_16.h \ | ||
| 320 | stock_sylpheed_32.h \ | ||
| 321 | stock_sylpheed_newmail.h \ | ||
| 322 | stock_sylpheed_newmail_16.h \ | ||
| 323 | sylpheed-logo.h \ | ||
| 324 | folder-close.h \ | ||
| 325 | folder-open.h \ | ||
| 326 | folder-noselect.h \ | ||
| 327 | folder-search.h \ | ||
| 328 | group.h \ | ||
| 329 | html.h | ||
| 330 | |||
| 331 | EXTRA_DIST = \ | ||
| 332 | stock_addressbook.png \ | ||
| 333 | stock_attach.png \ | ||
| 334 | stock_delete.png \ | ||
| 335 | stock_delete_16.png \ | ||
| 336 | stock_hand-signed.png \ | ||
| 337 | stock_inbox.png \ | ||
| 338 | stock_insert-file.png \ | ||
| 339 | stock_mail-compose.png \ | ||
| 340 | stock_mail-compose_16.png \ | ||
| 341 | stock_mail-forward.png \ | ||
| 342 | stock_mail-receive.png \ | ||
| 343 | stock_mail-reply-to-all.png \ | ||
| 344 | stock_mail-reply.png \ | ||
| 345 | stock_mail-send.png \ | ||
| 346 | stock_mail.png \ | ||
| 347 | stock_mail_receive_all.png \ | ||
| 348 | stock_mail_send_queue.png \ | ||
| 349 | stock_outbox.png \ | ||
| 350 | stock_person.png \ | ||
| 351 | stock_book.png \ | ||
| 352 | stock_spam.png \ | ||
| 353 | stock_spam_16.png \ | ||
| 354 | stock_notspam.png \ | ||
| 355 | stock_sylpheed.png \ | ||
| 356 | stock_sylpheed_16.png \ | ||
| 357 | stock_sylpheed_32.png \ | ||
| 358 | stock_sylpheed_newmail.png \ | ||
| 359 | stock_sylpheed_newmail_16.png \ | ||
| 360 | sylpheed-logo.png \ | ||
| 361 | folder-close.png \ | ||
| 362 | folder-open.png \ | ||
| 363 | folder-noselect.png \ | ||
| 364 | folder-search.png \ | ||
| 365 | group.png \ | ||
| 366 | html.png \ | ||
| 367 | clip.xpm \ | ||
| 368 | deleted.xpm \ | ||
| 369 | forwarded.xpm \ | ||
| 370 | mark.xpm \ | ||
| 371 | new.xpm \ | ||
| 372 | offline.xpm \ | ||
| 373 | online.xpm \ | ||
| 374 | replied.xpm \ | ||
| 375 | unread.xpm \ | ||
| 376 | linewrap.xpm \ | ||
| 377 | continue.xpm \ | ||
| 378 | complete.xpm \ | ||
| 379 | error.xpm \ | ||
| 380 | address.xpm \ | ||
| 381 | book.xpm \ | ||
| 382 | category.xpm \ | ||
| 383 | interface.xpm \ | ||
| 384 | jpilot.xpm \ | ||
| 385 | ldap.xpm \ | ||
| 386 | vcard.xpm \ | ||
| 387 | mail.xpm \ | ||
| 388 | sylpheed.ico \ | ||
| 389 | $(BUILT_SOURCES) | ||
| 390 | |||
| 391 | all: $(BUILT_SOURCES) | ||
| 392 | $(MAKE) $(AM_MAKEFLAGS) all-am | ||
| 393 | |||
| 394 | .SUFFIXES: | ||
| 395 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 396 | @for dep in $?; do \ | ||
| 397 | case '$(am__configure_deps)' in \ | ||
| 398 | *$$dep*) \ | ||
| 399 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ||
| 400 | && { if test -f $@; then exit 0; else break; fi; }; \ | ||
| 401 | exit 1;; \ | ||
| 402 | esac; \ | ||
| 403 | done; \ | ||
| 404 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/icons/Makefile'; \ | ||
| 405 | $(am__cd) $(top_srcdir) && \ | ||
| 406 | $(AUTOMAKE) --foreign src/icons/Makefile | ||
| 407 | .PRECIOUS: Makefile | ||
| 408 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
| 409 | @case '$?' in \ | ||
| 410 | *config.status*) \ | ||
| 411 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
| 412 | *) \ | ||
| 413 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
| 414 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
| 415 | esac; | ||
| 416 | |||
| 417 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
| 418 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 419 | |||
| 420 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 421 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 422 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 423 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 424 | $(am__aclocal_m4_deps): | ||
| 425 | |||
| 426 | mostlyclean-libtool: | ||
| 427 | -rm -f *.lo | ||
| 428 | |||
| 429 | clean-libtool: | ||
| 430 | -rm -rf .libs _libs | ||
| 431 | tags TAGS: | ||
| 432 | |||
| 433 | ctags CTAGS: | ||
| 434 | |||
| 435 | cscope cscopelist: | ||
| 436 | |||
| 437 | |||
| 438 | distdir: $(DISTFILES) | ||
| 439 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 440 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 441 | list='$(DISTFILES)'; \ | ||
| 442 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
| 443 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
| 444 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
| 445 | case $$dist_files in \ | ||
| 446 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
| 447 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
| 448 | sort -u` ;; \ | ||
| 449 | esac; \ | ||
| 450 | for file in $$dist_files; do \ | ||
| 451 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
| 452 | if test -d $$d/$$file; then \ | ||
| 453 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
| 454 | if test -d "$(distdir)/$$file"; then \ | ||
| 455 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 456 | fi; \ | ||
| 457 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
| 458 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 459 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 460 | fi; \ | ||
| 461 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 462 | else \ | ||
| 463 | test -f "$(distdir)/$$file" \ | ||
| 464 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
| 465 | || exit 1; \ | ||
| 466 | fi; \ | ||
| 467 | done | ||
| 468 | check-am: all-am | ||
| 469 | check: $(BUILT_SOURCES) | ||
| 470 | $(MAKE) $(AM_MAKEFLAGS) check-am | ||
| 471 | all-am: Makefile | ||
| 472 | installdirs: | ||
| 473 | install: $(BUILT_SOURCES) | ||
| 474 | $(MAKE) $(AM_MAKEFLAGS) install-am | ||
| 475 | install-exec: install-exec-am | ||
| 476 | install-data: install-data-am | ||
| 477 | uninstall: uninstall-am | ||
| 478 | |||
| 479 | install-am: all-am | ||
| 480 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
| 481 | |||
| 482 | installcheck: installcheck-am | ||
| 483 | install-strip: | ||
| 484 | if test -z '$(STRIP)'; then \ | ||
| 485 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 486 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 487 | install; \ | ||
| 488 | else \ | ||
| 489 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 490 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 491 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||
| 492 | fi | ||
| 493 | mostlyclean-generic: | ||
| 494 | |||
| 495 | clean-generic: | ||
| 496 | |||
| 497 | distclean-generic: | ||
| 498 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
| 499 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
| 500 | |||
| 501 | maintainer-clean-generic: | ||
| 502 | @echo "This command is intended for maintainers to use" | ||
| 503 | @echo "it deletes files that may require special tools to rebuild." | ||
| 504 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | ||
| 505 | clean: clean-am | ||
| 506 | |||
| 507 | clean-am: clean-generic clean-libtool mostlyclean-am | ||
| 508 | |||
| 509 | distclean: distclean-am | ||
| 510 | -rm -f Makefile | ||
| 511 | distclean-am: clean-am distclean-generic | ||
| 512 | |||
| 513 | dvi: dvi-am | ||
| 514 | |||
| 515 | dvi-am: | ||
| 516 | |||
| 517 | html: html-am | ||
| 518 | |||
| 519 | html-am: | ||
| 520 | |||
| 521 | info: info-am | ||
| 522 | |||
| 523 | info-am: | ||
| 524 | |||
| 525 | install-data-am: | ||
| 526 | |||
| 527 | install-dvi: install-dvi-am | ||
| 528 | |||
| 529 | install-dvi-am: | ||
| 530 | |||
| 531 | install-exec-am: | ||
| 532 | |||
| 533 | install-html: install-html-am | ||
| 534 | |||
| 535 | install-html-am: | ||
| 536 | |||
| 537 | install-info: install-info-am | ||
| 538 | |||
| 539 | install-info-am: | ||
| 540 | |||
| 541 | install-man: | ||
| 542 | |||
| 543 | install-pdf: install-pdf-am | ||
| 544 | |||
| 545 | install-pdf-am: | ||
| 546 | |||
| 547 | install-ps: install-ps-am | ||
| 548 | |||
| 549 | install-ps-am: | ||
| 550 | |||
| 551 | installcheck-am: | ||
| 552 | |||
| 553 | maintainer-clean: maintainer-clean-am | ||
| 554 | -rm -f Makefile | ||
| 555 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
| 556 | |||
| 557 | mostlyclean: mostlyclean-am | ||
| 558 | |||
| 559 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
| 560 | |||
| 561 | pdf: pdf-am | ||
| 562 | |||
| 563 | pdf-am: | ||
| 564 | |||
| 565 | ps: ps-am | ||
| 566 | |||
| 567 | ps-am: | ||
| 568 | |||
| 569 | uninstall-am: | ||
| 570 | |||
| 571 | .MAKE: all check install install-am install-strip | ||
| 572 | |||
| 573 | .PHONY: all all-am check check-am clean clean-generic clean-libtool \ | ||
| 574 | cscopelist-am ctags-am distclean distclean-generic \ | ||
| 575 | distclean-libtool distdir dvi dvi-am html html-am info info-am \ | ||
| 576 | install install-am install-data install-data-am install-dvi \ | ||
| 577 | install-dvi-am install-exec install-exec-am install-html \ | ||
| 578 | install-html-am install-info install-info-am install-man \ | ||
| 579 | install-pdf install-pdf-am install-ps install-ps-am \ | ||
| 580 | install-strip installcheck installcheck-am installdirs \ | ||
| 581 | maintainer-clean maintainer-clean-generic mostlyclean \ | ||
| 582 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | ||
| 583 | tags-am uninstall uninstall-am | ||
| 584 | |||
| 585 | |||
| 586 | %.h: %.png | ||
| 587 | gdk-pixbuf-csource --name=`echo $(*F)|sed s/-/_/g` $< > $@ | ||
| 588 | |||
| 589 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
| 590 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
| 591 | .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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * address_xpm[] = { | ||
| 3 | "16 14 70 1", | ||
| 4 | " c None", | ||
| 5 | ". c #2D549D", | ||
| 6 | "+ c #2D539D", | ||
| 7 | "@ c #2B529D", | ||
| 8 | "# c #2A519D", | ||
| 9 | "$ c #294F9D", | ||
| 10 | "% c #284E9D", | ||
| 11 | "& c #FFFFFF", | ||
| 12 | "* c #FEFEFF", | ||
| 13 | "= c #2C529D", | ||
| 14 | "- c #F1F5FF", | ||
| 15 | "; c #EAF1FF", | ||
| 16 | "> c #E4EDFF", | ||
| 17 | ", c #274D9D", | ||
| 18 | "' c #2C539D", | ||
| 19 | ") c #2B519D", | ||
| 20 | "! c #2A509D", | ||
| 21 | "~ c #E5EFFF", | ||
| 22 | "{ c #DFEAFF", | ||
| 23 | "] c #264B9D", | ||
| 24 | "^ c #FBFDFF", | ||
| 25 | "/ c #F4F8FF", | ||
| 26 | "( c #EEF4FF", | ||
| 27 | "_ c #E7F0FF", | ||
| 28 | ": c #E0EBFF", | ||
| 29 | "< c #DAE6FF", | ||
| 30 | "[ c #254B9D", | ||
| 31 | "} c #FDFEFF", | ||
| 32 | "| c #F6F9FF", | ||
| 33 | "1 c #F0F5FF", | ||
| 34 | "2 c #E9F1FF", | ||
| 35 | "3 c #E2ECFF", | ||
| 36 | "4 c #DBE8FF", | ||
| 37 | "5 c #D4E4FF", | ||
| 38 | "6 c #244A9D", | ||
| 39 | "7 c #000000", | ||
| 40 | "8 c #E4EEFF", | ||
| 41 | "9 c #D0E0FF", | ||
| 42 | "0 c #23489D", | ||
| 43 | "a c #FAFBFF", | ||
| 44 | "b c #F4F7FF", | ||
| 45 | "c c #EDF3FF", | ||
| 46 | "d c #DFEBFF", | ||
| 47 | "e c #D8E6FF", | ||
| 48 | "f c #D2E1FF", | ||
| 49 | "g c #CBDDFF", | ||
| 50 | "h c #23479D", | ||
| 51 | "i c #E8F0FF", | ||
| 52 | "j c #C6DAFF", | ||
| 53 | "k c #22469D", | ||
| 54 | "l c #F7FAFF", | ||
| 55 | "m c #F1F6FF", | ||
| 56 | "n c #E3EDFF", | ||
| 57 | "o c #DCE9FF", | ||
| 58 | "p c #D5E4FF", | ||
| 59 | "q c #CFDFFF", | ||
| 60 | "r c #C8DCFF", | ||
| 61 | "s c #C1D7FF", | ||
| 62 | "t c #ECF3FF", | ||
| 63 | "u c #D1E1FF", | ||
| 64 | "v c #BFD6FF", | ||
| 65 | "w c #EDF4FF", | ||
| 66 | "x c #E6EFFF", | ||
| 67 | "y c #D9E7FF", | ||
| 68 | "z c #D3E3FF", | ||
| 69 | "A c #CCDDFF", | ||
| 70 | "B c #C5DAFF", | ||
| 71 | "C c #BFD5FF", | ||
| 72 | "D c #274C9D", | ||
| 73 | "E c #24499D", | ||
| 74 | " ", | ||
| 75 | " ..........+@#$%", | ||
| 76 | " .&&&.&&&&*=-;>,", | ||
| 77 | " .&&...&&&')!~{]", | ||
| 78 | " .&&&&&&&^/(_:<[", | ||
| 79 | " .&&&&&&}|123456", | ||
| 80 | " .&&&7&777787790", | ||
| 81 | " .&&&&&abc~defgh", | ||
| 82 | " .&&&77|7i7777jk", | ||
| 83 | " .&&&*lm;nopqrsk", | ||
| 84 | " .&&&77t777u77vk", | ||
| 85 | " .&&^/wx:yzABCvk", | ||
| 86 | " ...@!$%D]E0kkkk", | ||
| 87 | " "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * book_xpm[] = { | ||
| 3 | "16 16 4 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #FFFFFF", | ||
| 7 | "@ c #BE22A6", | ||
| 8 | " ", | ||
| 9 | " ... ... ", | ||
| 10 | " .+++. .+++. ", | ||
| 11 | " .+++++. .+++++.", | ||
| 12 | " .++++++.++++++.", | ||
| 13 | " .++.+++.+++.++.", | ||
| 14 | " .++++.+.+.++++.", | ||
| 15 | " .++++++.+++.++.", | ||
| 16 | " .++.+++.+.++++.", | ||
| 17 | " .++++.+.+++.++.", | ||
| 18 | " .++++++.+.++++.", | ||
| 19 | " .++++++.++++++.", | ||
| 20 | " .+...++.++...+.", | ||
| 21 | " ..@@@.+.+.@@@..", | ||
| 22 | " .@ @...@ @.", | ||
| 23 | " @ @.@ @"}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * category_xpm[] = { | ||
| 3 | "16 16 16 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #2C7AD4", | ||
| 7 | "@ c #3B98C5", | ||
| 8 | "# c #2D5AD3", | ||
| 9 | "$ c #01DFFF", | ||
| 10 | "% c #BFEDE2", | ||
| 11 | "& c #12BDEE", | ||
| 12 | "* c #B8EADF", | ||
| 13 | "= c #2ABAD6", | ||
| 14 | "- c #039FFD", | ||
| 15 | "; c #155DEB", | ||
| 16 | "> c #271BD9", | ||
| 17 | ", c #3F18C1", | ||
| 18 | "' c #1F1CE1", | ||
| 19 | ") c #3719C9", | ||
| 20 | " ", | ||
| 21 | " ", | ||
| 22 | " .... ", | ||
| 23 | " .+@+@. ", | ||
| 24 | " .+#+#@+...... ", | ||
| 25 | " .$$%$%&*%$==$.", | ||
| 26 | " .=@&@&@=+=+-;.", | ||
| 27 | " .$&@&@=+=+-+#.", | ||
| 28 | " .=@&@=+=+-+->.", | ||
| 29 | " .$&@=+=+-+-;#.", | ||
| 30 | " .=@=+=+-+-;-,.", | ||
| 31 | " .$=+=+-+-;-;>.", | ||
| 32 | " .=';';';';)>,.", | ||
| 33 | " ............ ", | ||
| 34 | " ", | ||
| 35 | " "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * clip_xpm[] = { | ||
| 3 | "8 12 4 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #F4F4F4", | ||
| 7 | "@ c #4A4A4A", | ||
| 8 | " ... ", | ||
| 9 | " .+++. ", | ||
| 10 | " .+@@@+.", | ||
| 11 | " .+@@@+.", | ||
| 12 | ".++@@++.", | ||
| 13 | ".++@@++.", | ||
| 14 | ".++@@++.", | ||
| 15 | ".+@++@+.", | ||
| 16 | ".+@@@@+.", | ||
| 17 | ".+@@@@+.", | ||
| 18 | " .++++. ", | ||
| 19 | " .... "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * complete_xpm[] = { | ||
| 3 | "10 10 4 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #708C58", | ||
| 7 | "@ c #88AC84", | ||
| 8 | " ..", | ||
| 9 | " .+.", | ||
| 10 | " .++.", | ||
| 11 | ".. .+++.", | ||
| 12 | ".@. .+++. ", | ||
| 13 | ".@@.+++. ", | ||
| 14 | ".@@+++. ", | ||
| 15 | " .@++. ", | ||
| 16 | " .@. ", | ||
| 17 | " . "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * continue_xpm[] = { | ||
| 3 | "10 10 29 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #B1C7AC", | ||
| 7 | "@ c #F6F9F6", | ||
| 8 | "# c #E1EADF", | ||
| 9 | "$ c #F7F9F6", | ||
| 10 | "% c #F0F4EF", | ||
| 11 | "& c #ECF2EB", | ||
| 12 | "* c #E5EDE4", | ||
| 13 | "= c #F4F7F4", | ||
| 14 | "- c #EFF3EE", | ||
| 15 | "; c #E4ECE3", | ||
| 16 | "> c #E0E9DE", | ||
| 17 | ", c #8EB184", | ||
| 18 | "' c #85AB7D", | ||
| 19 | ") c #84AA7C", | ||
| 20 | "! c #82A678", | ||
| 21 | "~ c #769C6C", | ||
| 22 | "{ c #577550", | ||
| 23 | "] c #2E4429", | ||
| 24 | "^ c #8CB182", | ||
| 25 | "/ c #83A879", | ||
| 26 | "( c #7DA171", | ||
| 27 | "_ c #608756", | ||
| 28 | ": c #30462B", | ||
| 29 | "< c #7CA273", | ||
| 30 | "[ c #52744A", | ||
| 31 | "} c #2D4526", | ||
| 32 | "| c #31472C", | ||
| 33 | ".. ", | ||
| 34 | ".+.. ", | ||
| 35 | ".@#+.. ", | ||
| 36 | ".$%&*+.. ", | ||
| 37 | ".=-&;>#+..", | ||
| 38 | ".,')!~{]..", | ||
| 39 | ".^/(_:.. ", | ||
| 40 | ".<[}.. ", | ||
| 41 | ".|.. ", | ||
| 42 | ".. "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * deleted_xpm[] = { | ||
| 3 | "10 10 2 1", | ||
| 4 | " c None", | ||
| 5 | ". c #999999", | ||
| 6 | " ", | ||
| 7 | " . .. ", | ||
| 8 | " .. ... ", | ||
| 9 | " .... ", | ||
| 10 | " .. ", | ||
| 11 | " .... ", | ||
| 12 | " ..... ", | ||
| 13 | " .. ... ", | ||
| 14 | " . . ", | ||
| 15 | " "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * error_xpm[] = { | ||
| 3 | "10 10 32 1", | ||
| 4 | " c None", | ||
| 5 | ". c #0B0402", | ||
| 6 | "+ c #331516", | ||
| 7 | "@ c #261B1C", | ||
| 8 | "# c #272120", | ||
| 9 | "$ c #3C1D1D", | ||
| 10 | "% c #4B2727", | ||
| 11 | "& c #462F2F", | ||
| 12 | "* c #443A3B", | ||
| 13 | "= c #573435", | ||
| 14 | "- c #573E3E", | ||
| 15 | "; c #524647", | ||
| 16 | "> c #734647", | ||
| 17 | ", c #805353", | ||
| 18 | "' c #786D6D", | ||
| 19 | ") c #826F72", | ||
| 20 | "! c #A16A6D", | ||
| 21 | "~ c #947273", | ||
| 22 | "{ c #9B7376", | ||
| 23 | "] c #877D7D", | ||
| 24 | "^ c #B07E7E", | ||
| 25 | "/ c #A48887", | ||
| 26 | "( c #AF9291", | ||
| 27 | "_ c #BB8D8F", | ||
| 28 | ": c #AF9FA1", | ||
| 29 | "< c #C4A0A1", | ||
| 30 | "[ c #C2A5A4", | ||
| 31 | "} c #C3B4B5", | ||
| 32 | "| c #D0B4B6", | ||
| 33 | "1 c #D6B2B3", | ||
| 34 | "2 c #E1D7D6", | ||
| 35 | "3 c #EFE2E2", | ||
| 36 | " #*;;&+ ", | ||
| 37 | " ;:222|~% ", | ||
| 38 | "@:3}23:1,+", | ||
| 39 | "*2}#]]@/_%", | ||
| 40 | ";23]..'|<=", | ||
| 41 | "-22]..)1_=", | ||
| 42 | "&[:@')+{!%", | ||
| 43 | "+~1(|1{^>+", | ||
| 44 | " ={__^!,% ", | ||
| 45 | " $===$+ "}; | ||
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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (folder_close) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 folder_close[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 folder_close[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (663) */ | ||
| 15 | "\0\0\2\257" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (12) */ | ||
| 23 | "\0\0\0\14" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\1\0\0\0\0\205\201\244\324\377\212\0\0\0\0\1\201\244\324\377\203\344" | ||
| 26 | "\355\371\377\3\344\355\370\377\340\352\367\377}\240\322\377\211\0\0\0" | ||
| 27 | "\0\16Px\271\377\214\254\331\377\212\252\330\377\210\250\327\377\206\247" | ||
| 28 | "\327\377\205\245\325\377\202\243\324\377Ip\263\377Hn\262\377Gm\261\377" | ||
| 29 | "Fl\260\377Ek\260\377Ci\257\377Ch\256\377\202\0\0\0\0\16Mt\266\377\300" | ||
| 30 | "\322\355\377\276\320\355\377\272\315\353\377\270\313\353\377\266\311" | ||
| 31 | "\351\377\263\306\350\377\260\305\350\377\256\301\346\377\252\300\345" | ||
| 32 | "\377\247\275\344\377\245\273\343\377\242\271\341\377>c\252\377\202\0" | ||
| 33 | "\0\0\0\16Io\263\377\266\312\351\377\264\307\351\377\262\305\347\377\256" | ||
| 34 | "\302\347\377\254\300\346\377\251\277\344\377\246\274\343\377\244\271" | ||
| 35 | "\341\377\241\267\340\377\236\265\337\377\233\263\336\377\231\260\335" | ||
| 36 | "\377;_\250\377\202\0\0\0\0\16Ek\260\377\254\301\346\377\252\300\345\377" | ||
| 37 | "\247\275\343\377\245\272\342\377\242\270\341\377\237\265\340\377\235" | ||
| 38 | "\263\336\377\232\261\335\377\227\257\334\377\224\255\333\377\222\252" | ||
| 39 | "\332\377\216\247\331\3777Z\244\377\202\0\0\0\0\16Af\255\377\243\271\341" | ||
| 40 | "\377\240\266\341\377\235\264\337\377\233\262\336\377\230\257\335\377" | ||
| 41 | "\225\255\334\377\222\253\332\377\220\251\331\377\215\247\330\377\212" | ||
| 42 | "\244\326\377\207\241\325\377\205\237\325\3773V\241\377\202\0\0\0\0\16" | ||
| 43 | "=b\251\377\231\261\335\377\226\256\334\377\224\255\333\377\221\251\331" | ||
| 44 | "\377\216\247\330\377\213\246\327\377\211\242\326\377\206\240\325\377" | ||
| 45 | "\203\236\324\377\201\234\323\377~\232\322\377{\227\320\377/Q\235\377" | ||
| 46 | "\202\0\0\0\0\16""9]\246\377\217\250\331\377\215\246\327\377\212\244\326" | ||
| 47 | "\377\207\240\325\377\205\237\325\377\202\235\323\377~\232\322\377|\230" | ||
| 48 | "\321\377z\225\320\377v\224\317\377s\221\315\377q\216\314\377+M\233\377" | ||
| 49 | "\202\0\0\0\0\16""5X\243\377\206\240\325\377\203\235\324\377\200\233\323" | ||
| 50 | "\377}\231\321\377z\227\321\377x\224\317\377u\222\316\377r\217\315\377" | ||
| 51 | "o\215\313\377m\213\312\377j\210\311\377g\206\307\377(H\230\377\202\0" | ||
| 52 | "\0\0\0\16""2T\240\377{\230\321\377x\225\320\377v\223\317\377s\221\316" | ||
| 53 | "\377q\215\314\377n\214\313\377k\211\311\377h\207\311\377f\205\307\377" | ||
| 54 | "b\202\305\377`\201\304\377^~\303\377#C\224\377\202\0\0\0\0\16-O\234\377" | ||
| 55 | "-N\234\377+M\233\377*K\232\377)J\231\377(I\230\377'H\227\377&G\226\377" | ||
| 56 | "%E\225\377$D\224\377#C\223\377\"A\223\377!@\222\377\40\77\220\377\202" | ||
| 57 | "\0\0\0\0"}; | ||
| 58 | |||
| 59 | |||
diff --git a/src/icons/folder-close.png b/src/icons/folder-close.png new file mode 100644 index 0000000..f764bdb --- /dev/null +++ b/src/icons/folder-close.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (folder_noselect) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 folder_noselect[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 folder_noselect[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (649) */ | ||
| 15 | "\0\0\2\241" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (12) */ | ||
| 23 | "\0\0\0\14" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\1\0\0\0\0\205\277\321\351\377\212\0\0\0\0\1\277\321\351\377\204\361" | ||
| 26 | "\365\373\377\2\357\364\372\377\275\317\350\377\211\0\0\0\0\11\247\273" | ||
| 27 | "\333\377\305\325\353\377\304\324\353\377\303\323\352\377\302\322\352" | ||
| 28 | "\377\301\321\351\377\300\320\351\377\243\267\330\377\243\266\330\377" | ||
| 29 | "\202\242\265\327\377\1\241\264\327\377\202\240\263\326\377\202\0\0\0" | ||
| 30 | "\0\16\245\271\332\377\337\350\365\377\336\347\365\377\334\345\364\377" | ||
| 31 | "\333\344\364\377\332\343\363\377\330\342\363\377\327\341\363\377\326" | ||
| 32 | "\337\362\377\324\337\361\377\322\335\361\377\321\334\360\377\320\333" | ||
| 33 | "\357\377\236\260\324\377\202\0\0\0\0\16\243\266\330\377\332\344\363\377" | ||
| 34 | "\331\342\363\377\330\341\362\377\326\340\362\377\325\337\362\377\323" | ||
| 35 | "\336\361\377\322\335\360\377\321\333\357\377\317\332\357\377\316\331" | ||
| 36 | "\356\377\314\330\356\377\313\327\355\377\234\256\323\377\202\0\0\0\0" | ||
| 37 | "\16\241\264\327\377\325\337\362\377\324\337\361\377\322\335\360\377\321" | ||
| 38 | "\334\360\377\320\333\357\377\316\331\357\377\315\330\356\377\314\327" | ||
| 39 | "\355\377\312\326\355\377\311\325\354\377\310\324\354\377\306\322\353" | ||
| 40 | "\377\232\254\321\377\202\0\0\0\0\16\237\262\325\377\320\333\357\377\317" | ||
| 41 | "\332\357\377\315\331\356\377\314\330\356\377\313\326\355\377\311\325" | ||
| 42 | "\355\377\310\324\354\377\307\323\353\377\305\322\353\377\304\321\352" | ||
| 43 | "\377\302\317\351\377\301\316\351\377\230\252\317\377\202\0\0\0\0\16\235" | ||
| 44 | "\260\323\377\313\327\355\377\312\326\355\377\311\325\354\377\307\323" | ||
| 45 | "\353\377\306\322\353\377\304\322\352\377\303\320\352\377\302\317\351" | ||
| 46 | "\377\300\316\351\377\277\315\350\377\276\314\350\377\274\312\347\377" | ||
| 47 | "\226\247\315\377\202\0\0\0\0\16\233\255\322\377\306\323\353\377\305\322" | ||
| 48 | "\352\377\304\321\352\377\302\317\351\377\301\316\351\377\300\315\350" | ||
| 49 | "\377\276\314\350\377\275\313\347\377\274\311\347\377\272\311\346\377" | ||
| 50 | "\270\307\345\377\267\306\345\377\224\245\314\377\202\0\0\0\0\16\231\253" | ||
| 51 | "\320\377\302\317\351\377\300\315\351\377\277\314\350\377\275\313\347" | ||
| 52 | "\377\274\312\347\377\273\311\346\377\271\310\346\377\270\306\345\377" | ||
| 53 | "\266\305\344\377\265\304\344\377\264\303\343\377\262\302\342\377\223" | ||
| 54 | "\243\313\377\202\0\0\0\0\16\230\251\317\377\274\313\347\377\273\311\347" | ||
| 55 | "\377\272\310\346\377\270\307\346\377\267\305\345\377\266\305\344\377" | ||
| 56 | "\264\303\343\377\263\302\343\377\262\301\342\377\260\300\341\377\257" | ||
| 57 | "\277\341\377\256\276\340\377\220\240\311\377\202\0\0\0\0\202\225\246" | ||
| 58 | "\315\377\6\224\245\314\377\224\244\314\377\223\244\313\377\223\243\313" | ||
| 59 | "\377\222\243\312\377\222\242\312\377\202\221\241\311\377\4\220\240\310" | ||
| 60 | "\377\220\237\310\377\217\237\310\377\217\236\307\377\202\0\0\0\0"}; | ||
| 61 | |||
| 62 | |||
diff --git a/src/icons/folder-noselect.png b/src/icons/folder-noselect.png new file mode 100644 index 0000000..f5f3175 --- /dev/null +++ b/src/icons/folder-noselect.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (folder_open) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 folder_open[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 folder_open[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (675) */ | ||
| 15 | "\0\0\2\273" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (12) */ | ||
| 23 | "\0\0\0\14" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\1\0\0\0\0\205\201\244\324\377\212\0\0\0\0\1\201\244\324\377\203\344" | ||
| 26 | "\355\371\377\3\344\355\370\377\340\352\367\377}\240\322\377\211\0\0\0" | ||
| 27 | "\0\16\201\244\324\377\342\354\370\377\340\351\367\377\334\346\366\377" | ||
| 28 | "\330\345\365\377\327\342\363\377\323\337\362\377v\230\315\377t\226\314" | ||
| 29 | "\377r\225\313\377p\223\312\377o\222\311\377m\220\310\377k\216\310\377" | ||
| 30 | "\202\0\0\0\0\16{\236\321\377\327\342\363\377\324\340\363\377\320\335" | ||
| 31 | "\361\377\316\332\361\377\313\331\357\377\310\326\355\377\305\324\355" | ||
| 32 | "\377\302\320\353\377\276\316\352\377\273\314\351\377\270\312\350\377" | ||
| 33 | "\266\307\346\377e\210\303\377\202\0\0\0\0nu\230\315\377\314\331\357\377" | ||
| 34 | "|\235\321\377{\233\317\377y\231\317\377w\227\316\377u\226\314\377s\224" | ||
| 35 | "\313\377q\222\312\377o\220\311\377m\216\310\377k\214\307\377j\212\306" | ||
| 36 | "\377;_\250\377r\220\311\377p\217\307\377o\222\311\377\300\320\353\377" | ||
| 37 | "u\227\315\377\247\275\343\377\245\272\342\377\242\270\341\377\237\265" | ||
| 38 | "\340\377\235\263\336\377\232\261\335\377\227\257\334\377\224\255\333" | ||
| 39 | "\377\222\252\332\377\216\247\331\377Or\267\377\231\260\334\377h\210\304" | ||
| 40 | "\377h\214\306\377\266\307\346\377o\217\312\377\235\264\337\377\233\262" | ||
| 41 | "\336\377\230\257\335\377\225\255\334\377\222\253\332\377\220\251\331" | ||
| 42 | "\377\215\247\330\377\212\244\326\377\207\241\325\377\205\237\325\377" | ||
| 43 | "Il\264\377\216\246\327\377a\201\300\377c\206\302\377j\213\306\377\226" | ||
| 44 | "\256\334\377\224\255\333\377\221\251\331\377\216\247\330\377\213\246" | ||
| 45 | "\327\377\211\242\326\377\206\240\325\377\203\236\324\377\201\234\323" | ||
| 46 | "\377~\232\322\377{\227\320\377Dg\260\377[|\275\377\0\0\0\0]\177\276\377" | ||
| 47 | "c\204\303\377\215\246\327\377\212\244\326\377\207\240\325\377\205\237" | ||
| 48 | "\325\377\202\235\323\377~\232\322\377|\230\321\377z\225\320\377v\224" | ||
| 49 | "\317\377s\221\315\377q\216\314\377>a\255\377Tu\271\377\0\0\0\0Vy\273" | ||
| 50 | "\377\\~\277\377\203\235\324\377\200\233\323\377}\231\321\377z\227\321" | ||
| 51 | "\377x\224\317\377u\222\316\377r\217\315\377o\215\313\377m\213\312\377" | ||
| 52 | "j\210\311\377g\206\307\3779[\252\377Lm\265\377\0\0\0\0""2T\240\377{\230" | ||
| 53 | "\321\377x\225\320\377v\223\317\377s\221\316\377q\215\314\377n\214\313" | ||
| 54 | "\377k\211\311\377h\207\311\377f\205\307\377b\202\305\377`\201\304\377" | ||
| 55 | "^~\303\377#C\224\377\202\0\0\0\0\16-O\234\377-N\234\377+M\233\377*K\232" | ||
| 56 | "\377)J\231\377(I\230\377'H\227\377&G\226\377%E\225\377$D\224\377#C\223" | ||
| 57 | "\377\"A\223\377!@\222\377\40\77\220\377\202\0\0\0\0"}; | ||
| 58 | |||
| 59 | |||
diff --git a/src/icons/folder-open.png b/src/icons/folder-open.png new file mode 100644 index 0000000..809ecac --- /dev/null +++ b/src/icons/folder-open.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (folder_search) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 folder_search[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 folder_search[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (654) */ | ||
| 15 | "\0\0\2\246" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (12) */ | ||
| 23 | "\0\0\0\14" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\1\0\0\0\0\205\216\324\235\377\212\0\0\0\0\1\216\324\235\377\203\346" | ||
| 26 | "\372\353\377\3\345\371\346\377\342\370\343\377\213\321\232\377\211\0" | ||
| 27 | "\0\0\0\12j\262\200\377\227\331\242\377\226\330\242\377\226\326\242\377" | ||
| 28 | "\224\326\242\377\223\323\235\377\220\322\234\377e\253z\377e\251z\377" | ||
| 29 | "e\247x\377\202c\247x\377\202b\244v\377\202\0\0\0\0\16h\256|\377\304\360" | ||
| 30 | "\311\377\303\357\312\377\277\355\305\377z\274\202\377X\242f\377V\240" | ||
| 31 | "d\377u\271}\377\266\346\272\377\261\347\271\377\260\344\267\377\255\343" | ||
| 32 | "\265\377\253\341\261\377]\237q\377\202\0\0\0\0\16f\252{\377\272\354\277" | ||
| 33 | "\377\271\353\300\377t\270}\377N\226b\377{\301\210\377y\277\206\377L\226" | ||
| 34 | "]\377o\263z\377\252\340\257\377\251\337\257\377\247\335\255\377\244\334" | ||
| 35 | "\253\377\\\236r\377\202\0\0\0\0\16c\247x\377\264\346\273\377\261\347" | ||
| 36 | "\271\377P\234^\377u\275\210\377\253\341\261\377\251\337\261\377q\271" | ||
| 37 | "\204\377O\231^\377\243\333\252\377\241\331\251\377\236\330\246\377\234" | ||
| 38 | "\326\245\377V\234m\377\202\0\0\0\0\16`\242v\377\253\341\261\377\252\340" | ||
| 39 | "\263\377L\234]\377p\266\205\377\244\334\253\377\242\332\254\377j\264" | ||
| 40 | "\201\377L\230Z\377\232\326\242\377\230\324\240\377\227\321\237\377\226" | ||
| 41 | "\320\241\377R\230l\377\202\0\0\0\0\16[\237p\377\244\334\251\377\241\333" | ||
| 42 | "\252\377a\255x\377I\223Y\377f\256~\377d\256|\377H\222Y\377P\240d\377" | ||
| 43 | "\225\317\240\377\222\316\235\377\217\315\234\377\216\312\233\377P\224" | ||
| 44 | "i\377\202\0\0\0\0\16X\236o\377\234\326\245\377\233\325\242\377\230\324" | ||
| 45 | "\240\377V\250m\377C\215U\377C\213V\377L\236c\377@\214T\377M\235e\377" | ||
| 46 | "\213\311\232\377\210\306\227\377\210\304\226\377K\223i\377\202\0\0\0" | ||
| 47 | "\0\16U\231m\377\226\322\240\377\225\317\241\377\222\316\237\377\217\313" | ||
| 48 | "\234\377\215\313\235\377\215\311\232\377\212\310\231\377I\231a\377=\207" | ||
| 49 | "R\377F\230_\377\202\300\224\377\200\276\222\377H\220g\377\202\0\0\0\0" | ||
| 50 | "\16R\226j\377\215\313\234\377\214\312\234\377\213\311\232\377\211\307" | ||
| 51 | "\233\377\211\303\230\377\205\303\225\377\202\300\222\377\202\300\225" | ||
| 52 | "\377B\222\\\3778\204O\377z\272\216\377z\270\216\377D\214f\377\202\0\0" | ||
| 53 | "\0\0\202N\224j\377\14K\223i\377K\221i\377J\220h\377H\220f\377F\220e\377" | ||
| 54 | "F\216e\377E\215e\377D\214d\377C\213c\377B\214g\377A\213f\377@\212e\377" | ||
| 55 | "\202\0\0\0\0"}; | ||
| 56 | |||
| 57 | |||
diff --git a/src/icons/folder-search.png b/src/icons/folder-search.png new file mode 100644 index 0000000..e5d5abc --- /dev/null +++ b/src/icons/folder-search.png | |||
| Binary files 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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * forwarded_xpm[] = { | ||
| 3 | "10 10 10 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #B39C82", | ||
| 7 | "@ c #BCA488", | ||
| 8 | "# c #867561", | ||
| 9 | "$ c #8F7D68", | ||
| 10 | "% c #98856E", | ||
| 11 | "& c #A18D75", | ||
| 12 | "* c #AA947B", | ||
| 13 | "= c #C5AC8F", | ||
| 14 | " ", | ||
| 15 | " .. ", | ||
| 16 | " .+. ", | ||
| 17 | "......+@. ", | ||
| 18 | ".#$%&*+@=.", | ||
| 19 | ".#$%&*+@=.", | ||
| 20 | "......+@. ", | ||
| 21 | " .+. ", | ||
| 22 | " .. ", | ||
| 23 | " "}; | ||
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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (group) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 group[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 group[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (645) */ | ||
| 15 | "\0\0\2\235" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (12) */ | ||
| 23 | "\0\0\0\14" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\210\0\0\0\0\2wyt\35\221\222\217\244\202\231\232\227\353\2\221\222\217" | ||
| 26 | "\244wyt\35\204\0\0\0\0\2\210\212\205\35\246\247\244\244\202\257\260\255" | ||
| 27 | "\353\11\246\247\244\244\201\203~.\216\217\214\240\313\313\312\377\332" | ||
| 28 | "\332\332\377\333\333\333\377\313\313\312\377\216\217\214\240wyt\23\202" | ||
| 29 | "\0\0\0\0\16\210\212\205\23\242\243\240\240\350\350\347\377\371\371\371" | ||
| 30 | "\377\372\372\372\377\350\350\347\377\234\235\232\271\265\266\263\355" | ||
| 31 | "\324\324\323\377\327\330\327\377\331\332\331\377\325\326\325\377\271" | ||
| 32 | "\272\270\354wytB\202\0\0\0\0\16\210\212\205B\324\325\323\354\362\363" | ||
| 33 | "\361\377\366\367\366\377\370\371\370\377\364\365\364\377\321\322\320" | ||
| 34 | "\362\257\257\255\374\315\316\314\377\322\322\320\377\323\323\322\377" | ||
| 35 | "\317\320\316\377\275\275\274\373wytQ\202\0\0\0\0\16\210\212\205Q\330" | ||
| 36 | "\330\327\373\353\354\351\377\360\360\356\377\361\361\360\377\355\356" | ||
| 37 | "\354\377\327\327\326\374\245\245\242\360\317\320\316\377\312\314\311" | ||
| 38 | "\377\313\314\312\377\320\321\317\377\264\264\262\351wyt\77\202\0\0\0" | ||
| 39 | "\0\11\210\212\205\77\316\316\314\351\355\356\354\377\347\351\346\377" | ||
| 40 | "\350\351\347\377\356\357\355\377\313\313\311\361\221\222\217\361\303" | ||
| 41 | "\303\302\377\202\322\323\321\377\3\303\303\302\377\225\226\223\355|~" | ||
| 42 | "zW\202\0\0\0\0\3\216\220\213W\252\253\250\355\337\337\336\377\202\360" | ||
| 43 | "\361\357\377\11\337\337\336\377\251\252\247\373\256\257\254\377\242\243" | ||
| 44 | "\240\377\230\231\226\377\227\231\226\377\241\243\237\377\277\277\275" | ||
| 45 | "\377\232\233\230\303\202\0\0\0\0\11\260\261\256\303\332\334\331\377\271" | ||
| 46 | "\273\267\377\256\257\253\377\255\257\253\377\270\272\266\377\332\333" | ||
| 47 | "\330\377\266\267\265\377\306\306\304\377\203\305\306\303\377\2\315\315" | ||
| 48 | "\314\377\234\236\233\366\202\0\0\0\0\4\263\265\261\366\353\354\352\377" | ||
| 49 | "\342\343\340\377\341\343\337\377\202\341\342\337\377\2\352\353\351\377" | ||
| 50 | "\263\265\261\377\202\307\310\306\377\4\307\307\305\377\306\307\305\377" | ||
| 51 | "\316\317\315\377\234\235\233\373\202\0\0\0\0\2\263\264\261\373\355\355" | ||
| 52 | "\353\377\202\344\345\342\377\5\344\344\341\377\343\344\341\377\354\355" | ||
| 53 | "\353\377\263\264\261\377\314\315\313\377\202\313\314\312\377\3\313\314" | ||
| 54 | "\311\377\317\320\316\377\233\234\231\373\202\0\0\0\0\3\261\262\257\373" | ||
| 55 | "\356\356\355\377\351\352\350\377\202\350\351\347\377\3\350\351\346\377" | ||
| 56 | "\355\356\354\377\260\261\256\377\204\234\235\233\377\2\233\234\231\377" | ||
| 57 | "\210\212\206\322\202\0\0\0\0\2\233\235\231\333\261\263\257\377\204\263" | ||
| 58 | "\264\261\377\2\261\263\257\377\234\236\231\322\207\0\0\0\0"}; | ||
| 59 | |||
| 60 | |||
diff --git a/src/icons/group.png b/src/icons/group.png new file mode 100644 index 0000000..37a1bdd --- /dev/null +++ b/src/icons/group.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (html) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 html[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 html[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (724) */ | ||
| 15 | "\0\0\2\354" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (56) */ | ||
| 19 | "\0\0\0""8" | ||
| 20 | /* width (14) */ | ||
| 21 | "\0\0\0\16" | ||
| 22 | /* height (14) */ | ||
| 23 | "\0\0\0\16" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\6\251\253\245\0\260\263\255\0\252\253\246\0\252\253\246\377\251\253" | ||
| 26 | "\246\377\251\253\245\377\202\250\253\245\377\3\251\253\245\377\250\253" | ||
| 27 | "\245\266\245\250\241D\203\377\377\377\0\202\245\247\241\0\12\245\247" | ||
| 28 | "\241\377\353\354\351\377\347\351\345\377\345\350\343\377\343\346\341" | ||
| 29 | "\377\341\344\336\377\342\345\337\377\351\351\350\377\257\262\254\366" | ||
| 30 | "\245\250\242z\202\377\377\377\0\202\243\246\240\0\14\243\246\240\377" | ||
| 31 | "\347\351\345\377\344\347\342\377\343\345\340\377\341\344\336\377\337" | ||
| 32 | "\342\334\377\335\340\332\377\331\332\330\377\375\375\375\377\275\276" | ||
| 33 | "\272\366\243\246\240x\377\377\377\0\202\242\244\236\0\14\242\244\236" | ||
| 34 | "\377\344\346\341\377\341\343\336\377\337\342\335\377\336\341\333\377" | ||
| 35 | "\334\340\331\377\333\336\327\377\304\306\301\377\377\377\377\377\374" | ||
| 36 | "\375\374\377\247\251\244\367\377\377\377\0\202\240\242\234\0\14\240\242" | ||
| 37 | "\234\377\340\343\334\377\335\340\332\377\265\300\307\377`}\244\377(Q" | ||
| 38 | "\213\377^{\242\377\277\301\273\377\254\260\252\377\262\263\261\377\237" | ||
| 39 | "\242\233\375\233\236\230\4\202\236\241\233\0\14\236\241\233\377\334\340" | ||
| 40 | "\332\377\266\301\310\377Gi\204\377\221\251\230\377\252\276\231\377\237" | ||
| 41 | "\266\232\377Kn\210\377\257\272\302\377\326\332\323\377\233\235\230\374" | ||
| 42 | "\232\234\226\10\202\235\237\231\0\14\235\237\231\377\334\337\331\377" | ||
| 43 | "d\177\244\377\225\252X\377\217\255\254\377\210\253\300\377\267\315n\377" | ||
| 44 | "\245\271X\377`}\243\377\332\335\327\377\231\234\226\374\230\232\225\10" | ||
| 45 | "\202\233\235\227\0\14\233\235\227\377\335\340\332\377+S\214\377\237\264" | ||
| 46 | "\242\377i\217\251\377\215\254\216\377\274\320@\377\251\275o\377)R\213" | ||
| 47 | "\377\336\340\332\377\230\232\224\374\226\231\223\10\202\231\233\226\0" | ||
| 48 | "\14\231\233\226\377\340\343\335\377g\202\247\377\200\234\236\377\237" | ||
| 49 | "\2635\377[\204\260\377\230\261s\377\215\246\212\377d\200\246\377\341" | ||
| 50 | "\344\336\377\226\230\223\374\225\227\221\10\202\227\232\224\0\14\227" | ||
| 51 | "\232\224\377\343\346\341\377\277\310\317\3775Z\222\377\211\242x\377\231" | ||
| 52 | "\261\320\377\203\235\230\377;`\217\377\275\306\317\377\345\347\342\377" | ||
| 53 | "\224\226\221\374\223\225\220\10\202\226\230\222\0\14\226\230\222\377" | ||
| 54 | "\347\350\344\377\345\347\343\377\303\313\322\377j\205\252\377,T\215\377" | ||
| 55 | "h\203\252\377\301\312\323\377\347\351\345\377\350\352\346\377\223\225" | ||
| 56 | "\217\374\221\223\216\10\202\224\226\221\0\4\224\226\221\377\351\352\347" | ||
| 57 | "\377\350\352\346\377\351\352\347\377\202\352\353\350\377\1\352\354\351" | ||
| 58 | "\377\202\353\354\351\377\3\354\355\352\377\221\223\216\374\220\222\214" | ||
| 59 | "\10\202\222\225\217\0\1\222\225\217\377\202\354\355\352\377\4\355\356" | ||
| 60 | "\353\377\356\357\354\377\356\357\355\377\357\360\355\377\203\357\360" | ||
| 61 | "\356\377\2\217\221\214\374\216\220\213\10\202\220\222\215\0\1\220\222" | ||
| 62 | "\215I\203\216\220\213\377\202\215\217\212\377\1\215\217\211\377\202\214" | ||
| 63 | "\216\211\377\3\214\216\210\377\215\217\212K\214\216\211\0"}; | ||
| 64 | |||
| 65 | |||
diff --git a/src/icons/html.png b/src/icons/html.png new file mode 100644 index 0000000..c2728d6 --- /dev/null +++ b/src/icons/html.png | |||
| Binary files 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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * interface_xpm[] = { | ||
| 3 | "16 16 5 1", | ||
| 4 | " c None", | ||
| 5 | ". c #525252", | ||
| 6 | "+ c #FBFAEF", | ||
| 7 | "@ c #EAE5B8", | ||
| 8 | "# c #BCB156", | ||
| 9 | " ", | ||
| 10 | " . ", | ||
| 11 | " . ", | ||
| 12 | " . ", | ||
| 13 | " . ..... ", | ||
| 14 | " . .++++. ", | ||
| 15 | " . ....@@@@+. ", | ||
| 16 | " . .@@@@@....", | ||
| 17 | " . .@@@@@.###", | ||
| 18 | " . .@@@@@....", | ||
| 19 | " . ....@@@@#. ", | ||
| 20 | " . .####. ", | ||
| 21 | " . ..... ", | ||
| 22 | " . ", | ||
| 23 | " . ", | ||
| 24 | " "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * jpilot_xpm[] = { | ||
| 3 | "16 16 6 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #848587", | ||
| 7 | "@ c #34991E", | ||
| 8 | "# c #F8FAF6", | ||
| 9 | "$ c #97989B", | ||
| 10 | " ", | ||
| 11 | " ........... ", | ||
| 12 | " .+++++++++. ", | ||
| 13 | " .+@@@@@@@+. ", | ||
| 14 | " .+@@@@@@@+. ", | ||
| 15 | " .+@@@@@@@+. ", | ||
| 16 | " .+@@@@@@@+. ", | ||
| 17 | " .+@@@@@@@+. ", | ||
| 18 | " .+@@@@@@@+. ", | ||
| 19 | " .+@@@@@@@+. ", | ||
| 20 | " .+++++++++. ", | ||
| 21 | " .++++#++++. ", | ||
| 22 | " .+#+#$#+#+. ", | ||
| 23 | " .++++#++++. ", | ||
| 24 | " ........... ", | ||
| 25 | " "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * ldap_xpm[] = { | ||
| 3 | "16 16 6 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #E3DAB1", | ||
| 7 | "@ c #606060", | ||
| 8 | "# c #A0A0A0", | ||
| 9 | "$ c #F6210A", | ||
| 10 | " ", | ||
| 11 | " . ........ ", | ||
| 12 | " . .++++++. ", | ||
| 13 | " . .@#@#@#. ", | ||
| 14 | " . .#@#@#@. ", | ||
| 15 | " . .++++++. ", | ||
| 16 | " @.@ .++++++. ", | ||
| 17 | " @......++++++. ", | ||
| 18 | " @.@ .++++++. ", | ||
| 19 | " . .++++++. ", | ||
| 20 | " . .++++++. ", | ||
| 21 | " . .+++$$+. ", | ||
| 22 | " . .+++$$+. ", | ||
| 23 | " . .++++++. ", | ||
| 24 | " . ........ ", | ||
| 25 | " "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * linewrap_xpm[] = { | ||
| 3 | "24 24 2 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | " ", | ||
| 7 | " ", | ||
| 8 | " ", | ||
| 9 | " ", | ||
| 10 | " ", | ||
| 11 | " ", | ||
| 12 | " ............ . ", | ||
| 13 | " . . ", | ||
| 14 | " ............ .... ", | ||
| 15 | " . ", | ||
| 16 | " ............ ", | ||
| 17 | " ", | ||
| 18 | " ..... ", | ||
| 19 | " ", | ||
| 20 | " ............ . ", | ||
| 21 | " . . ", | ||
| 22 | " ............ .... ", | ||
| 23 | " . ", | ||
| 24 | " ..... ", | ||
| 25 | " ", | ||
| 26 | " ", | ||
| 27 | " ", | ||
| 28 | " ", | ||
| 29 | " "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * mail_xpm[] = { | ||
| 3 | "13 10 28 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #474747", | ||
| 7 | "@ c #F5F5F5", | ||
| 8 | "# c #323232", | ||
| 9 | "$ c #F4F4F4", | ||
| 10 | "% c #C1C1C1", | ||
| 11 | "& c #EAEAEA", | ||
| 12 | "* c #EBEBEB", | ||
| 13 | "= c #AAAAAA", | ||
| 14 | "- c #3D3D3D", | ||
| 15 | "; c #EFEFEF", | ||
| 16 | "> c #F3F3F3", | ||
| 17 | ", c #3F3F3F", | ||
| 18 | "' c #464646", | ||
| 19 | ") c #BDBDBD", | ||
| 20 | "! c #D6D6D6", | ||
| 21 | "~ c #A0A0A0", | ||
| 22 | "{ c #F2F2F2", | ||
| 23 | "] c #BABABA", | ||
| 24 | "^ c #E9E9E9", | ||
| 25 | "/ c #8C8C8C", | ||
| 26 | "( c #BFBFBF", | ||
| 27 | "_ c #DADADA", | ||
| 28 | ": c #CDCDCD", | ||
| 29 | "< c #A7A7A7", | ||
| 30 | "[ c #D3D3D3", | ||
| 31 | "} c #282828", | ||
| 32 | " ........... ", | ||
| 33 | ".+@@@@@@@@@#.", | ||
| 34 | ".@+@@@$@$$+%.", | ||
| 35 | ".@&+@@$@$+*=.", | ||
| 36 | ".@@@+@@@-;**.", | ||
| 37 | ".>@;+,@'+@>).", | ||
| 38 | ".@$+@@+@>+!~.", | ||
| 39 | ".@+$@@{$>]#^.", | ||
| 40 | ".+~~/(]_:<[}.", | ||
| 41 | " ........... "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * mark_xpm[] = { | ||
| 3 | "10 10 3 1", | ||
| 4 | " c None", | ||
| 5 | ". c #FFFFFF", | ||
| 6 | "+ c #000000", | ||
| 7 | " ..", | ||
| 8 | " .+.", | ||
| 9 | " .++.", | ||
| 10 | ".. .+++.", | ||
| 11 | ".+. .+++. ", | ||
| 12 | ".++.+++. ", | ||
| 13 | ".+++++. ", | ||
| 14 | " .+++. ", | ||
| 15 | " .+. ", | ||
| 16 | " . "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * new_xpm[] = { | ||
| 3 | "13 10 49 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #D52828", | ||
| 7 | "@ c #F5CECD", | ||
| 8 | "# c #F5CFCE", | ||
| 9 | "$ c #F4CECB", | ||
| 10 | "% c #F4CDCB", | ||
| 11 | "& c #9C1D1D", | ||
| 12 | "* c #F4CDC9", | ||
| 13 | "= c #F3C8C2", | ||
| 14 | "- c #F3C8C4", | ||
| 15 | "; c #F4CAC7", | ||
| 16 | "> c #E5837C", | ||
| 17 | ", c #EFB6AE", | ||
| 18 | "' c #F3CCC6", | ||
| 19 | ") c #F3CAC2", | ||
| 20 | "! c #F3CBC6", | ||
| 21 | "~ c #F3CBC4", | ||
| 22 | "{ c #EFB7B0", | ||
| 23 | "] c #E06F63", | ||
| 24 | "^ c #F5CECE", | ||
| 25 | "/ c #F0BFB7", | ||
| 26 | "( c #F3C7C2", | ||
| 27 | "_ c #F0C0B5", | ||
| 28 | ": c #F3CCC4", | ||
| 29 | "< c #F2C6BF", | ||
| 30 | "[ c #E37E70", | ||
| 31 | "} c #F4CDC7", | ||
| 32 | "| c #F3CBC2", | ||
| 33 | "1 c #F2CAC1", | ||
| 34 | "2 c #F1C6BA", | ||
| 35 | "3 c #E89789", | ||
| 36 | "4 c #DE6255", | ||
| 37 | "5 c #F3CAC4", | ||
| 38 | "6 c #F0C3B7", | ||
| 39 | "7 c #F2C7BF", | ||
| 40 | "8 c #E27A69", | ||
| 41 | "9 c #A61F1F", | ||
| 42 | "0 c #EEB4AD", | ||
| 43 | "a c #DF685C", | ||
| 44 | "b c #DE6559", | ||
| 45 | "c c #DA5345", | ||
| 46 | "d c #E37F6E", | ||
| 47 | "e c #E17968", | ||
| 48 | "f c #E89C8D", | ||
| 49 | "g c #E58C7E", | ||
| 50 | "h c #DF6A5A", | ||
| 51 | "i c #E8968B", | ||
| 52 | "j c #771616", | ||
| 53 | " ........... ", | ||
| 54 | ".+@#@$%@@@%&.", | ||
| 55 | ".@+$*#=$-;+>.", | ||
| 56 | ".%,+*')!~+{].", | ||
| 57 | ".^%*+$'*+/{{.", | ||
| 58 | ".(@_++:++)<[.", | ||
| 59 | ".@=+}|+12+34.", | ||
| 60 | ".@+5'~677890.", | ||
| 61 | ".+abcdefghij.", | ||
| 62 | " ........... "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * offline_xpm[] = { | ||
| 3 | "26 12 213 2", | ||
| 4 | " c None", | ||
| 5 | ". c #FFFFFF", | ||
| 6 | "+ c #FFFFCC", | ||
| 7 | "@ c #FFFF99", | ||
| 8 | "# c #FFFF66", | ||
| 9 | "$ c #FFFF33", | ||
| 10 | "% c #FFFF00", | ||
| 11 | "& c #FFCCFF", | ||
| 12 | "* c #FFCCCC", | ||
| 13 | "= c #FFCC99", | ||
| 14 | "- c #FFCC66", | ||
| 15 | "; c #FFCC33", | ||
| 16 | "> c #FFCC00", | ||
| 17 | ", c #FF99FF", | ||
| 18 | "' c #FF99CC", | ||
| 19 | ") c #FF9999", | ||
| 20 | "! c #FF9966", | ||
| 21 | "~ c #FF9933", | ||
| 22 | "{ c #FF9900", | ||
| 23 | "] c #FF66FF", | ||
| 24 | "^ c #FF66CC", | ||
| 25 | "/ c #FF6699", | ||
| 26 | "( c #FF6666", | ||
| 27 | "_ c #FF6633", | ||
| 28 | ": c #FF6600", | ||
| 29 | "< c #FF33FF", | ||
| 30 | "[ c #FF33CC", | ||
| 31 | "} c #FF3399", | ||
| 32 | "| c #FF3366", | ||
| 33 | "1 c #FF3333", | ||
| 34 | "2 c #FF3300", | ||
| 35 | "3 c #FF00FF", | ||
| 36 | "4 c #FF00CC", | ||
| 37 | "5 c #FF0099", | ||
| 38 | "6 c #FF0066", | ||
| 39 | "7 c #FF0033", | ||
| 40 | "8 c #FF0000", | ||
| 41 | "9 c #CCFFFF", | ||
| 42 | "0 c #CCFFCC", | ||
| 43 | "a c #CCFF99", | ||
| 44 | "b c #CCFF66", | ||
| 45 | "c c #CCFF33", | ||
| 46 | "d c #CCFF00", | ||
| 47 | "e c #CCCCFF", | ||
| 48 | "f c #CCCCCC", | ||
| 49 | "g c #CCCC99", | ||
| 50 | "h c #CCCC66", | ||
| 51 | "i c #CCCC33", | ||
| 52 | "j c #CCCC00", | ||
| 53 | "k c #CC99FF", | ||
| 54 | "l c #CC99CC", | ||
| 55 | "m c #CC9999", | ||
| 56 | "n c #CC9966", | ||
| 57 | "o c #CC9933", | ||
| 58 | "p c #CC9900", | ||
| 59 | "q c #CC66FF", | ||
| 60 | "r c #CC66CC", | ||
| 61 | "s c #CC6699", | ||
| 62 | "t c #CC6666", | ||
| 63 | "u c #CC6633", | ||
| 64 | "v c #CC6600", | ||
| 65 | "w c #CC33FF", | ||
| 66 | "x c #CC33CC", | ||
| 67 | "y c #CC3399", | ||
| 68 | "z c #CC3366", | ||
| 69 | "A c #CC3333", | ||
| 70 | "B c #CC3300", | ||
| 71 | "C c #CC00FF", | ||
| 72 | "D c #CC00CC", | ||
| 73 | "E c #CC0099", | ||
| 74 | "F c #CC0066", | ||
| 75 | "G c #CC0033", | ||
| 76 | "H c #CC0000", | ||
| 77 | "I c #99FFFF", | ||
| 78 | "J c #99FFCC", | ||
| 79 | "K c #99FF99", | ||
| 80 | "L c #99FF66", | ||
| 81 | "M c #99FF33", | ||
| 82 | "N c #99FF00", | ||
| 83 | "O c #99CCFF", | ||
| 84 | "P c #99CCCC", | ||
| 85 | "Q c #99CC99", | ||
| 86 | "R c #99CC66", | ||
| 87 | "S c #99CC33", | ||
| 88 | "T c #99CC00", | ||
| 89 | "U c #9999FF", | ||
| 90 | "V c #9999CC", | ||
| 91 | "W c #999999", | ||
| 92 | "X c #999966", | ||
| 93 | "Y c #999933", | ||
| 94 | "Z c #999900", | ||
| 95 | "` c #9966FF", | ||
| 96 | " . c #9966CC", | ||
| 97 | ".. c #996699", | ||
| 98 | "+. c #996666", | ||
| 99 | "@. c #996633", | ||
| 100 | "#. c #996600", | ||
| 101 | "$. c #9933FF", | ||
| 102 | "%. c #9933CC", | ||
| 103 | "&. c #993399", | ||
| 104 | "*. c #993366", | ||
| 105 | "=. c #993333", | ||
| 106 | "-. c #993300", | ||
| 107 | ";. c #9900FF", | ||
| 108 | ">. c #9900CC", | ||
| 109 | ",. c #990099", | ||
| 110 | "'. c #990066", | ||
| 111 | "). c #990033", | ||
| 112 | "!. c #990000", | ||
| 113 | "~. c #66FFFF", | ||
| 114 | "{. c #66FFCC", | ||
| 115 | "]. c #66FF99", | ||
| 116 | "^. c #66FF66", | ||
| 117 | "/. c #66FF33", | ||
| 118 | "(. c #66FF00", | ||
| 119 | "_. c #66CCFF", | ||
| 120 | ":. c #66CCCC", | ||
| 121 | "<. c #66CC99", | ||
| 122 | "[. c #66CC66", | ||
| 123 | "}. c #66CC33", | ||
| 124 | "|. c #66CC00", | ||
| 125 | "1. c #6699FF", | ||
| 126 | "2. c #6699CC", | ||
| 127 | "3. c #669999", | ||
| 128 | "4. c #669966", | ||
| 129 | "5. c #669933", | ||
| 130 | "6. c #669900", | ||
| 131 | "7. c #6666FF", | ||
| 132 | "8. c #6666CC", | ||
| 133 | "9. c #666699", | ||
| 134 | "0. c #666666", | ||
| 135 | "a. c #666633", | ||
| 136 | "b. c #666600", | ||
| 137 | "c. c #6633FF", | ||
| 138 | "d. c #6633CC", | ||
| 139 | "e. c #663399", | ||
| 140 | "f. c #663366", | ||
| 141 | "g. c #663333", | ||
| 142 | "h. c #663300", | ||
| 143 | "i. c #6600FF", | ||
| 144 | "j. c #6600CC", | ||
| 145 | "k. c #660099", | ||
| 146 | "l. c #660066", | ||
| 147 | "m. c #660033", | ||
| 148 | "n. c #660000", | ||
| 149 | "o. c #33FFFF", | ||
| 150 | "p. c #33FFCC", | ||
| 151 | "q. c #33FF99", | ||
| 152 | "r. c #33FF66", | ||
| 153 | "s. c #33FF33", | ||
| 154 | "t. c #33FF00", | ||
| 155 | "u. c #33CCFF", | ||
| 156 | "v. c #33CCCC", | ||
| 157 | "w. c #33CC99", | ||
| 158 | "x. c #33CC66", | ||
| 159 | "y. c #33CC33", | ||
| 160 | "z. c #33CC00", | ||
| 161 | "A. c #3399FF", | ||
| 162 | "B. c #3399CC", | ||
| 163 | "C. c #339999", | ||
| 164 | "D. c #339966", | ||
| 165 | "E. c #339933", | ||
| 166 | "F. c #339900", | ||
| 167 | "G. c #3366FF", | ||
| 168 | "H. c #3366CC", | ||
| 169 | "I. c #336699", | ||
| 170 | "J. c #336666", | ||
| 171 | "K. c #336633", | ||
| 172 | "L. c #336600", | ||
| 173 | "M. c #3333FF", | ||
| 174 | "N. c #3333CC", | ||
| 175 | "O. c #333399", | ||
| 176 | "P. c #333366", | ||
| 177 | "Q. c #333333", | ||
| 178 | "R. c #333300", | ||
| 179 | "S. c #3300FF", | ||
| 180 | "T. c #3300CC", | ||
| 181 | "U. c #330099", | ||
| 182 | "V. c #330066", | ||
| 183 | "W. c #330033", | ||
| 184 | "X. c #330000", | ||
| 185 | "Y. c #00FFFF", | ||
| 186 | "Z. c #00FFCC", | ||
| 187 | "`. c #00FF99", | ||
| 188 | " + c #00FF66", | ||
| 189 | ".+ c #00FF33", | ||
| 190 | "++ c #00FF00", | ||
| 191 | "@+ c #00CCFF", | ||
| 192 | "#+ c #00CCCC", | ||
| 193 | "$+ c #00CC99", | ||
| 194 | "%+ c #00CC66", | ||
| 195 | "&+ c #00CC33", | ||
| 196 | "*+ c #00CC00", | ||
| 197 | "=+ c #0099FF", | ||
| 198 | "-+ c #0099CC", | ||
| 199 | ";+ c #009999", | ||
| 200 | ">+ c #009966", | ||
| 201 | ",+ c #009933", | ||
| 202 | "'+ c #009900", | ||
| 203 | ")+ c #0066FF", | ||
| 204 | "!+ c #0066CC", | ||
| 205 | "~+ c #006699", | ||
| 206 | "{+ c #006666", | ||
| 207 | "]+ c #006633", | ||
| 208 | "^+ c #006600", | ||
| 209 | "/+ c #0033FF", | ||
| 210 | "(+ c #0033CC", | ||
| 211 | "_+ c #003399", | ||
| 212 | ":+ c #003366", | ||
| 213 | "<+ c #003333", | ||
| 214 | "[+ c #003300", | ||
| 215 | "}+ c #0000FF", | ||
| 216 | "|+ c #0000CC", | ||
| 217 | " ", | ||
| 218 | " P.P.P.P.P. ", | ||
| 219 | " P.. e |+e |+ P.P.P.P. ", | ||
| 220 | " P.e U P.8.|+ P.. U P. ", | ||
| 221 | " P.P.U U P.e |+ P.|+e U P.P. ", | ||
| 222 | "P.P.P.P.P.e P.U U P.8.|+ |+U U P.e P.P.P.P.", | ||
| 223 | "U U U U P.U P.U U P.e |+ P.|+U U P.U P.8.8.8.", | ||
| 224 | "P.P.P.P.P.8.P.U U P.8.|+ |+U U P.8.P.P.P.P.", | ||
| 225 | " P.P.U U P.e |+ P.|+U U P.P. ", | ||
| 226 | " P.U U P.P.|+ P.8.8.P. ", | ||
| 227 | " P.8.8.P.W P. P.P.P.P. ", | ||
| 228 | " 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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * online_xpm[] = { | ||
| 3 | "26 12 217 2", | ||
| 4 | " c None", | ||
| 5 | ". c #FFFFFF", | ||
| 6 | "+ c #FFFFCC", | ||
| 7 | "@ c #FFFF99", | ||
| 8 | "# c #FFFF66", | ||
| 9 | "$ c #FFFF33", | ||
| 10 | "% c #FFFF00", | ||
| 11 | "& c #FFCCFF", | ||
| 12 | "* c #FFCCCC", | ||
| 13 | "= c #FFCC99", | ||
| 14 | "- c #FFCC66", | ||
| 15 | "; c #FFCC33", | ||
| 16 | "> c #FFCC00", | ||
| 17 | ", c #FF99FF", | ||
| 18 | "' c #FF99CC", | ||
| 19 | ") c #FF9999", | ||
| 20 | "! c #FF9966", | ||
| 21 | "~ c #FF9933", | ||
| 22 | "{ c #FF9900", | ||
| 23 | "] c #FF66FF", | ||
| 24 | "^ c #FF66CC", | ||
| 25 | "/ c #FF6699", | ||
| 26 | "( c #FF6666", | ||
| 27 | "_ c #FF6633", | ||
| 28 | ": c #FF6600", | ||
| 29 | "< c #FF33FF", | ||
| 30 | "[ c #FF33CC", | ||
| 31 | "} c #FF3399", | ||
| 32 | "| c #FF3366", | ||
| 33 | "1 c #FF3333", | ||
| 34 | "2 c #FF3300", | ||
| 35 | "3 c #FF00FF", | ||
| 36 | "4 c #FF00CC", | ||
| 37 | "5 c #FF0099", | ||
| 38 | "6 c #FF0066", | ||
| 39 | "7 c #FF0033", | ||
| 40 | "8 c #FF0000", | ||
| 41 | "9 c #CCFFFF", | ||
| 42 | "0 c #CCFFCC", | ||
| 43 | "a c #CCFF99", | ||
| 44 | "b c #CCFF66", | ||
| 45 | "c c #CCFF33", | ||
| 46 | "d c #CCFF00", | ||
| 47 | "e c #CCCCFF", | ||
| 48 | "f c #CCCCCC", | ||
| 49 | "g c #CCCC99", | ||
| 50 | "h c #CCCC66", | ||
| 51 | "i c #CCCC33", | ||
| 52 | "j c #CCCC00", | ||
| 53 | "k c #CC99FF", | ||
| 54 | "l c #CC99CC", | ||
| 55 | "m c #CC9999", | ||
| 56 | "n c #CC9966", | ||
| 57 | "o c #CC9933", | ||
| 58 | "p c #CC9900", | ||
| 59 | "q c #CC66FF", | ||
| 60 | "r c #CC66CC", | ||
| 61 | "s c #CC6699", | ||
| 62 | "t c #CC6666", | ||
| 63 | "u c #CC6633", | ||
| 64 | "v c #CC6600", | ||
| 65 | "w c #CC33FF", | ||
| 66 | "x c #CC33CC", | ||
| 67 | "y c #CC3399", | ||
| 68 | "z c #CC3366", | ||
| 69 | "A c #CC3333", | ||
| 70 | "B c #CC3300", | ||
| 71 | "C c #CC00FF", | ||
| 72 | "D c #CC00CC", | ||
| 73 | "E c #CC0099", | ||
| 74 | "F c #CC0066", | ||
| 75 | "G c #CC0033", | ||
| 76 | "H c #CC0000", | ||
| 77 | "I c #99FFFF", | ||
| 78 | "J c #99FFCC", | ||
| 79 | "K c #99FF99", | ||
| 80 | "L c #99FF66", | ||
| 81 | "M c #99FF33", | ||
| 82 | "N c #99FF00", | ||
| 83 | "O c #99CCFF", | ||
| 84 | "P c #99CCCC", | ||
| 85 | "Q c #99CC99", | ||
| 86 | "R c #99CC66", | ||
| 87 | "S c #99CC33", | ||
| 88 | "T c #99CC00", | ||
| 89 | "U c #9999FF", | ||
| 90 | "V c #9999CC", | ||
| 91 | "W c #999999", | ||
| 92 | "X c #999966", | ||
| 93 | "Y c #999933", | ||
| 94 | "Z c #999900", | ||
| 95 | "` c #9966FF", | ||
| 96 | " . c #9966CC", | ||
| 97 | ".. c #996699", | ||
| 98 | "+. c #996666", | ||
| 99 | "@. c #996633", | ||
| 100 | "#. c #996600", | ||
| 101 | "$. c #9933FF", | ||
| 102 | "%. c #9933CC", | ||
| 103 | "&. c #993399", | ||
| 104 | "*. c #993366", | ||
| 105 | "=. c #993333", | ||
| 106 | "-. c #993300", | ||
| 107 | ";. c #9900FF", | ||
| 108 | ">. c #9900CC", | ||
| 109 | ",. c #990099", | ||
| 110 | "'. c #990066", | ||
| 111 | "). c #990033", | ||
| 112 | "!. c #990000", | ||
| 113 | "~. c #66FFFF", | ||
| 114 | "{. c #66FFCC", | ||
| 115 | "]. c #66FF99", | ||
| 116 | "^. c #66FF66", | ||
| 117 | "/. c #66FF33", | ||
| 118 | "(. c #66FF00", | ||
| 119 | "_. c #66CCFF", | ||
| 120 | ":. c #66CCCC", | ||
| 121 | "<. c #66CC99", | ||
| 122 | "[. c #66CC66", | ||
| 123 | "}. c #66CC33", | ||
| 124 | "|. c #66CC00", | ||
| 125 | "1. c #6699FF", | ||
| 126 | "2. c #6699CC", | ||
| 127 | "3. c #669999", | ||
| 128 | "4. c #669966", | ||
| 129 | "5. c #669933", | ||
| 130 | "6. c #669900", | ||
| 131 | "7. c #6666FF", | ||
| 132 | "8. c #6666CC", | ||
| 133 | "9. c #666699", | ||
| 134 | "0. c #666666", | ||
| 135 | "a. c #666633", | ||
| 136 | "b. c #666600", | ||
| 137 | "c. c #6633FF", | ||
| 138 | "d. c #6633CC", | ||
| 139 | "e. c #663399", | ||
| 140 | "f. c #663366", | ||
| 141 | "g. c #663333", | ||
| 142 | "h. c #663300", | ||
| 143 | "i. c #6600FF", | ||
| 144 | "j. c #6600CC", | ||
| 145 | "k. c #660099", | ||
| 146 | "l. c #660066", | ||
| 147 | "m. c #660033", | ||
| 148 | "n. c #660000", | ||
| 149 | "o. c #33FFFF", | ||
| 150 | "p. c #33FFCC", | ||
| 151 | "q. c #33FF99", | ||
| 152 | "r. c #33FF66", | ||
| 153 | "s. c #33FF33", | ||
| 154 | "t. c #33FF00", | ||
| 155 | "u. c #33CCFF", | ||
| 156 | "v. c #33CCCC", | ||
| 157 | "w. c #33CC99", | ||
| 158 | "x. c #33CC66", | ||
| 159 | "y. c #33CC33", | ||
| 160 | "z. c #33CC00", | ||
| 161 | "A. c #3399FF", | ||
| 162 | "B. c #3399CC", | ||
| 163 | "C. c #339999", | ||
| 164 | "D. c #339966", | ||
| 165 | "E. c #339933", | ||
| 166 | "F. c #339900", | ||
| 167 | "G. c #3366FF", | ||
| 168 | "H. c #3366CC", | ||
| 169 | "I. c #336699", | ||
| 170 | "J. c #336666", | ||
| 171 | "K. c #336633", | ||
| 172 | "L. c #336600", | ||
| 173 | "M. c #3333FF", | ||
| 174 | "N. c #3333CC", | ||
| 175 | "O. c #333399", | ||
| 176 | "P. c #333366", | ||
| 177 | "Q. c #333333", | ||
| 178 | "R. c #333300", | ||
| 179 | "S. c #3300FF", | ||
| 180 | "T. c #3300CC", | ||
| 181 | "U. c #330099", | ||
| 182 | "V. c #330066", | ||
| 183 | "W. c #330033", | ||
| 184 | "X. c #330000", | ||
| 185 | "Y. c #00FFFF", | ||
| 186 | "Z. c #00FFCC", | ||
| 187 | "`. c #00FF99", | ||
| 188 | " + c #00FF66", | ||
| 189 | ".+ c #00FF33", | ||
| 190 | "++ c #00FF00", | ||
| 191 | "@+ c #00CCFF", | ||
| 192 | "#+ c #00CCCC", | ||
| 193 | "$+ c #00CC99", | ||
| 194 | "%+ c #00CC66", | ||
| 195 | "&+ c #00CC33", | ||
| 196 | "*+ c #00CC00", | ||
| 197 | "=+ c #0099FF", | ||
| 198 | "-+ c #0099CC", | ||
| 199 | ";+ c #009999", | ||
| 200 | ">+ c #009966", | ||
| 201 | ",+ c #009933", | ||
| 202 | "'+ c #009900", | ||
| 203 | ")+ c #0066FF", | ||
| 204 | "!+ c #0066CC", | ||
| 205 | "~+ c #006699", | ||
| 206 | "{+ c #006666", | ||
| 207 | "]+ c #006633", | ||
| 208 | "^+ c #006600", | ||
| 209 | "/+ c #0033FF", | ||
| 210 | "(+ c #0033CC", | ||
| 211 | "_+ c #003399", | ||
| 212 | ":+ c #003366", | ||
| 213 | "<+ c #003333", | ||
| 214 | "[+ c #003300", | ||
| 215 | "}+ c #0000FF", | ||
| 216 | "|+ c #0000CC", | ||
| 217 | "1+ c #000099", | ||
| 218 | "2+ c #000066", | ||
| 219 | "3+ c #000033", | ||
| 220 | "4+ c #000000", | ||
| 221 | " ", | ||
| 222 | " 8.P.P. ", | ||
| 223 | " 8.. e P.8.8.P. ", | ||
| 224 | " 8.U e }+e . e P. ", | ||
| 225 | " P.P.U e }+U U U P.P. ", | ||
| 226 | "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.", | ||
| 227 | "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 ", | ||
| 228 | "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.", | ||
| 229 | " P.P.U e }+8.8.8.P.P. ", | ||
| 230 | " P.U 8.}+8.8.8.P. ", | ||
| 231 | " 4+8.8.P.P.P.P. ", | ||
| 232 | " 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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * replied_xpm[] = { | ||
| 3 | "10 10 11 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #E0D8B0", | ||
| 7 | "@ c #B39C82", | ||
| 8 | "# c #BCA488", | ||
| 9 | "$ c #C5AC8F", | ||
| 10 | "% c #AA947B", | ||
| 11 | "& c #A18D75", | ||
| 12 | "* c #98856E", | ||
| 13 | "= c #8F7D68", | ||
| 14 | "- c #867561", | ||
| 15 | " . ", | ||
| 16 | " .. .+. ", | ||
| 17 | " .@..+++.", | ||
| 18 | " .#@......", | ||
| 19 | ".$#@%&*=-.", | ||
| 20 | ".$#@%&*=. ", | ||
| 21 | " .#@.... ", | ||
| 22 | " .@. ", | ||
| 23 | " .. ", | ||
| 24 | " "}; | ||
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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_addressbook) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_addressbook[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_addressbook[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1560) */ | ||
| 15 | "\0\0\6""0" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\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" | ||
| 27 | "\5\5\5\363YYY\372\272\272\272\375\364\364\364\375\365\365\365\372\342" | ||
| 28 | "\342\342\352\34\34\34\275\214\0\0\0\0\14\4\4\4\215\33\33\33\370___\375" | ||
| 29 | "\304\304\304\376\370\370\370\374\376\376\376\375\377\377\377\377\365" | ||
| 30 | "\365\365\377\301\301\301\377\332\332\332\377\353\353\353\363\2\2\2\366" | ||
| 31 | "\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" | ||
| 32 | "\202\362\362\362\377\10\354\354\354\377\357\357\357\377\361\361\361\377" | ||
| 33 | "\313\313\313\377\302\302\302\377\326\326\326\377\340\340\340\360\0\0" | ||
| 34 | "\0\364\210\0\0\0\0\3...A\33\33\33\361\31\31\31\373\205\35\35\35\377\10" | ||
| 35 | "000\377VVV\377\352\352\352\377\334\334\334\377\271\271\271\377\306\306" | ||
| 36 | "\306\377\330\330\330\357\0\0\0\347\210\0\0\0\0\6<<<\367\331\331\331\377" | ||
| 37 | "\330\330\330\377\332\332\332\377\331\331\331\377\332\332\332\377\202" | ||
| 38 | "\331\331\331\377\10\321\321\321\377xxx\377ddd\377\341\341\341\377\370" | ||
| 39 | "\370\370\377\363\363\363\377\317\317\317\327\0\0\0\347\210\0\0\0\0\3" | ||
| 40 | "\7\7\7\341\232\232\232\376\256\256\256\377\205\227\227\227\377\15\230" | ||
| 41 | "\230\230\377\224\224\224\377```\377\220\220\220\377\375\375\375\377\377" | ||
| 42 | "\377\377\377\270\270\270\312\35\35\35\302\2\2\2\372\1\1\1\372\22\22\22" | ||
| 43 | "\257\6\6\6\3NNN\3\203\0\0\0\0\4""111\10...\214ggg\357\253\253\253\377" | ||
| 44 | "\204\234\234\234\377\202\235\235\235\377\13\232\232\232\377ccc\377\270" | ||
| 45 | "\270\270\377\342\345\346\377\232\235\236\377PQQ\377NNN\377CCC\375\0\0" | ||
| 46 | "\0\367\15\15\15\2NNN\2\204\0\0\0\0\23\13\13\13\2\5\5\5]BBB\361\233\233" | ||
| 47 | "\233\377ddd\350ppp\377xxx\377\200\200\200\377\210\210\210\377\216\216" | ||
| 48 | "\216\377\207\207\207\377TWY\377\254\264\271\377\237\246\252\377EHI\376" | ||
| 49 | "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" | ||
| 50 | "\14\14\373\11\11\11\377\4\4\4\377\0\0\0\377\7\7\7\377\15\15\15\377\26" | ||
| 51 | "\26\26\377qx|\377\254\260\263\377#\40!\377\14\5\6\376\0\0\0\364\0\0\0" | ||
| 52 | "(\210\0\0\0\0\17\25\25\25\5\12\12\12\307\275\275\275\365\332\332\332" | ||
| 53 | "\375\275\275\275\377\240\240\240\377\202\202\202\377ZZZ\377555\377\20" | ||
| 54 | "\20\20\377\177\202\204\377y}\177\377#\27\32\377\16\6\10\377\7\2\3\214" | ||
| 55 | "\203\0\0\0\0\202\0\0\0\1\203\0\0\0\0\3\"\"\"\20$$$\315\340\340\340\374" | ||
| 56 | "\207\377\377\377\377\10\214\214\214\377fff\377``a\377&\30\33\377N*1\377" | ||
| 57 | "\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" | ||
| 58 | "\23\23\304\304\304\304\336\356\356\356\377\373\373\373\377\204\377\377" | ||
| 59 | "\377\377'\375\375\375\377\274\274\274\366\21\21\21\327\34\34\34\326h" | ||
| 60 | "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" | ||
| 61 | "\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" | ||
| 62 | "\30\351\246\244\244\364\320\316\316\377\357\357\357\377\370\370\370\377" | ||
| 63 | "\310\310\310\375\24\24\24\350\0\0\0H\2\2\2<\"\"\"IT:@\272G%,\3772\23" | ||
| 64 | "\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" | ||
| 65 | "\203\0\0\0\0\25\0\0\0\7\0\0\0\310\11\3\5\3663#'\377I=@\377{su\375J\77" | ||
| 66 | "A\364'\11\16\224)\11\16h\30\5\10b\10\2\3[cIN\3238\27\36\3774\25\34\377" | ||
| 67 | "\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" | ||
| 68 | "\0\0\24\1\0\0\315:\33$\364B\34%\365T\26\40\352W\24\36\374_\25\40\373" | ||
| 69 | "w\34(\370t\33'\355m\31%\336d\30#\323kIO\363>\31!\3772\24\32\377-\22\27" | ||
| 70 | "\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" | ||
| 71 | "\0\1\304aBH\301\242w\200\366\250mx\375\213:F\377}\"/\377z\36+\377\202" | ||
| 72 | "y\34)\377\13v\36*\377uKS\3777\26\35\3770\23\31\377)\17\25\377!\14\20" | ||
| 73 | "\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" | ||
| 74 | "\1\1\1\314\14\10\11\342\207pw\332\252\213\223\370\265\201\214\377\214" | ||
| 75 | "=I\377z\35*\377w$0\377mBK\377<\30\37\377&\16\24\377\33\11\15\362\20\5" | ||
| 76 | "\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" | ||
| 77 | "\2\0\0\0d\0\0\0\266\1\0\0\321\11\6\6\342*\30\33\357j$.\370p\37+\377V" | ||
| 78 | "*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" | ||
| 79 | "\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" | ||
| 80 | "\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." | ||
| 81 | "\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" | ||
| 82 | "\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" | ||
| 83 | "\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" | ||
| 84 | "\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"}; | ||
| 85 | |||
| 86 | |||
diff --git a/src/icons/stock_addressbook.png b/src/icons/stock_addressbook.png new file mode 100644 index 0000000..e3d953a --- /dev/null +++ b/src/icons/stock_addressbook.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_attach) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_attach[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_attach[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1546) */ | ||
| 15 | "\0\0\6\"" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\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" | ||
| 27 | "\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" | ||
| 28 | "\20\0\0\0$\0\0\0~\1\1\1\377QQQ\377\232\232\232\377\317\317\317\377oo" | ||
| 29 | "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" | ||
| 30 | "\377FFF\377\245\245\245\377\342\342\342\377\202\377\377\377\377\5\366" | ||
| 31 | "\366\366\377\212\212\212\377999\377\0\0\0(\0\0\0\10\210\0\0\0\0\20\0" | ||
| 32 | "\0\0\34\0\0\0B\0\0\0\377\34\34\34\377\213\213\213\377\346\346\346\377" | ||
| 33 | "\356\356\356\377\341\341\341\377\377\377\377\377\370\370\370\377\367" | ||
| 34 | "\367\367\377\366\366\366\377\314\314\314\377VVV\377\0\0\0^\0\0\0\12\206" | ||
| 35 | "\0\0\0\0\23\0\0\0@\0\0\0\377>>>\377\201\201\201\377\324\324\324\377\34" | ||
| 36 | "\34\34\377\347\347\347\377\327\327\327\377\372\372\372\377\371\371\371" | ||
| 37 | "\377\370\370\370\377\302\302\302\377\313\313\313\377\365\365\365\377" | ||
| 38 | "\331\331\331\377\201\201\201\377\0\0\0\377\0\0\0\25\0\0\0\3\203\0\0\0" | ||
| 39 | "\0\4\0\0\0:\3\3\3\377TTT\377\346\346\346\377\203\377\377\377\377\16\0" | ||
| 40 | "\0\0\377\327\327\327\377\336\336\336\377\263\263\263\377yyy\377\0\0\0" | ||
| 41 | "\377\342\342\342\377\366\366\366\377\365\365\365\377\364\364\364\377" | ||
| 42 | "\235\235\235\377(((\377\0\0\0)\0\0\0\10\203\0\0\0\0\2\0\0\0\377\366\366" | ||
| 43 | "\366\377\202\377\377\377\377\202\372\372\372\377\17\373\373\373\377\0" | ||
| 44 | "\0\0\377\246\246\246\377\305\305\305\377\360\360\360\377\370\370\370" | ||
| 45 | "\377\0\0\0\377\342\342\342\377\302\302\302\377\312\312\312\377\364\364" | ||
| 46 | "\364\377\307\307\307\377VVV\377\0\0\0^\0\0\0\12\203\0\0\0\0\12\0\0\0" | ||
| 47 | "\377\362\362\362\377\370\370\370\377\371\371\371\377\316\316\316\377" | ||
| 48 | "\304\304\304\377\305\305\305\377\0\0\0\377\325\325\325\377\371\371\371" | ||
| 49 | "\377\202\370\370\370\377\4\0\0\0\377\263\263\263\377\332\332\332\377" | ||
| 50 | "\364\364\364\377\202\363\363\363\377\4yyy\377\0\0\0\377\0\0\0\25\0\0" | ||
| 51 | "\0\3\202\0\0\0\0\5\0\0\0h\205\205\205\377\377\377\377\377\370\370\370" | ||
| 52 | "\377\276\276\276\377\202\371\371\371\377\3\0\0\0\377\323\323\323\377" | ||
| 53 | "\334\334\334\377\202\302\302\302\377\12\0\0\0\377\342\342\342\377\365" | ||
| 54 | "\365\365\377\364\364\364\377\363\363\363\377\362\362\362\377\234\234" | ||
| 55 | "\234\377(((\377\0\0\0)\0\0\0\10\202\0\0\0\0\3\0\0\0\40HHH\377\377\377" | ||
| 56 | "\377\377\202\367\367\367\377\202\370\370\370\377\17\0\0\0\377\247\247" | ||
| 57 | "\247\377\326\326\326\377\367\367\367\377\366\366\366\377\0\0\0\377\342" | ||
| 58 | "\342\342\377\364\364\364\377\304\304\304\377\310\310\310\377\362\362" | ||
| 59 | "\362\377\306\306\306\377LLL\377\0\0\0^\0\0\0\12\202\0\0\0\0\27\0\0\0" | ||
| 60 | "\1\0\0\0\377\352\352\352\377\377\377\377\377\366\366\366\377\276\276" | ||
| 61 | "\276\377\302\302\302\377\0\0\0\377\345\345\345\377\330\330\330\377\366" | ||
| 62 | "\366\366\377\365\365\365\377\0\0\0\377\255\255\255\377\274\274\274\377" | ||
| 63 | "\352\352\352\377\340\340\340\377\361\361\361\377\352\352\352\377\220" | ||
| 64 | "\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" | ||
| 65 | "\377\377\377\365\365\365\377\202\366\366\366\377\11\242\242\242\377\0" | ||
| 66 | "\0\0\377\300\300\300\377\301\301\301\377\0\0\0\377xxx\377\326\326\326" | ||
| 67 | "\377\363\363\363\377\362\362\362\377\202\361\361\361\377\5\325\325\325" | ||
| 68 | "\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" | ||
| 69 | "\4""999\377\377\377\377\377\364\364\364\377\202\365\365\365\377\2\332" | ||
| 70 | "\332\332\377\232\232\232\377\202\0\0\0\377\2yyy\377\326\326\326\377\202" | ||
| 71 | "\362\362\362\377\10\361\361\361\377\326\326\326\377\320\320\320\377\227" | ||
| 72 | "\227\227\377rrr\377JJJ\377\0\0\0.\0\0\0\11\203\0\0\0\0\25\0\0\0\377\354" | ||
| 73 | "\354\354\377\377\377\377\377\364\364\364\377\254\254\254\377\272\272" | ||
| 74 | "\272\377\335\335\335\377\363\363\363\377\316\316\316\377\333\333\333" | ||
| 75 | "\377\354\354\354\377\327\327\327\377\326\326\326\377\261\261\261\377" | ||
| 76 | "\201\201\201\377VVV\377###\377\0\0\0\377\0\0\0q\0\0\0)\0\0\0\10\203\0" | ||
| 77 | "\0\0\0\3\0\0\0hiii\377\377\377\377\377\204\363\363\363\377\202\362\362" | ||
| 78 | "\362\377\14\327\327\327\377\267\267\267\377\202\202\202\377@@@\377##" | ||
| 79 | "#\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" | ||
| 80 | "\0\0\0\0\4\0\0\0\4(((\377\377\377\377\377\363\363\363\377\202\362\362" | ||
| 81 | "\362\377\16\327\327\327\377\276\276\276\377\226\226\226\377222\377##" | ||
| 82 | "#\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" | ||
| 83 | "\0\0\0\3\205\0\0\0\0\20\0\0\0\377\346\346\346\377\350\350\350\377\314" | ||
| 84 | "\314\314\377\232\232\232\377@@@\377###\377\0\0\0\377\0\0\0\221\0\0\0" | ||
| 85 | "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" | ||
| 86 | "\0;999\377\202\202\202\377999\377\22\22\22\377\0\0\0\204\0\0\0I\0\0\0" | ||
| 87 | "/\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" | ||
| 88 | "\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" | ||
| 89 | "\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" | ||
| 90 | "\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" | ||
| 91 | "\247\0\0\0\0"}; | ||
| 92 | |||
| 93 | |||
diff --git a/src/icons/stock_attach.png b/src/icons/stock_attach.png new file mode 100644 index 0000000..4e064b3 --- /dev/null +++ b/src/icons/stock_attach.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_book) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_book[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_book[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (770) */ | ||
| 15 | "\0\0\3\32" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\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" | ||
| 27 | "\377\204\0\0\0\0\2\0\0\0P\377\377\377\343\202\377\377\377\377\1\0\0\0" | ||
| 28 | "\377\203\0\0\0\0\1\0\0\0\377\202\377\377\377\377\2\357\356\356\377\0" | ||
| 29 | "\0\0\377\202\0\0\0\0\3\0\0\0\320\377\377\377\343\377\377\377\374\203" | ||
| 30 | "\377\377\377\377\3\0\0\0\377\0\0\0\0\0\0\0\377\202\377\377\377\377\6" | ||
| 31 | "\374\374\374\377\352\353\352\377\331\331\331\377\0\0\0\377\0\0\0\0\0" | ||
| 32 | "\0\0\377\206\377\377\377\377\1\0\0\0\377\203\377\377\377\377\6\371\371" | ||
| 33 | "\371\377\350\347\347\377\326\326\326\377\0\0\0\377\0\0\0\0\0\0\0\377" | ||
| 34 | "\202\377\377\377\377\1\0\0\0\377\203\377\377\377\377\1\0\0\0\377\203" | ||
| 35 | "\377\377\377\377\6\0\0\0\377\344\343\344\377\322\322\322\377\0\0\0\377" | ||
| 36 | "\0\0\0\0\0\0\0\377\204\377\377\377\377\14\0\0\0\377\377\377\377\377\0" | ||
| 37 | "\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377\362\362\362\377\340" | ||
| 38 | "\340\341\377\321\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377\377" | ||
| 39 | "\377\377\1\0\0\0\377\203\377\377\377\377\6\0\0\0\377\335\335\334\377" | ||
| 40 | "\322\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377\202\377\377\377\377\1\0" | ||
| 41 | "\0\0\377\203\377\377\377\377\12\0\0\0\377\377\377\377\377\0\0\0\377\374" | ||
| 42 | "\375\374\377\353\353\353\377\331\331\331\377\321\321\321\377\0\0\0\377" | ||
| 43 | "\0\0\0\0\0\0\0\377\204\377\377\377\377\3\0\0\0\377\377\377\377\377\0" | ||
| 44 | "\0\0\377\202\377\377\377\377\7\371\371\371\377\0\0\0\377\325\326\326" | ||
| 45 | "\377\321\321\322\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377\377\377\377" | ||
| 46 | "\12\0\0\0\377\377\377\377\377\0\0\0\377\365\365\365\377\343\343\344\377" | ||
| 47 | "\322\322\322\377\321\321\321\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377" | ||
| 48 | "\377\377\377\1\0\0\0\377\202\377\377\377\377\10\362\362\361\377\340\340" | ||
| 49 | "\340\377\322\321\321\377\321\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377" | ||
| 50 | "\377\377\377\377\203\0\0\0\377\202\377\377\377\377\1\0\0\0\377\202\377" | ||
| 51 | "\377\377\377\203\0\0\0\377\3\322\322\321\377\0\0\0\377\0\0\0\0\202\0" | ||
| 52 | "\0\0\377\203\276\"\246\377\10\0\0\0\377\377\377\377\377\0\0\0\377\377" | ||
| 53 | "\377\377\377\0\0\0\377\257\37\230\377\242\35\215\377\234\34\210\377\202" | ||
| 54 | "\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" | ||
| 55 | "\"\246\377\203\0\0\0\377\26\272!\242\377\0\0\0y\0\0\0-\0\0\0\34\234\34" | ||
| 56 | "\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" | ||
| 57 | "\1\0\0\0\5\276\"\246\377\0\0\0\377\276\"\246\377\0\0\0u\0\0\0)\0\0\0" | ||
| 58 | "\5\0\0\0\1\0\0\0\5\234\34\210\377"}; | ||
| 59 | |||
| 60 | |||
diff --git a/src/icons/stock_book.png b/src/icons/stock_book.png new file mode 100644 index 0000000..a30aefe --- /dev/null +++ b/src/icons/stock_book.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_delete) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_delete[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_delete[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1970) */ | ||
| 15 | "\0\0\7\312" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\0\0\220\34\34\34\377vvv\377\346\346\346\377\323\323\323\377\303\303" | ||
| 27 | "\303\377\220\220\220\377III\377\0\0\0\377\0\0\0\276\0\0\0,\211\0\0\0" | ||
| 28 | "\0\2\0\0\0E\0\0\0\240\202\0\0\0\377\12HG=\377\272\270\246\377\342\342" | ||
| 29 | "\337\377\361\361\360\377\352\351\346\377\362\362\356\377\353\352\345" | ||
| 30 | "\377\301\300\265\377WVJ\377RQF\377\202\0\0\0\377\2\0\0\0\227\0\0\0""3" | ||
| 31 | "\205\0\0\0\0\24\0\0\0T\0\0\0\377\250\246\217\377\275\273\241\377\300" | ||
| 32 | "\276\243\377\243\241\212\377ml\\\377||r\377LLI\377EE\77\377DC:\377oo" | ||
| 33 | "g\377\306\305\271\377\266\265\233\377ml]\377\263\261\233\377\247\246" | ||
| 34 | "\216\377\220\217z\377\0\0\0\377\0\0\0E\204\0\0\0\0\24\0\0\0\377\252\251" | ||
| 35 | "\223\377\314\313\265\377\320\316\272\377\325\323\301\377\256\255\243" | ||
| 36 | "\377\224\223\212\377EDB\377##!\377541\377)(#\377\36\36\32\377SRF\377" | ||
| 37 | "\255\254\223\377\222\221\211\377\302\301\257\377\261\257\226\377\254" | ||
| 38 | "\252\222\377\223\222}\377\0\0\0\377\204\0\0\0\0\24\10\10\10\377\321\320" | ||
| 39 | "\301\377\314\313\265\377\326\325\304\377\337\336\321\377\316\315\300" | ||
| 40 | "\377\254\254\246\377\220\217\212\377~}w\377\\\\U\377GF>\377edV\377wv" | ||
| 41 | "e\377\200~o\377\276\275\247\377\265\263\232\377\266\265\233\377\265\263" | ||
| 42 | "\232\377\241\237\210\377\0\0\0\377\204\0\0\0\0\24\0\0\0\377\331\330\314" | ||
| 43 | "\377\366\365\362\377\333\332\321\377\332\331\316\377\345\344\331\377" | ||
| 44 | "\320\317\303\377\323\323\311\377\312\311\274\377\267\266\246\377\270" | ||
| 45 | "\266\241\377\260\257\226\377\241\237\210\377\271\270\235\377\271\267" | ||
| 46 | "\235\377\270\266\234\377\304\302\251\377\257\255\227\377\213\211v\377" | ||
| 47 | "\0\0\0\377\204\0\0\0\0\24\0\0\0\377\252\251\230\377\266\266\262\377\371" | ||
| 48 | "\371\367\377\372\372\370\377\364\364\360\377\342\341\332\377\331\331" | ||
| 49 | "\316\377\333\332\317\377\325\323\301\377\323\321\276\377\304\302\251" | ||
| 50 | "\377\300\276\243\377\305\304\254\377\326\325\303\377\315\314\277\377" | ||
| 51 | "\273\272\255\377|zi\377qp`\377\0\0\0\336\204\0\0\0\0\24\23\23\23\316" | ||
| 52 | "\231\230\202\377\257\256\235\377\303\303\276\377\336\336\334\377\351" | ||
| 53 | "\351\350\377\373\373\372\377\375\375\374\377\375\375\375\377\374\373" | ||
| 54 | "\372\377\371\371\367\377\362\362\357\377\352\351\343\377\333\332\321" | ||
| 55 | "\377\300\277\261\377\225\224\204\377xwf\377nm]\377[[M\377\0\0\0\315\204" | ||
| 56 | "\0\0\0\0\24\0\0\0\222]\\O\377\223\222}\377\243\242\223\377\270\267\246" | ||
| 57 | "\377\330\327\320\377\333\333\324\377\323\322\312\377\310\310\303\377" | ||
| 58 | "\306\305\275\377\275\274\255\377\272\270\250\377\237\236\213\377\216" | ||
| 59 | "\214x\377\214\213w\377\216\214x\377zyh\377lk]\377NME\377\0\0\0y\204\0" | ||
| 60 | "\0\0\0\12\0\0\0""2\0\0\0\377BBB\377{{s\377\237\237\226\377\322\321\307" | ||
| 61 | "\377\334\333\322\377\314\313\276\377\321\320\302\377\304\303\266\377" | ||
| 62 | "\203\261\257\226\377\7\232\230\203\377\200\177m\377}|k\377ji^\377@@>" | ||
| 63 | "\377\0\0\0\377\0\0\0""3\205\0\0\0\0\23\0\0\0\37777-\377\17\17\17\377" | ||
| 64 | "874\377xxu\377\231\230\223\377\212\211~\377\263\262\244\377\252\252\236" | ||
| 65 | "\377\243\241\212\377\207\206s\377\217\215y\377baU\377TTQ\37711.\377\0" | ||
| 66 | "\0\0\377++#\377\0\0\0\377\0\0\0\17\205\0\0\0\0\11\0\0\0\377qq]\377WW" | ||
| 67 | "K\377BB:\377&&\40\377!!!\377\33\33\33\377\0\0\0\377$$$\377\204\0\0\0" | ||
| 68 | "\377\5\26\26\23\377**\"\37700'\377\77\77""4\377\0\0\0\377\206\0\0\0\0" | ||
| 69 | "\22\0\0\0\377zze\377[[Q\377\205\205v\377vvk\377\230\230\216\377uuk\377" | ||
| 70 | "QQF\377\177\177t\377jjX\377@@5\377bbQ\377TTE\377>>3\377UUF\37744+\377" | ||
| 71 | "QQC\377\0\0\0\377\206\0\0\0\0\22\0\0\0\377\205\205n\377]]T\377\221\221" | ||
| 72 | "\202\377\202\202x\377\252\252\243\377zzq\377NNE\377\212\212\200\377|" | ||
| 73 | "|m\377BB7\377``R\377ZZJ\377<<2\377NNA\37755,\377TTE\377\0\0\0\377\204" | ||
| 74 | "\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" | ||
| 75 | "\377\205\205{\377\273\273\263\377\243\243\232\377TTK\377\223\223\212" | ||
| 76 | "\377\221\221\205\377BB7\377``R\377hhV\377AA6\377jjX\377CC7\377jjX\377" | ||
| 77 | "\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" | ||
| 78 | "n\377[[Q\377\244\244\223\377\205\205{\377\301\301\266\377\261\261\242" | ||
| 79 | "\377kk_\377\261\261\242\377\235\235\213\377TTE\377\204\204p\377qq^\377" | ||
| 80 | "CC7\377jjX\377CC7\377jjX\377\0\0\0\377\0\0\0\6\0\0\0\3\0\0\0\0\0\0\0" | ||
| 81 | "\2\0\0\0\12\0\0\0\24\0\0\0\377\205\205n\377[[Q\377\245\245\224\377\205" | ||
| 82 | "\205{\377\302\302\267\377\261\261\242\377kk_\377\261\261\242\377\235" | ||
| 83 | "\235\213\377TTE\377\204\204p\377qq^\377CC7\377jjX\377CC7\377jjX\377\0" | ||
| 84 | "\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" | ||
| 85 | "\205\205n\377[[Q\377\235\235\213\377\205\205{\377\301\301\266\377\261" | ||
| 86 | "\261\242\377kk_\377\261\261\242\377\235\235\213\377TTE\377\204\204p\377" | ||
| 87 | "qq^\377CC7\377jjX\377CC7\377jjX\377\0\0\0\377\0\0\0""1\0\0\0\32\0\0\0" | ||
| 88 | "\4\0\0\0\7\0\0\0#\0\0\0I\0\0\0\377{{e\377[[Q\377\244\244\223\377\205" | ||
| 89 | "\205{\377\301\301\266\377\261\261\242\377kk_\377\261\261\242\377\235" | ||
| 90 | "\235\213\377TTE\377\204\204p\377qq^\377CC7\377jjX\377CC7\377__O\377\0" | ||
| 91 | "\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" | ||
| 92 | "[[Q\377\244\244\223\377\202\202x\377\301\301\266\377\261\261\242\377" | ||
| 93 | "kk_\377\261\261\242\377\235\235\213\377TTE\377\204\204p\377qq^\377CC" | ||
| 94 | "7\377jjX\377II<\377WWH\377\0\0\0\377\0\0\0P\0\0\0*\0\0\0\7\0\0\0\6\0" | ||
| 95 | "\0\0\35\0\0\0C\0\0\0r\0\0\0\377WWJ\377}}m\377\27vvi\377\263\263\250\377" | ||
| 96 | "\241\241\224\377mma\377\263\263\245\377\235\235\213\377TTE\377\204\204" | ||
| 97 | "p\377iiW\377AA5\377VVG\377DD8\377\0\0\0\377\0\0\0\177\0\0\0C\0\0\0\35" | ||
| 98 | "\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" | ||
| 99 | "\0\377\6YYQ\377XXI\377NN@\377ttg\377aaS\377NNA\377\202II<\377\202\0\0" | ||
| 100 | "\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" | ||
| 101 | "\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" | ||
| 102 | "\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" | ||
| 103 | "\10\0\0\0\1\0\0\0\0"}; | ||
| 104 | |||
| 105 | |||
diff --git a/src/icons/stock_delete.png b/src/icons/stock_delete.png new file mode 100644 index 0000000..6b638c5 --- /dev/null +++ b/src/icons/stock_delete.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_delete_16) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_delete_16[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_delete_16[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (877) */ | ||
| 15 | "\0\0\3\205" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\203\0\0\0\0\12\6\6\6\21\6\6\6K\16\16\16\377BBB\377JJJ\377>>>\377,,," | ||
| 26 | "\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" | ||
| 27 | "\203q\377\360\355\330\377\362\361\351\377\356\355\344\377\307\306\272" | ||
| 28 | "\377SRF\377\202\0\0\0\377\1\6\6\6K\203\0\0\0\0\16\6\6\6>\20\20\20\377" | ||
| 29 | "\302\300\245\377\301\277\245\377zyg\377HG@\377''%\37765.\377\207\205" | ||
| 30 | "r\377\240\236\210\377\243\241\212\377\245\243\214\377\0\0\0\377\6\6\6" | ||
| 31 | "!\202\0\0\0\0\16+++\377\323\321\274\377\334\332\304\377\342\340\317\377" | ||
| 32 | "\271\267\242\377db[\377986\377<<3\377a`S\377\232\230\203\377\267\265" | ||
| 33 | "\233\377\263\262\230\377\244\242\213\377\0\0\0\377\202\0\0\0\0\16\0\0" | ||
| 34 | "\0\377\350\344\323\377\364\361\351\377\362\361\344\377\352\351\332\377" | ||
| 35 | "\345\342\322\377\325\322\276\377\303\301\247\377\257\255\224\377\300" | ||
| 36 | "\276\244\377\306\304\254\377\270\266\234\377ywf\377\0\0\0\377\202\0\0" | ||
| 37 | "\0\0\16\0\0\0\377\212\211u\377\361\355\322\377\373\370\351\377\371\365" | ||
| 38 | "\355\377\370\367\356\377\370\367\354\377\365\363\346\377\354\352\331" | ||
| 39 | "\377\336\335\313\377\235\233\211\377cbT\377XWJ\377\0\0\0\377\202\0\0" | ||
| 40 | "\0\0\16\0\0\0\202RQF\377sqe\377\237\235\221\377\344\341\310\377\351\345" | ||
| 41 | "\317\377\342\340\313\377\321\321\313\377\216\215\177\377vud\377hgX\377" | ||
| 42 | "CB8\377)(\"\377\0\0\0\202\203\0\0\0\0\14\37\37\33\377440\377KID\377h" | ||
| 43 | "gb\377pof\377kkd\377nl]\377XWK\377991\377\27\26\25\377\32\32\26\377\37" | ||
| 44 | "\36\31\377\204\0\0\0\0\14**#\377\240\240\225\377MM@\377660\377**&\377" | ||
| 45 | "//*\377\17\17\15\377\13\13\11\377\20\20\15\377>>8\37744+\377$$\37\377" | ||
| 46 | "\204\0\0\0\0\14++$\377\245\244\231\377\267\266\256\377qpg\377\241\241" | ||
| 47 | "\222\377tsc\377@@5\377ii[\37799/\377ii_\377\77\77""4\377&&\40\377\204" | ||
| 48 | "\0\0\0\0\14,,%\377\255\255\243\377\331\331\322\377\213\213\177\377\326" | ||
| 49 | "\325\316\377\210\210{\377XWO\377\223\223\207\377JJ=\377xxk\377PPB\377" | ||
| 50 | "))\"\377\204\0\0\0\0\14,,%\377\255\255\243\377\332\332\323\377\217\216" | ||
| 51 | "\201\377\335\335\324\377\254\253\231\377]]R\377\240\240\223\377MM@\377" | ||
| 52 | "yyl\377PPB\377))\"\377\204\0\0\0\0\14++$\377~~u\377\330\330\321\377\215" | ||
| 53 | "\215\200\377\335\335\323\377\254\253\231\377]]R\377\240\240\223\377M" | ||
| 54 | "M@\377xxk\377DD8\377((\"\377\204\0\0\0\0\14''!\377CC=\377\216\216\206" | ||
| 55 | "\377^^U\377\332\332\320\377\254\253\231\377]]R\377\224\224\204\377MM" | ||
| 56 | "@\377]]S\377((\"\377##\35\377\204\0\0\0\0\1\6\6\6K\202\6\6\6\377\11B" | ||
| 57 | "A:\377\217\217{\377zzl\377DD<\377ll^\37755,\377..)\377\0\0\0\377\6\6" | ||
| 58 | "\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" | ||
| 59 | "\0\0\0\377\1\6\6\6K\204\0\0\0\0"}; | ||
| 60 | |||
| 61 | |||
diff --git a/src/icons/stock_delete_16.png b/src/icons/stock_delete_16.png new file mode 100644 index 0000000..af10be0 --- /dev/null +++ b/src/icons/stock_delete_16.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_hand_signed) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_hand_signed[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_hand_signed[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1135) */ | ||
| 15 | "\0\0\4\207" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\3\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361\377\4\0\0\0\0\0" | ||
| 26 | "\0\0\377\376\376\376\377\361\361\361\377\204\232\232\232\377\1\361\361" | ||
| 27 | "\361\377\205\232\232\232\377\202\361\361\361\377\210\232\232\232\377" | ||
| 28 | "\3\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361\377\4\0\0\0\0\0" | ||
| 29 | "\0\0\377\376\376\376\377\361\361\361\377\207\232\232\232\377\1\361\361" | ||
| 30 | "\361\377\204\232\232\232\377\1\361\361\361\377\207\232\232\232\377\3" | ||
| 31 | "\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361\377\4\0\0\0\0\0\0" | ||
| 32 | "\0\377\376\376\376\377\361\361\361\377\203\232\232\232\377\1\361\361" | ||
| 33 | "\361\377\202\232\232\232\377\1\361\361\361\377\207\232\232\232\377\206" | ||
| 34 | "\361\361\361\377\3\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361" | ||
| 35 | "\377\3\0\0\0\0\0\0\0\377\376\376\376\377\225\361\361\361\377\3\0\0\0" | ||
| 36 | "\0\0\0\0\377\376\376\376\377\225\361\361\361\377\4\0\0\0\0\0\0\0\377" | ||
| 37 | "\376\376\376\377\361\361\361\377\204\357\357\357\377\1\361\361\361\377" | ||
| 38 | "\202\357\357\357\377\1\361\361\361\377\204\357\357\357\377\1\361\361" | ||
| 39 | "\361\377\202\357\357\357\377\1\361\361\361\377\204\357\357\357\377\3" | ||
| 40 | "\0\0\0\0\0\0\0\377\376\376\376\377\204\361\361\361\377\4\250\257\305" | ||
| 41 | "\377p|\244\377O^\220\377\337\341\346\377\207\361\361\361\377\2\224\235" | ||
| 42 | "\271\377\341\343\347\377\204\361\361\361\377\4\0\0\0\0\0\0\0\377\376" | ||
| 43 | "\376\376\377\361\361\361\377\202\357\357\357\377\3v\201\247\377\253\262" | ||
| 44 | "\306\377\361\361\361\377\202\357\357\357\377\1\361\361\361\377\203\357" | ||
| 45 | "\357\357\377\5bo\233\377\351\352\354\377\357\357\357\377\206\220\260" | ||
| 46 | "\377\361\361\361\377\204\357\357\357\377\3\0\0\0\0\0\0\0\377\376\376" | ||
| 47 | "\376\377\202\357\357\357\377\3\340\341\346\377Ra\221\377\356\356\356" | ||
| 48 | "\377\206\357\357\357\377\5\356\356\356\377Xg\225\377\357\357\357\377" | ||
| 49 | "\340\341\346\377dq\234\377\203\357\357\357\377\202\356\356\356\377\4" | ||
| 50 | "\0\0\0\0\0\0\0\377\375\375\375\377\356\356\356\377\202\353\353\353\377" | ||
| 51 | "\3\225\235\270\377\334\335\342\377\356\356\356\377\202\353\353\353\377" | ||
| 52 | "\11\356\356\356\377\353\353\353\377\351\351\351\377\353\353\353\377M" | ||
| 53 | "\\\216\377\356\356\356\377^k\230\377\211\222\261\377\356\356\356\377" | ||
| 54 | "\204\353\353\353\377\24\0\0\0\0\0\0\0\377\375\375\375\377\355\355\355" | ||
| 55 | "\377\235\245\275\377\246\255\303\377\354\354\354\377\347\347\350\377" | ||
| 56 | "5G\200\377\\j\227\377\244\253\302\377\337\341\345\377\333\334\342\377" | ||
| 57 | "7I\201\377\272\277\317\377#7v\377\236\246\276\377\15#i\377u\201\246\377" | ||
| 58 | "\2\31b\377\203\354\354\354\377\5\353\353\353\377\0\0\0\0\0\0\0\377\375" | ||
| 59 | "\375\375\377\353\353\353\377\202fs\234\377\16\335\336\341\377\203\215" | ||
| 60 | "\255\377w\203\247\377*=y\377\36""2s\3773E\177\377Zh\225\377\271\276\315" | ||
| 61 | "\377\4\33c\377\201\213\254\377\353\353\353\377\2\31b\377~\210\252\377" | ||
| 62 | "\0\27a\377\204\350\350\350\377\20\0\0\0\0\0\0\0\377\375\375\375\377\352" | ||
| 63 | "\352\352\377\331\333\340\377\13!g\377\2\31b\377\235\244\274\377\275\301" | ||
| 64 | "\317\377\25*m\377\34""0q\377\23(l\377^l\230\377\253\261\305\377\0\27" | ||
| 65 | "a\377\306\311\324\377\202\352\352\352\377\3\307\312\325\377\0\27a\377" | ||
| 66 | "\352\352\352\377\202\351\351\351\377\4\350\350\350\377\0\0\0\0\0\0\0" | ||
| 67 | "\377\375\375\375\377\205\350\350\350\377\2\344\344\345\377\277\303\320" | ||
| 68 | "\377\204\350\350\350\377\1\177\211\253\377\211\350\350\350\377\3\0\0" | ||
| 69 | "\0\0\0\0\0\377\375\375\375\377\202\347\347\347\377\203\346\346\346\377" | ||
| 70 | "\202\347\347\347\377\1\346\346\346\377\202\347\347\347\377\203\346\346" | ||
| 71 | "\346\377\202\347\347\347\377\1\346\346\346\377\202\347\347\347\377\203" | ||
| 72 | "\346\346\346\377\4\0\0\0\0\0\0\0\377\375\375\375\377\346\346\346\377" | ||
| 73 | "\203\345\345\345\377\2\344\344\344\377\346\346\346\377\202\345\345\345" | ||
| 74 | "\377\1\346\346\346\377\203\345\345\345\377\2\344\344\344\377\346\346" | ||
| 75 | "\346\377\202\345\345\345\377\1\346\346\346\377\203\345\345\345\377\4" | ||
| 76 | "\344\344\344\377\0\0\0\0\0\0\0\377\312\312\312\377\203\275\275\275\377" | ||
| 77 | "\202\274\274\274\377\206\275\275\275\377\202\274\274\274\377\206\275" | ||
| 78 | "\275\275\377\202\274\274\274\377\2\0\0\0\0\0\0\0c\226\0\0\0\377\5\0\0" | ||
| 79 | "\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" | ||
| 80 | "\3\0\0\0\12\0\0\0\22\202\0\0\0\25\222\0\0\0\26"}; | ||
| 81 | |||
| 82 | |||
diff --git a/src/icons/stock_hand-signed.png b/src/icons/stock_hand-signed.png new file mode 100644 index 0000000..02774f2 --- /dev/null +++ b/src/icons/stock_hand-signed.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_inbox) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_inbox[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_inbox[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (703) */ | ||
| 15 | "\0\0\2\327" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\0\0\377\245\236\222\377\335\333\326\377\366\366\365\377\0\0\0\377\0" | ||
| 27 | "\0\0\23\207\0\0\0\0\12\0\0\0.\0\0\0\377\252\244\231\377\343\341\336\377" | ||
| 28 | "\204|m\377+)$\377\256\250\235\377\364\363\362\377\0\0\0\377\0\0\0\23" | ||
| 29 | "\204\0\0\0\0\5\0\0\0.960\377\267\262\250\377\343\341\336\377\316\312" | ||
| 30 | "\303\377\202\15\14\12\377\6)'\"\377qk^\377\331\327\322\377\364\363\362" | ||
| 31 | "\377\0\0\0\377\0\0\0\23\203\0\0\0\0\16\0\0\0\377\372\372\371\377\310" | ||
| 32 | "\304\275\377\0\0\0\377\12\12\11\377\30\26\23\377FA9\377xqc\377\204|m" | ||
| 33 | "\377\220\210y\377\341\336\332\377\364\363\362\377\0\0\0\377\0\0\0\23" | ||
| 34 | "\202\0\0\0\0\21\0\0\0\377\377\377\377\377\345\343\340\377FA9\377HC;\377" | ||
| 35 | "c]R\377xqc\377\207\177p\377\224\214}\377\234\225\207\377\236\230\213" | ||
| 36 | "\377\341\336\332\377\364\363\362\377\0\0\0\377\0\0\0\23\0\0\0\0\0\0\0" | ||
| 37 | "\377\202\377\377\377\377\15\345\343\340\377(&!\377c]R\377zse\377\217" | ||
| 38 | "\207x\377\235\226\210\377\240\232\215\377\241\233\216\377\244\235\221" | ||
| 39 | "\377\331\327\322\377\366\365\364\377\0\0\0\377\0\0\0\23\211\0\0\0\377" | ||
| 40 | "\6\212\204z\377\245\236\222\377\250\241\225\377\252\244\231\377\341\336" | ||
| 41 | "\332\377\362\361\357\377\202\0\0\0\377\207\377\377\377\377\13\0\0\0\377" | ||
| 42 | "qlc\377\210\203{\377\257\251\236\377\261\254\241\377\304\300\271\377" | ||
| 43 | "\331\327\322\377hhh\377\0\0\0\377\377\377\377\377\357\357\357\377\204" | ||
| 44 | "Ki\203\377\10\314\314\314\377\0\0\0\377hd\\\377\212\205|\377\272\266" | ||
| 45 | "\254\377\323\321\314\377\210\205\201\377WRH\377\202\0\0\0\377\1\377\377" | ||
| 46 | "\377\377\202\357\357\357\377\203Ki\203\377\6\314\314\314\377\0\0\0\377" | ||
| 47 | "d_V\377\270\265\256\377\223\220\213\377XUN\377\202\0\0\0\377\4\0\0\0" | ||
| 48 | "4\0\0\0\377\377\377\377\377\357\357\357\377\204Ki\203\377\4\314\314\314" | ||
| 49 | "\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" | ||
| 50 | "\0\377\377\377\377\377\203Ki\203\377\3\357\357\357\377Ki\203\377\314" | ||
| 51 | "\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" | ||
| 52 | "\377\357\357\357\377Ki\203\377\203\357\357\357\377\3\314\314\314\377" | ||
| 53 | "\0\0\0\377\0\0\0N\206\0\0\0\0\2\0\0\0\377\377\377\377\377\206\314\314" | ||
| 54 | "\314\377\1\30\30\30\377\207\0\0\0\0\202\0\0\0\377\1\11\11\11\377\206" | ||
| 55 | "\0\0\0\377\207\0\0\0\0"}; | ||
| 56 | |||
| 57 | |||
diff --git a/src/icons/stock_inbox.png b/src/icons/stock_inbox.png new file mode 100644 index 0000000..3afaeb6 --- /dev/null +++ b/src/icons/stock_inbox.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_insert_file) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_insert_file[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_insert_file[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1419) */ | ||
| 15 | "\0\0\5\243" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\0\0\0\377[[[\377\363\357\343\377\360\353\327\377\371\363\334\377\367" | ||
| 27 | "\355\312\377\243\222V\377\202\0\0\0\377\1\251tk\377\203\321\217\204\377" | ||
| 28 | "\3\321\220\204\377\321\217\204\377\323\221\206\377\202\277\325\350\377" | ||
| 29 | "\1\0\0\0\377\203\0\0\0\0\14\0\0\0\203333\377\365\361\345\377\366\361" | ||
| 30 | "\340\377\363\344\255\377\337\267J\377\331\247.\377\321\224\14\377\324" | ||
| 31 | "\261P\377\342\313y\377\215~J\377'\26\24\377\202\307tg\377\7\307tf\377" | ||
| 32 | "\307tg\377\310vh\377\315\206z\377\215\251\276\377Ti|\377\0\0\0\377\202" | ||
| 33 | "\0\0\0\0\10\0\0\0I\0\0\0\377\362\350\320\377\367\355\312\377\356\326" | ||
| 34 | "\200\377\325\235\34\377\321\224\14\377\270\202\12\377\203\0\0\0\377\2" | ||
| 35 | "\311\264k\377***\377\205\376\376\376\377\4\371\371\371\377\204\240\265" | ||
| 36 | "\377Odu\377\0\0\0\377\202\0\0\0\0\15\0\0\0\232\272\263\242\377\372\365" | ||
| 37 | "\343\377\356\326\200\377\340\267L\377\321\224\14\377\230k\7\377\0\0\0" | ||
| 38 | "\377Rbo\377\327\327\327\377\226\226\226\377\0\0\0\377\256\256\256\377" | ||
| 39 | "\204\327\327\327\377\5\326\326\326\377\361\361\361\377\201\232\256\377" | ||
| 40 | "I`r\377\0\0\0\377\202\0\0\0\0\2\0\0\0\377\362\351\316\377\202\356\326" | ||
| 41 | "\200\377\202\321\224\14\377\4\0\0\0\377x\202\212\377\215\251\276\377" | ||
| 42 | "\327\327\327\377\204\376\376\376\377\2\374\374\374\377\364\364\364\377" | ||
| 43 | "\202\353\353\353\377\4\361\361\361\377\201\232\256\377I`r\377\0\0\0\377" | ||
| 44 | "\202\0\0\0\0\2\0\0\0\377\370\361\326\377\202\356\326\200\377\202\321" | ||
| 45 | "\224\14\377\3\0\0\0\377\317\340\355\377\215\251\276\377\204\327\327\327" | ||
| 46 | "\377\1\324\324\324\377\204\305\305\305\377\3\361\361\361\377\201\232" | ||
| 47 | "\256\377I`r\377\204\0\0\0\377\1\364\344\255\377\202\356\326\200\377\202" | ||
| 48 | "\321\224\14\377\204\0\0\0\377\202\376\376\376\377\1\362\362\362\377\205" | ||
| 49 | "\353\353\353\377\3\356\356\356\377\201\232\256\377I`r\377\202\0\0\0\377" | ||
| 50 | "\1\367\363\337\377\204\356\326\200\377\203\321\224\14\377\1\274\237_" | ||
| 51 | "\377\203\0\0\0\377\1\213\221\231\377\206\277\313\326\377\7\241\266\304" | ||
| 52 | "\377\201\232\256\377I`r\377\0\0\0\377\0\0\0\0\0\0\0\377\371\366\352\377" | ||
| 53 | "\203\356\326\200\377\202\321\224\14\377\7\276\245o\377\0\0\0\377\375" | ||
| 54 | "\375\375\377\340\340\340\377\301\301\301\377\0\0\0\377Wgu\377\203\201" | ||
| 55 | "\232\256\377\2~\231\255\377}\227\254\377\202\201\232\256\377\2I`r\377" | ||
| 56 | "\0\0\0\377\202\0\0\0\0\7\0\0\0\377\371\365\344\377\361\335\227\377\356" | ||
| 57 | "\326\200\377\321\224\14\377\274\243k\377\0\0\0\377\202\361\361\361\377" | ||
| 58 | "\15\303\303\303\377\373\373\373\377\250\250\250\377\0\0\0\377\220\220" | ||
| 59 | "\220\377\353\353\353\377\327\327\327\377\234\235\235\377/FV\377\200\206" | ||
| 60 | "\214\377\201\232\256\377I`r\377\0\0\0\377\203\0\0\0\0\5""000\377\371" | ||
| 61 | "\365\346\377\361\335\227\377\303\251p\377\0\0\0\377\203\361\361\361\377" | ||
| 62 | "\15\255\255\255\377vvv\377]]]\377@@@\377\0\0\0\377\326\326\326\377\305" | ||
| 63 | "\305\305\377\271\271\271\377\23-<\377Xm\200\377\227\245\260\377I`r\377" | ||
| 64 | "\0\0\0\377\203\0\0\0\0\202\0\0\0\377\2\362\357\344\377\0\0\0\377\203" | ||
| 65 | "\361\361\361\377\6\360\360\360\377\342\342\342\377\205\205\205\377KK" | ||
| 66 | "I\377\26\26\26\377\0\0\0\377\202\305\305\305\377\6\277\277\277\377\21" | ||
| 67 | "(5\377Zp\202\377\235\251\260\377I`r\377\0\0\0\377\203\0\0\0\0\3\0\0\0" | ||
| 68 | "\377\376\376\376\377\0\0\0\377\206\357\357\357\377\202\356\356\356\377" | ||
| 69 | "\12\305\305\305\377\0\0\0\377\305\305\305\377\302\302\302\377\262\262" | ||
| 70 | "\262\377\21,:\377Zp\202\377\237\251\260\377I`r\377\0\0\0\377\203\0\0" | ||
| 71 | "\0\0\2\0\0\0\377\376\376\376\377\203\357\357\357\377\205\356\356\356" | ||
| 72 | "\377\13\354\354\354\377\304\304\304\377\0\0\0\377\206\206\206\377nnn" | ||
| 73 | "\377zzz\377-9I\377>O\\\377\200\207\217\377\32""1@\377\0\0\0\377\203\0" | ||
| 74 | "\0\0\0\2\0\0\0\377\375\375\375\377\210\356\356\356\377\2\353\353\353" | ||
| 75 | "\377\303\303\303\377\204\0\0\0\377\2\0\0\0\340\0\0\0\341\202\0\0\0\377" | ||
| 76 | "\1\0\0\0G\203\0\0\0\0\3\0\0\0\377\375\375\375\377\355\355\355\377\203" | ||
| 77 | "\354\354\354\377\202\353\353\353\377\203\352\352\352\377\2\301\301\301" | ||
| 78 | "\377\0\0\0\377\213\0\0\0\0\3\0\0\0\377\375\375\375\377\353\353\353\377" | ||
| 79 | "\210\350\350\350\377\2\300\300\300\377\0\0\0\377\213\0\0\0\0\2\0\0\0" | ||
| 80 | "\377\375\375\375\377\202\352\352\352\377\202\351\351\351\377\203\350" | ||
| 81 | "\350\350\377\202\347\347\347\377\2\277\277\277\377\0\0\0\377\213\0\0" | ||
| 82 | "\0\0\3\0\0\0\377\375\375\375\377\350\350\350\377\207\346\346\346\377" | ||
| 83 | "\3\345\345\345\377\276\276\276\377\0\0\0\377\213\0\0\0\0\2\0\0\0\377" | ||
| 84 | "\375\375\375\377\202\347\347\347\377\203\346\346\346\377\202\345\345" | ||
| 85 | "\345\377\202\344\344\344\377\2\275\275\275\377\0\0\0\377\213\0\0\0\0" | ||
| 86 | "\3\0\0\0\377\375\375\375\377\346\346\346\377\203\345\345\345\377\202" | ||
| 87 | "\344\344\344\377\203\343\343\343\377\2\273\273\273\377\0\0\0\377\213" | ||
| 88 | "\0\0\0\0\2\0\0\0\377\302\302\302\377\203\275\275\275\377\202\274\274" | ||
| 89 | "\274\377\204\273\273\273\377\2\240\240\240\377\0\0\0\324\213\0\0\0\0" | ||
| 90 | "\1\0\0\0k\213\0\0\0\377\1\0\0\0d\210\0\0\0\0"}; | ||
| 91 | |||
| 92 | |||
diff --git a/src/icons/stock_insert-file.png b/src/icons/stock_insert-file.png new file mode 100644 index 0000000..34aed99 --- /dev/null +++ b/src/icons/stock_insert-file.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_compose) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_compose[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_compose[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1816) */ | ||
| 15 | "\0\0\7""0" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\343\254\377\373\251\17\377\203\0\0\0\377\1\0\0\0V\205\0\0\0\0\1\0\0" | ||
| 27 | "\0\377\211\377\377\377\377\12\265\265\265\377\240k\11\377\361\343\254" | ||
| 28 | "\377\373\251\17\377\201`\0\377\0\0\0\377\340\340\340\377\301\301\301" | ||
| 29 | "\377\0\0\0\377\0\0\0D\204\0\0\0\0\3\0\0\0\377\377\377\377\377\364\364" | ||
| 30 | "\364\377\205\377\377\377\377\202\375\375\375\377\13\0\0\0\377\346\303" | ||
| 31 | "p\377\361\323\207\377\325\217\14\377\0\0\0\377\262\262\262\377\303\303" | ||
| 32 | "\303\377\373\373\373\377\250\250\250\377\0\0\0\377\0\0\0V\203\0\0\0\0" | ||
| 33 | "\3\0\0\0\377\377\377\377\377\366\366\366\377\203\377\377\377\377\203" | ||
| 34 | "\375\375\375\377\14\263\263\263\377\240k\11\377\361\343\254\377\373\251" | ||
| 35 | "\17\377\201`\0\377\0\0\0\377\372\372\372\377\255\255\255\377vvv\377]" | ||
| 36 | "]]\377@@@\377\0\0\0\377\203\0\0\0\0\4\0\0\0\377\377\377\377\377\366\366" | ||
| 37 | "\366\377\377\377\377\377\204\373\373\373\377\15\370\370\370\377\0\0\0" | ||
| 38 | "\377\346\303p\377\361\320~\377\325\217\14\377\0\0\0\377\254\254\254\377" | ||
| 39 | "\370\370\366\377\342\342\342\377\205\205\205\377KKI\377\26\26\26\377" | ||
| 40 | "\0\0\0\377\203\0\0\0\0\3\0\0\0\377\377\377\377\377\364\364\364\377\202" | ||
| 41 | "\375\375\375\377\202\373\373\373\377\16\373\373\372\377}}}\377\240k\11" | ||
| 42 | "\377\361\343\254\377\373\251\17\377\201`\0\377\0\0\0\377\364\364\364" | ||
| 43 | "\377\362\362\362\377\360\360\360\377\357\357\357\377\325\325\325\377" | ||
| 44 | "\255\255\255\377\0\0\0\377\203\0\0\0\0\4\0\0\0\377\377\377\377\377\362" | ||
| 45 | "\362\362\377\371\371\371\377\202\366\366\366\377\17\366\366\363\377\363" | ||
| 46 | "\363\363\377\0\0\0\377\346\303p\377\361\320~\377\325\217\14\377\0\0\0" | ||
| 47 | "\377\207\207\206\377\345\345\345\377\342\342\342\377\337\337\337\377" | ||
| 48 | "\353\353\353\377\342\342\342\377\301\301\301\377\0\0\0\377\203\0\0\0" | ||
| 49 | "\0\3\0\0\0\377\377\377\377\377\360\360\360\377\203\370\370\370\377\12" | ||
| 50 | "\370\370\366\377\256\256\256\377{S\7\377\361\343\254\377\373\251\17\377" | ||
| 51 | "\201`\0\377\0\0\0\377\355\355\355\377\353\353\353\377\353\353\351\377" | ||
| 52 | "\202\351\351\347\377\3\340\340\336\377\277\277\277\377\0\0\0\377\203" | ||
| 53 | "\0\0\0\0\25\0\0\0\377\377\377\377\377\357\357\357\377\363\363\363\377" | ||
| 54 | "\360\360\360\377\360\360\355\377\355\355\355\377\0\0\0\377\346\303p\377" | ||
| 55 | "\361\322\204\377\312\207\13\377\0\0\0\377\236\236\234\377\334\334\331" | ||
| 56 | "\377\331\331\331\377\331\331\326\377\326\326\324\377\345\345\344\377" | ||
| 57 | "\331\331\327\377\272\272\272\377\0\0\0\377\203\0\0\0\0\3\0\0\0\377\377" | ||
| 58 | "\377\377\377\355\355\355\377\202\364\364\364\377\10\362\362\362\377\252" | ||
| 59 | "\252\252\377\240k\11\377\361\343\254\377\373\251\17\377\201`\0\377\0" | ||
| 60 | "\0\0\377\347\347\345\377\202\345\345\344\377\6\344\344\342\377\340\340" | ||
| 61 | "\336\377\342\342\340\377\331\331\327\377\272\272\272\377\0\0\0\377\203" | ||
| 62 | "\0\0\0\0\25\0\0\0\377\377\377\377\377\353\353\353\377\356\356\354\377" | ||
| 63 | "\347\347\345\377\345\345\345\377\0\0\0\377\346\303p\377\361\322\204\377" | ||
| 64 | "\312\207\13\377\0\0\0\377\227\227\226\377\324\324\321\377\342\342\340" | ||
| 65 | "\377\340\340\336\377\336\336\334\377\336\336\333\377\336\336\334\377" | ||
| 66 | "\331\331\327\377\275\275\274\377\0\0\0\377\203\0\0\0\0\7\0\0\0\377\377" | ||
| 67 | "\377\377\377\347\347\347\377\357\357\355\377\353\353\353\377\246\246" | ||
| 68 | "\245\377\272|\12\377\202\373\251\17\377\7z[\0\377\0\0\0\377\342\342\340" | ||
| 69 | "\377\340\340\336\377\336\336\334\377\336\336\333\377\334\334\331\377" | ||
| 70 | "\202\333\333\331\377\3\325\325\323\377\274\274\274\377\0\0\0\377\203" | ||
| 71 | "\0\0\0\0\25\0\0\0\377\377\377\377\377\345\345\345\377\343\343\343\377" | ||
| 72 | "\331\331\331\377\0\0\0\377\362\346\266\377{{{\377pK\5\377\0\0\0\377g" | ||
| 73 | "gd\377\313\313\307\377\311\311\307\377\334\334\331\377\333\333\327\377" | ||
| 74 | "\331\331\327\377\327\327\325\377\331\331\327\377\327\327\323\377\264" | ||
| 75 | "\264\264\377\0\0\0\377\203\0\0\0\0\25\0\0\0\377\377\377\377\377\342\342" | ||
| 76 | "\340\377\345\345\344\377\344\344\344\377\0\0\0\377\333\325\301\377~o" | ||
| 77 | "W\377uX\0\377\0\0\0\377\334\334\331\377\333\333\331\377\333\333\327\377" | ||
| 78 | "\331\331\325\377\327\327\323\377\325\325\323\377\325\325\321\377\327" | ||
| 79 | "\327\323\377\320\320\316\377\272\272\270\377\0\0\0\377\203\0\0\0\0\7" | ||
| 80 | "\0\0\0\377\377\377\377\377\336\336\334\377\335\335\333\377\321\321\317" | ||
| 81 | "\377\16\16\16\377SSS\377\202\0\0\0\377\4\215\215\213\377\304\304\301" | ||
| 82 | "\377\304\304\277\377\301\301\274\377\202\325\325\321\377\6\323\323\320" | ||
| 83 | "\377\321\321\320\377\323\323\320\377\320\320\316\377\272\272\270\377" | ||
| 84 | "\0\0\0\377\203\0\0\0\0\5\0\0\0\377\377\377\377\377\334\334\333\377\340" | ||
| 85 | "\340\334\377\335\335\333\377\202\0\0\0\377\5\211\211\207\377\311\311" | ||
| 86 | "\306\377\315\315\312\377\320\320\315\377\316\316\313\377\204\320\320" | ||
| 87 | "\315\377\5\317\317\314\377\320\320\315\377\320\320\314\377\266\266\266" | ||
| 88 | "\377\0\0\0\377\203\0\0\0\0\25\0\0\0\377\377\377\377\377\333\333\331\377" | ||
| 89 | "\324\324\320\377\303\303\300\377[[[\377\221\221\215\377\221\221\217\377" | ||
| 90 | "\237\237\235\377\257\257\254\377\271\271\266\377\276\276\273\377\303" | ||
| 91 | "\303\300\377\305\305\302\377\310\310\305\377\312\312\307\377\313\313" | ||
| 92 | "\310\377\314\314\311\377\314\314\310\377\262\262\262\377\0\0\0\377\203" | ||
| 93 | "\0\0\0\0\25\0\0\0\377\377\377\377\377\322\322\320\377\322\322\317\377" | ||
| 94 | "\317\317\314\377\277\277\275\377\237\237\234\377\210\210\206\377\207" | ||
| 95 | "\207\205\377\214\214\212\377\225\225\223\377\234\234\232\377\250\250" | ||
| 96 | "\245\377\261\261\256\377\265\265\263\377\273\273\270\377\276\276\273" | ||
| 97 | "\377\277\277\274\377\302\302\276\377\262\262\262\377\0\0\0\377\203\0" | ||
| 98 | "\0\0\0\11\0\0\0\377\377\377\377\377\321\321\316\377\320\320\314\377\314" | ||
| 99 | "\314\311\377\317\317\314\377\303\303\300\377\256\256\253\377\235\235" | ||
| 100 | "\232\377\202\227\227\224\377\12\224\224\221\377\232\232\227\377\237\237" | ||
| 101 | "\234\377\243\243\240\377\250\250\245\377\252\252\247\377\260\260\254" | ||
| 102 | "\377\270\270\265\377\260\260\256\377\0\0\0\377\203\0\0\0\0\3\0\0\0\377" | ||
| 103 | "\377\377\377\377\322\322\317\377\203\321\321\316\377\6\317\317\315\377" | ||
| 104 | "\313\313\310\377\276\276\274\377\264\264\260\377\254\254\250\377\244" | ||
| 105 | "\244\242\377\202\240\240\234\377\7\244\244\240\377\244\244\242\377\250" | ||
| 106 | "\250\246\377\253\253\247\377\262\262\256\377\244\244\244\377\0\0\0\377" | ||
| 107 | "\203\0\0\0\0\6\0\0\0\377\377\377\377\377\321\321\320\377\321\321\316" | ||
| 108 | "\377\320\320\316\377\316\316\314\377\202\316\316\312\377\15\314\314\310" | ||
| 109 | "\377\306\306\302\377\274\274\271\377\263\263\257\377\264\264\260\377" | ||
| 110 | "\253\253\251\377\246\246\243\377\240\240\235\377\246\246\243\377\252" | ||
| 111 | "\252\247\377\254\254\251\377\241\241\241\377\0\0\0\377\203\0\0\0\0\4" | ||
| 112 | "\0\0\0\377\377\377\377\377\261\261\257\377\264\264\263\377\203\264\264" | ||
| 113 | "\261\377\202\263\263\261\377\4\262\262\256\377\256\256\252\377\247\247" | ||
| 114 | "\244\377\242\242\240\377\202\245\245\241\377\6\231\231\227\377\222\222" | ||
| 115 | "\220\377\224\224\220\377\235\235\233\377\205\205\203\377\0\0\0\377\203" | ||
| 116 | "\0\0\0\0\224\0\0\0\377\2\0\0\0r\0\0\0\0"}; | ||
| 117 | |||
| 118 | |||
diff --git a/src/icons/stock_mail-compose.png b/src/icons/stock_mail-compose.png new file mode 100644 index 0000000..b0d4e13 --- /dev/null +++ b/src/icons/stock_mail-compose.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_compose_16) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_compose_16[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_compose_16[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (710) */ | ||
| 15 | "\0\0\2\336" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\376\376\376\377\5\375\375\375\377\340\340\340\377\301\301\301\377\0" | ||
| 27 | "\0\0\377\0\0\0\"\204\0\0\0\0\2\0\0\0\377\376\376\376\377\206\361\361" | ||
| 28 | "\361\377\5\303\303\303\377\373\373\373\377\250\250\250\377\0\0\0\377" | ||
| 29 | "\0\0\0\32\203\0\0\0\0\3\0\0\0\377\376\376\376\377\361\361\361\377\203" | ||
| 30 | "\314\314\314\377\202\361\361\361\377\4\255\255\255\377vvv\377]]]\377" | ||
| 31 | "@@@\377\202\0\0\0\377\4\0\0\0N\0\0\0\0\0\0\0\377\376\376\376\377\205" | ||
| 32 | "\361\361\361\377\14\360\360\360\377\342\342\342\377\205\205\205\377K" | ||
| 33 | "KI\377\0\0\0\377\373\347;\377\362\266M\377\0\0\0\377\0\0\0\0\0\0\0\377" | ||
| 34 | "\376\376\376\377\361\361\361\377\204\312\312\312\377\13\357\357\357\377" | ||
| 35 | "\312\312\312\377\311\311\311\377\0\0\0\377\374\353=\377\367\265D\377" | ||
| 36 | "aT.\365\0\0\0\377\0\0\0\0\0\0\0\377\376\376\376\377\203\357\357\357\377" | ||
| 37 | "\204\356\356\356\377\12\0\0\0\377\374\351;\377\367\265E\377l_4\377\0" | ||
| 38 | "\0\0\377\0\0\0""0\0\0\0\0\0\0\0\377\375\375\375\377\356\356\356\377\202" | ||
| 39 | "\311\311\311\377\1\356\356\356\377\202\311\311\311\377\6\0\0\0\377\371" | ||
| 40 | "\3379\377\364\262D\377f]>\377\0\0\0\377\0\0\0%\202\0\0\0\0\3\0\0\0\377" | ||
| 41 | "\375\375\375\377\355\355\355\377\203\354\354\354\377\5\353\353\353\377" | ||
| 42 | "\0\0\0\377\366\3226\377\357\264M\377\\O+\377\202\0\0\0\377\203\0\0\0" | ||
| 43 | "\0\3\0\0\0\377\375\375\375\377\353\353\353\377\203\304\304\304\377\7" | ||
| 44 | "\350\350\350\377\0\0\0\377\327\256t\377eY0\377\0\0\0\377\300\300\300" | ||
| 45 | "\377\0\0\0\377\203\0\0\0\0\2\0\0\0\377\375\375\375\377\202\352\352\352" | ||
| 46 | "\377\202\351\351\351\377\2\0\0\0\377OA\25\377\202\0\0\0\377\3\347\347" | ||
| 47 | "\347\377\277\277\277\377\0\0\0\377\203\0\0\0\0\6\0\0\0\377\375\375\375" | ||
| 48 | "\377\350\350\350\377\302\302\302\377\346\346\346\377\302\302\302\377" | ||
| 49 | "\202\0\0\0\377\202\346\346\346\377\3\345\345\345\377\276\276\276\377" | ||
| 50 | "\0\0\0\377\203\0\0\0\0\2\0\0\0\377\375\375\375\377\202\347\347\347\377" | ||
| 51 | "\203\346\346\346\377\202\345\345\345\377\202\344\344\344\377\2\275\275" | ||
| 52 | "\275\377\0\0\0\377\203\0\0\0\0\3\0\0\0\377\375\375\375\377\346\346\346" | ||
| 53 | "\377\203\345\345\345\377\202\344\344\344\377\203\343\343\343\377\2\273" | ||
| 54 | "\273\273\377\0\0\0\377\203\0\0\0\0\2\0\0\0\377\302\302\302\377\203\275" | ||
| 55 | "\275\275\377\202\274\274\274\377\204\273\273\273\377\2\240\240\240\377" | ||
| 56 | "\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"}; | ||
| 57 | |||
| 58 | |||
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 --- /dev/null +++ b/src/icons/stock_mail-compose_16.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_forward) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_forward[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_forward[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1303) */ | ||
| 15 | "\0\0\5/" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\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" | ||
| 27 | "SSS\377\204\377\377\377\377\31\376\376\376\377\375\375\375\377\374\374" | ||
| 28 | "\374\377\373\373\373\377\371\371\371\377\370\370\370\377\367\367\367" | ||
| 29 | "\377\366\366\366\377\365\365\365\377\364\364\364\377\343\343\343\377" | ||
| 30 | "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" | ||
| 31 | "\356\356\356\377OOO\377\377\377\377\377\365\365\365\377\364\364\364\377" | ||
| 32 | "\363\363\363\377\202\362\362\362\377\1\361\361\361\377\202\360\360\360" | ||
| 33 | "\377\22\357\357\357\377\356\356\356\377\355\355\355\377\343\343\343\377" | ||
| 34 | "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" | ||
| 35 | "\0\2\0\0\0\377\377\377\377\377\344\344\344\377CCC\377\375\375\375\377" | ||
| 36 | "\363\363\363\377\202\362\362\362\377\3\361\361\361\377\360\360\360\377" | ||
| 37 | "\357\357\357\377\202\356\356\356\377\22\355\355\355\377\343\343\343\377" | ||
| 38 | "OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0" | ||
| 39 | "\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\344\344" | ||
| 40 | "\344\377OOO\377\373\373\373\377\361\361\361\377\202\360\360\360\377\2" | ||
| 41 | "\357\357\357\377\356\356\356\377\202\355\355\355\377%\343\343\343\377" | ||
| 42 | "CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0\377\0\0" | ||
| 43 | "\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" | ||
| 44 | "\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377\360\360" | ||
| 45 | "\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354\354\354" | ||
| 46 | "\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377\344\344\344" | ||
| 47 | "\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" | ||
| 48 | "\2\0\0\0\377\377\377\377\377\203\365\365\365\377\12\344\344\344\377>" | ||
| 49 | ">>\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354\377" | ||
| 50 | "\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\202\344\344\344" | ||
| 51 | "\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" | ||
| 52 | "\0\2\0\0\0\377\377\377\377\377\373\373\373\377\202\365\365\365\377\10" | ||
| 53 | "\344\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343\343" | ||
| 54 | "\343\377OOO\377jjj\377\202\306\306\306\377\13\365\365\365\377\0\0\0\377" | ||
| 55 | "\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" | ||
| 56 | "\0\0\377\377\377\377\377\202\365\365\365\377\14\344\344\344\377ccc\377" | ||
| 57 | "\377\377\377\377\271\271\271\377OOO\377\360\360\360\377OOO\377\225\225" | ||
| 58 | "\225\377\306\306\306\377sss\377\306\306\306\377\365\365\365\377\203\0" | ||
| 59 | "\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" | ||
| 60 | "\377\377\373\373\373\377\344\344\344\377ccc\377\377\377\377\377\365\365" | ||
| 61 | "\365\377\344\344\344\377\324\324\324\377OOO\377\254\254\254\377\306\306" | ||
| 62 | "\306\377\202\344\344\344\377\17|||\377\344\344\344\377\0\0\0\377[\210" | ||
| 63 | "\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" | ||
| 64 | "\377\377\377\377\344\344\344\377sss\377\377\377\377\377\204\365\365\365" | ||
| 65 | "\377\1\344\344\344\377\207\0\0\0\377\13\236\270\321\377P\200\255\377" | ||
| 66 | "\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" | ||
| 67 | "|||\377\377\377\377\377\206\344\344\344\377\4\0\0\0\377\265\311\334\377" | ||
| 68 | "\257\305\332\377\262\307\333\377\203\266\312\335\377\11\244\275\325\377" | ||
| 69 | "\234\267\321\377P\200\255\377\10\15\21\377\0\0\0\2\0\0\0\0\0\0\0\2\0" | ||
| 70 | "\0\0\377sss\377\210\274\274\274\377\3\0\0\0\377\233\266\320\377\240\272" | ||
| 71 | "\323\377\202\234\267\321\377\12\233\266\320\377\232\265\317\377\240\272" | ||
| 72 | "\323\377\234\267\321\377\227\263\316\377_\213\264\377\0\0\0\377\0\0\0" | ||
| 73 | "\0\0\0\0\2\0\0\0m\212\0\0\0\377\2\221\260\314\377\236\270\321\377\202" | ||
| 74 | "\232\265\317\377\1\233\266\320\377\203\234\267\321\377\10\240\272\323" | ||
| 75 | "\377\225\262\316\377Ly\243\377\0\0\0\377\0\0\0\1\0\0\0\10\0\0\0\31\0" | ||
| 76 | "\0\0(\207\0\0\0-\2\0\0\0\377It\234\377\210\77e\210\377\2*C[\377\0\0\0" | ||
| 77 | "\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" | ||
| 78 | "Eo\226\377\2057Yx\377\202\77e\210\377\2*C[\377\0\0\0\377\204\0\0\0\0" | ||
| 79 | "\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" | ||
| 80 | "\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" | ||
| 81 | "\0\0\0\1\0\0\0\377\236\0\0\0\0"}; | ||
| 82 | |||
| 83 | |||
diff --git a/src/icons/stock_mail-forward.png b/src/icons/stock_mail-forward.png new file mode 100644 index 0000000..f848a60 --- /dev/null +++ b/src/icons/stock_mail-forward.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_receive) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_receive[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_receive[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1446) */ | ||
| 15 | "\0\0\5\276" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\311\332\307\377\3\201\232y\377XuM\377\0\0\0\377\221\0\0\0\0\7\0\0\0" | ||
| 27 | "\377\262\311\260\377\251\304\247\377\255\310\253\377[yP\377MgD\377\0" | ||
| 28 | "\0\0\377\221\0\0\0\0\2\0\0\0\377\273\320\271\377\202\256\307\254\377" | ||
| 29 | "\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" | ||
| 30 | "\316\267\377\256\307\254\377\252\307\250\377[yP\377MgD\377\204\0\0\0" | ||
| 31 | "\377\214\0\0\0\0\6\0\0\0\377\315\336\313\377\261\311\260\377\265\316" | ||
| 32 | "\265\377\260\311\260\377\255\306\253\377\203[yP\377\2MhD\377\0\0\0\377" | ||
| 33 | "\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" | ||
| 34 | "\262\377\263\312\261\377\255\306\253\377\202[yP\377\2MhD\377\0\0\0\377" | ||
| 35 | "\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" | ||
| 36 | "\377\252\307\250\377\260\307\256\377[yP\377MhD\377\206\0\0\0\377\3\0" | ||
| 37 | "\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" | ||
| 38 | "\377\377\3770\376\376\376\377\0\0\0\377\315\336\313\377\255\310\253\377" | ||
| 39 | "TqJ\377\0\0\0\377\367\367\367\377\366\366\366\377\365\365\365\377\364" | ||
| 40 | "\364\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0" | ||
| 41 | "\1\0\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377\377\377\377\365" | ||
| 42 | "\365\365\377\364\364\364\377\363\363\363\377\362\362\362\377\0\0\0\377" | ||
| 43 | "\317\337\314\377\0\0\0\377\360\360\360\377\357\357\357\377\356\356\356" | ||
| 44 | "\377\355\355\355\377\343\343\343\377OOO\377\256\256\256\377\0\0\0\377" | ||
| 45 | "\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" | ||
| 46 | "\344\344\377CCC\377\375\375\375\377\363\363\363\377\202\362\362\362\377" | ||
| 47 | "\3\361\361\361\377---\377\357\357\357\377\202\356\356\356\377\22\355" | ||
| 48 | "\355\355\377\343\343\343\377OOO\377\254\254\254\377\310\310\310\377\0" | ||
| 49 | "\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" | ||
| 50 | "\377\365\365\365\377\344\344\344\377OOO\377\373\373\373\377\361\361\361" | ||
| 51 | "\377\202\360\360\360\377\2\357\357\357\377\356\356\356\377\202\355\355" | ||
| 52 | "\355\377%\343\343\343\377CCC\377\240\240\240\377\324\324\324\377\310" | ||
| 53 | "\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" | ||
| 54 | "\377\377\377\377\377\373\373\373\377\365\365\365\377\344\344\344\377" | ||
| 55 | "CCC\377\370\370\370\377\360\360\360\377\357\357\357\377\356\356\356\377" | ||
| 56 | "\355\355\355\377\354\354\354\377\343\343\343\377OOO\377\225\225\225\377" | ||
| 57 | "\324\324\324\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0" | ||
| 58 | "\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" | ||
| 59 | "\377\12\344\344\344\377>>>\377\365\365\365\377\356\356\356\377\355\355" | ||
| 60 | "\355\377\354\354\354\377\343\343\343\377MMM\377\201\201\201\377\306\306" | ||
| 61 | "\306\377\202\344\344\344\377\12\310\310\310\377\0\0\0\377\0\0\0-\0\0" | ||
| 62 | "\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" | ||
| 63 | "\202\365\365\365\377\10\344\344\344\377jjj\377CCC\377\363\363\363\377" | ||
| 64 | "\354\354\354\377\343\343\343\377OOO\377jjj\377\202\306\306\306\377\13" | ||
| 65 | "\365\365\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0" | ||
| 66 | "\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" | ||
| 67 | "\377\40\344\344\344\377ccc\377\377\377\377\377\271\271\271\377OOO\377" | ||
| 68 | "\360\360\360\377OOO\377\225\225\225\377\306\306\306\377sss\377\306\306" | ||
| 69 | "\306\377\365\365\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0" | ||
| 70 | "\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" | ||
| 71 | "\373\373\377\344\344\344\377ccc\377\377\377\377\377\365\365\365\377\344" | ||
| 72 | "\344\344\377\324\324\324\377OOO\377\254\254\254\377\306\306\306\377\202" | ||
| 73 | "\344\344\344\377\1|||\377\202\344\344\344\377\14\310\310\310\377\0\0" | ||
| 74 | "\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" | ||
| 75 | "\377\344\344\344\377sss\377\377\377\377\377\204\365\365\365\377\202\344" | ||
| 76 | "\344\344\377\203\365\365\365\377\16\344\344\344\377|||\377\344\344\344" | ||
| 77 | "\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" | ||
| 78 | "\2\0\0\0\377\377\377\377\377|||\377\377\377\377\377\214\344\344\344\377" | ||
| 79 | "\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" | ||
| 80 | "\0\0\0\2\0\0\0\377sss\377\217\274\274\274\377\10ccc\377\0\0\0\377\0\0" | ||
| 81 | "\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" | ||
| 82 | "\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" | ||
| 83 | "\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" | ||
| 84 | "\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" | ||
| 85 | "\0\0\0\1\221\0\0\0\2\1\0\0\0\1\202\0\0\0\0"}; | ||
| 86 | |||
| 87 | |||
diff --git a/src/icons/stock_mail-receive.png b/src/icons/stock_mail-receive.png new file mode 100644 index 0000000..20580e0 --- /dev/null +++ b/src/icons/stock_mail-receive.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_reply_to_all) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_reply_to_all[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_reply_to_all[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1373) */ | ||
| 15 | "\0\0\5u" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\0\0\0\6\0\0\0m\255\251\234\377\346\341\320\376\360\352\331\376\251\245" | ||
| 27 | "\230\377\0\0\0\253\216\0\0\0\0\6$$#\20\21\21\21^\24\24\26\212\26\26\30" | ||
| 28 | "\224\10\10\11\377\333\326\307\377\203\360\352\331\377\1\0\0\0\377\216" | ||
| 29 | "\0\0\0\0\12\33\33\34\214\5\5\5\371ZZZ\376ggg\376\2\2\2\377\200}v\377" | ||
| 30 | "\324\232>\377\322\227;\377\360\352\331\377\0\0\0\377\216\0\0\0\0\12\4" | ||
| 31 | "\4\2\360mkk\377zyy\377\3\1\0\377\4\1\0\377('$\377\335\2301\377\332\226" | ||
| 32 | "/\377\360\352\331\377\0\0\0\377\216\0\0\0\0\13\32\16\1\372\274m\33\377" | ||
| 33 | "\276n\23\377\276m\23\377\275l\23\377><6\377\326\220)\377\321\215'\377" | ||
| 34 | "\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" | ||
| 35 | "\21\11\0\374\317y\34\377\316y\34\377\315v\32\377\304p\23\377JA6\377\240" | ||
| 36 | "s\36\377\226i\32\377\202\360\352\331\377\2\0\0\0\377\0\1\0\377\206\0" | ||
| 37 | "\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" | ||
| 38 | "\214N\15\377\204J\15\377\277m\23\377\37*\15\3770b\40\377OrB\377D\215" | ||
| 39 | "D\377.\200.\377:o:\377\0\0\0\377\205\377\377\377\377+SSS\377\0\0\0\377" | ||
| 40 | "\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" | ||
| 41 | "\377i:\12\377\252_\12\377\31+\20\377'Y&\377h\247i\3775\2126\377.\200" | ||
| 42 | ".\377-\201-\377\0\0\0\377\373\373\373\377\367\367\367\377\372\372\372" | ||
| 43 | "\377\365\365\365\377OOO\377\256\256\256\377\0\0\0\377\0\0\0O\0\0\0\22" | ||
| 44 | "\0\0\0\0\0\0\0)\24\25\27\360ov|\377SLF\377$\26\11\377#\30\16\377HFD\377" | ||
| 45 | "5JM\377\5\13\7\377O~O\3779\2229\377-\205-\377)\177)\377\0\0\0\377\203" | ||
| 46 | "\365\365\365\377\25OOO\377\254\254\254\377\310\310\310\377\0\0\0\377" | ||
| 47 | "\0\0\0W\275\275\275>\0\0\0\0\25\26\30\361l|\213\377r\216\251\377]kx\377" | ||
| 48 | "\310\313\315\377\303\307\315\377\200\220\242\377Zr\213\377Ndy\377\21" | ||
| 49 | "\27\24\3772\2072\377+\177,\377+w,\377\0\0\0\377\202\365\365\365\377\22" | ||
| 50 | "CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0\377\0\0" | ||
| 51 | "\0W\0\0\0\24\0\0\0\0%(*\375\212\236\264\377j\206\241\377Yj|\377\335\341" | ||
| 52 | "\344\377\334\342\347\377\211\234\254\377h~\226\377Tm\207\377\20\26\35" | ||
| 53 | "\377\203\0\0\0\377\25\214\214\214\377\365\365\365\377OOO\377\225\225" | ||
| 54 | "\225\377\324\324\324\377\344\344\344\377\310\310\310\377\0\0\0\377\0" | ||
| 55 | "\0\0W\0\0\0\24\0\0\0\0#(-\377\200\226\253\377]y\226\377Sh}\377\315\323" | ||
| 56 | "\331\377\313\322\334\377\211\233\253\377\314\324\334\377\\t\214\377\21" | ||
| 57 | "\30\40\377\204\365\365\365\377\3MMM\377\201\201\201\377\306\306\306\377" | ||
| 58 | "\202\344\344\344\377\17\310\310\310\377\0\0\0\377\0\0\0W\0\0\0\24\0\0" | ||
| 59 | "\0\0\37%+\377k\201\227\377Sm\211\377J]o\377\201\221\237\377\202\223\244" | ||
| 60 | "\377Zp\207\377Id\201\377D]y\377\16\25\33\377\203\365\365\365\377\16O" | ||
| 61 | "OO\377jjj\377\240\240\240\377\344\344\344\377\365\365\365\377\344\344" | ||
| 62 | "\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" | ||
| 63 | "\24\32\376\15\23\31\377\203\16\24\33\377\21\16\24\32\377\16\23\32\377" | ||
| 64 | "\17\24\32\377ccc\377OOO\377\365\365\365\377OOO\377\225\225\225\377\306" | ||
| 65 | "\306\306\377sss\377\306\306\306\377\365\365\365\377\344\344\344\377\310" | ||
| 66 | "\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" | ||
| 67 | "\377\377\373\373\373\377\365\365\365\377ccc\377\306\306\306\377\365\365" | ||
| 68 | "\365\377\344\344\344\377\324\324\324\377OOO\377\254\254\254\377\306\306" | ||
| 69 | "\306\377\344\344\344\377\365\365\365\377|||\377\202\344\344\344\377\4" | ||
| 70 | "\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" | ||
| 71 | "\377\377\377\365\365\365\377sss\377\324\324\324\377\204\365\365\365\377" | ||
| 72 | "\202\344\344\344\377\204\365\365\365\377\6|||\377\344\344\344\377\310" | ||
| 73 | "\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" | ||
| 74 | "\377\377|||\377\324\324\324\377\214\344\344\344\377\5|||\377\310\310" | ||
| 75 | "\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" | ||
| 76 | "\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" | ||
| 77 | "\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" | ||
| 78 | "\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" | ||
| 79 | "\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" | ||
| 80 | "\0\0\0"}; | ||
| 81 | |||
| 82 | |||
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 --- /dev/null +++ b/src/icons/stock_mail-reply-to-all.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_reply) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_reply[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_reply[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1293) */ | ||
| 15 | "\0\0\5%" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\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" | ||
| 27 | "SSS\377\204\377\377\377\377\17\376\376\376\377\375\375\375\377\374\374" | ||
| 28 | "\374\377\373\373\373\377\371\371\371\377\370\370\370\377\367\367\367" | ||
| 29 | "\377\366\366\366\377\365\365\365\377\364\364\364\377\343\343\343\377" | ||
| 30 | "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" | ||
| 31 | "\356\356\356\377OOO\377\377\377\377\377\365\365\365\377\364\364\364\377" | ||
| 32 | "\363\363\363\377\202\362\362\362\377\1\361\361\361\377\202\360\360\360" | ||
| 33 | "\377\11\357\357\357\377\356\356\356\377\355\355\355\377\343\343\343\377" | ||
| 34 | "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" | ||
| 35 | "\2\0\0\0\377\377\377\377\377\344\344\344\377CCC\377\375\375\375\377\363" | ||
| 36 | "\363\363\377\202\362\362\362\377\3\361\361\361\377\360\360\360\377\357" | ||
| 37 | "\357\357\377\202\356\356\356\377\10\355\355\355\377\343\343\343\377O" | ||
| 38 | "OO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\202" | ||
| 39 | "\0\0\0\0\10\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\344\344" | ||
| 40 | "\344\377OOO\377\373\373\373\377\361\361\361\377\202\360\360\360\377\2" | ||
| 41 | "\357\357\357\377\356\356\356\377\202\355\355\355\377\10\343\343\343\377" | ||
| 42 | "CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0\377\0\0" | ||
| 43 | "\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" | ||
| 44 | "\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377\360\360" | ||
| 45 | "\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354\354\354" | ||
| 46 | "\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377\344\344\344" | ||
| 47 | "\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" | ||
| 48 | "\0\0\0\377\377\377\377\377\203\365\365\365\377\12\344\344\344\377>>>" | ||
| 49 | "\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354\377" | ||
| 50 | "\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\202\344\344\344" | ||
| 51 | "\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" | ||
| 52 | "\2\0\0\0\377\377\377\377\377\373\373\373\377=\32\23\377\365\365\365\377" | ||
| 53 | "\344\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343\343" | ||
| 54 | "\343\377OOO\377jjj\377\202\306\306\306\377\6\365\365\365\377\344\344" | ||
| 55 | "\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" | ||
| 56 | "\0\2\0\0\0\377\377\377\377\377\202\0\0\0\377\21\344\344\344\377ccc\377" | ||
| 57 | "\377\377\377\377\271\271\271\377OOO\377\360\360\360\377OOO\377\225\225" | ||
| 58 | "\225\377\306\306\306\377sss\377\306\306\306\377\365\365\365\377\344\344" | ||
| 59 | "\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" | ||
| 60 | "\0\2\202\0\0\0\377\12\352\300\272\377\0\0\0\377ccc\377\377\377\377\377" | ||
| 61 | "\365\365\365\377\344\344\344\377\324\324\324\377OOO\377\254\254\254\377" | ||
| 62 | "\306\306\306\377\202\344\344\344\377\1|||\377\202\344\344\344\377\4\310" | ||
| 63 | "\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" | ||
| 64 | "\352\300\272\377\337\236\225\377\207\0\0\0\377\1\344\344\344\377\203" | ||
| 65 | "\365\365\365\377\7\344\344\344\377|||\377\344\344\344\377\310\310\310" | ||
| 66 | "\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" | ||
| 67 | "\340\241\230\377\341\245\235\377\342\247\236\377\343\253\243\377\342" | ||
| 68 | "\247\236\377\343\252\242\377\337\236\225\377\314bS\377\0\0\0\377\206" | ||
| 69 | "\344\344\344\377\14|||\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21" | ||
| 70 | "\0\0\0\0\0\0\0\377\352\300\272\377\335\227\215\377\337\237\227\377\337" | ||
| 71 | "\236\225\377\336\232\220\377\202\335\226\214\377\4\336\232\220\377\335" | ||
| 72 | "\224\212\377\261C4\377\0\0\0\377\207\274\274\274\377\10ccc\377\0\0\0" | ||
| 73 | "\377\0\0\0-\0\0\0\21C\31\23\377\352\302\274\377\336\232\220\377\337\234" | ||
| 74 | "\222\377\202\335\231\217\377\1\335\227\215\377\204\336\232\220\377\1" | ||
| 75 | "\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" | ||
| 76 | "e&\35\377\210\230:,\377\2|/$\377\0\0\0\377\210\0\0\0-\3\0\0\0(\0\0\0" | ||
| 77 | "\31\0\0\0\10\202\0\0\0\0\2\0\0\0\377e&\35\377\202\230:,\377\205c%\35" | ||
| 78 | "\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" | ||
| 79 | "\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" | ||
| 80 | "\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" | ||
| 81 | "\0\377\227\0\0\0\0\1\0\0\0\377\251\0\0\0\0"}; | ||
| 82 | |||
| 83 | |||
diff --git a/src/icons/stock_mail-reply.png b/src/icons/stock_mail-reply.png new file mode 100644 index 0000000..47eecc6 --- /dev/null +++ b/src/icons/stock_mail-reply.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_send) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_send[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_send[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1369) */ | ||
| 15 | "\0\0\5q" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\0\377\224\0\0\0\0\5\0\0\0\377\364\345\263\377\355\326\204\377u_\20\377" | ||
| 27 | "\0\0\0\377\222\0\0\0\0\7\0\0\0\377\364\345\263\377\355\325\200\377\356" | ||
| 28 | "\326\205\377\257\215\30\377u_\20\377\0\0\0\377\220\0\0\0\0\5\0\0\0\377" | ||
| 29 | "\364\345\263\377\357\331\214\377\356\330\213\377\355\325\202\377\202" | ||
| 30 | "\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" | ||
| 31 | "\2\6\0\0\0\377\364\345\263\377\356\330\211\377\357\332\222\377\356\330" | ||
| 32 | "\211\377\355\325\202\377\203\257\215\30\377\2u_\20\377\0\0\0\377\204" | ||
| 33 | "\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" | ||
| 34 | "\355\326\204\377\355\325\200\377\257\215\30\377s]\20\377\206\0\0\0\377" | ||
| 35 | "\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" | ||
| 36 | "\377\377\377\377\2\0\0\0\377\360\334\227\377\202\355\326\204\377D\257" | ||
| 37 | "\215\30\377s]\20\377\0\0\0\377\366\366\366\377\365\365\365\377\364\364" | ||
| 38 | "\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0\1\0" | ||
| 39 | "\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377\377\377\377\365\365" | ||
| 40 | "\365\377\364\364\364\377\0\0\0\377\356\330\211\377\355\323|\377\355\326" | ||
| 41 | "\204\377\257\215\30\377s]\20\377\0\0\0\377\356\356\356\377\355\355\355" | ||
| 42 | "\377\343\343\343\377OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17" | ||
| 43 | "\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344\344\377CC" | ||
| 44 | "C\377\375\375\375\377\363\363\363\377\0\0\0\377\344\277=\377\313\244" | ||
| 45 | "\34\377\321\250\34\377\220t\23\377|d\21\377\0\0\0\377\355\355\355\377" | ||
| 46 | "\343\343\343\377OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0" | ||
| 47 | "\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" | ||
| 48 | "\365\377\344\344\344\377OOO\377\373\373\373\377\207\0\0\0\377%\343\343" | ||
| 49 | "\343\377CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0" | ||
| 50 | "\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" | ||
| 51 | "\373\373\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377" | ||
| 52 | "\360\360\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354" | ||
| 53 | "\354\354\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377\344" | ||
| 54 | "\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" | ||
| 55 | "\0\0\0\0\2\0\0\0\377\377\377\377\377\203\365\365\365\377\12\344\344\344" | ||
| 56 | "\377>>>\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354" | ||
| 57 | "\377\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\202\344\344" | ||
| 58 | "\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" | ||
| 59 | "\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\202\365\365\365\377" | ||
| 60 | "\10\344\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343" | ||
| 61 | "\343\343\377OOO\377jjj\377\202\306\306\306\377\13\365\365\365\377\344" | ||
| 62 | "\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" | ||
| 63 | "\0\0\0\0\2\0\0\0\377\377\377\377\377\202\365\365\365\377\40\344\344\344" | ||
| 64 | "\377ccc\377\377\377\377\377\271\271\271\377OOO\377\360\360\360\377OO" | ||
| 65 | "O\377\225\225\225\377\306\306\306\377sss\377\306\306\306\377\365\365" | ||
| 66 | "\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0" | ||
| 67 | "\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\344" | ||
| 68 | "\344\344\377ccc\377\377\377\377\377\365\365\365\377\344\344\344\377\324" | ||
| 69 | "\324\324\377OOO\377\254\254\254\377\306\306\306\377\202\344\344\344\377" | ||
| 70 | "\1|||\377\202\344\344\344\377\14\310\310\310\377\0\0\0\377\0\0\0-\0\0" | ||
| 71 | "\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" | ||
| 72 | "sss\377\377\377\377\377\204\365\365\365\377\202\344\344\344\377\203\365" | ||
| 73 | "\365\365\377\16\344\344\344\377|||\377\344\344\344\377\310\310\310\377" | ||
| 74 | "\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" | ||
| 75 | "\377\377|||\377\377\377\377\377\214\344\344\344\377\12|||\377\310\310" | ||
| 76 | "\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" | ||
| 77 | "sss\377\217\274\274\274\377\10ccc\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0" | ||
| 78 | "\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" | ||
| 79 | "\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" | ||
| 80 | "(\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" | ||
| 81 | "\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" | ||
| 82 | "\2\1\0\0\0\1\202\0\0\0\0"}; | ||
| 83 | |||
| 84 | |||
diff --git a/src/icons/stock_mail-send.png b/src/icons/stock_mail-send.png new file mode 100644 index 0000000..e1fa151 --- /dev/null +++ b/src/icons/stock_mail-send.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1031) */ | ||
| 15 | "\0\0\4\37" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\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" | ||
| 27 | "SSS\377\217\377\377\377\377#SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0" | ||
| 28 | "\1\0\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\365\365\365\377\373" | ||
| 29 | "\373\373\377\365\365\365\377\373\373\373\377\367\367\367\377\373\373" | ||
| 30 | "\373\377\365\365\365\377\373\373\373\377\365\365\365\377\373\373\373" | ||
| 31 | "\377\367\367\367\377\372\372\372\377\365\365\365\377OOO\377\256\256\256" | ||
| 32 | "\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" | ||
| 33 | "\377\377\377\344\344\344\377CCC\377\213\365\365\365\377\16OOO\377\254" | ||
| 34 | "\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" | ||
| 35 | "\0\0\0\0\2\0\0\0\377\377\377\377\377\365\365\365\377\344\344\344\377" | ||
| 36 | "OOO\377\211\365\365\365\377\20CCC\377\240\240\240\377\324\324\324\377" | ||
| 37 | "\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" | ||
| 38 | "\0\0\377\377\377\377\377\373\373\373\377\365\365\365\377\344\344\344" | ||
| 39 | "\377CCC\377\207\365\365\365\377\15OOO\377\225\225\225\377\324\324\324" | ||
| 40 | "\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0" | ||
| 41 | "\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\203\365\365\365\377\2\344" | ||
| 42 | "\344\344\377>>>\377\205\365\365\365\377\3MMM\377\201\201\201\377\306" | ||
| 43 | "\306\306\377\202\344\344\344\377\12\310\310\310\377\0\0\0\377\0\0\0-" | ||
| 44 | "\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" | ||
| 45 | "\377\203\365\365\365\377\2jjj\377CCC\377\203\365\365\365\377\17OOO\377" | ||
| 46 | "jjj\377\240\240\240\377\344\344\344\377\365\365\365\377\344\344\344\377" | ||
| 47 | "\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" | ||
| 48 | "\0\0\377\377\377\377\377\203\365\365\365\377\1ccc\377\202\271\271\271" | ||
| 49 | "\377\37OOO\377\365\365\365\377OOO\377\225\225\225\377\306\306\306\377" | ||
| 50 | "sss\377\306\306\306\377\365\365\365\377\344\344\344\377\310\310\310\377" | ||
| 51 | "\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" | ||
| 52 | "\377\377\373\373\373\377\365\365\365\377ccc\377\306\306\306\377\365\365" | ||
| 53 | "\365\377\344\344\344\377\324\324\324\377OOO\377\254\254\254\377\306\306" | ||
| 54 | "\306\377\344\344\344\377\365\365\365\377|||\377\202\344\344\344\377\14" | ||
| 55 | "\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" | ||
| 56 | "\0\0\377\377\377\377\377\365\365\365\377sss\377\324\324\324\377\204\365" | ||
| 57 | "\365\365\377\202\344\344\344\377\204\365\365\365\377\15|||\377\344\344" | ||
| 58 | "\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" | ||
| 59 | "\0\0\2\0\0\0\377\377\377\377\377|||\377\324\324\324\377\214\344\344\344" | ||
| 60 | "\377\12|||\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0\2\0\0" | ||
| 61 | "\0\0\0\0\0\2\0\0\0\377sss\377\217\274\274\274\377\10ccc\377\0\0\0\377" | ||
| 62 | "\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" | ||
| 63 | "\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" | ||
| 64 | "\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" | ||
| 65 | "\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" | ||
| 66 | "\0\0\1\0\0\0\1\221\0\0\0\2\1\0\0\0\1\262\0\0\0\0"}; | ||
| 67 | |||
| 68 | |||
diff --git a/src/icons/stock_mail.png b/src/icons/stock_mail.png new file mode 100644 index 0000000..5f8922e --- /dev/null +++ b/src/icons/stock_mail.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_receive_all) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_receive_all[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_receive_all[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1563) */ | ||
| 15 | "\0\0\6""3" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\264\0\0\0\0\5\16\17\16\3537<6\377493\377\36%\33\377\6\10\5\353\205\0" | ||
| 26 | "\0\0\0\5\16\17\16\3537<6\377493\377\36%\33\377\6\10\5\353\211\0\0\0\0" | ||
| 27 | "\5/4/\353\272\317\270\377\255\305\252\377`|V\377\24\33\22\353\205\0\0" | ||
| 28 | "\0\0\5/4/\353\272\317\270\377\255\305\252\377`|V\377\24\33\22\353\207" | ||
| 29 | "\0\0\0\0\7\0\0\0\24\0\0\0\27.3-\355\263\312\261\377\241\273\235\377U" | ||
| 30 | "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" | ||
| 31 | "\263\312\261\377\241\273\235\377UqJ\377\23\32\21\355\202\0\0\0\27\205" | ||
| 32 | "\0\0\0\0\23\0\0\0\254.2-\377]h\\\377\263\313\262\377\237\273\234\377" | ||
| 33 | "WtL\377,;'\377\21\27\17\377\0\0\0\277\0\0\0\0\0\0\0\254.2-\377]h\\\377" | ||
| 34 | "\263\313\262\377\237\273\234\377WtL\377,;'\377\21\27\17\377\0\0\0\277" | ||
| 35 | "\205\0\0\0\0\24\0\0\0\36=B<\301\266\312\265\377\263\313\262\377\241\273" | ||
| 36 | "\236\377[yP\377PkF\377\27\37\24\301\0\0\0\36\0\0\0\0\0\0\0\36=B<\301" | ||
| 37 | "\266\312\265\377\263\313\262\377\241\273\236\377[yP\377PkF\377\27\37" | ||
| 38 | "\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" | ||
| 39 | "\252\377\242\274\237\377NhE\377\23\32\21\377\205\0\0\0\377\11""372\377" | ||
| 40 | "\254\301\252\377\242\274\237\377NhE\377\23\32\21\377\0\0\0\377\0\0\0" | ||
| 41 | "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" | ||
| 42 | "\377qvp\377\233\256\230\377MVK\377\336\336\336\377\376\376\376\377\202" | ||
| 43 | "\374\374\374\377\26\372\372\372\377\367\367\367\377\330\330\330\377o" | ||
| 44 | "tn\377\233\256\230\377KSH\377\306\306\306\377SSS\377\0\0\0\377\0\0\0" | ||
| 45 | "\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" | ||
| 46 | "\332\332\332\377twt\377\320\320\320\377\363\363\363\377\362\362\362\377" | ||
| 47 | "\203\361\361\361\377\23\360\360\360\377\357\357\357\377\313\313\313\377" | ||
| 48 | "sur\377\302\302\302\377OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0" | ||
| 49 | "\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" | ||
| 50 | "CCC\377\375\375\375\377\363\363\363\377\202\362\362\362\377\202\361\361" | ||
| 51 | "\361\377\1\357\357\357\377\202\356\356\356\377\22\355\355\355\377\343" | ||
| 52 | "\343\343\377OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0\0-" | ||
| 53 | "\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" | ||
| 54 | "\377\344\344\344\377OOO\377\373\373\373\377\361\361\361\377\202\360\360" | ||
| 55 | "\360\377\2\357\357\357\377\356\356\356\377\202\355\355\355\377%\343\343" | ||
| 56 | "\343\377CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0" | ||
| 57 | "\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" | ||
| 58 | "\373\373\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377" | ||
| 59 | "\360\360\360\377\357\357\357\377\356\356\356\377\355\355\355\377\354" | ||
| 60 | "\354\354\377\343\343\343\377OOO\377\225\225\225\377\324\324\324\377\344" | ||
| 61 | "\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" | ||
| 62 | "\0\0\0\0\2\0\0\0\377\377\377\377\377\203\365\365\365\377\12\344\344\344" | ||
| 63 | "\377>>>\377\365\365\365\377\356\356\356\377\355\355\355\377\354\354\354" | ||
| 64 | "\377\343\343\343\377MMM\377\201\201\201\377\306\306\306\377\202\344\344" | ||
| 65 | "\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" | ||
| 66 | "\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\202\365\365\365\377" | ||
| 67 | "\10\344\344\344\377jjj\377CCC\377\363\363\363\377\354\354\354\377\343" | ||
| 68 | "\343\343\377OOO\377jjj\377\202\306\306\306\377\13\365\365\365\377\344" | ||
| 69 | "\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" | ||
| 70 | "\0\0\0\0\2\0\0\0\377\377\377\377\377\202\365\365\365\377\40\344\344\344" | ||
| 71 | "\377ccc\377\377\377\377\377\271\271\271\377OOO\377\360\360\360\377OO" | ||
| 72 | "O\377\225\225\225\377\306\306\306\377sss\377\306\306\306\377\365\365" | ||
| 73 | "\365\377\344\344\344\377\310\310\310\377\0\0\0\377\0\0\0-\0\0\0\21\0" | ||
| 74 | "\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\373\373\373\377\344" | ||
| 75 | "\344\344\377ccc\377\377\377\377\377\365\365\365\377\344\344\344\377\324" | ||
| 76 | "\324\324\377OOO\377\254\254\254\377\306\306\306\377\202\344\344\344\377" | ||
| 77 | "\1|||\377\202\344\344\344\377\14\310\310\310\377\0\0\0\377\0\0\0-\0\0" | ||
| 78 | "\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" | ||
| 79 | "sss\377\377\377\377\377\204\365\365\365\377\202\344\344\344\377\203\365" | ||
| 80 | "\365\365\377\16\344\344\344\377|||\377\344\344\344\377\310\310\310\377" | ||
| 81 | "\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" | ||
| 82 | "\377\377|||\377\377\377\377\377\214\344\344\344\377\12|||\377\310\310" | ||
| 83 | "\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" | ||
| 84 | "sss\377\217\274\274\274\377\10ccc\377\0\0\0\377\0\0\0-\0\0\0\21\0\0\0" | ||
| 85 | "\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" | ||
| 86 | "\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" | ||
| 87 | "(\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" | ||
| 88 | "\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" | ||
| 89 | "\2\1\0\0\0\1\202\0\0\0\0"}; | ||
| 90 | |||
| 91 | |||
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 --- /dev/null +++ b/src/icons/stock_mail_receive_all.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_mail_send_queue) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_mail_send_queue[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_mail_send_queue[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1550) */ | ||
| 15 | "\0\0\6&" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\0\377\224\0\0\0\0\5\0\0\0\377\364\345\263\377\355\326\204\377u_\20\377" | ||
| 27 | "\0\0\0\377\222\0\0\0\0\7\0\0\0\377\364\345\263\377\355\325\200\377\356" | ||
| 28 | "\326\205\377\257\215\30\377u_\20\377\0\0\0\377\220\0\0\0\0\5\0\0\0\377" | ||
| 29 | "\364\345\263\377\357\331\214\377\356\330\213\377\355\325\202\377\202" | ||
| 30 | "\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" | ||
| 31 | "\2\6\0\0\0\377\364\345\263\377\356\330\211\377\357\332\222\377\356\330" | ||
| 32 | "\211\377\355\325\202\377\203\257\215\30\377\2u_\20\377\0\0\0\377\204" | ||
| 33 | "\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" | ||
| 34 | "\355\326\204\377\355\325\200\377\257\215\30\377s]\20\377\206\0\0\0\377" | ||
| 35 | "\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" | ||
| 36 | "\377\377\377\377\2\0\0\0\377\360\334\227\377\202\355\326\204\377D\257" | ||
| 37 | "\215\30\377s]\20\377\0\0\0\377\366\366\366\377\365\365\365\377\364\364" | ||
| 38 | "\364\377\343\343\343\377SSS\377\0\0\0\377\0\0\0\31\0\0\0\10\0\0\0\1\0" | ||
| 39 | "\0\0\0\0\0\0\2\0\0\0\377\356\356\356\377OOO\377\377\377\377\377\365\365" | ||
| 40 | "\365\377\364\364\364\377\0\0\0\377\356\330\211\377\355\323|\377\355\326" | ||
| 41 | "\204\377\257\215\30\377s]\20\377\0\0\0\377\356\356\356\377\355\355\355" | ||
| 42 | "\377\343\343\343\377OOO\377\256\256\256\377\0\0\0\377\0\0\0(\0\0\0\17" | ||
| 43 | "\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344\344\377CC" | ||
| 44 | "C\377\375\375\375\377\363\363\363\377\0\0\0\377\344\277=\377\313\244" | ||
| 45 | "\34\377\321\250\34\377\220t\23\377|d\21\377\0\0\0\377\355\355\355\377" | ||
| 46 | "\343\343\343\377OOO\377\254\254\254\377\310\310\310\377\0\0\0\377\0\0" | ||
| 47 | "\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" | ||
| 48 | "\365\377\344\344\344\377OOO\377\373\373\373\377\207\0\0\0\377%\343\343" | ||
| 49 | "\343\377CCC\377\240\240\240\377\324\324\324\377\310\310\310\377\0\0\0" | ||
| 50 | "\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" | ||
| 51 | "\373\373\373\377\365\365\365\377\344\344\344\377CCC\377\370\370\370\377" | ||
| 52 | "\360\360\360\377\357\357\357\377\356\356\356\377\352\352\352\377\326" | ||
| 53 | "\326\326\377\242\242\242\377III\377SST\377YYY\377nnn\377\217\217\217" | ||
| 54 | "\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" | ||
| 55 | "\377\377\377\203\365\365\365\377\11\344\344\344\377>>>\377\365\365\365" | ||
| 56 | "\377\356\356\356\377\353\353\353\377\306\306\306\377mmm\377sss\377\372" | ||
| 57 | "\372\371\377\202\377\377\377\377\13\362\365\364\377xxw\377\23\23\23\377" | ||
| 58 | "\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" | ||
| 59 | "\373\373\377\202\365\365\365\377\7\344\344\344\377jjj\377CCC\377\363" | ||
| 60 | "\363\363\377\332\332\332\377qpo\377\252\247\247\377\203\377\377\377\377" | ||
| 61 | "\1\355\354\354\377\202\377\377\377\377\10\226\226\226\377\24\24\24\250" | ||
| 62 | "\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" | ||
| 63 | "\365\365\377\7\344\344\344\377ccc\377\377\377\377\377\271\271\271\377" | ||
| 64 | "OOO\377\275\275\275\377USV\377\204\377\377\377\377\2www\377\327\327\327" | ||
| 65 | "\377\202\377\377\377\377\"HHH\355\32\32\32N\0\0\0\2\0\0\0\0\0\0\0\2\0" | ||
| 66 | "\0\0\377\377\377\377\377\373\373\373\377\344\344\344\377ccc\377\377\377" | ||
| 67 | "\377\377\365\365\365\377\344\344\344\377\324\324\324\377BBB\377\304\304" | ||
| 68 | "\304\377\377\377\377\377\375\375\375\377\377\377\377\377\266\266\266" | ||
| 69 | "\377EEE\377\376\376\377\377\370\371\371\377\377\377\377\377\253\254\254" | ||
| 70 | "\377)))\216\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377\344\344" | ||
| 71 | "\344\377sss\377\377\377\377\377\204\365\365\365\377\23yyy\377\301\301" | ||
| 72 | "\301\377\377\377\377\377\370\370\371\377\377\377\377\377\40\40!\377$" | ||
| 73 | "$!\377\377\377\377\377\367\370\370\377\377\377\377\377\252\252\252\377" | ||
| 74 | "'''\240\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377\377\377\377\377|||\377\377" | ||
| 75 | "\377\377\377\205\344\344\344\377\21\211\211\211\377\255\255\255\377\377" | ||
| 76 | "\377\377\377\372\373\373\377\366\366\366\377\40\40\40\377\0\0\0\377\216" | ||
| 77 | "\217\217\377\367\367\364\377\377\377\377\377\226\226\226\377%%%\213\0" | ||
| 78 | "\0\0\2\0\0\0\0\0\0\0\2\0\0\0\377sss\377\207\274\274\274\377\2\220\220" | ||
| 79 | "\220\377rrr\377\203\377\377\377\377\3\361\360\361\377\341\341\341\377" | ||
| 80 | "\330\326\331\377\202\377\377\377\377\6YYY\363\31\31\31Y\0\0\0\2\0\0\0" | ||
| 81 | "\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" | ||
| 82 | "\206\377\377\377\377\11\215\216\216\373\0\0\0\255\10\7\10'\0\0\0\2\0" | ||
| 83 | "\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" | ||
| 84 | "\6\6\311vvv\366\345\344\344\377\371\371\371\377\364\364\367\377\336\336" | ||
| 85 | "\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" | ||
| 86 | "\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" | ||
| 87 | "\26\26\26\323(((\343%%%\344\21\21\21\326\0\0\0\262\0\0\0\200\0\0\0F\0" | ||
| 88 | "\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" | ||
| 89 | "/\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" | ||
| 90 | "\0\0\0\0"}; | ||
| 91 | |||
| 92 | |||
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 --- /dev/null +++ b/src/icons/stock_mail_send_queue.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_notspam) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_notspam[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_notspam[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1250) */ | ||
| 15 | "\0\0\4\372" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\346\0\0\0\0\6\22\23\23<\35\36\36\346389\3759\77@\363156X\22\25\25!\222" | ||
| 26 | "\0\0\0\0\7\27\30\31\312\262\270\271\337\325\343\347\377\252\272\275\375" | ||
| 27 | "dij\365\35\36\36\346\0\0\0\40\221\0\0\0\0\13\14\15\15\311\222\234\236" | ||
| 28 | "\360\347\360\363\377\355\360\361\377\345\355\357\377\305\331\335\377" | ||
| 29 | ".12\365\77CC\203\34\35\36N\32\33\33P\0\0\0\4\215\0\0\0\0\15""3557\37" | ||
| 30 | "!!\361\337\353\356\377\267\304\310\377\322\331\332\377\341\357\362\377" | ||
| 31 | "\266\313\317\374<EG\363\36\"#\361\31\36\37\361-./\220\31\32\32\300\2" | ||
| 32 | "\2\2&\211\0\0\0\0\20\27\33\33BOTUK%()\303~\216\222\377\267\302\303\377" | ||
| 33 | "\303\331\335\377\234\254\260\377\303\315\316\377\307\341\347\377f\217" | ||
| 34 | "\227\377\220\254\262\377\315\335\341\377HUY\376\210\246\254\376\37\"" | ||
| 35 | "#\320\16\30\32\31\210\0\0\0\0\20\77EE\353$'(\3771;>\377\250\302\310\377" | ||
| 36 | "\262\275\300\377\317\345\351\377\302\331\336\377\201\230\234\377\242" | ||
| 37 | "\300\305\377\205\251\261\377\345\354\356\377\347\362\364\377\233\256" | ||
| 38 | "\263\377\310\341\347\377:>\77\355\14\16\16\201\206\0\0\0\0\22\0\0\0""0" | ||
| 39 | "\0\0\0\377377\377\263\302\305\377\335\355\360\377\330\344\346\377\341" | ||
| 40 | "\357\362\377\332\354\357\377\325\351\355\377\322\347\354\377\225\255" | ||
| 41 | "\262\377\333\342\342\377\355\357\360\377\242\261\263\377\217\244\250" | ||
| 42 | "\377\327\342\345\377y\217\224\373\25\30\31\311\204\0\0\0\0\1\0\0\0""0" | ||
| 43 | "\202\0\0\0\377\21\363\265\247\377\206^U\377\257\271\273\377\361\370\371" | ||
| 44 | "\377\367\373\373\377\331\353\357\377\354\364\366\377\363\367\367\377" | ||
| 45 | "\351\362\364\377\356\362\363\377\351\355\356\377\305\310\311\377\302" | ||
| 46 | "\306\310\377\340\347\347\377\335\352\355\377z\235\245\377\31\36\37\375" | ||
| 47 | "\204\0\0\0\0\15\0\0\0\377\363\265\247\377\353\201i\377\2706\30\377\222" | ||
| 48 | "N<\377\237\245\246\377\343\356\360\377\354\365\367\377\326\352\355\377" | ||
| 49 | "\313\344\351\377\331\347\351\377\341\353\355\377\325\232\231\377\210" | ||
| 50 | "\244\0\0\377\1\212\0\0\232\202\0\0\0\0\15\0\0\0\377\2645\30\377\347j" | ||
| 51 | "M\377\353\201i\377\265\77$\377\313pZ\377\304\330\333\377\322\346\351" | ||
| 52 | "\377\312\343\350\377\251\310\317\377\177\244\252\377\202\264\276\377" | ||
| 53 | "\244\0\0\377\207\337B\36\377\5\335;\33\377\244\0\0\377\0\0\0""0\0\0\0" | ||
| 54 | "\0\0\0\0\377\203\2645\30\377\14\347jM\377\361\250\227\377\347eG\377\305" | ||
| 55 | "\213}\377\250\253\254\377p\241\253\377\210\265\276\377\225\307\321\377" | ||
| 56 | "\244\0\0\377\337B\36\377\377\377\377\377\370\331\322\377\202\314\0\0" | ||
| 57 | "\377\7\370\331\322\377\377\377\377\377\331.\25\377\244\0\0\377\0\0\0" | ||
| 58 | "\377\0\0\0\0\0\0\0\377\205\2645\30\377\11\347jM\377\361\250\227\377\341" | ||
| 59 | "pU\377\335\215z\377\330\347\352\377\330\351\355\377\244\0\0\377\337B" | ||
| 60 | "\36\377\370\331\322\377\204\377\377\377\377\6\370\331\322\377\331.\25" | ||
| 61 | "\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" | ||
| 62 | "\377\7\347jM\377\361\250\227\377\347eG\377\345\242\223\377\244\0\0\377" | ||
| 63 | "\337B\36\377\314\0\0\377\204\377\377\377\377\10\314\0\0\377\331.\25\377" | ||
| 64 | "\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" | ||
| 65 | "\205\2645\30\377\5\347jM\377\361\250\227\377\244\0\0\377\337B\36\377" | ||
| 66 | "\314\0\0\377\204\377\377\377\377\12\314\0\0\377\331.\25\377\244\0\0\377" | ||
| 67 | "\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" | ||
| 68 | "\205\2645\30\377\3\244\0\0\377\337B\36\377\370\331\322\377\204\377\377" | ||
| 69 | "\377\377\5\370\331\322\377\331.\25\377\244\0\0\377\0\0\0\21\0\0\0\1\202" | ||
| 70 | "\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" | ||
| 71 | "\242C.\377\202\2645\30\377\4\244\0\0\377\337B\36\377\377\377\377\377" | ||
| 72 | "\370\331\322\377\202\314\0\0\377\5\370\331\322\377\377\377\377\377\331" | ||
| 73 | ".\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" | ||
| 74 | "\0\0\0\210\202\0\0\0\377\3\2645\30\377\244\0\0\377\335;\33\377\207\331" | ||
| 75 | ".\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" | ||
| 76 | "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" | ||
| 77 | "\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" | ||
| 78 | "\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" | ||
| 79 | "\0\11\2\0\0\0\6\0\0\0\2\210\0\0\0\0"}; | ||
| 80 | |||
| 81 | |||
diff --git a/src/icons/stock_notspam.png b/src/icons/stock_notspam.png new file mode 100644 index 0000000..0801b6d --- /dev/null +++ b/src/icons/stock_notspam.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_outbox) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_outbox[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_outbox[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (703) */ | ||
| 15 | "\0\0\2\327" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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" | ||
| 26 | "\0\0\377\236\235\232\377\333\332\331\377\366\366\366\377\0\0\0\377\0" | ||
| 27 | "\0\0\23\207\0\0\0\0\12\0\0\0.\0\0\0\377\244\243\240\377\342\341\340\377" | ||
| 28 | "{zw\377)('\377\250\247\244\377\363\363\363\377\0\0\0\377\0\0\0\23\204" | ||
| 29 | "\0\0\0\0\5\0\0\0.664\377\262\261\256\377\342\341\340\377\312\312\310" | ||
| 30 | "\377\202\14\14\14\377\6'&%\377jif\377\327\326\325\377\363\363\363\377" | ||
| 31 | "\0\0\0\377\0\0\0\23\203\0\0\0\0\16\0\0\0\377\372\372\372\377\304\304" | ||
| 32 | "\302\377\0\0\0\377\12\12\12\377\26\26\26\377AA\77\377pol\377{zw\377\207" | ||
| 33 | "\206\203\377\337\336\335\377\363\363\363\377\0\0\0\377\0\0\0\23\202\0" | ||
| 34 | "\0\0\0\21\0\0\0\377\377\377\377\377\344\343\342\377AA\77\377CCA\377]" | ||
| 35 | "\\Y\377pol\377~}z\377\213\212\207\377\224\223\220\377\227\226\223\377" | ||
| 36 | "\337\336\335\377\363\363\363\377\0\0\0\377\0\0\0\23\0\0\0\0\0\0\0\377" | ||
| 37 | "\202\377\377\377\377\15\344\343\342\377&%$\377]\\Y\377rqn\377\206\205" | ||
| 38 | "\202\377\225\224\221\377\231\230\225\377\232\231\226\377\235\234\231" | ||
| 39 | "\377\327\326\325\377\365\365\365\377\0\0\0\377\0\0\0\23\211\0\0\0\377" | ||
| 40 | "\6\204\203\200\377\236\235\232\377\241\240\235\377\244\243\240\377\337" | ||
| 41 | "\336\335\377\361\361\361\377\202\0\0\0\377\207\377\377\377\377\14\0\0" | ||
| 42 | "\0\377lkh\377\204\203\200\377\251\250\245\377\253\252\247\377\300\300" | ||
| 43 | "\276\377\327\326\325\377jif\377\0\0\0\377\377\377\377\377\357\357\357" | ||
| 44 | "\377\337B\36\377\203\357\357\357\377\10\314\314\314\377\0\0\0\377dc`" | ||
| 45 | "\377\205\204\201\377\264\264\262\377\321\320\317\377\207\206\203\377" | ||
| 46 | "RQN\377\202\0\0\0\377\1\377\377\377\377\203\337B\36\377\10\357\357\357" | ||
| 47 | "\377\337B\36\377\314\314\314\377\0\0\0\377_^[\377\264\264\262\377\221" | ||
| 48 | "\220\215\377UTQ\377\202\0\0\0\377\4\0\0\0""4\0\0\0\377\377\377\377\377" | ||
| 49 | "\357\357\357\377\204\337B\36\377\4\314\314\314\377\0\0\0\377rqn\377[" | ||
| 50 | "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" | ||
| 51 | "\202\357\357\357\377\203\337B\36\377\1\314\314\314\377\203\0\0\0\377" | ||
| 52 | "\1\0\0\0C\204\0\0\0\0\3\0\0\0\377\377\377\377\377\357\357\357\377\204" | ||
| 53 | "\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" | ||
| 54 | "\377\377\377\377\206\314\314\314\377\1\30\30\30\377\207\0\0\0\0\202\0" | ||
| 55 | "\0\0\377\1\11\11\11\377\206\0\0\0\377\207\0\0\0\0"}; | ||
| 56 | |||
| 57 | |||
diff --git a/src/icons/stock_outbox.png b/src/icons/stock_outbox.png new file mode 100644 index 0000000..0455a35 --- /dev/null +++ b/src/icons/stock_outbox.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_person) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_person[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_person[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (676) */ | ||
| 15 | "\0\0\2\274" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\205\0\0\0\0\2\210\212\205Y\210\212\205\277\202\210\212\205\364\2\210" | ||
| 26 | "\212\205\277\210\212\205Y\211\0\0\0\0\3\210\212\205\214\257\260\255\377" | ||
| 27 | "\363\363\362\377\202\376\376\376\377\3\363\363\362\377\257\260\255\377" | ||
| 28 | "\210\212\205\214\207\0\0\0\0\12\210\212\205Y\257\260\255\377\376\376" | ||
| 29 | "\376\377\370\370\367\377\371\371\371\377\373\373\373\377\371\371\371" | ||
| 30 | "\377\376\376\376\377\257\260\255\377\210\212\205Y\206\0\0\0\0\12\210" | ||
| 31 | "\212\205\277\363\363\362\377\363\364\363\377\363\363\362\377\371\372" | ||
| 32 | "\371\377\373\374\373\377\366\367\366\377\365\366\365\377\363\363\362" | ||
| 33 | "\377\210\212\205\277\206\0\0\0\0\12\210\212\205\364\376\376\376\377\353" | ||
| 34 | "\354\352\377\360\361\357\377\365\364\363\377\365\366\365\377\362\363" | ||
| 35 | "\362\377\356\357\356\377\376\376\376\377\210\212\205\364\206\0\0\0\0" | ||
| 36 | "\12\210\212\205\364\376\376\376\377\350\351\346\377\353\354\352\377\356" | ||
| 37 | "\357\355\377\357\357\356\377\355\355\353\377\351\353\351\377\376\376" | ||
| 38 | "\376\377\210\212\205\364\206\0\0\0\0\12\210\212\205\277\363\363\362\377" | ||
| 39 | "\356\356\355\377\345\347\344\377\347\351\346\377\350\351\347\377\347" | ||
| 40 | "\350\345\377\356\357\356\377\363\363\362\377\210\212\205\277\206\0\0" | ||
| 41 | "\0\0\12\211\213\206\224\257\260\255\377\376\376\376\377\354\355\353\377" | ||
| 42 | "\343\344\341\377\343\345\341\377\355\355\354\377\376\376\376\377\257" | ||
| 43 | "\260\255\377\211\213\206\224\205\0\0\0\0\5\214\216\211=\222\224\217\377" | ||
| 44 | "\272\273\270\377\257\260\255\377\363\363\362\377\202\376\376\376\377" | ||
| 45 | "\5\363\363\362\377\257\260\255\377\272\273\270\377\222\224\217\377\214" | ||
| 46 | "\216\211=\204\0\0\0\0\5\214\216\211\263\355\356\355\377\340\342\336\377" | ||
| 47 | "\272\274\267\377\233\235\230\377\202\213\215\210\377\5\233\234\230\377" | ||
| 48 | "\270\272\266\377\337\340\335\377\355\356\355\377\214\216\211\263\204" | ||
| 49 | "\0\0\0\0\7\214\216\211\361\376\376\376\377\334\335\332\377\335\336\332" | ||
| 50 | "\377\334\335\332\377\333\335\331\377\333\334\331\377\202\332\334\330" | ||
| 51 | "\377\3\332\333\327\377\376\376\376\377\214\216\211\361\204\0\0\0\0\2" | ||
| 52 | "\214\216\211\361\376\376\376\377\204\351\352\347\377\204\351\351\347" | ||
| 53 | "\377\2\376\376\376\377\214\216\211\361\204\0\0\0\0\2\214\216\211\373" | ||
| 54 | "\376\376\376\377\203\343\344\341\377\2\343\344\340\377\343\343\340\377" | ||
| 55 | "\203\342\343\340\377\2\376\376\376\377\214\216\211\373\204\0\0\0\0\7" | ||
| 56 | "\214\216\211\376\376\376\376\377\334\335\332\377\335\336\332\377\334" | ||
| 57 | "\335\332\377\333\335\331\377\333\334\331\377\202\332\334\330\377\3\332" | ||
| 58 | "\333\327\377\376\376\376\377\214\216\211\376\204\0\0\0\0\2\214\216\211" | ||
| 59 | "\361\357\360\356\377\210\376\376\376\377\2\357\360\356\377\214\216\211" | ||
| 60 | "\361\204\0\0\0\0\1\221\223\216\266\212\221\223\216\377\1\221\223\216" | ||
| 61 | "\243\202\0\0\0\0"}; | ||
| 62 | |||
| 63 | |||
diff --git a/src/icons/stock_person.png b/src/icons/stock_person.png new file mode 100644 index 0000000..f2169a8 --- /dev/null +++ b/src/icons/stock_person.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_spam) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_spam[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_spam[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (1374) */ | ||
| 15 | "\0\0\5v" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (96) */ | ||
| 19 | "\0\0\0`" | ||
| 20 | /* width (24) */ | ||
| 21 | "\0\0\0\30" | ||
| 22 | /* height (24) */ | ||
| 23 | "\0\0\0\30" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\346\0\0\0\0\6\22\23\23<\35\36\36\346389\3759\77@\363156X\22\25\25!\222" | ||
| 26 | "\0\0\0\0\7\27\30\31\312\262\270\271\337\325\343\347\377\252\272\275\375" | ||
| 27 | "dij\365\35\36\36\346\0\0\0\40\221\0\0\0\0\13\14\15\15\311\222\234\236" | ||
| 28 | "\360\347\360\363\377\355\360\361\377\345\355\357\377\305\331\335\377" | ||
| 29 | ".12\365\77CC\203\34\35\36N\32\33\33P\0\0\0\4\215\0\0\0\0\15""3557\37" | ||
| 30 | "!!\361\337\353\356\377\267\304\310\377\322\331\332\377\341\357\362\377" | ||
| 31 | "\266\313\317\374<EG\363\36\"#\361\31\36\37\361-./\220\31\32\32\300\2" | ||
| 32 | "\2\2&\211\0\0\0\0\20\27\33\33BOTUK%()\303~\216\222\377\267\302\303\377" | ||
| 33 | "\303\331\335\377\234\254\260\377\303\315\316\377\307\341\347\377f\217" | ||
| 34 | "\227\377\220\254\262\377\315\335\341\377HUY\376\210\246\254\376\37\"" | ||
| 35 | "#\320\16\30\32\31\210\0\0\0\0\20\77EE\353$'(\3771;>\377\250\302\310\377" | ||
| 36 | "\262\275\300\377\317\345\351\377\302\331\336\377\201\230\234\377\242" | ||
| 37 | "\300\305\377\205\251\261\377\345\354\356\377\347\362\364\377\233\256" | ||
| 38 | "\263\377\310\341\347\377:>\77\355\14\16\16\201\206\0\0\0\0\22\0\0\0""0" | ||
| 39 | "\0\0\0\377377\377\263\302\305\377\335\355\360\377\330\344\346\377\341" | ||
| 40 | "\357\362\377\332\354\357\377\325\351\355\377\322\347\354\377\225\255" | ||
| 41 | "\262\377\333\342\342\377\355\357\360\377\242\261\263\377\217\244\250" | ||
| 42 | "\377\327\342\345\377y\217\224\373\25\30\31\311\204\0\0\0\0\1\0\0\0""0" | ||
| 43 | "\202\0\0\0\377\21\363\265\247\377\206^U\377\257\271\273\377\361\370\371" | ||
| 44 | "\377\367\373\373\377\331\353\357\377\354\364\366\377\363\367\367\377" | ||
| 45 | "\351\362\364\377\356\362\363\377\351\355\356\377\305\310\311\377\302" | ||
| 46 | "\306\310\377\340\347\347\377\335\352\355\377z\235\245\377\31\36\37\375" | ||
| 47 | "\204\0\0\0\0\26\0\0\0\377\363\265\247\377\353\201i\377\2706\30\377\222" | ||
| 48 | "N<\377\237\245\246\377\343\356\360\377\354\365\367\377\326\352\355\377" | ||
| 49 | "\313\344\351\377\331\347\351\377\341\353\355\377\317\345\351\377\270" | ||
| 50 | "\313\320\377\275\313\317\377\253\263\265\377\343\345\345\377\334\353" | ||
| 51 | "\357\377j\227\237\377\23\30\31\377\0\0\0\377\0\0\0""0\202\0\0\0\0\31" | ||
| 52 | "\0\0\0\377\2645\30\377\347jM\377\353\201i\377\265\77$\377\313pZ\377\304" | ||
| 53 | "\330\333\377\322\346\351\377\312\343\350\377\251\310\317\377\177\244" | ||
| 54 | "\252\377\202\264\276\377\342\357\360\377\323\347\352\377\257\325\336" | ||
| 55 | "\377\307\342\347\377\347\361\362\377\227\303\313\377c\177\206\377\31" | ||
| 56 | "\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" | ||
| 57 | "5\30\377\25\347jM\377\361\250\227\377\347eG\377\305\213}\377\250\253" | ||
| 58 | "\254\377p\241\253\377\210\265\276\377\225\307\321\377\255\324\334\377" | ||
| 59 | "\334\352\357\377\265\330\340\377\312\344\351\377\225\276\306\377f\226" | ||
| 60 | "\240\377XXW\377Q\31\14\377\331@\35\377\354\212t\377\0\0\0\377\0\0\0\0" | ||
| 61 | "\0\0\0\377\205\2645\30\377\23\347jM\377\361\250\227\377\341pU\377\335" | ||
| 62 | "\215z\377\330\347\352\377\330\351\355\377\326\352\356\377\331\353\356" | ||
| 63 | "\377\344\360\363\377\317\343\350\377[\224\240\377\\~\205\377=\"\35\377" | ||
| 64 | "x#\20\377\331@\35\377\352z`\377\0\0\0\377\0\0\0\1\0\0\0""7\202\0\0\0" | ||
| 65 | "\377\205\2645\30\377\23\347jM\377\361\250\227\377\347eG\377\345\242\223" | ||
| 66 | "\377\353\331\325\377\306\323\326\377y\237\250\377U\214\230\377Ehn\377" | ||
| 67 | "'\40\37\377]2(\377\270o]\377\361\245\223\377\357\231\205\377\0\0\0\377" | ||
| 68 | "\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" | ||
| 69 | "jM\377\361\250\227\377\345\215x\377\300\300\301\3772FK\377Jnu\377(!!" | ||
| 70 | "\377J.'\377\306\226\213\377\335\250\233\377_\34\15\377\0\0\0\377\0\0" | ||
| 71 | "\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" | ||
| 72 | "\2645\30\377\14\362\257\240\377\243oc\3774\34\27\3770\32\25\377gLE\377" | ||
| 73 | "\344\256\241\377\215*\23\377\0\0\0\377\0\0\0\216\0\0\0""9\0\0\0\21\0" | ||
| 74 | "\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" | ||
| 75 | "\0\0\377\1\242C.\377\202\2645\30\377\13\344\247\231\377\331|g\377\266" | ||
| 76 | "jY\377\262l\\\377\210(\22\377\0\0\0\377\0\0\0\216\0\0\0\77\0\0\0/\0\0" | ||
| 77 | "\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" | ||
| 78 | "\0\0\0\377\3\2645\30\377\333A\35\377\364\272\254\377\202\0\0\0\377\6" | ||
| 79 | "\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" | ||
| 80 | "\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" | ||
| 81 | "\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" | ||
| 82 | "\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" | ||
| 83 | "\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" | ||
| 84 | "\0\0\2\210\0\0\0\0"}; | ||
| 85 | |||
| 86 | |||
diff --git a/src/icons/stock_spam.png b/src/icons/stock_spam.png new file mode 100644 index 0000000..52364ab --- /dev/null +++ b/src/icons/stock_spam.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_spam_16) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_spam_16[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_spam_16[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (840) */ | ||
| 15 | "\0\0\3`" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\202\0\0\0\0\6\210\212\205<\210\212\205\346\210\212\205\375\210\212\205" | ||
| 26 | "\363\210\212\205Xz|w!\212\0\0\0\0\7\210\212\205\312\366\367\367\337\351" | ||
| 27 | "\360\362\377\324\334\336\375\210\212\205\365\210\212\205\346\210\212" | ||
| 28 | "\205\40\211\0\0\0\0\13\210\212\205\311\370\371\371\360\347\360\363\377" | ||
| 29 | "\355\360\361\377\345\355\357\377\357\364\365\377\210\212\205\365\210" | ||
| 30 | "\212\205\203\210\212\205/\210\212\205\4\210\212\205\2\205\0\0\0\0\10" | ||
| 31 | "\210\212\2057\210\212\205\361\366\371\372\377\267\304\310\377\322\331" | ||
| 32 | "\332\377\341\357\362\377\354\362\363\374\210\212\205\363\202\210\212" | ||
| 33 | "\205\361\177\210\212\205\220\210\212\205\300\210\212\205&\0\0\0\0\210" | ||
| 34 | "\212\205\16\210\212\205\33\210\212\205\265\210\212\205\365\365\366\366" | ||
| 35 | "\377\303\331\335\377\234\254\260\377\303\315\316\377\307\341\347\377" | ||
| 36 | "\330\342\344\377\360\363\364\377\361\365\366\377\210\212\205\376\320" | ||
| 37 | "\323\322\376\210\212\205\320\210\212\205\31\210\212\205S\210\212\205" | ||
| 38 | "\373\210\212\205\365\351\360\361\375\330\335\337\377\317\345\351\377" | ||
| 39 | "\302\331\336\377\201\230\234\377\242\300\305\377\205\251\261\377\345" | ||
| 40 | "\354\356\377\347\362\364\377\233\256\263\377\310\341\347\377\210\212" | ||
| 41 | "\205\355\210\212\205\201\210\212\205\324\271\273\270\376\335\355\360" | ||
| 42 | "\377\330\344\346\377\341\357\362\377\332\354\357\377\325\351\355\377" | ||
| 43 | "\322\347\354\377\225\255\262\377\333\342\342\377\355\357\360\377\242" | ||
| 44 | "\261\263\377\217\244\250\377\327\342\345\377\356\361\361\373\210\212" | ||
| 45 | "\205\311\210\212\205\327\365\366\366\376\361\370\371\377\367\373\373" | ||
| 46 | "\377\331\353\357\377\354\364\366\377\363\367\367\377\351\362\364\377" | ||
| 47 | "\356\362\363\377\351\355\356\377\305\310\311\377\302\306\310\377\340" | ||
| 48 | "\347\347\377\335\352\355\377\355\361\362\377\210\212\205\374\210\212" | ||
| 49 | "\205\342\363\363\364\375\343\356\360\377\354\365\367\377\326\352\355" | ||
| 50 | "\377\313\344\351\377\331\347\351\377\341\353\355\377\317\345\351\377" | ||
| 51 | "\270\313\320\377\275\313\317\377\253\263\265\377\343\345\345\377\334" | ||
| 52 | "\353\357\377\316\322\322\376\210\212\205\367\210\212\205\365\313\317" | ||
| 53 | "\316\374\304\330\333\377\322\346\351\377\312\343\350\377\251\310\317" | ||
| 54 | "\377\177\244\252\377\202\264\276\377\342\357\360\377\323\347\352\377" | ||
| 55 | "\257\325\336\377\307\342\347\377\347\361\362\377\344\357\361\377\250" | ||
| 56 | "\253\250\367\210\212\205\267\210\212\205X\251\255\252\376\331\347\351" | ||
| 57 | "\377\233\273\301\377\225\271\301\377p\241\253\377\210\265\276\377\225" | ||
| 58 | "\307\321\377\255\324\334\377\334\352\357\377\265\330\340\377\312\344" | ||
| 59 | "\351\377\225\276\306\377\315\322\321\377\210\212\205\346\210\212\205" | ||
| 60 | "|\210\212\2055\210\212\205\377\363\366\367\377\335\351\353\377\265\312" | ||
| 61 | "\317\377\311\335\341\377\330\347\352\377\330\351\355\377\326\352\356" | ||
| 62 | "\377\331\353\356\377\344\360\363\377\24\317\343\350\377\254\311\317\377" | ||
| 63 | "\254\256\253\373\210\212\205\311prn3y{v\12\210\212\205\222\210\212\205" | ||
| 64 | "\377\372\372\373\377\351\356\357\377\255\276\301\377\277\316\321\377" | ||
| 65 | "\312\324\327\377\321\330\332\377\306\324\327\375y\240\251\376\323\341" | ||
| 66 | "\344\377\326\330\326\371\210\212\205\344\210\212\205v\203\0\0\0\0\1\210" | ||
| 67 | "\212\205N\202\210\212\205\377\11\355\357\357\377\364\365\366\377\372" | ||
| 68 | "\372\373\377\373\374\374\377\373\373\373\373\326\327\326\373\274\275" | ||
| 69 | "\273\373\210\212\205\346\210\212\205\210\206\0\0\0\0\1\210\212\205\204" | ||
| 70 | "\203\210\212\205\376\5\210\212\205\373\210\212\205\353\210\212\205\323" | ||
| 71 | "\210\212\205h\210\212\205'\223\0\0\0\0"}; | ||
| 72 | |||
| 73 | |||
diff --git a/src/icons/stock_spam_16.png b/src/icons/stock_spam_16.png new file mode 100644 index 0000000..eadd20d --- /dev/null +++ b/src/icons/stock_spam_16.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_sylpheed) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_sylpheed[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_sylpheed[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (4686) */ | ||
| 15 | "\0\0\22f" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (192) */ | ||
| 19 | "\0\0\0\300" | ||
| 20 | /* width (48) */ | ||
| 21 | "\0\0\0""0" | ||
| 22 | /* height (48) */ | ||
| 23 | "\0\0\0""0" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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]" | ||
| 26 | "\5\5\254y\5\5\247\207\4\4\243\211\4\4\242\202\4\4\242u\4\4\242b\4\4\243" | ||
| 27 | "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" | ||
| 28 | "\4\223\36\231\0\0\0\0\27\5\5\276\"\5\5\266s\5\5\253\255\5\5\246\263\5" | ||
| 29 | "\5\244\263\5\5\240\263\5\5\234\263\4\4\231\263\4\4\225\263\4\4\222\263" | ||
| 30 | "\4\4\216\263\4\4\213\263\4\4\207\263\4\4\203\263\4\4\200\262\4\4\203" | ||
| 31 | "\242\4\4\205\222\3\3\205\211\3\3\202\212\3\3{\224\3\3o\250\3\3\206c\4" | ||
| 32 | "\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" | ||
| 33 | "\5\254\237\5\5\254\216\5\5\252\205\5\5\247\207\5\5\244\215\4\4\237\230" | ||
| 34 | "\4\4\230\244\4\4\221\261\4\4\215\263\4\4\211\263\4\4\206\263\4\4\203" | ||
| 35 | "\263\4\4\177\263\4\4{\263\3\4x\263\3\3x\251\3\3\202\210\4\4\216T\4\4" | ||
| 36 | "\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" | ||
| 37 | "\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" | ||
| 38 | "\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" | ||
| 39 | "\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" | ||
| 40 | "\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" | ||
| 41 | "\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" | ||
| 42 | "\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" | ||
| 43 | "\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" | ||
| 44 | "\377\374\374\374\377\375\375\375\377\374\374\374\377\374\374\375\377" | ||
| 45 | "\203\375\375\375\377\13\374\374\374\377\276\276\352\377\336\336\360\377" | ||
| 46 | "\363\363\363\377\356\356\356\377\353\353\353\377\352\352\352\377\354" | ||
| 47 | "\354\354\377\357\357\357\377\362\362\362\377\364\364\364\377\204\365" | ||
| 48 | "\365\365\377\3\364\364\364\377\363\363\363\377\363\364\363\377\202\363" | ||
| 49 | "\363\363\377\202\364\364\364\377\2\365\365\365\377\366\366\366\377\202" | ||
| 50 | "\367\367\367\377\5\302\302\302\377\0\0\0\377\0\0\0\40\0\0\0\12\0\0\0" | ||
| 51 | "\1\207\0\0\0\0\35\0\0\0\2\0\0\0\377\374\373\374\377\370\370\370\377\370" | ||
| 52 | "\371\370\377\366\367\366\377\365\364\364\377\364\364\365\377\364\363" | ||
| 53 | "\364\377\362\362\362\377\361\361\361\377\306\305\345\377\302\304\340" | ||
| 54 | "\377\344\344\344\377\341\341\341\377\336\336\336\377\334\334\334\377" | ||
| 55 | "\337\337\337\377\340\340\340\377\340\341\341\377\264\264\327\377\206" | ||
| 56 | "\206\307\377~~\303\377nn\273\377QQ\251\377UT\251\377tt\270\377\251\250" | ||
| 57 | "\315\377\331\332\333\377\202\333\333\333\377\12\335\337\335\377\341\341" | ||
| 58 | "\341\377\342\342\342\377\330\330\331\377\342\342\342\377\235\235\235" | ||
| 59 | "\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" | ||
| 60 | "\340\341\340\377\376\375\376\377\370\367\367\377\367\366\367\377\364" | ||
| 61 | "\364\364\377\363\364\364\377\363\363\363\377\361\361\361\377\357\356" | ||
| 62 | "\357\377\346\346\352\377\233\233\326\377\343\343\343\377\337\337\337" | ||
| 63 | "\377\336\337\336\377\336\336\336\377\336\336\335\377\324\324\335\377" | ||
| 64 | "\221\221\314\377\262\260\324\377\333\333\336\377\337\337\337\377\334" | ||
| 65 | "\334\334\377\326\326\331\377\242\243\311\377SS\244\377BA\226\377_^\250" | ||
| 66 | "\377\300\276\317\377\325\327\326\377\327\327\333\377\334\334\333\377" | ||
| 67 | "\340\340\340\377\333\333\335\377\337\337\337\377\233\234\233\377\0\0" | ||
| 68 | "\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" | ||
| 69 | "\303\377\377\377\377\377\374\373\374\377\365\366\365\377\364\364\364" | ||
| 70 | "\377\362\362\362\377\362\361\361\377\357\357\357\377\356\356\356\377" | ||
| 71 | "\353\353\353\377\240\240\326\377\317\317\336\377\337\336\336\377\335" | ||
| 72 | "\336\336\377\335\334\335\377\335\336\335\377\266\266\326\377\335\334" | ||
| 73 | "\336\377\340\342\340\377\336\336\334\377\333\333\333\377\331\327\331" | ||
| 74 | "\377\325\325\325\377\324\324\324\377\311\310\317\377ih\256\377@\77\220" | ||
| 75 | "\377II\226\377\262\262\307\377\316\320\320\377\325\325\325\377\325\327" | ||
| 76 | "\323\377\343\343\343\377\216\216\216\377\211\212\211\377\0\0\0\377\0" | ||
| 77 | "\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" | ||
| 78 | "\272\272\272\377\377\377\377\377\370\370\370\377\363\363\363\377\361" | ||
| 79 | "\362\361\377\360\360\361\377\357\357\357\377\354\354\355\377\351\351" | ||
| 80 | "\351\377\340\340\345\377\225\225\320\377\330\327\335\377\335\335\334" | ||
| 81 | "\377\334\334\333\377\336\334\336\377\337\336\337\377\335\336\335\377" | ||
| 82 | "\335\333\333\377\334\332\332\377\327\327\330\377\326\325\324\377\323" | ||
| 83 | "\323\323\377\321\317\321\377\315\315\316\377\304\305\311\377TS\236\377" | ||
| 84 | "<<\213\377LL\225\377\273\273\303\377\312\312\312\377\326\325\325\377" | ||
| 85 | "\272\272\272\377\244\244\244\377\247\247\247\377\0\0\0\377\0\0\0B\0\0" | ||
| 86 | "\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" | ||
| 87 | "\341\377\265\265\265\377\377\377\377\377\366\366\366\377\362\362\362" | ||
| 88 | "\377\360\360\360\377\356\356\355\377\354\354\354\377\351\351\351\377" | ||
| 89 | "\345\345\345\377\333\334\337\377\246\246\321\377\312\312\327\377\332" | ||
| 90 | "\332\332\377\332\332\334\377\333\333\334\377\334\334\333\377\331\331" | ||
| 91 | "\331\377\322\323\326\377\270\272\317\377\323\323\323\377\320\321\321" | ||
| 92 | "\377\316\316\316\377\311\314\314\377\311\307\311\377\224\224\271\377" | ||
| 93 | ";;\207\377:;\204\377pp\246\377\306\306\307\377\253\253\253\377\217\220" | ||
| 94 | "\217\377\305\305\304\377\246\246\246\377\0\0\0\377\0\0\0B\0\0\0\31\0" | ||
| 95 | "\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\370\370\370\377" | ||
| 96 | "\342\342\342\377\272\272\272\377\377\377\377\377\364\364\364\377\357" | ||
| 97 | "\357\356\377\354\354\354\377\352\352\351\377\350\347\347\377\345\345" | ||
| 98 | "\344\377\340\341\340\377\336\336\336\377\277\277\324\377\260\260\320" | ||
| 99 | "\377\251\251\316\377\234\235\312\377\222\222\306\377\217\217\304\377" | ||
| 100 | "\251\247\312\377\322\322\321\377\321\323\321\377\320\320\320\377\315" | ||
| 101 | "\317\316\377\316\316\316\377\311\310\311\377\271\270\300\377;:\206\377" | ||
| 102 | "88\201\377>>\203\377\237\237\245\377\204\205\204\377\256\260\256\377" | ||
| 103 | "\305\305\306\377\235\235\235\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" | ||
| 104 | "\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\370\370\370\377\370\370\367" | ||
| 105 | "\377\343\343\343\377\272\272\272\377\377\377\377\377\362\362\362\377" | ||
| 106 | "\354\354\354\377\350\350\350\377\347\346\346\377\343\343\343\377\337" | ||
| 107 | "\337\337\377\334\334\335\377\332\332\332\377\332\331\331\377\327\326" | ||
| 108 | "\326\377\326\326\327\377\321\323\326\377\326\324\326\377\323\322\322" | ||
| 109 | "\377\323\323\320\377\321\321\321\377\316\321\321\377\317\317\316\377" | ||
| 110 | "\315\315\314\377\313\314\311\377\307\307\305\377==\206\377;;\203\377" | ||
| 111 | "00u\377dd\177\377\242\240\240\377\265\266\265\377\300\277\277\377\232" | ||
| 112 | "\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" | ||
| 113 | "\0\0\0\377\377\377\377\377\367\370\370\377\367\367\367\377\365\367\365" | ||
| 114 | "\377\343\343\343\377\272\272\272\377\377\377\377\377\356\356\356\377" | ||
| 115 | "\347\350\347\377\343\346\343\377\342\342\342\377\337\337\337\377\202" | ||
| 116 | "\333\333\333\377\31\330\330\327\377\326\326\326\377\324\326\324\377\325" | ||
| 117 | "\323\323\377\322\320\322\377\322\321\322\377\317\317\317\377\320\316" | ||
| 118 | "\316\377\317\317\317\377\316\316\320\377\320\320\317\377\314\317\317" | ||
| 119 | "\377\310\310\310\377>>\206\37722x\377''k\377ss\225\377\247\247\251\377" | ||
| 120 | "\256\256\256\377\271\271\271\377\227\230\227\377\0\0\0\377\0\0\0B\0\0" | ||
| 121 | "\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" | ||
| 122 | "\367\367\377$\365\365\365\377\363\365\365\377\335\333\335\377\264\264" | ||
| 123 | "\264\377\375\375\375\377\353\353\353\377\342\342\342\377\336\337\337" | ||
| 124 | "\377\335\334\335\377\331\332\331\377\327\330\331\377\325\326\327\377" | ||
| 125 | "\326\325\325\377\323\323\323\377\320\322\322\377\321\323\322\377\317" | ||
| 126 | "\320\320\377\315\317\317\377\320\315\315\377\320\317\320\377\321\317" | ||
| 127 | "\321\377\321\321\321\377\321\322\322\377\307\307\323\37755{\377''l\377" | ||
| 128 | "00s\377\177\177\237\377\243\242\243\377\250\250\250\377\264\262\262\377" | ||
| 129 | "\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" | ||
| 130 | "\0\3\0\0\0\377\377\377\377\377\367\367\370\377\365\367\365\377\364\364" | ||
| 131 | "\364\377\362\362\362\377\343\341\353\377\254\254\316\377\201\201\253" | ||
| 132 | "\377\302\302\347\377\307\307\334\377\327\327\330\377\330\330\330\377" | ||
| 133 | "\327\327\327\377\326\326\326\377\202\323\323\323\377\1\322\321\322\377" | ||
| 134 | "\202\320\320\320\377\202\316\316\316\377\22\317\317\317\377\320\316\316" | ||
| 135 | "\377\317\320\317\377\325\325\322\377\333\333\333\377\213\213\250\377" | ||
| 136 | "**p\37744w\37755w\377\222\222\241\377\237\240\240\377\244\244\244\377" | ||
| 137 | "\260\256\260\377\223\223\223\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" | ||
| 138 | "\0\0\0\0\27\0\0\0\3\0\0\0\377\377\377\377\377\367\367\367\377\364\364" | ||
| 139 | "\364\377\325\323\352\377zz\311\377II\257\377HG\255\377@@\244\37744\227" | ||
| 140 | "\377JJ\253\377LL\251\377uu\270\377\254\253\307\377\316\315\316\377\316" | ||
| 141 | "\316\317\377\315\317\315\377\316\316\317\377\317\316\316\377\314\317" | ||
| 142 | "\314\377\316\316\316\377\317\315\317\377\202\316\316\316\377\20\323\323" | ||
| 143 | "\320\377\340\336\336\377\263\263\263\377TU\211\37789|\377::|\377HH\207" | ||
| 144 | "\377\240\240\240\377\235\235\235\377\241\241\242\377\252\254\254\377" | ||
| 145 | "\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" | ||
| 146 | "\3\0\0\0\377\377\377\377\377\366\366\364\377\270\270\341\377NN\262\377" | ||
| 147 | "II\255\377\\\\\266\377\212\212\310\377\231\231\313\377\206\206\271\377" | ||
| 148 | "]]\237\377ff\267\377AA\236\377==\231\377\\\\\251\377\244\244\300\377" | ||
| 149 | "\307\307\311\377\310\313\310\377\311\312\311\377\312\312\312\377\313" | ||
| 150 | "\313\315\377\314\314\314\377\316\316\316\377\321\321\321\377\337\337" | ||
| 151 | "\337\377\255\255\253\377\213\214\221\377BB\204\377==\177\37799z\377{" | ||
| 152 | "{\241\377\243\243\243\377\233\234\234\377\241\241\242\377\254\253\254" | ||
| 153 | "\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" | ||
| 154 | "\0\0\3\0\0\0\377\376\376\376\377\342\342\356\377PP\261\377II\254\377" | ||
| 155 | "\225\225\316\377\334\334\336\377\332\332\332\377\323\323\323\377\317" | ||
| 156 | "\317\321\377\254\253\253\377\234\234\234\377\307\307\316\377\250\250" | ||
| 157 | "\314\377ww\266\377HH\232\377ee\247\377\263\261\277\377\302\305\305\377" | ||
| 158 | "\307\307\307\377\313\312\312\377\321\317\317\377\336\335\335\377\332" | ||
| 159 | "\332\332\377\260\260\260\377\222\223\222\377ii\232\377\77\77\201\377" | ||
| 160 | "<<}\377KK\210\377\245\246\247\377\237\237\237\377\236\237\236\377\242" | ||
| 161 | "\242\242\377\256\256\254\377\224\224\224\377\0\0\0\377\0\0\0B\0\0\0\31" | ||
| 162 | "\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" | ||
| 163 | "JI\252\377\213\213\312\377\337\337\337\377\330\331\331\377\320\321\320" | ||
| 164 | "\377\313\313\313\377\271\271\271\377\216\220\220\377\302\302\302\377" | ||
| 165 | "\254\254\254\377\252\252\252\377\275\275\275\377\300\300\302\377\233" | ||
| 166 | "\233\276\377`_\247\377\225\224\274\377\314\314\314\377\322\322\322\377" | ||
| 167 | "\323\323\323\377\313\313\313\377\244\244\244\377\262\262\262\377\262" | ||
| 168 | "\262\311\37777z\3779:z\377@@~\377\231\233\254\377\246\246\246\377\241" | ||
| 169 | "\241\241\377\236\240\236\377\246\246\246\377\261\261\261\377\227\227" | ||
| 170 | "\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" | ||
| 171 | "\377\376\376\376\377\316\316\346\377HH\247\377\330\330\337\377\333\332" | ||
| 172 | "\332\377\322\322\322\377\312\312\312\377\271\271\271\377\232\232\232" | ||
| 173 | "\377\322\322\322\377\307\307\305\377\277\300\277\377\260\260\260\377" | ||
| 174 | "\254\254\254\377\244\245\244\377\246\246\246\377\243\243\244\377pp\234" | ||
| 175 | "\377^^\225\377\235\236\237\377\232\233\232\377\244\244\244\377\275\276" | ||
| 176 | "\275\377\264\265\305\377LL\216\377EE\206\37787v\377\216\215\245\377\255" | ||
| 177 | "\256\256\377\244\244\244\377\241\243\241\377\240\242\242\377\251\251" | ||
| 178 | "\251\377\266\266\266\377\233\233\233\377\0\0\0\377\0\0\0B\0\0\0\31\0" | ||
| 179 | "\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\375\375\375\377\356\356\356\377" | ||
| 180 | "{{\301\377\315\315\333\377\327\327\327\377\316\320\320\377\273\273\273" | ||
| 181 | "\377\233\233\233\377\324\324\324\377\311\312\312\377\315\315\315\377" | ||
| 182 | "\315\313\313\377\313\313\313\377\312\313\312\377\313\312\313\377\312" | ||
| 183 | "\312\312\377\313\313\313\377\314\312\314\377\253\253\304\377vv\260\377" | ||
| 184 | "\316\320\323\377\322\322\322\377\252\252\304\377HI\213\377\77\77\200" | ||
| 185 | "\377MM\213\377\244\243\270\377\227\226\226\377\236\235\235\377\246\246" | ||
| 186 | "\246\377\242\244\242\377\246\247\247\377\260\260\260\377\272\272\273" | ||
| 187 | "\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" | ||
| 188 | "\0\0\0\3\0\0\0\377\375\375\375\377\356\356\356\377\336\334\343\377\215" | ||
| 189 | "\215\305\377\323\323\326\377\300\302\300\377\236\236\236\377\327\327" | ||
| 190 | "\327\377\316\317\316\377\322\322\322\377\323\323\323\377\323\323\325" | ||
| 191 | "\377\202\323\323\323\377\31\320\320\320\377\320\317\320\377\317\320\317" | ||
| 192 | "\377\317\317\317\377\314\316\316\377\265\263\305\377yz\256\377vv\255" | ||
| 193 | "\377@@\201\377@@\200\377tt\250\377\272\272\300\377\273\273\273\377\262" | ||
| 194 | "\262\262\377\216\220\216\377\231\232\232\377\247\246\247\377\255\257" | ||
| 195 | "\255\377\266\267\267\377\300\300\300\377\242\242\242\377\0\0\0\377\0" | ||
| 196 | "\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" | ||
| 197 | "\356\354\354\377\350\350\350\377\324\324\334\377\201\201\267\377\214" | ||
| 198 | "\214\242\377\334\334\334\377\322\322\322\377\325\325\325\377\327\327" | ||
| 199 | "\327\377\333\331\331\377\333\333\333\377\333\332\333\377\332\332\332" | ||
| 200 | "\377\327\327\327\377\326\326\326\377\323\323\323\377\321\321\321\377" | ||
| 201 | "\272\272\310\377|{\257\377DD\207\377AA\202\377nn\244\377\253\254\274" | ||
| 202 | "\377\277\300\300\377\272\272\272\377\263\263\265\377\255\255\255\377" | ||
| 203 | "\253\253\253\377\215\215\215\377\243\241\241\377\265\266\265\377\277" | ||
| 204 | "\276\276\377\305\303\305\377\246\246\246\377\0\0\0\377\0\0\0B\0\0\0\31" | ||
| 205 | "\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" | ||
| 206 | "\350\351\351\377\323\323\323\377\252\252\252\377\271\271\325\377\231" | ||
| 207 | "\231\303\377\253\252\312\377\315\315\326\377\335\335\335\377\335\337" | ||
| 208 | "\335\377\337\337\337\377\336\336\336\377\336\334\336\377\322\322\330" | ||
| 209 | "\377\262\262\315\377\216\214\274\377]]\236\377@@\204\377ZZ\232\377\213" | ||
| 210 | "\213\262\377\226\226\266\377\246\246\272\377\274\274\274\377\271\270" | ||
| 211 | "\270\377\265\265\263\377\260\260\260\377\256\256\257\377\257\257\255" | ||
| 212 | "\377\261\261\260\377\227\227\227\377\260\260\257\377\304\304\304\377" | ||
| 213 | "\311\307\307\377\252\252\250\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" | ||
| 214 | "\0\0\0\0\6\0\0\0\3\0\0\0\377\376\376\376\377\356\356\356\377\332\332" | ||
| 215 | "\332\377\261\261\261\377\202\334\334\334\377!\333\332\333\377\325\325" | ||
| 216 | "\332\377\270\266\320\377\256\256\315\377\256\256\316\377\252\253\314" | ||
| 217 | "\377\244\244\313\377\230\230\304\377\223\223\300\377\236\236\304\377" | ||
| 218 | "\253\253\310\377\271\270\312\377\310\311\316\377\313\314\313\377\310" | ||
| 219 | "\310\306\377\302\302\302\377\230\227\261\377\262\262\266\377\266\266" | ||
| 220 | "\266\377\263\261\261\377\261\261\261\377\263\263\263\377\265\265\265" | ||
| 221 | "\377\271\271\273\377\276\277\277\377\242\242\243\377\271\273\273\377" | ||
| 222 | "\312\312\312\377\253\253\253\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" | ||
| 223 | "\0\0\0\0\14\0\0\0\3\0\0\0\377\376\376\376\377\335\335\335\377\265\265" | ||
| 224 | "\265\377\364\366\364\377\345\343\343\377\340\340\340\377\337\337\337" | ||
| 225 | "\377\337\335\335\377\336\336\336\377\337\335\335\377\202\337\337\337" | ||
| 226 | "\377\33\336\336\340\377\336\335\335\377\334\334\334\377\333\333\333\377" | ||
| 227 | "\330\330\330\377\325\323\325\377\317\320\320\377\311\313\313\377\305" | ||
| 228 | "\305\305\377\301\301\277\377\271\272\272\377\237\237\261\377\265\266" | ||
| 229 | "\265\377\264\265\265\377\266\267\267\377\271\273\273\377\275\275\275" | ||
| 230 | "\377\301\301\303\377\305\305\305\377\311\311\311\377\247\247\247\377" | ||
| 231 | "\276\276\276\377\263\262\263\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" | ||
| 232 | "\0\0\0\0\13\0\0\0\3\0\0\0\377\377\377\377\377\254\256\254\377\373\373" | ||
| 233 | "\373\377\353\353\353\377\351\351\351\377\345\345\345\377\342\342\342" | ||
| 234 | "\377\340\342\340\377\340\336\340\377\202\336\336\336\377\34\334\336\336" | ||
| 235 | "\377\335\335\335\377\333\333\334\377\333\333\333\377\331\331\331\377" | ||
| 236 | "\327\327\325\377\322\322\322\377\317\317\320\377\311\313\313\377\306" | ||
| 237 | "\306\306\377\301\301\301\377\275\276\275\377\273\273\273\377\272\272" | ||
| 238 | "\272\377\274\273\273\377\276\276\276\377\302\300\300\377\305\305\305" | ||
| 239 | "\377\310\310\310\377\312\313\312\377\312\312\312\377\315\315\315\377" | ||
| 240 | "\251\252\251\377\250\250\250\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" | ||
| 241 | "\0\0\0\0\15\0\0\0\3\0\0\0\377\273\273\273\377\266\265\265\377\262\262" | ||
| 242 | "\262\377\251\251\251\377\250\250\250\377\252\252\252\377\250\250\250" | ||
| 243 | "\377\251\250\251\377\251\251\252\377\251\252\252\377\252\252\252\377" | ||
| 244 | "\203\253\253\253\377\3\253\253\252\377\253\253\253\377\252\253\253\377" | ||
| 245 | "\202\251\251\251\377\2\250\250\250\377\247\246\247\377\202\244\244\244" | ||
| 246 | "\377\20\244\243\244\377\245\245\245\377\247\247\247\377\253\251\253\377" | ||
| 247 | "\256\256\256\377\262\262\262\377\264\264\264\377\267\270\270\377\271" | ||
| 248 | "\271\271\377\274\274\274\377\276\276\275\377\224\224\224\377\0\0\0\377" | ||
| 249 | "\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" | ||
| 250 | "\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" | ||
| 251 | "\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" | ||
| 252 | "\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" | ||
| 253 | "\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" | ||
| 254 | "\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"}; | ||
| 255 | |||
| 256 | |||
diff --git a/src/icons/stock_sylpheed.png b/src/icons/stock_sylpheed.png new file mode 100644 index 0000000..e70a0e3 --- /dev/null +++ b/src/icons/stock_sylpheed.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_sylpheed_16) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_sylpheed_16[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_sylpheed_16[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (766) */ | ||
| 15 | "\0\0\3\26" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\227\0\0\0\0\10\265\265\346\377\214\214\325\377\203\203\316\377\220\220" | ||
| 26 | "\320\377\246\246\326\377\275\275\336\377\307\307\343\377\302\302\336" | ||
| 27 | "\377\206\0\0\0\0\11\317\317\362\377\241\241\343\377\301\301\352\377\312" | ||
| 28 | "\312\354\377\301\301\347\377\265\265\336\377\254\254\330\377\255\255" | ||
| 29 | "\325\377\277\277\336\377\207\0\0\0\0\1\310\310\360\377\212\0\0\0\0\2" | ||
| 30 | "\310\310\310\377\225\225\225\377\202\227\227\227\377\2\204\204\233\377" | ||
| 31 | "\214\214\225\377\202\224\224\224\377\206\225\225\225\377f\230\230\230" | ||
| 32 | "\377\0\0\0\0\223\223\223\377\367\367\367\377\367\366\367\377\365\365" | ||
| 33 | "\365\377\331\331\352\377\334\334\344\377\340\340\340\377\324\324\337" | ||
| 34 | "\377\277\276\332\377\261\261\321\377\213\213\300\377\267\267\317\377" | ||
| 35 | "\337\340\340\377\342\342\343\377\235\235\235\377\0\0\0\0\221\221\221" | ||
| 36 | "\377\345\345\345\377\365\365\365\377\360\360\360\377\344\344\351\377" | ||
| 37 | "\306\306\333\377\333\333\334\377\327\327\334\377\332\332\333\377\324" | ||
| 38 | "\324\325\377\305\305\314\377^]\236\377\236\237\271\377\311\311\310\377" | ||
| 39 | "\177\177\177\377\0\0\0\0\227\227\227\377\357\357\357\377\342\342\342" | ||
| 40 | "\377\360\360\360\377\350\347\347\377\333\333\337\377\312\311\326\377" | ||
| 41 | "\277\277\322\377\301\300\320\377\320\321\321\377\315\315\315\377\212" | ||
| 42 | "\211\253\377NN\210\377\236\236\240\377\215\215\215\377\0\0\0\0\227\227" | ||
| 43 | "\227\377\370\371\371\377\352\353\353\377\326\326\334\377\337\340\344" | ||
| 44 | "\377\334\334\334\377\327\327\327\377\323\323\323\377\320\320\321\377" | ||
| 45 | "\317\316\317\377\321\321\321\377\213\213\253\377>>z\377\237\236\245\377" | ||
| 46 | "\204\204\204\377\0\0\0\0\227\227\227\377\356\356\364\377\213\213\313" | ||
| 47 | "\377sr\273\377oo\263\377||\266\377\266\266\307\377\314\315\315\377\315" | ||
| 48 | "\315\315\377\317\316\316\377\311\311\310\377[\\\214\377ZZ\212\377\237" | ||
| 49 | "\237\240\377\177\177\200\377\0\0\0\0\227\227\227\377\243\243\324\377" | ||
| 50 | "\254\254\317\377\321\321\321\377\262\262\262\377\263\263\272\377\222" | ||
| 51 | "\222\261\377\224\224\264\377\276\276\303\377\305\305\305\377\221\221" | ||
| 52 | "\247\377FF\202\377\224\225\242\377\241\242\242\377\203\203\203\377\0" | ||
| 53 | "\0\0\0\227\227\227\377\314\314\342\377\307\307\323\377\272\272\272\377" | ||
| 54 | "\202\313\313\313\377,\306\306\306\377\301\301\304\377\240\241\272\377" | ||
| 55 | "\226\227\262\377__\225\377\224\224\246\377\237\237\237\377\253\254\253" | ||
| 56 | "\377\213\213\213\377\0\0\0\0\227\227\227\377\355\355\355\377\266\266" | ||
| 57 | "\304\377\276\276\316\377\317\317\326\377\322\322\331\377\310\310\324" | ||
| 58 | "\377\253\253\304\377\203\203\253\377\203\203\251\377\267\267\272\377" | ||
| 59 | "\261\261\262\377\250\250\250\377\264\264\263\377\223\223\223\377\0\0" | ||
| 60 | "\0\0\227\227\227\377\333\334\333\377\343\343\343\377\337\337\337\377" | ||
| 61 | "\326\325\333\377\323\323\333\377\316\316\327\377\316\316\323\377\312" | ||
| 62 | "\313\314\377\275\275\277\377\263\264\267\377\271\271\271\377\301\302" | ||
| 63 | "\302\377\277\300\300\377\217\217\217\377\0\0\0\0\256\256\256\377ppp\377" | ||
| 64 | "\202iii\377\1ijj\377\203jjj\377\1iii\377\202ggg\377\4jjj\377mnn\377p" | ||
| 65 | "pp\377ggg\377\221\0\0\0\0"}; | ||
| 66 | |||
| 67 | |||
diff --git a/src/icons/stock_sylpheed_16.png b/src/icons/stock_sylpheed_16.png new file mode 100644 index 0000000..8b02fee --- /dev/null +++ b/src/icons/stock_sylpheed_16.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_sylpheed_32) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_sylpheed_32[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_sylpheed_32[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (2565) */ | ||
| 15 | "\0\0\12\35" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (128) */ | ||
| 19 | "\0\0\0\200" | ||
| 20 | /* width (32) */ | ||
| 21 | "\0\0\0\40" | ||
| 22 | /* height (32) */ | ||
| 23 | "\0\0\0\40" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\321\0\0\0\0\3\265\264\345\377\252\256\344\377\262\261\342\377\232\0" | ||
| 26 | "\0\0\0\3\211\210\327\377ij\312\377__\304\377\203WX\274\377\12X\\\271" | ||
| 27 | "\377c_\270\377gf\270\377kk\270\377ru\273\377\205\203\305\377\216\216" | ||
| 28 | "\312\377\225\221\310\377\205\206\301\377\212\216\302\377\216\0\0\0\0" | ||
| 29 | "\4\210\204\332\377ji\317\377y{\326\377\217\215\335\377\202\227\224\327" | ||
| 30 | "\377\2\210\212\322\377|w\300\377\202pp\275\377\202kk\270\377\4jm\262" | ||
| 31 | "\377kj\252\377tr\262\377\212\216\302\377\217\0\0\0\0\2\217\215\335\377" | ||
| 32 | "\260\263\352\377\235\0\0\0\0\2\245\241\346\377\314\313\360\377\236\0" | ||
| 33 | "\0\0\0\1\272\271\353\377\236\0\0\0\0\2\237\233\305\377\247\252\306\377" | ||
| 34 | "\226\0\0\0\0\2ab`\377^`]\377\205dec\377\4^_h\377SPv\377^_h\377^`]\377" | ||
| 35 | "\202\\^[\377\1^`]\377\214ab`\377\3ceb\377^`]\377\\^[\377\203\0\0\0\0" | ||
| 36 | "\4`]a\377\365\363\367\377\371\366\373\377\371\373\370\377\202\371\366" | ||
| 37 | "\373\377\23\365\367\364\377\351\352\364\377\313\306\345\377\336\337\351" | ||
| 38 | "\377\355\353\357\377\336\333\340\377\355\353\357\377\336\333\340\377" | ||
| 39 | "\355\353\357\377\305\310\345\377\254\247\322\377\262\261\342\377\225" | ||
| 40 | "\221\310\377\223\227\314\377\264\263\327\377\331\331\344\377\344\336" | ||
| 41 | "\335\377\355\353\357\377\341\346\351\377\202\355\353\357\377\2\336\333" | ||
| 42 | "\340\377fge\377\203\0\0\0\0\35`]a\377\362\364\361\377\371\373\370\377" | ||
| 43 | "\365\363\367\377\362\364\361\377\357\362\356\377\375\367\366\377\346" | ||
| 44 | "\354\356\377\305\310\345\377\312\312\341\377\334\336\332\377\337\341" | ||
| 45 | "\335\377\334\336\332\377\330\335\340\377\263\257\315\377\271\265\323" | ||
| 46 | "\377\313\313\325\377\307\307\322\377\304\310\327\377\201}\262\377b\\" | ||
| 47 | "\250\377kj\252\377\265\265\314\377\323\326\322\377\337\331\330\377\334" | ||
| 48 | "\336\332\377\324\331\333\377\322\324\320\377`]a\377\203\0\0\0\0\35QR" | ||
| 49 | "P\377\337\341\335\377\371\373\370\377\365\367\364\377\365\363\367\377" | ||
| 50 | "\356\363\366\377\366\360\357\377\354\356\353\377\325\321\343\377\276" | ||
| 51 | "\271\330\377\322\323\335\377\336\333\340\377\334\336\332\377\304\310" | ||
| 52 | "\327\377\322\323\335\377\332\337\342\377\330\333\327\377\327\325\331" | ||
| 53 | "\377\323\326\322\377\314\321\323\377\247\252\306\377WZ\244\377DG\225" | ||
| 54 | "\377\247\247\275\377\317\315\321\377\333\326\324\377\330\333\327\377" | ||
| 55 | "\216\220\215\377TUS\377\203\0\0\0\0\4`]a\377\337\331\330\377\332\337" | ||
| 56 | "\342\377\371\373\370\377\202\357\362\356\377\1\354\356\353\377\202\346" | ||
| 57 | "\354\356\377\202\306\306\335\377\22\324\331\333\377\333\331\335\377\336" | ||
| 58 | "\333\340\377\337\341\335\377\334\336\332\377\324\321\326\377\322\317" | ||
| 59 | "\324\377\322\324\320\377\317\315\321\377\306\314\316\377\216\216\260" | ||
| 60 | "\377HD\216\377WW\225\377\252\256\276\377\306\310\305\377\260\256\262" | ||
| 61 | "\377\253\260\262\377`]a\377\203\0\0\0\0\16fge\377\375\367\366\377\327" | ||
| 62 | "\325\331\377\336\333\340\377\375\367\366\377\356\363\366\377\366\360" | ||
| 63 | "\357\377\352\345\343\377\341\346\351\377\332\337\342\377\315\315\327" | ||
| 64 | "\377\306\302\324\377\302\277\320\377\271\265\323\377\202\263\257\315" | ||
| 65 | "\377\15\273\300\317\377\317\315\321\377\322\324\320\377\321\314\312\377" | ||
| 66 | "\311\316\321\377\265\271\311\377LR\224\377@=\206\377}y\242\377\233\240" | ||
| 67 | "\242\377\260\253\251\377\272\274\271\377ab`\377\203\0\0\0\0\16efd\377" | ||
| 68 | "\365\367\364\377\357\362\356\377\330\333\327\377\330\335\340\377\366" | ||
| 69 | "\360\357\377\351\353\350\377\346\354\356\377\352\345\343\377\344\336" | ||
| 70 | "\335\377\336\333\340\377\327\325\331\377\322\323\335\377\317\315\321" | ||
| 71 | "\377\202\307\307\322\377\15\317\315\321\377\322\324\320\377\317\315\321" | ||
| 72 | "\377\311\316\321\377\321\314\312\377\315\307\306\377\\W\220\377:9\200" | ||
| 73 | "\377LK|\377\210\211\222\377\253\260\262\377\263\270\272\377`]a\377\203" | ||
| 74 | "\0\0\0\0\14fge\377\371\366\373\377\356\363\366\377\362\364\361\377\330" | ||
| 75 | "\333\327\377\330\335\340\377\366\360\357\377\346\350\345\377\341\343" | ||
| 76 | "\340\377\337\341\335\377\330\335\340\377\323\326\322\377\202\324\331" | ||
| 77 | "\333\377\3\327\325\331\377\316\323\326\377\322\317\324\377\202\315\317" | ||
| 78 | "\314\377\12\311\316\321\377\315\317\314\377\306\314\316\377\\W\220\377" | ||
| 79 | "-.s\377JF}\377\226\227\241\377\260\253\251\377\255\257\254\377XZW\377" | ||
| 80 | "\203\0\0\0\0\1hig\377\202\371\373\370\377\17\362\364\361\377\355\353" | ||
| 81 | "\357\377\304\301\305\377\304\310\327\377\331\331\344\377\324\331\333" | ||
| 82 | "\377\333\331\335\377\323\326\322\377\331\327\333\377\330\322\321\377" | ||
| 83 | "\323\316\314\377\315\317\314\377\323\316\314\377\315\317\314\377\317" | ||
| 84 | "\315\321\377\202\323\316\314\377\11\322\324\320\377\277\277\311\377I" | ||
| 85 | "J\207\377-.s\377WU\207\377\226\227\241\377\236\243\245\377\260\256\262" | ||
| 86 | "\377`]a\377\203\0\0\0\0\35fge\377\375\367\366\377\365\367\364\377\325" | ||
| 87 | "\325\354\377\231\235\322\377|w\300\377ba\263\377pp\275\377z\200\277\377" | ||
| 88 | "\223\223\302\377\265\265\314\377\314\321\323\377\316\323\326\377\324" | ||
| 89 | "\321\326\377\320\322\317\377\314\321\323\377\323\316\314\377\322\317" | ||
| 90 | "\324\377\314\321\323\377\324\321\326\377\317\315\321\377\214\217\252" | ||
| 91 | "\377=>\177\3779:{\377gd\213\377\233\240\242\377\236\240\235\377\236\243" | ||
| 92 | "\245\377TUS\377\203\0\0\0\0\35fge\377\371\373\370\377\317\316\346\377" | ||
| 93 | "ba\263\377WX\274\377io\301\377\200\206\306\377sp\244\377b\\\250\377U" | ||
| 94 | "S\252\377QR\242\377\201}\262\377\277\277\311\377\310\312\307\377\306" | ||
| 95 | "\314\316\377\321\314\312\377\306\314\316\377\312\314\311\377\323\316" | ||
| 96 | "\314\377\323\326\322\377\251\253\250\377gd\213\3779:{\377CE\200\377\202" | ||
| 97 | "\206\241\377\236\240\235\377\242\243\254\377\243\245\242\377`]a\377\203" | ||
| 98 | "\0\0\0\0\35fge\377\351\352\364\377ki\275\377gf\270\377\270\273\330\377" | ||
| 99 | "\333\326\324\377\327\325\331\377\275\302\305\377\247\251\245\377\270" | ||
| 100 | "\265\272\377\247\252\306\377\201}\262\377gf\246\377\210\210\266\377\265" | ||
| 101 | "\266\300\377\315\307\306\377\317\315\321\377\327\325\331\377\320\322" | ||
| 102 | "\317\377\260\256\262\377\202\206\241\377IJ\207\3779:{\377ij\226\377\242" | ||
| 103 | "\243\254\377\236\240\235\377\242\243\254\377\243\245\242\377VXU\377\203" | ||
| 104 | "\0\0\0\0\20efd\377\325\325\354\377ba\263\377\263\257\315\377\323\326" | ||
| 105 | "\322\377\314\321\323\377\306\310\305\377\260\253\251\377\263\270\272" | ||
| 106 | "\377\272\274\271\377\255\257\254\377\263\270\272\377\251\252\264\377" | ||
| 107 | "\211\211\253\377\204\200\251\377\247\247\275\377\202\272\274\271\377" | ||
| 108 | "\13\260\256\262\377\247\253\273\377ij\226\3779:{\377WU\207\377\233\240" | ||
| 109 | "\242\377\260\253\251\377\236\240\235\377\260\253\251\377\255\257\254" | ||
| 110 | "\377`]a\377\203\0\0\0\0\35fge\377\351\352\364\377\205\203\305\377\322" | ||
| 111 | "\323\335\377\333\326\324\377\304\301\305\377\253\260\262\377\303\275" | ||
| 112 | "\274\377\321\314\312\377\317\315\321\377\303\275\274\377\275\277\274" | ||
| 113 | "\377\272\274\271\377\263\270\272\377\247\253\273\377\211\215\265\377" | ||
| 114 | "\233\233\261\377\275\277\274\377\261\261\273\377mj\236\377GF\211\377" | ||
| 115 | "gd\230\377\220\215\235\377\241\243\240\377\242\243\254\377\241\243\240" | ||
| 116 | "\377\260\256\262\377\255\257\254\377\\^[\377\203\0\0\0\0\7`]a\377\365" | ||
| 117 | "\367\364\377\310\314\334\377\254\247\322\377\311\316\321\377\262\264" | ||
| 118 | "\261\377\306\300\277\377\202\314\321\323\377\24\323\316\314\377\314\321" | ||
| 119 | "\323\377\323\316\314\377\322\317\324\377\320\322\317\377\315\317\314" | ||
| 120 | "\377\277\277\311\377\236\236\301\377\210\210\266\377]_\227\377IJ\207" | ||
| 121 | "\377\206\202\253\377\261\261\273\377\260\256\262\377\223\225\222\377" | ||
| 122 | "\236\240\235\377\247\251\245\377\262\264\261\377\270\265\272\377`]a\377" | ||
| 123 | "\203\0\0\0\0\35fge\377\375\367\366\377\346\350\345\377\304\310\327\377" | ||
| 124 | "\211\215\265\377\265\271\311\377\317\315\321\377\327\325\331\377\324" | ||
| 125 | "\331\333\377\337\331\330\377\336\333\340\377\330\333\327\377\324\321" | ||
| 126 | "\326\377\313\313\325\377\277\277\311\377\235\231\266\377fh\240\377QQ" | ||
| 127 | "\217\377gl\236\377\265\266\300\377\272\274\271\377\270\265\272\377\260" | ||
| 128 | "\256\262\377\260\253\251\377\226\227\241\377\260\253\251\377\275\277" | ||
| 129 | "\274\377\302\304\301\377dec\377\203\0\0\0\0\27`]a\377\357\362\356\377" | ||
| 130 | "\344\346\343\377\306\300\277\377\304\301\305\377\272\272\321\377\265" | ||
| 131 | "\265\314\377\307\307\322\377\315\315\327\377\310\314\334\377\304\310" | ||
| 132 | "\327\377\300\277\327\377\265\265\314\377\236\236\301\377\210\210\266" | ||
| 133 | "\377tx\236\377\222\222\264\377\253\247\270\377\242\241\270\377\265\267" | ||
| 134 | "\263\377\277\271\270\377\255\257\254\377\253\260\262\377\202\260\253" | ||
| 135 | "\251\377\1\243\250\252\377\202\304\301\305\377\1`]a\377\203\0\0\0\0\10" | ||
| 136 | "hig\377\355\353\357\377\311\316\321\377\334\336\332\377\337\341\335\377" | ||
| 137 | "\344\336\335\377\331\327\333\377\310\314\334\377\202\313\313\325\377" | ||
| 138 | "\1\311\305\327\377\202\302\277\320\377\20\306\302\324\377\313\313\325" | ||
| 139 | "\377\317\315\321\377\306\314\316\377\302\304\301\377\261\261\273\377" | ||
| 140 | "\251\252\264\377\277\271\270\377\260\253\251\377\263\270\272\377\275" | ||
| 141 | "\277\274\377\306\300\277\377\270\272\267\377\260\262\256\377\275\277" | ||
| 142 | "\274\377jli\377\203\0\0\0\0\30`]a\377\323\326\322\377\337\341\335\377" | ||
| 143 | "\355\353\357\377\352\345\343\377\341\346\351\377\337\341\335\377\344" | ||
| 144 | "\336\335\377\334\336\332\377\332\337\342\377\334\336\332\377\330\335" | ||
| 145 | "\340\377\331\327\333\377\323\326\322\377\322\317\324\377\315\317\314" | ||
| 146 | "\377\315\307\306\377\304\301\305\377\272\274\271\377\270\265\272\377" | ||
| 147 | "\263\270\272\377\304\301\305\377\306\300\277\377\304\301\305\377\202" | ||
| 148 | "\306\314\316\377\3\317\315\321\377\253\260\262\377`]a\377\203\0\0\0\0" | ||
| 149 | "\7TUS\377\223\225\222\377\216\220\215\377\210\206\212\377\203\205\202" | ||
| 150 | "\377\210\206\212\377\203\210\213\377\202\210\206\212\377\6\214\212\216" | ||
| 151 | "\377\210\206\212\377\207\211\206\377\214\212\216\377\207\211\206\377" | ||
| 152 | "\210\206\212\377\202\207\211\206\377\4\210\206\212\377\203\205\202\377" | ||
| 153 | "\210\206\212\377\203\205\202\377\202\203\210\213\377\6\214\212\216\377" | ||
| 154 | "\216\220\215\377\220\222\217\377\223\225\222\377\220\222\217\377QRP\377" | ||
| 155 | "\203\0\0\0\0\2\242\243\254\377TUS\377\232KLJ\377\1hig\377\302\0\0\0\0"}; | ||
| 156 | |||
| 157 | |||
diff --git a/src/icons/stock_sylpheed_32.png b/src/icons/stock_sylpheed_32.png new file mode 100644 index 0000000..8300438 --- /dev/null +++ b/src/icons/stock_sylpheed_32.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_sylpheed_newmail) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_sylpheed_newmail[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_sylpheed_newmail[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (4606) */ | ||
| 15 | "\0\0\22\26" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (192) */ | ||
| 19 | "\0\0\0\300" | ||
| 20 | /* width (48) */ | ||
| 21 | "\0\0\0""0" | ||
| 22 | /* height (48) */ | ||
| 23 | "\0\0\0""0" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\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]" | ||
| 26 | "\5\5\254y\5\5\247\207\4\4\243\211\4\4\242\202\4\4\242u\4\4\242b\4\4\243" | ||
| 27 | "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" | ||
| 28 | "\4\223\36\231\0\0\0\0\27\5\5\276\"\5\5\266s\5\5\253\255\5\5\246\263\5" | ||
| 29 | "\5\244\263\5\5\240\263\5\5\234\263\4\4\231\263\4\4\225\263\4\4\222\263" | ||
| 30 | "\4\4\216\263\4\4\213\263\4\4\207\263\4\4\203\263\4\4\200\262\4\4\203" | ||
| 31 | "\242\4\4\205\222\3\3\205\211\3\3\202\212\3\3{\224\3\3o\250\3\3\206c\4" | ||
| 32 | "\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" | ||
| 33 | "\5\254\237\5\5\254\216\5\5\252\205\5\5\247\207\5\5\244\215\4\4\237\230" | ||
| 34 | "\4\4\230\244\4\4\221\261\4\4\215\263\4\4\211\263\4\4\206\263\4\4\203" | ||
| 35 | "\263\4\4\177\263\4\4{\263\3\4x\263\3\3x\251\3\3\202\210\4\4\216T\4\4" | ||
| 36 | "\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" | ||
| 37 | "\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" | ||
| 38 | "\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" | ||
| 39 | "\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" | ||
| 40 | "\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" | ||
| 41 | "\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" | ||
| 42 | "\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" | ||
| 43 | "\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" | ||
| 44 | "\377\374\374\374\377\375\375\375\377\374\374\374\377\374\374\375\377" | ||
| 45 | "\203\375\375\375\377\13\374\374\374\377\276\276\352\377\336\336\360\377" | ||
| 46 | "\363\363\363\377\356\356\356\377\353\353\353\377\352\352\352\377\354" | ||
| 47 | "\354\354\377\357\357\357\377\362\362\362\377\364\364\364\377\204\365" | ||
| 48 | "\365\365\377\3\364\364\364\377\363\363\363\377\363\364\363\377\202\363" | ||
| 49 | "\363\363\377\202\364\364\364\377\2\365\365\365\377\366\366\366\377\202" | ||
| 50 | "\367\367\367\377\5\302\302\302\377\0\0\0\377\0\0\0\40\0\0\0\12\0\0\0" | ||
| 51 | "\1\207\0\0\0\0\35\0\0\0\2\0\0\0\377\374\373\374\377\370\370\370\377\370" | ||
| 52 | "\371\370\377\366\367\366\377\365\364\364\377\364\364\365\377\364\363" | ||
| 53 | "\364\377\362\362\362\377\361\361\361\377\306\305\345\377\302\304\340" | ||
| 54 | "\377\344\344\344\377\341\341\341\377\336\336\336\377\334\334\334\377" | ||
| 55 | "\337\337\337\377\340\340\340\377\340\341\341\377\264\264\327\377\206" | ||
| 56 | "\206\307\377~~\303\377nn\273\377QQ\251\377UT\251\377tt\270\377\251\250" | ||
| 57 | "\315\377\331\332\333\377\202\333\333\333\377\12\335\337\335\377\341\341" | ||
| 58 | "\341\377\342\342\342\377\330\330\331\377\342\342\342\377\235\235\235" | ||
| 59 | "\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" | ||
| 60 | "\340\341\340\377\376\375\376\377\370\367\367\377\367\366\367\377\364" | ||
| 61 | "\364\364\377\363\364\364\377\363\363\363\377\361\361\361\377\357\356" | ||
| 62 | "\357\377\346\346\352\377\233\233\326\377\343\343\343\377\337\337\337" | ||
| 63 | "\377\336\337\336\377\336\336\336\377\336\336\335\377\324\324\335\377" | ||
| 64 | "\221\221\314\377\262\260\324\377\333\333\336\377\337\337\337\377\334" | ||
| 65 | "\334\334\377\326\326\331\377\242\243\311\377SS\244\377BA\226\377_^\250" | ||
| 66 | "\377\300\276\317\377\325\327\326\377\327\327\333\377\334\334\333\377" | ||
| 67 | "\340\340\340\377\333\333\335\377\337\337\337\377\233\234\233\377\0\0" | ||
| 68 | "\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" | ||
| 69 | "\303\377\377\377\377\377\374\373\374\377\365\366\365\377\364\364\364" | ||
| 70 | "\377\362\362\362\377\362\361\361\377\357\357\357\377\356\356\356\377" | ||
| 71 | "\353\353\353\377\240\240\326\377\317\317\336\377\337\336\336\377\335" | ||
| 72 | "\336\336\377\335\334\335\377\335\336\335\377\266\266\326\377\335\334" | ||
| 73 | "\336\377\340\342\340\377\336\336\334\377\333\333\333\377\331\327\331" | ||
| 74 | "\377\325\325\325\377\324\324\324\377\311\310\317\377ih\256\377@\77\220" | ||
| 75 | "\377II\226\377\262\262\307\377\316\320\320\377\325\325\325\377\325\327" | ||
| 76 | "\323\377\343\343\343\377\216\216\216\377\211\212\211\377\0\0\0\377\0" | ||
| 77 | "\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" | ||
| 78 | "\272\272\272\377\377\377\377\377\370\370\370\377\363\363\363\377\361" | ||
| 79 | "\362\361\377\360\360\361\377\357\357\357\377\354\354\355\377\351\351" | ||
| 80 | "\351\377\340\340\345\377\225\225\320\377\330\327\335\377\335\335\334" | ||
| 81 | "\377\334\334\333\377\336\334\336\377\337\336\337\377\335\336\335\377" | ||
| 82 | "\335\333\333\377\334\332\332\377\327\327\330\377\326\325\324\377\323" | ||
| 83 | "\323\323\377\321\317\321\377\315\315\316\377\304\305\311\377TS\236\377" | ||
| 84 | "<<\213\377LL\225\377\273\273\303\377\312\312\312\377\326\325\325\377" | ||
| 85 | "\272\272\272\377\244\244\244\377\247\247\247\377\0\0\0\377\0\0\0B\0\0" | ||
| 86 | "\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" | ||
| 87 | "\341\377\265\265\265\377\377\377\377\377\366\366\366\377\362\362\362" | ||
| 88 | "\377\360\360\360\377\356\356\355\377\354\354\354\377\351\351\351\377" | ||
| 89 | "\345\345\345\377\333\334\337\377\246\246\321\377\312\312\327\377\332" | ||
| 90 | "\332\332\377\332\332\334\377\333\333\334\377\334\334\333\377\331\331" | ||
| 91 | "\331\377\322\323\326\377\270\272\317\377\323\323\323\377\320\321\321" | ||
| 92 | "\377\316\316\316\377\311\314\314\377\311\307\311\377\224\224\271\377" | ||
| 93 | ";;\207\377:;\204\377pp\246\377\306\306\307\377\253\253\253\377\217\220" | ||
| 94 | "\217\377\305\305\304\377\246\246\246\377\0\0\0\377\0\0\0B\0\0\0\31\0" | ||
| 95 | "\0\0\3\207\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\370\370\370\377" | ||
| 96 | "\342\342\342\377\272\272\272\377\377\377\377\377\364\364\364\377\357" | ||
| 97 | "\357\356\377\354\354\354\377\352\352\351\377\350\347\347\377\345\345" | ||
| 98 | "\344\377\340\341\340\377\336\336\336\377\277\277\324\377\260\260\320" | ||
| 99 | "\377\251\251\316\377\234\235\312\377\222\222\306\377\217\217\304\377" | ||
| 100 | "\251\247\312\377\322\322\321\377\321\323\321\377\320\320\320\377\315" | ||
| 101 | "\317\316\377\316\316\316\377\311\310\311\377\271\270\300\377;:\206\377" | ||
| 102 | "88\201\377>>\203\377\237\237\245\377\204\205\204\377\256\260\256\377" | ||
| 103 | "\305\305\306\377\235\235\235\377\0\0\0\377\0\0\0B\0\0\0\31\0\0\0\3\207" | ||
| 104 | "\0\0\0\0)\0\0\0\3\0\0\0\377\377\377\377\377\370\370\370\377\370\370\367" | ||
| 105 | "\377\343\343\343\377\272\272\272\377\377\377\377\377\362\362\362\377" | ||
| 106 | "\354\354\354\377\350\350\350\377\347\346\346\377\343\343\343\377\337" | ||
| 107 | "\337\337\377\334\334\335\377\332\332\332\377\332\331\331\377\327\326" | ||
| 108 | "\326\377\326\326\327\377\321\323\326\377\326\324\326\377\323\322\322" | ||
| 109 | "\377\323\323\320\377\321\321\321\377\316\321\321\377\317\317\316\377" | ||
| 110 | "\315\315\314\377\313\314\311\377\307\307\305\377==\206\377;;\203\377" | ||
| 111 | "00u\377dd\177\377\242\240\240\377\265\266\265\377\300\277\277\377\232" | ||
| 112 | "\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" | ||
| 113 | "\0\0\0\377\377\377\377\377\367\370\370\377\367\367\367\377\365\367\365" | ||
| 114 | "\377\343\343\343\377\272\272\272\377\377\377\377\377\356\356\356\377" | ||
| 115 | "\347\350\347\377\343\346\343\377\342\342\342\377\337\337\337\377\202" | ||
| 116 | "\333\333\333\377\31\330\330\327\377\326\326\326\377\324\326\324\377\325" | ||
| 117 | "\323\323\377\322\320\322\377\322\321\322\377\317\317\317\377\320\316" | ||
| 118 | "\316\377\317\317\317\377\316\316\320\377\320\320\317\377\314\317\317" | ||
| 119 | "\377\310\310\310\377>>\206\37722x\377''k\377ss\225\377\247\247\251\377" | ||
| 120 | "\256\256\256\377\271\271\271\377\227\230\227\377\0\0\0\377\0\0\0B\0\0" | ||
| 121 | "\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" | ||
| 122 | "\367\367\377%\365\365\365\377\363\365\365\377\335\333\335\377\264\264" | ||
| 123 | "\264\377\375\375\375\377\353\353\353\377\342\342\342\377\336\337\337" | ||
| 124 | "\377\335\334\335\377\331\332\331\377\327\330\331\377\325\326\327\377" | ||
| 125 | "\326\325\325\377\322\322\322\377\316\320\320\377\316\320\317\377\314" | ||
| 126 | "\315\315\377\312\314\314\377\315\312\312\377\315\314\315\377\316\314" | ||
| 127 | "\316\377\316\316\316\377\316\317\317\377\304\304\320\37744y\377&&j\377" | ||
| 128 | "//q\377}}\235\377\241\240\241\377\246\246\246\377\261\257\257\377\222" | ||
| 129 | "\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" | ||
| 130 | "\0\0\0\3\0\0\0\377\377\377\377\377\367\367\370\377\365\367\365\377\364" | ||
| 131 | "\364\364\377\362\362\362\377\343\341\353\377\254\254\316\377\201\201" | ||
| 132 | "\253\377\302\302\347\377\307\307\334\377\327\327\330\377\330\330\330" | ||
| 133 | "\377\327\327\327\377\326\326\326\377\323\323\323\377\322\322\322\377" | ||
| 134 | "\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" | ||
| 135 | "\0\377\377\377\377\377\367\367\367\377\364\364\364\377\325\323\352\377" | ||
| 136 | "zz\311\377II\257\377HG\255\377@@\244\37744\227\377JJ\253\377LL\251\377" | ||
| 137 | "uu\270\377\254\253\307\377\316\315\316\377\315\315\316\377\311\313\311" | ||
| 138 | "\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" | ||
| 139 | "\0\0\3\0\0\0\377\377\377\377\377\366\366\364\377\270\270\341\377NN\262" | ||
| 140 | "\377II\255\377\\\\\266\377\212\212\310\377\231\231\313\377\206\206\271" | ||
| 141 | "\377]]\237\377ff\267\377AA\236\377==\231\377[[\250\377\202\0\0\0\377" | ||
| 142 | "\202\325((\377\202\365\316\315\377\202\365\317\316\377\202\365\316\315" | ||
| 143 | "\377\202\364\316\313\377\202\364\315\313\377\206\365\316\315\377\202" | ||
| 144 | "\364\315\313\377\202\234\35\35\377\202\0\0\0\377\2\0\0\0\22\0\0\0\6\204" | ||
| 145 | "\0\0\0\0\20\0\0\0\3\0\0\0\377\376\376\376\377\342\342\356\377PP\261\377" | ||
| 146 | "II\254\377\225\225\316\377\334\334\336\377\332\332\332\377\323\323\323" | ||
| 147 | "\377\317\317\321\377\254\253\253\377\234\234\234\377\307\307\316\377" | ||
| 148 | "\250\250\314\377vv\264\377\202\0\0\0\377\202\325((\377\202\365\316\315" | ||
| 149 | "\377\202\365\317\316\377\202\365\316\315\377\202\364\316\313\377\202" | ||
| 150 | "\364\315\313\377\206\365\316\315\377\202\364\315\313\377\202\234\35\35" | ||
| 151 | "\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" | ||
| 152 | "\376\376\376\377\271\271\336\377JI\252\377\213\213\312\377\337\337\337" | ||
| 153 | "\377\330\331\331\377\320\321\320\377\313\313\313\377\271\271\271\377" | ||
| 154 | "\216\220\220\377\302\302\302\377\254\254\254\377\252\252\252\377\272" | ||
| 155 | "\272\272\377\202\0\0\0\377\202\365\316\315\377\202\325((\377\202\364" | ||
| 156 | "\316\313\377\202\364\315\311\377\202\365\317\316\377\202\363\310\302" | ||
| 157 | "\377\202\364\316\313\377\202\363\310\304\377\202\364\312\307\377\202" | ||
| 158 | "\325((\377\202\345\203|\377\202\0\0\0\377\2\0\0\0""9\0\0\0\26\204\0\0" | ||
| 159 | "\0\0\20\0\0\0\3\0\0\0\377\376\376\376\377\316\316\346\377HH\247\377\330" | ||
| 160 | "\330\337\377\333\332\332\377\322\322\322\377\312\312\312\377\271\271" | ||
| 161 | "\271\377\232\232\232\377\322\322\322\377\307\307\305\377\277\300\277" | ||
| 162 | "\377\260\260\260\377\251\251\251\377\202\0\0\0\377\202\365\316\315\377" | ||
| 163 | "\202\325((\377\202\364\316\313\377\202\364\315\311\377\202\365\317\316" | ||
| 164 | "\377\202\363\310\302\377\202\364\316\313\377\202\363\310\304\377\202" | ||
| 165 | "\364\312\307\377\202\325((\377\202\345\203|\377\202\0\0\0\377\2\0\0\0" | ||
| 166 | ";\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" | ||
| 167 | "\377{{\301\377\315\315\333\377\327\327\327\377\316\320\320\377\273\273" | ||
| 168 | "\273\377\233\233\233\377\324\324\324\377\311\312\312\377\315\315\315" | ||
| 169 | "\377\315\313\313\377\313\313\313\377\307\310\307\377\202\0\0\0\377\202" | ||
| 170 | "\364\315\313\377\202\357\266\256\377\202\325((\377\202\364\315\311\377" | ||
| 171 | "\202\363\314\306\377\202\363\312\302\377\202\363\313\306\377\202\363" | ||
| 172 | "\313\304\377\202\325((\377\202\357\267\260\377\202\340oc\377\202\0\0" | ||
| 173 | "\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" | ||
| 174 | "\377\356\356\356\377\336\334\343\377\215\215\305\377\323\323\326\377" | ||
| 175 | "\300\302\300\377\236\236\236\377\327\327\327\377\316\317\316\377\322" | ||
| 176 | "\322\322\377\323\323\323\377\323\323\325\377\323\323\323\377\320\320" | ||
| 177 | "\320\377\202\0\0\0\377\202\364\315\313\377\202\357\266\256\377\202\325" | ||
| 178 | "((\377\202\364\315\311\377\202\363\314\306\377\202\363\312\302\377\202" | ||
| 179 | "\363\313\306\377\202\363\313\304\377\202\325((\377\202\357\267\260\377" | ||
| 180 | "\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" | ||
| 181 | "\0\0\0\377\375\375\375\377\356\354\354\377\350\350\350\377\324\324\334" | ||
| 182 | "\377\201\201\267\377\214\214\242\377\334\334\334\377\322\322\322\377" | ||
| 183 | "\325\325\325\377\327\327\327\377\333\331\331\377\333\333\333\377\333" | ||
| 184 | "\332\333\377\327\327\327\377\202\0\0\0\377\202\365\316\316\377\202\364" | ||
| 185 | "\315\313\377\202\364\315\311\377\202\325((\377\202\364\316\313\377\202" | ||
| 186 | "\363\314\306\377\202\364\315\311\377\202\325((\377\202\360\277\267\377" | ||
| 187 | "\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" | ||
| 188 | "\0\0\3\0\0\0\377\375\375\375\377\355\355\355\377\350\351\351\377\323" | ||
| 189 | "\323\323\377\252\252\252\377\271\271\325\377\231\231\303\377\253\252" | ||
| 190 | "\312\377\315\315\326\377\335\335\335\377\335\337\335\377\337\337\337" | ||
| 191 | "\377\336\336\336\377\333\331\333\377\202\0\0\0\377\202\365\316\316\377" | ||
| 192 | "\202\364\315\313\377\202\364\315\311\377\202\325((\377\202\364\316\313" | ||
| 193 | "\377\202\363\314\306\377\202\364\315\311\377\202\325((\377\202\360\277" | ||
| 194 | "\267\377\204\357\267\260\377\202\0\0\0\377\2\0\0\0;\0\0\0\27\204\0\0" | ||
| 195 | "\0\0\6\0\0\0\3\0\0\0\377\376\376\376\377\356\356\356\377\332\332\332" | ||
| 196 | "\377\261\261\261\377\202\334\334\334\377\10\333\332\333\377\325\325\332" | ||
| 197 | "\377\270\266\320\377\256\256\315\377\256\256\316\377\252\253\314\377" | ||
| 198 | "\244\244\313\377\226\226\301\377\202\0\0\0\377\202\363\307\302\377\202" | ||
| 199 | "\365\316\315\377\202\360\300\265\377\204\325((\377\202\363\314\304\377" | ||
| 200 | "\204\325((\377\202\363\312\302\377\202\362\306\277\377\202\343~p\377" | ||
| 201 | "\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" | ||
| 202 | "\376\376\377\335\335\335\377\265\265\265\377\364\366\364\377\345\343" | ||
| 203 | "\343\377\340\340\340\377\337\337\337\377\337\335\335\377\336\336\336" | ||
| 204 | "\377\337\335\335\377\202\337\337\337\377\2\336\336\340\377\333\332\332" | ||
| 205 | "\377\202\0\0\0\377\202\363\307\302\377\202\365\316\315\377\202\360\300" | ||
| 206 | "\265\377\204\325((\377\202\363\314\304\377\204\325((\377\202\363\312" | ||
| 207 | "\302\377\202\362\306\277\377\202\343~p\377\202\0\0\0\377\2\0\0\0;\0\0" | ||
| 208 | "\0\27\204\0\0\0\0\13\0\0\0\3\0\0\0\377\377\377\377\377\254\256\254\377" | ||
| 209 | "\373\373\373\377\353\353\353\377\351\351\351\377\345\345\345\377\342" | ||
| 210 | "\342\342\377\340\342\340\377\340\336\340\377\202\336\336\336\377\3\334" | ||
| 211 | "\336\336\377\335\335\335\377\330\330\331\377\202\0\0\0\377\202\365\316" | ||
| 212 | "\315\377\202\363\310\302\377\202\325((\377\202\364\315\307\377\202\363" | ||
| 213 | "\313\302\377\202\325((\377\202\362\312\301\377\202\361\306\272\377\202" | ||
| 214 | "\325((\377\202\350\227\211\377\202\336bU\377\202\0\0\0\377\2\0\0\0;\0" | ||
| 215 | "\0\0\27\204\0\0\0\0\15\0\0\0\3\0\0\0\377\273\273\273\377\266\265\265" | ||
| 216 | "\377\262\262\262\377\251\251\251\377\250\250\250\377\252\252\252\377" | ||
| 217 | "\250\250\250\377\251\250\251\377\251\251\252\377\251\252\252\377\252" | ||
| 218 | "\252\252\377\202\253\253\253\377\1\250\250\250\377\202\0\0\0\377\202" | ||
| 219 | "\365\316\315\377\202\363\310\302\377\202\325((\377\202\364\315\307\377" | ||
| 220 | "\202\363\313\302\377\202\325((\377\202\362\312\301\377\202\361\306\272" | ||
| 221 | "\377\202\325((\377\202\350\227\211\377\202\336bU\377\202\0\0\0\377\2" | ||
| 222 | "\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" | ||
| 223 | "\315\377\202\325((\377\202\363\312\304\377\202\363\314\306\377\202\363" | ||
| 224 | "\313\304\377\202\360\303\267\377\204\362\307\277\377\202\342zi\377\202" | ||
| 225 | "\246\37\37\377\202\356\264\255\377\202\0\0\0\377\2\0\0\0;\0\0\0\27\204" | ||
| 226 | "\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" | ||
| 227 | "\1\0\0\0D\202\0\0\0\377\202\365\316\315\377\202\325((\377\202\363\312" | ||
| 228 | "\304\377\202\363\314\306\377\202\363\313\304\377\202\360\303\267\377" | ||
| 229 | "\204\362\307\277\377\202\342zi\377\202\246\37\37\377\202\356\264\255" | ||
| 230 | "\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" | ||
| 231 | "\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" | ||
| 232 | "\202\337h\\\377\202\336eY\377\202\332SE\377\202\343\177n\377\202\341" | ||
| 233 | "yh\377\202\350\234\215\377\202\345\214~\377\202\337jZ\377\202\350\226" | ||
| 234 | "\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" | ||
| 235 | "\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" | ||
| 236 | "\337h\\\377\202\336eY\377\202\332SE\377\202\343\177n\377\202\341yh\377" | ||
| 237 | "\202\350\234\215\377\202\345\214~\377\202\337jZ\377\202\350\226\213\377" | ||
| 238 | "\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" | ||
| 239 | "\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" | ||
| 240 | "\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" | ||
| 241 | "\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" | ||
| 242 | "\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" | ||
| 243 | "\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" | ||
| 244 | "\20\0\0\0\6\0\0\0\1\0\0\0\0"}; | ||
| 245 | |||
| 246 | |||
diff --git a/src/icons/stock_sylpheed_newmail.png b/src/icons/stock_sylpheed_newmail.png new file mode 100644 index 0000000..58f3b4c --- /dev/null +++ b/src/icons/stock_sylpheed_newmail.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (stock_sylpheed_newmail_16) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 stock_sylpheed_newmail_16[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 stock_sylpheed_newmail_16[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (812) */ | ||
| 15 | "\0\0\3D" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (64) */ | ||
| 19 | "\0\0\0@" | ||
| 20 | /* width (16) */ | ||
| 21 | "\0\0\0\20" | ||
| 22 | /* height (16) */ | ||
| 23 | "\0\0\0\20" | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\227\0\0\0\0\10\265\265\346\377\214\214\325\377\203\203\316\377\220\220" | ||
| 26 | "\320\377\246\246\326\377\275\275\336\377\307\307\343\377\302\302\336" | ||
| 27 | "\377\206\0\0\0\0\11\317\317\362\377\241\241\343\377\301\301\352\377\312" | ||
| 28 | "\312\354\377\301\301\347\377\265\265\336\377\254\254\330\377\255\255" | ||
| 29 | "\325\377\277\277\336\377\207\0\0\0\0\1\310\310\360\377\212\0\0\0\0\2" | ||
| 30 | "\310\310\310\377\225\225\225\377\202\227\227\227\377\2\204\204\233\377" | ||
| 31 | "\214\214\225\377\202\224\224\224\377\206\225\225\225\377(\230\230\230" | ||
| 32 | "\377\0\0\0\0\223\223\223\377\367\367\367\377\367\366\367\377\365\365" | ||
| 33 | "\365\377\331\331\352\377\334\334\344\377\340\340\340\377\324\324\337" | ||
| 34 | "\377\277\276\332\377\261\261\321\377\213\213\300\377\267\267\317\377" | ||
| 35 | "\337\340\340\377\342\342\343\377\235\235\235\377\0\0\0\0\221\221\221" | ||
| 36 | "\377\345\345\345\377\365\365\365\377\360\360\360\377\344\344\351\377" | ||
| 37 | "\306\306\333\377\333\333\334\377\327\327\334\377\332\332\333\377\324" | ||
| 38 | "\324\325\377\305\305\314\377^]\236\377\236\237\271\377\311\311\310\377" | ||
| 39 | "\177\177\177\377\0\0\0\0\227\227\227\377\357\357\357\377\342\342\342" | ||
| 40 | "\377\360\360\360\377\302\300\300\377\26\7\7\377\202\31\25\25\377\203" | ||
| 41 | "\30\25\24\377\20\31\25\24\377\31\25\25\377\30\25\24\377\21\6\6\377\7" | ||
| 42 | "\1\1+\227\227\227\377\370\371\371\377\352\353\353\377\326\326\334\377" | ||
| 43 | "\21\6\6\377\336YX\377\360\265\264\377\365\316\315\377\365\316\314\377" | ||
| 44 | "\364\315\312\377\364\315\313\377\202\365\315\314\377\15\357\264\262\377" | ||
| 45 | "\265DC\377\15\4\4\377\227\227\227\377\356\356\364\377\213\213\313\377" | ||
| 46 | "sr\273\377\23\20\20\377\361\273\271\377\340da\377\356\253\251\377\364" | ||
| 47 | "\315\312\377\364\314\307\377\202\363\313\306\377\35\355\250\245\377\340" | ||
| 48 | "ca\377\342wo\377\22\12\11\377\227\227\227\377\243\243\324\377\254\254" | ||
| 49 | "\317\377\321\321\321\377\23\20\20\377\364\313\311\377\355\254\247\377" | ||
| 50 | "\343tr\377\354\244\241\377\363\314\306\377\363\313\306\377\354\243\237" | ||
| 51 | "\377\342pl\377\353\244\236\377\347\222\211\377\22\13\12\377\227\227\227" | ||
| 52 | "\377\314\314\342\377\307\307\323\377\272\272\272\377\23\20\17\377\364" | ||
| 53 | "\313\311\377\364\314\311\377\351\226\221\377\333HG\377\202\353\240\234" | ||
| 54 | "\377'\333HG\377\351\224\217\377\361\300\271\377\352\240\226\377\22\14" | ||
| 55 | "\13\377\227\227\227\377\355\355\355\377\266\266\304\377\276\276\316\377" | ||
| 56 | "\23\20\17\377\364\313\310\377\357\263\257\377\342ql\377\347\213\206\377" | ||
| 57 | "\344{w\377\344{v\377\346\210\201\377\342rn\377\351\233\221\377\342wi" | ||
| 58 | "\377\21\10\7\377\227\227\227\377\333\334\333\377\343\343\343\377\337" | ||
| 59 | "\337\337\377\23\20\20\377\361\274\273\377\341ge\377\355\251\244\377\363" | ||
| 60 | "\314\305\377\356\262\252\377\355\260\250\377\362\307\276\377\344\201" | ||
| 61 | "v\377\302JD\377\342\216\206\377\22\14\13\377\256\256\256\377ppp\377\202" | ||
| 62 | "iii\377\14\21\6\6\377\334LJ\377\336bX\377\341uj\377\342yk\377\345\213" | ||
| 63 | "|\377\347\227\211\377\351\235\220\377\342zk\377\334zp\377\232A>\377\13" | ||
| 64 | "\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" | ||
| 65 | "\7\27\14\13\377\27\16\14\377\27\17\15\377\26\14\12\377\27\16\15\377\16" | ||
| 66 | "\4\4\377\5\1\1+"}; | ||
| 67 | |||
| 68 | |||
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 --- /dev/null +++ b/src/icons/stock_sylpheed_newmail_16.png | |||
| Binary files 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 @@ | |||
| 1 | /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ | ||
| 2 | |||
| 3 | #ifdef __SUNPRO_C | ||
| 4 | #pragma align 4 (sylpheed_logo) | ||
| 5 | #endif | ||
| 6 | #ifdef __GNUC__ | ||
| 7 | static const guint8 sylpheed_logo[] __attribute__ ((__aligned__ (4))) = | ||
| 8 | #else | ||
| 9 | static const guint8 sylpheed_logo[] = | ||
| 10 | #endif | ||
| 11 | { "" | ||
| 12 | /* Pixbuf magic (0x47646b50) */ | ||
| 13 | "GdkP" | ||
| 14 | /* length: header (24) + pixel_data (16181) */ | ||
| 15 | "\0\0\77M" | ||
| 16 | /* pixdata_type (0x2010002) */ | ||
| 17 | "\2\1\0\2" | ||
| 18 | /* rowstride (532) */ | ||
| 19 | "\0\0\2\24" | ||
| 20 | /* width (133) */ | ||
| 21 | "\0\0\0\205" | ||
| 22 | /* height (46) */ | ||
| 23 | "\0\0\0." | ||
| 24 | /* pixel_data: */ | ||
| 25 | "\220\0\0\0\0\13Pt\253\32Pt\253WPt\253\205Pt\253\233Pt\253\236Pt\253\224" | ||
| 26 | "Pt\253\177Pt\253`Pt\253>Os\252\32Os\252\1\205\0\0\0\0\3Mp\246\2Mo\244" | ||
| 27 | ".Mo\245\4\356\0\0\0\0\4\0\0\0\1""0Ef\5Mp\245[Or\251\306\211Pt\253\377" | ||
| 28 | "\17Os\252\377Nq\247\367Ln\243\334Ik\240\307Ik\236\272Jk\236\274Jl\237" | ||
| 29 | "\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" | ||
| 30 | "\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" | ||
| 31 | "\373s\0\205\333\333\333\0\204\0\0\0\1\202\333\333\333\0\213\0\0\0\0\36" | ||
| 32 | "\0\0\0\1Jl\237-Os\252\315Pt\253\377Os\252\350Nq\246\311Ln\242\276Km\241" | ||
| 33 | "\300Km\240\311Ln\243\327Mp\245\347Or\250\366Pt\253\377Pt\252\377Os\251" | ||
| 34 | "\377Or\250\377Nq\247\377Mp\246\377Km\241\351Gg\230\276=Y\203{\26\40/" | ||
| 35 | "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" | ||
| 36 | "\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" | ||
| 37 | "\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" | ||
| 38 | "\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" | ||
| 39 | "\0\0\37\0\0\0\1Mp\245\77Pt\253\352Mo\244\2138Qw2\0\0\0\32\0\0\0#\0\0" | ||
| 40 | "\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" | ||
| 41 | "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" | ||
| 42 | "\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" | ||
| 43 | "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" | ||
| 44 | "\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" | ||
| 45 | "\0\0\2\0\0\0\1\245\0\0\0\0\203\333\333\333\0\4\0\0\0\1)<Y\22!1J\267)" | ||
| 46 | ":Wr\202\0\0\0\11\4\0\0\0\10\0\0\0\6\0\0\0\4\0\0\0\2\212\0\0\0\0\16Jk" | ||
| 47 | "\236\34Os\252\333Dd\223:\0\0\0\21\0\0\0\32\0\0\0%\0\0\0""0\0\0\0:\0\0" | ||
| 48 | "\0D\0\0\0M\0\0\0T\0\0\0[\0\0\0_\0\0\0b\202\0\0\0d\17\0\0\0b\0\0\0_\0" | ||
| 49 | "\0\0[\0\0\0V\0\0\0P\0\0\0I\0\0\0A\0\0\0""8\0\0\0.\0\0\0#\0\0\0\30\0\0" | ||
| 50 | "\0\17\0\0\0\10\0\0\0\4\0\0\0\1\211\0\0\0\0\4\0\0\0\2B`\2162A_\215\306" | ||
| 51 | "A_\215r\202\0\0\0\13\5\0\0\0\11\0\0\0\7\0\0\0\4\0\0\0\2\0\0\0\1\212\0" | ||
| 52 | "\0\0\0\14\0\0\0\1:U}\40<W\201n3Lo\3618Qx\260\0\0\0\20\0\0\0\21\0\0\0" | ||
| 53 | "\17\0\0\0\14\0\0\0\7\0\0\0\4\0\0\0\1\245\0\0\0\0\202\333\333\333\0\5" | ||
| 54 | "/Ef++\77]Z\35*\77\334\27#5\362\26\40""1\34\202\0\0\0\23\4\0\0\0\20\0" | ||
| 55 | "\0\0\13\0\0\0\7\0\0\0\3\211\0\0\0\0\17\0\0\0\1Nr\250\234Jk\236U\0\0\0" | ||
| 56 | "\20\0\0\0\31\0\0\0#\0\0\0-\0\0\0""6\0\0\0\77\0\0\0F\0\0\0L\0\0\0R\0\0" | ||
| 57 | "\0V\0\0\0Z\0\0\0]\203\0\0\0_\16\0\0\0]\0\0\0Z\0\0\0V\0\0\0P\0\0\0I\0" | ||
| 58 | "\0\0A\0\0\0""7\0\0\0-\0\0\0\"\0\0\0\27\0\0\0\16\0\0\0\7\0\0\0\3\0\0\0" | ||
| 59 | "\1\210\0\0\0\0\5Ee\226YB`\216\327@]\211\377@\\\211\367#3L\"\202\0\0\0" | ||
| 60 | "\25\5\0\0\0\22\0\0\0\15\0\0\0\10\0\0\0\4\0\0\0\1\211\0\0\0\0\16\0\0\0" | ||
| 61 | "\1<W\201\2205Mr\3634Ko\3773Kn\377-@`D\0\0\0\36\0\0\0\37\0\0\0\33\0\0" | ||
| 62 | "\0\24\0\0\0\15\0\0\0\7\0\0\0\3\0\0\0\1\244\0\0\0\0\15\333\333\333\0-" | ||
| 63 | "Aa\10+>\\o\31%7\362\27!0\377%6P\225\0\0\0\35\0\0\0!\0\0\0\40\0\0\0\32" | ||
| 64 | "\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" | ||
| 65 | "\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" | ||
| 66 | "\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" | ||
| 67 | "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" | ||
| 68 | "\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" | ||
| 69 | "\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" | ||
| 70 | "\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" | ||
| 71 | ")\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" | ||
| 72 | "\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" | ||
| 73 | "\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" | ||
| 74 | "\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" | ||
| 75 | "\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" | ||
| 76 | "\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" | ||
| 77 | "\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" | ||
| 78 | "\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" | ||
| 79 | "\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\"" | ||
| 80 | "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" | ||
| 81 | "\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!" | ||
| 82 | "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" | ||
| 83 | "\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" | ||
| 84 | "\"\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" | ||
| 85 | "\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" | ||
| 86 | "\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" | ||
| 87 | "\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" | ||
| 88 | "\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" | ||
| 89 | "\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" | ||
| 90 | "\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" | ||
| 91 | "\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" | ||
| 92 | "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" | ||
| 93 | "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" | ||
| 94 | "\25<W\2019Hi\233qKm\241\216Km\241\220Gh\231v7Pu:\0\0\0\27\0\0\0\30\0" | ||
| 95 | "\0\0\27\0\0\0\26\0\0\0\24\0\0\0\21\0\0\0\17\0\0\0\14\0\0\0\12\0\0\0\10" | ||
| 96 | "\0\0\0\6\0\0\0\4\0\0\0\2\0\0\0\1\211\0\0\0\0\17\0\0\0\1\0\0\0\4B`\216" | ||
| 97 | "|A^\212\3777Pww\0\0\0""9\0\0\0F\0\0\0J\0\0\0B\0\0\0""2\0\0\0\40\0\0\0" | ||
| 98 | "\21\0\0\0\10\0\0\0\3\0\0\0\1\207\0\0\0\0\17\0\0\0\2\11\15\24\7""8Pw\324" | ||
| 99 | "4Lo\377,A`r\0\0\0C\0\0\0S\0\0\0W\0\0\0N\0\0\0<\0\0\0'\0\0\0\26\0\0\0" | ||
| 100 | "\12\0\0\0\4\0\0\0\1\244\0\0\0\0\15\0\0\0\2\37-C\22\31$7\363\37.D\316" | ||
| 101 | "\0\0\0""2\0\0\0E\0\0\0P\0\0\0N\0\0\0B\0\0\0/\0\0\0\34\0\0\0\16\0\0\0" | ||
| 102 | "\6\210\0\0\0\0\34\0\0\0\2""8Qw\24Jl\240n\0\0\0\22\0\0\0\31\0\0\0\34\0" | ||
| 103 | "\0\0\33\0\0\0\27=X\202;Lo\243\220Jl\240oB`\216;>Z\2057Hi\233kNq\247\326" | ||
| 104 | "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" | ||
| 105 | "\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" | ||
| 106 | "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" | ||
| 107 | "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~" | ||
| 108 | "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\"" | ||
| 109 | "\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)=[" | ||
| 110 | "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" | ||
| 111 | "\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" | ||
| 112 | "\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" | ||
| 113 | "\20\0\0\0\24\13\20\27\35Gg\230\217Or\250\377Mp\245\3645MrX\0\0\0\"\0" | ||
| 114 | "\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" | ||
| 115 | "\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" | ||
| 116 | "\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" | ||
| 117 | "\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" | ||
| 118 | "\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" | ||
| 119 | "\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" | ||
| 120 | "\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" | ||
| 121 | "\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" | ||
| 122 | "\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" | ||
| 123 | "\226Nq\246\377Ln\243\361\40/EJ\0\0\0,\0\0\0#\0\0\0\31\0\0\0\17\0\0\0" | ||
| 124 | "\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" | ||
| 125 | "\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" | ||
| 126 | "\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" | ||
| 127 | "\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" | ||
| 128 | "\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/" | ||
| 129 | "\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" | ||
| 130 | "\210\0\0\0\0\33\0\0\0\1\0\0\0\4\0\0\0\10<W\201-Fe\225`\12\17\26\27\0" | ||
| 131 | "\0\0\23\0\0\0\20\0\0\0\16\0\0\0\15\5\7\12\20;V~:\0\0\0\26\0\0\0\33\0" | ||
| 132 | "\0\0\40\0\0\0'\11\15\23""4Kn\242\356Mp\245\377Ed\224\306\0\0\0>\0\0\0" | ||
| 133 | "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" | ||
| 134 | "\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" | ||
| 135 | "\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" | ||
| 136 | "\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" | ||
| 137 | "\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" | ||
| 138 | "\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" | ||
| 139 | "\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" | ||
| 140 | "\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" | ||
| 141 | "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" | ||
| 142 | "\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" | ||
| 143 | "a\217WGg\230dIk\235tKl\240\204Gf\227b\25\37.\32\0\0\0\27\0\0\0\32\0\0" | ||
| 144 | "\0\36\0\0\0$\0\0\0-Ee\225\272\202Mo\244\377\10\33';h\0\0\0G\0\0\0""8" | ||
| 145 | "\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" | ||
| 146 | "\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" | ||
| 147 | "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" | ||
| 148 | "\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" | ||
| 149 | "\0\7\202\0\0\0\6\34""8Ry55Mr\3774Lq\373\30#3C\0\0\0C\0\0\0S\0\0\0X\0" | ||
| 150 | "\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" | ||
| 151 | "\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" | ||
| 152 | "\0\6\0\0\0\4\0\0\0\2\202\0\0\0\1\14""4Mq\13""5MsD3Jma2ImO#3K\23\0\0\0" | ||
| 153 | "\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" | ||
| 154 | "\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" | ||
| 155 | "\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" | ||
| 156 | "\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" | ||
| 157 | "\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" | ||
| 158 | "\0\0\0\27\0\0\0\31\0\0\0\36\0\0\0&Ba\217\246Mo\244\377Lo\243\3771Hj\234" | ||
| 159 | "\0\0\0X\0\0\0J\0\0\0""7-BaKHh\232\322Hi\233\377C`\217b\0\0\0\17\0\0\0" | ||
| 160 | "\16\0\0\0\13\0\0\0\10%6O\14Ed\224\342Dc\222\3667Pv%\0\0\0\13\0\0\0\15" | ||
| 161 | "=Y\204QA_\213\377@]\212\301\0\0\0/\0\0\0\77\0\0\0K\0\0\0L\22\33(U,A_" | ||
| 162 | "m\0\0\0%\0\0\0\30\0\0\0\17:U~B>Z\205\247;V\200\345:T{\374;U~\3304MrG" | ||
| 163 | "\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" | ||
| 164 | "\0M\7\12\20`(;W\2363Il\3431Gi\3772Jl\345\0\0\0!\0\0\0\30\0\0\0\21\0\0" | ||
| 165 | "\0\14\0\0\0\7""1Hj\25""9RzS7Qxi7Ovi3Lo\233*=\\\373+\77^\3560FgX\0\0\0" | ||
| 166 | "\23\0\0\0\22\0\0\0\17\0\0\0\13\0\0\0\7.Dd\25""4MqS3Jni2Ili/De\233#4L" | ||
| 167 | "\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" | ||
| 168 | "\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" | ||
| 169 | "\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" | ||
| 170 | "\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" | ||
| 171 | "\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" | ||
| 172 | "\0\0\0\23\204\0\0\0\24d\0\0\0\27\0\0\0\36Dd\224\250Mo\244\377Ln\243\377" | ||
| 173 | "5Mr\256\0\0\0e\1\2\3[6Ou\224Cb\221\277Ij\234\377Gg\232\354\21\31%#\0" | ||
| 174 | "\0\0\34\0\0\0\32\0\0\0\25\0\0\0\20Ca\220nEc\223\377Dc\223\267\0\0\0\23" | ||
| 175 | "\0\0\0\27\0\0\0\30A_\214\306A_\213\3770Fgb\0\0\0""9\0\0\0G\16\24\36Z" | ||
| 176 | "-Cc\220=Y\203\373=Y\202\344\0\0\0%\25\36-'=Y\204\250:V\200\363=X\202" | ||
| 177 | "\301<X\201\2539T{\3619Sy\3779T}\301\0\0\0#\0\0\0!\0\0\0\34(<X66Ns\375" | ||
| 178 | "5Mq\377\40/ES\12\16\25N+A^\247/De\277\32'9|.Cc\2521Gi\3773Km\274\0\0" | ||
| 179 | "\0*\0\0\0#\0\0\0\34\0\0\0\25""2IlA5NsH\7\13\20\10\0\0\0\10\0\0\0\12\0" | ||
| 180 | "\0\0\16""0Gi\\*=Z\377)<Z\371$4NI\0\0\0\40\0\0\0\34\0\0\0\25-CcB1HkH\6" | ||
| 181 | "\11\15\11\0\0\0\10\0\0\0\12\0\0\0\16-Ba\\#2J\377\"1I\371\"1II\0\0\0\40" | ||
| 182 | "\0\0\0\33\0\0\0\24\0\0\0\15\0\0\0\10\0\0\0\5/Ef%*=Z\234&6Q\302,A`]\24" | ||
| 183 | "\36,\22\0\0\0\15\0\0\0\17(:VP\31$6\377#3L\265\0\0\0""1\0\0\0\77\202\0" | ||
| 184 | "\0\0H\10\0\0\0>\0\0\0.\0\0\0\35\0\0\0\17\0\0\0\7\0\0\0\2\274\274\274" | ||
| 185 | "\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" | ||
| 186 | "\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" | ||
| 187 | "\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" | ||
| 188 | "Lo\243\377Ln\242\3770Fg\246\0\0\0o\21\31&x\15\23\35_\77[\206\253Ij\234" | ||
| 189 | "\377>Z\205\221\0\0\0,\0\0\0-\0\0\0)\0\0\0\"\14\22\32\36Ec\224\343Dc\222" | ||
| 190 | "\3777PwU\0\0\0!\0\0\0&.CdVB_\214\377@^\212\327\1\1\2""7\0\0\0C%6O|\14" | ||
| 191 | "\21\32\\4Lp\245>Z\205\377;V\177\274\26!0=<W\202\3007Pvy\17\26\40)\0\0" | ||
| 192 | "\0\40\0\0\0#9T|\3059Ry\3777Pv\265\0\0\0""9\0\0\0""5\0\0\0-7Pw\2466Ns" | ||
| 193 | "\3776Ot\277'9Vw1Hj\274\31$5~\0\0\0a\0\1\1Z2Ik\3401Gi\377%6Pq\0\0\0""8" | ||
| 194 | "\0\0\0""3\0\0\0+/Efo1Hkh\0\0\0\20\202\0\0\0\15/\0\0\0\17\0\0\0\24\0\0" | ||
| 195 | "\0\32.Cc\320)<Y\377,Ba\262\0\0\0""2\0\0\0-+\77]q.Bbj\0\0\0\23\0\0\0\17" | ||
| 196 | "\0\0\0\16\0\0\0\17\0\0\0\24\0\0\0\32(:W\320\"1H\377(<X\262\0\0\0""1\0" | ||
| 197 | "\0\0,\0\0\0\"\0\0\0\27\15\24\35\24,@_\206\40/G\347,@_f\3\4\7\20\0\0\0" | ||
| 198 | "\22\0\0\0\24\0\0\0\26\2\3\4\31!2J\307\31$5\377\34*>Z\0\0\0<\0\0\0G\0" | ||
| 199 | "\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" | ||
| 200 | "\303\0\316\316\316\0\203\0\0\0\0\11\0\0\0\1\0\0\0\2Km\2416Nq\246~Mq\246" | ||
| 201 | "\236Mp\245\236Kl\240\200A_\214J\12\17\27\26\203\0\0\0\23\202\0\0\0\22" | ||
| 202 | "\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" | ||
| 203 | "\23Lm\241\353Ln\242\377Kn\242\377\34)<\210\0\0\0v\0\0\0q\21\30$oHi\232" | ||
| 204 | "\371Gg\230\364\20\30$H\202\0\0\0>=\0\0\0""9\0\0\0.;V\177xEd\223\377C" | ||
| 205 | "b\221\323\1\2\3)\0\0\0""2\0\0\0""7>Z\206\301A_\213\3771Gj\200\0\0\0B" | ||
| 206 | "\0\0\0L\0\0\0R\0\0\0Q;V\200\323=Y\203\377,Bav9Sz\253\26\37/H\0\0\0""3" | ||
| 207 | "\0\0\0""1\0\0\0/\1\1\2""39Sz\3519Ry\377,A`\224\0\0\0O\0\0\0K\23\34)R" | ||
| 208 | "5Ns\3725Ms\3775Lq\301(:V\211\0\1\1\\\0\0\0d\0\0\0c\34)=\1772Hj\3772H" | ||
| 209 | "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" | ||
| 210 | "\23\0\0\0\24\0\0\0\30\0\0\0\40.Dd\245)<X\377,@`\275\0\0\0C#3Ky,\77^\274" | ||
| 211 | "\0\0\0)\0\0\0\36\0\0\0\30\202\0\0\0\25!\0\0\0\31\0\0\0\40*=Z\245\"1H" | ||
| 212 | "\377'9U\275\0\0\0A\0\0\0<\0\0\0""0\24\35+3%7R\310$4M\326#3L1\0\0\0\25" | ||
| 213 | "\0\0\0\31\0\0\0\34\0\0\0\36\0\0\0\37#3M]\31$6\377!0F\315\0\0\0:\0\0\0" | ||
| 214 | "F\0\0\0N\0\0\0L\0\0\0A\0\0\0""0\0\0\0\37\0\0\0\21\0\0\0\7\0\0\0\3\0\0" | ||
| 215 | "\0\1\310\310\310\0\322\322\322\0\202\0\0\0\0\3\0\0\0\1Ij\235\31Os\252" | ||
| 216 | "\266\206Pt\253\377gNr\250\351Ff\227\216\36,B,\0\0\0\33\0\0\0\27\0\0\0" | ||
| 217 | "\24\0\0\0\22\0\0\0\17\0\0\0\15\0\0\0\13\0\0\0\11\0\0\0\10\0\0\0\11@]" | ||
| 218 | "\212GLo\243\377Ln\242\377Gg\231\347\0\1\1n\0\0\0{\0\0\0w9S{\277Hi\233" | ||
| 219 | "\377:T|\250\0\0\0J\0\0\0M\0\0\0L\0\0\0D\5\7\13""9Db\222\343Dc\222\377" | ||
| 220 | "6Ntu\0\0\0""7\0\0\0A\33(<bB`\214\376\77]\211\351\4\7\12K\0\0\0M\0\0\0" | ||
| 221 | "S\0\0\0T\17\25\40]=Y\204\375;V\200\3264Kp\231\15\23\34N\0\0\0F\0\0\0" | ||
| 222 | "D\0\0\0\77\0\0\0;\36,@[9Sz\3777Qy\373\16\24\36h\0\0\0_\0\0\0[0Fh\256" | ||
| 223 | "6Ns\3775Ns\343\25\36-_\0\0\0W\0\0\0c\0\0\0g\0\0\0b0Fh\3101Hi\377(:V\221" | ||
| 224 | "\0\0\0R\0\0\0T\17\26!a/De\363\36,B]\0\0\0+\0\0\0!\0\0\0\34\0\0\0\31\0" | ||
| 225 | "\0\0\30\0\0\0\33)<YY+\77^\352,A`\325\26!0d\16\25\37`(:W\364\32%7g\0\0" | ||
| 226 | "\0""7\0\0\0+\0\0\0\"\0\0\0\34\0\0\0\31\0\0\0\33&8RY%7O\352'8S\325\25" | ||
| 227 | "\37-c\0\0\0M\0\0\0I\13\20\30H$4N\331#3L\336\30#40\0\0\0\36\0\0\0!\0\0" | ||
| 228 | "\0$\202\0\0\0&\21\6\11\15)\40/F\330\31%6\377\37-Cs\0\0\0C\0\0\0M\0\0" | ||
| 229 | "\0Q\0\0\0K\0\0\0<\0\0\0)\0\0\0\30\0\0\0\14\0\0\0\5\0\0\0\1\302\302\302" | ||
| 230 | "\0\316\316\316\0\324\324\324\0\202\0\0\0\0\177Fe\225\20Os\252\335Pt\253" | ||
| 231 | "\377Mp\246\272<X\201S\27\"2/\22\32'4);WP;V\177~Gg\230\262Nq\247\354O" | ||
| 232 | "r\250\361B`\216\206\12\17\27%\0\0\0\33\0\0\0\26\0\0\0\21\0\0\0\15\0\0" | ||
| 233 | "\0\12\0\0\0\7\0\0\0\6\0\0\0\11Il\236\261Ln\242\377Km\241\3772Hl\232\0" | ||
| 234 | "\0\0q\0\0\0}\22\32&\213Hi\232\374Fg\230\370\17\26!a\0\0\0T\0\0\0W\0\0" | ||
| 235 | "\0T\0\0\0I4Lp\204Ed\223\377Ca\220\344\5\7\12:\0\0\0D\0\0\0O8Qx\270B_" | ||
| 236 | "\214\3772Ik\234\0\0\0P\0\0\0T\0\0\0W\0\0\0S/Ef\223>Z\204\377:V\177\316" | ||
| 237 | "\30$5a\0\0\0O\0\0\0S\0\0\0P\0\0\0H\0\0\0@5Mr\2539Sy\3772Jm\266\0\0\0" | ||
| 238 | "_\0\0\0g\11\15\23n5Ms\3666Ns\377$5O\202\0\0\0U\0\0\0`\0\0\0g\0\0\0f\24" | ||
| 239 | "\35,u2Hk\3762Hj\354\4\6\11U\0\0\0X\0\0\0\\,@_\266/De\343\0\0\0@\0\0\0" | ||
| 240 | "3\0\0\0*\0\0\0#\0\0\0\36+>\\N0Fh\267/Ef\274'9Uh\0\1\2=\0\0\0K);X\264" | ||
| 241 | ")=Y\344\0\0\0P\0\0\0D\0\0\0""7\0\0\0+\0\0\0\"'8SP*>]\267*=Z\274$5Nh\0" | ||
| 242 | "\1\2<\0\0\0I\0\0\0Q\1\2\2Q$6Q\312\36-C\373\33(<R\0\0\0*\0\0\0+\0\0\0" | ||
| 243 | "-\0\0\0.\0\0\0-\0\0\0*%6P\217\32%7\377\36-B\337\1\2\3@\0\0\0K\0\0\0S" | ||
| 244 | "\0\0\0Q\0\0\0F\0\0\0""4\0\0\0\"\0\0\0\22\0\0\0\10\0\0\0\3s\0\0\0\1\310" | ||
| 245 | "\310\310\0\321\321\321\0\327\327\327\0\0\0\0\0\0\0\0\1Nq\247mPt\253\377" | ||
| 246 | "Ln\243\235\2\3\5\36\0\0\0)\0\0\0""4\0\0\0<\0\0\0A\0\0\0B\0\0\0A\2\3\5" | ||
| 247 | "@,\77^dEd\224\251Ln\242\3161GiO\0\0\0\35\0\0\0\26\0\0\0\20\0\0\0\13\0" | ||
| 248 | "\0\0\10\0\0\0\7Ed\224JLo\242\377Ln\242\377Ff\226\327\3\4\6_\0\0\0s\0" | ||
| 249 | "\0\0~:U}\317Hi\234\3778Px\265\0\0\0Z\0\0\0[\0\0\0\\\0\0\0V\3\5\10LCa" | ||
| 250 | "\220\343Ec\222\3777Pv\211\0\0\0B\0\0\0P\13\21\31b@^\213\370\77^\211\364" | ||
| 251 | "\11\16\25^\0\0\0V\0\0\0X\0\0\0W\0\0\0P;V\177\321=Z\204\3771Gj\222\0\0" | ||
| 252 | "\0N\0\0\0W\0\0\0Z\0\0\0T\0\0\0I\27\"2V8S{\3719Ry\353\14\21\32\\\0\0\0" | ||
| 253 | "_\0\0\0h+>]\2576Ns\3774Lr\332\0\1\1X\0\0\0]\0\0\0e\0\0\0g\0\0\0a/Fg\303" | ||
| 254 | "2Hj\377*=[\231\0\0\0R\0\0\0Z\0\0\1_/Df\361.Cc\276\0\0\0D\0\0\0:\10\14" | ||
| 255 | "\23""8+>]r0Fh\2220Eh{\34)=0\0\0\0\40\0\0\0*\0\0\0""9\0\1\1J)<W\360);" | ||
| 256 | "X\301\0\0\0V\0\0\0M\6\11\16F&7Rw+\77^\224,@^|\32'90\0\0\0\40\0\0\0*\0" | ||
| 257 | "\0\0""8\0\0\0F\0\0\0O!1H\225\37-C\377&7P\247\0\0\0""8\0\0\0""6\202\0" | ||
| 258 | "\0\0""7K\0\0\0""4\0\0\0/\37,BZ\31&8\374\32%7\377!1H\205\0\0\0E\0\0\0" | ||
| 259 | "Q\0\0\0U\0\0\0O\0\0\0@\0\0\0,\0\0\0\32\0\0\0\15\0\0\0\6\0\0\0\2\300\300" | ||
| 260 | "\300\0\314\314\314\0\324\324\324\0\330\330\330\0\0\0\0\0\0\0\0\2Mp\245" | ||
| 261 | "}Or\251\342\21\31%\40\0\0\0(\0\0\0""7\0\0\0B\0\0\0H\0\0\0J\0\0\0I\0\0" | ||
| 262 | "\0G\0\0\0E\0\0\0A\0\0\0<\26\37/EFe\226\250@]\212z\0\0\0\35\0\0\0\26\0" | ||
| 263 | "\0\0\20\0\0\0\14""9Rz)Kn\241\351Ln\242\377Ij\236\347\27\"2\\\0\0\0b\0" | ||
| 264 | "\0\0u\26\40""0\221Ij\234\376Fg\227\372\17\27\"m\0\0\0]\0\0\0^\0\0\0\\" | ||
| 265 | "\0\0\0S2Il\214Ed\223\377Ba\220\355\11\15\24F\0\0\0L\0\0\0X2Hk\254B_\214" | ||
| 266 | "\3774Mq\261\0\0\0X\0\0\0Y\0\0\0Z\0\0\0T\25\37._>Z\205\376;W\201\337\3" | ||
| 267 | "\5\10H\0\0\0Q\202\0\0\0[4\0\0\0R\2\2\4E9S{\3118S{\370\"2Kh\0\0\0L\0\0" | ||
| 268 | "\0[\5\10\14i5Mt\3626Ns\377\40/E\210\0\0\0]\0\0\0b\0\0\0e\0\0\0b\30\"" | ||
| 269 | "3u2Ik\3762Ij\360\7\13\21Q\0\0\0R\0\0\0[\20\27\"p/Dd\377-A`\264\0\0\0" | ||
| 270 | "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" | ||
| 271 | "\0'\0\0\0""4\23\34*W(9T\377(:W\266\0\0\0V\6\11\16W\31$6g\11\15\23@\0" | ||
| 272 | "\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" | ||
| 273 | "\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" | ||
| 274 | "\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" | ||
| 275 | "\24\0\0\0\11\0\0\0\3\0\0\0\1\306\306\306\0\320\320\320\0\326\326\326" | ||
| 276 | "\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" | ||
| 277 | "\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" | ||
| 278 | "7\0\0\0""1;V\200uCb\220\210\0\0\0\35\0\0\0\27""6Nt8Jm\240\341Ln\242\377" | ||
| 279 | "Hj\236\336\36,AS\0\0\0R\0\0\0g\0\0\0t;W\200\317Hi\233\3778Ry\274\203" | ||
| 280 | "\0\0\0_o\0\1\1Z3Jn\230Dc\223\374Dc\223\3778Qx\227\0\0\0G\0\0\0U\10\14" | ||
| 281 | "\22f@^\212\363@^\212\374\21\31%l\0\0\0[\0\0\0\\\0\0\0Y\0\0\0Q5Mq\240" | ||
| 282 | ">Z\204\377-Bb|\0\0\0G\0\0\0S\0\0\0Z\0\0\0W\0\1\1L5Ns\2519S{\366*=[h\0" | ||
| 283 | "\0\0:\0\0\0H\0\0\0V*<Z\2406Ot\3774Lq\333\0\1\1]\0\0\0`\0\0\0c\0\0\0b" | ||
| 284 | "\0\0\0Y2Ik\3132Hk\377-Bb\235\0\0\0I\0\0\0T\0\0\0[\26\40.v/Dd\377/De\307" | ||
| 285 | "\0\0\0I\0\0\0F\0\0\0A\0\0\0""7\0\0\0+\0\0\0\"\0\0\0\35\0\0\0\36\0\0\0" | ||
| 286 | "$\0\0\0.\33'9Z'9T\377*=[\306\0\0\0R\0\0\0Q\0\0\0I\0\0\0<\0\0\0.\0\0\0" | ||
| 287 | "\"\0\0\0\35\0\0\0\36\0\0\0#\0\0\0+\0\0\0""4$5N\211\40.C\377$4N\330\0" | ||
| 288 | "\0\0D\0\0\0I\0\0\0K\0\0\0H\0\0\0\77\22\32'I%7Q\223!1G\326\32&8\377#3" | ||
| 289 | "J\224\0\0\0I\0\0\0W\0\0\0\\\0\0\0U\0\0\0E\0\0\0""0\0\0\0\35\0\0\0\17" | ||
| 290 | "\0\0\0\6\0\0\0\2\275\275\275\0\313\313\313\0\324\324\324\0\330\330\330" | ||
| 291 | "\0\332\332\332\0\0\0\0\1\0\0\0\4\0\0\0\12Gg\230o4KoP\0\0\0""2\0\0\0\77" | ||
| 292 | "\0\0\0E\0\0\0C\0\0\0>\0\0\0""8\0\0\0""4\0\0\0""2\202\0\0\0""1\37\0\0" | ||
| 293 | "\0""0\0\0\0.\0\0\0+7QwaA_\214\200B_\215yKn\242\364Ln\243\377Ff\226\257" | ||
| 294 | "\20\30$@\0\0\0G\0\0\0Z\0\0\0i\23\34*\202Hi\233\376Gh\230\374\22\33'q" | ||
| 295 | "\0\0\0_\0\0\0`\3\4\6b7Ov\2577Qw\244Ed\223\377Bb\220\362\14\21\32N\0\0" | ||
| 296 | "\0Q\0\0\0]0Gj\254B_\214\3778Rx\303\0\0\0[\202\0\0\0\\a\0\0\0W\3\5\7O" | ||
| 297 | "=Y\203\351=X\202\340\2\3\4@\0\0\0H\0\0\0S\0\0\0W\2\3\5R5Ns\255:T}\342" | ||
| 298 | "%5OU\0\0\0""0\0\0\0""9\0\0\0F\3\4\6T6Ou\3526Nt\377#3L\212\0\0\0\\\0\0" | ||
| 299 | "\0`\0\0\0a\0\0\0[!0G~2Ik\3772Hk\367\15\23\35O\0\0\0L\0\0\0V\0\0\0[\13" | ||
| 300 | "\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" | ||
| 301 | "\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" | ||
| 302 | "\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" | ||
| 303 | "\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" | ||
| 304 | "#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" | ||
| 305 | "\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" | ||
| 306 | "\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" | ||
| 307 | "\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" | ||
| 308 | "\0\"\177\0\0\0#\0\0\0$\0\0\0%\7\13\20);V\200oKl\241\343Mo\244\377Gh\232" | ||
| 309 | "\3070Fga\0\0\0""7\0\0\0C\0\0\0Q\0\0\0^\0\0\0e7Pu\265Hi\232\377<X\201" | ||
| 310 | "\301\0\0\0\\\0\0\0_\17\26!o:U~\302\35*\77s>[\207\307Ed\222\3778Qx\240" | ||
| 311 | "\0\0\0O\0\0\0[\2\4\6f@]\211\361B_\214\377\33':{\32%8z,A`\240\3\4\6`\0" | ||
| 312 | "\0\0U+@^\204>Z\204\3772Ik\211\0\0\0@\0\0\0K\0\0\0S\27!1j8Rx\3155Ms\246" | ||
| 313 | "\16\24\36:\0\0\0,\0\0\0""0\0\0\0""9\0\0\0C)=Z\2136Ot\3776Mr\340\0\1\1" | ||
| 314 | "V\0\0\0[\0\0\0_\0\0\0]\0\1\1T3Jn\3332Ik\3771Gj\256\17\25\40T*=Z\241\5" | ||
| 315 | "\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" | ||
| 316 | "4\0\0\0'\20\30#()<YJ\4\6\10\35\0\0\0\36\0\0\0$+\77^\321'8R\377)=Y\270" | ||
| 317 | "\0\1\1R\0\0\0O\0\0\0D\0\0\0""5\0\0\0'\17\26!(&8SJ\4\5\10\34\0\0\0\34" | ||
| 318 | "\0\0\0\37!0H\362\37-C\377&7R\267\0\0\0M\0\0\0X\11\15\24e\"1J\251#3K\313" | ||
| 319 | "\11\16\24=#4N\274\32&8\377#2K\246\17\27\"e\31%7\221\4\6\12l\0\0\0_\0" | ||
| 320 | "\0\0N\0\0\0""7\0\0\0!\0\0\0\21\0\0\0\7\0\0\0\2\274\274\274\0\311\311" | ||
| 321 | "\311\0\323\323\323\0\330\330\330\0\332\332\332\0\333\333\333\0\0\0\0" | ||
| 322 | "\1\0\0\0\3\0\0\0\10\0\0\0\21\0\0\0\34,@^J\77[\207\2029S{r\4\26!08\0\0" | ||
| 323 | "\0#\0\0\0\34\0\0\0\27\202\0\0\0\25\14$4N'>[\207]Hh\232\240Ln\243\353" | ||
| 324 | "Lm\241\357Dc\223\245>Z\204\213\31$6I\0\0\0=\0\0\0E\0\0\0N\0\0\0V\202" | ||
| 325 | "\0\0\0ZJ=Y\204\277Hi\232\377>[\205\303&8T\2056Nt\261<W\201\312\20\30" | ||
| 326 | "#l\32&9nEd\223\376Ba\220\365\15\23\34Y\0\0\0Z\0\0\0d\40/F\216B_\214\377" | ||
| 327 | "\77]\211\3679S{\3111Hj\255\2\4\6c\0\0\0^\0\1\1U<W\202\332<X\202\362\12" | ||
| 328 | "\17\26D\1\1\2E\36,Bq2Hj\2522Jm\252\27!1X\0\0\0""5\0\0\0-\0\0\0,\0\0\0" | ||
| 329 | "0\0\0\0""7\2\3\4\77""7Pu\3366Ot\377)<X\210\0\0\0Q\0\0\0Y\0\0\0\\\0\0" | ||
| 330 | "\0V\40.Dt3Ik\3772Hk\3773Il\325.Bb\251\4\7\12]\0\0\0]\0\0\0Y\0\0\0N\37" | ||
| 331 | "-Co,Aa\373-A`\377-@a\300\27\"2q\6\11\15O\26\40/Q,Aa\204.Cct\6\11\15\35" | ||
| 332 | "\0\0\0\30\0\0\0\31\0\0\0\35%6PW%7R\373&7Q\377(;W\300\26\40/q\5\10\14" | ||
| 333 | "O\24\36,Q);X\205+>[t\5\10\14\35\202\0\0\0\27\33\0\0\0\31#3K\352\37-C" | ||
| 334 | "\377\36-C\373$4M\273#2K\323\35+@\371#2K\300\4\7\12L\0\0\0:\37-C\345\32" | ||
| 335 | "&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" | ||
| 336 | "\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" | ||
| 337 | "\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" | ||
| 338 | "\25\0\0\0\35\0\0\0#\24\36,.:U}Z@]\210aCa\216]Fe\225aHh\232jHj\236{Hj" | ||
| 339 | "\234\204Ee\225q\77[\207Y/De@\5\10\14(\0\0\0.\0\0\0""61Gjz\1\1\2G\0\0" | ||
| 340 | "\0M\0\0\0Q\0\0\0R\0\0\0P\0\0\0J\30$5[>Y\205\260Ba\217\327\77\\\207\307" | ||
| 341 | ");X\217\0\1\1a\0\0\0\\<W\201\277Dc\222\3777Ov\251\0\0\0W\0\0\0a\0\0\0" | ||
| 342 | "g#3K\221B_\213\377>[\206\351!0H\202\0\0\0^\22\32't-Bb\2413Ko\253>Z\204" | ||
| 343 | "\377;V\201\3271Hk\2210Fg\227!0Gz\2\3\5S\0\0\0I\0\0\0=\0\0\0""2\0\0\0" | ||
| 344 | ",\0\0\0+\0\0\0.\0\0\0""2\34(;P7Pw\3346Ot\310\3\5\10F\0\0\0M\202\0\0\0" | ||
| 345 | "U>\0\0\0M!1Il3Jn\3534Jn\326&8Sz\0\0\0O\0\0\0[\0\0\0]\0\0\0U\0\0\0H\0" | ||
| 346 | "\0\0>!1Hl.De\331,A_\377,@]\377+@^\370-Ba\274\34)=T\0\0\0&\0\0\0\35\0" | ||
| 347 | "\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" | ||
| 348 | "\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" | ||
| 349 | "\35*\77\376!1I\333\31$6\224\0\0\0]\0\0\0N\0\0\0B\40.E\337\36,B\345\27" | ||
| 350 | "\"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" | ||
| 351 | "\0\4\0\0\0\1\310\310\310\0\321\321\321\0\327\327\327\0\332\332\332\0" | ||
| 352 | "\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" | ||
| 353 | "\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" | ||
| 354 | "\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" | ||
| 355 | "\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" | ||
| 356 | "=\0\0\0K\0\0\0W\0\0\0[\27!1oCb\221\375Ba\220\367\16\24\36b\0\0\0^\0\0" | ||
| 357 | "\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" | ||
| 358 | "<X\202\357\16\25\37P\0\0\0H\0\0\0O\0\0\0S\0\0\0O\0\0\0D\0\0\0""8\0\0" | ||
| 359 | "\0.\0\0\0(\0\0\0'\0\0\0(\0\0\0)\0\0\0*\0\0\0,\0\0\0""1\0\0\0;\0\0\0F" | ||
| 360 | "\0\0\0M\0\0\0L\0\0\0B\0\0\0""6\0\0\0""0\0\0\0""3\0\0\0@\0\0\0O\0\0\0" | ||
| 361 | "Z\0\0\0Y\0\0\0M\0\0\0\77\0\0\0""5\0\0\0""6\0\0\0@\15\23\35Z\22\33(i\3" | ||
| 362 | "\5\7T\0\0\0G\0\0\0:\0\0\0-\0\0\0\"\0\0\0\33\202\0\0\0\26\13\0\0\0\34" | ||
| 363 | "\0\0\0)\0\0\0:\14\22\33X\21\31&i\3\5\7T\0\0\0G\0\0\0:\0\0\0-\0\0\0\"" | ||
| 364 | "\0\0\0\32\202\0\0\0\26\31\0\0\0\35\7\13\20""2\22\32&X\5\7\13^\0\0\0g" | ||
| 365 | "\0\0\0i\0\0\0a\0\0\0S\0\0\0G\22\33'[\3\5\7L\0\0\0T\0\0\0`\0\0\0e\0\0" | ||
| 366 | "\0_\0\0\0N\0\0\0""7\0\0\0!\0\0\0\21\0\0\0\10\0\0\0\3\276\276\276\0\314" | ||
| 367 | "\314\314\0\324\324\324\0\331\331\331\0\203\333\333\333\0\202\0\0\0\0" | ||
| 368 | "\5\0\0\0\2\0\0\0\5\0\0\0\10\0\0\0\15\0\0\0\20\202\0\0\0\23\2\0\0\0\22" | ||
| 369 | "\0\0\0\21\203\0\0\0\17&\0\0\0\21\0\0\0\23\0\0\0\30\0\0\0\36\0\0\0%\0" | ||
| 370 | "\0\0.\0\0\0""6\0\0\0<\1\1\2A\0\0\0A\0\0\0=\0\0\0""6\0\0\0.\0\0\0'\0\0" | ||
| 371 | "\0#\0\0\0'\0\0\0""2\0\0\0@\0\0\0M\0\0\0R<W\200\276Dc\222\3776Ov\255\0" | ||
| 372 | "\0\0Y\0\0\0b\0\0\0f\0\0\0a\0\0\0W\0\0\0L\0\0\0H\0\0\0L\0\0\0R\0\0\0V" | ||
| 373 | "\27!1j=Y\203\3764Lo\241\0\0\0H\0\0\0N\202\0\0\0S\7\0\0\0K\0\0\0>\0\0" | ||
| 374 | "\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" | ||
| 375 | "'\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" | ||
| 376 | ";\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" | ||
| 377 | "\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" | ||
| 378 | "\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" | ||
| 379 | "\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" | ||
| 380 | "\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" | ||
| 381 | "\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" | ||
| 382 | "\317\317\0\326\326\326\0\332\332\332\0\203\333\333\333\0\202\0\0\0\0" | ||
| 383 | "\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" | ||
| 384 | "\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" | ||
| 385 | "\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" | ||
| 386 | "\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" | ||
| 387 | "\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" | ||
| 388 | "\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" | ||
| 389 | "\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" | ||
| 390 | "\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" | ||
| 391 | "\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" | ||
| 392 | "\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" | ||
| 393 | "\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" | ||
| 394 | "\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" | ||
| 395 | "\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" | ||
| 396 | "\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" | ||
| 397 | "\0\11\0\0\0\4\0\0\0\1\310\310\310\0\322\322\322\0\327\327\327\0\332\332" | ||
| 398 | "\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" | ||
| 399 | "\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" | ||
| 400 | "\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!" | ||
| 401 | "&\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!" | ||
| 402 | "1*\40/E@\26\37/C\77\\\207\274Dc\222\3778Ry\253\0\0\0S\0\0\0]\0\0\0a\0" | ||
| 403 | "\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" | ||
| 404 | "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" | ||
| 405 | "\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" | ||
| 406 | "\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" | ||
| 407 | "\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" | ||
| 408 | "\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" | ||
| 409 | "\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" | ||
| 410 | "\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" | ||
| 411 | "\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" | ||
| 412 | "\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" | ||
| 413 | "\276\276\276\0\314\314\314\0\324\324\324\0\330\330\330\0\204\333\333" | ||
| 414 | "\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" | ||
| 415 | "\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" | ||
| 416 | "\0\0\0\22\203\0\0\0\23&\0\0\0\21\0\0\0\20\31$6\25Ba\217]Ff\230\241Ee" | ||
| 417 | "\225\310Ed\225\276Ba\217\236=Y\203\177@\\\211\244Dc\222\377Db\221\377" | ||
| 418 | "+>\\\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" | ||
| 419 | "\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" | ||
| 420 | "\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" | ||
| 421 | "\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" | ||
| 422 | "\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" | ||
| 423 | "\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" | ||
| 424 | "\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" | ||
| 425 | "\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" | ||
| 426 | "\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" | ||
| 427 | "\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" | ||
| 428 | "\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" | ||
| 429 | "\0\1\304\304\304\0\317\317\317\0\325\325\325\0\331\331\331\0\204\333" | ||
| 430 | "\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" | ||
| 431 | "\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" | ||
| 432 | "\351Ff\230\356B`\216n\24\35,\35\0\0\0\33\0\0\0\37\0\0\0$@]\211\255Dc" | ||
| 433 | "\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" | ||
| 434 | "\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" | ||
| 435 | "\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" | ||
| 436 | "\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" | ||
| 437 | "\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" | ||
| 438 | "\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" | ||
| 439 | "\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" | ||
| 440 | "\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" | ||
| 441 | "\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" | ||
| 442 | "\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" | ||
| 443 | "\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" | ||
| 444 | "\312\312\0\323\323\323\0\327\327\327\0\332\332\332\0\204\333\333\333" | ||
| 445 | "\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" | ||
| 446 | "Gg\231`Gh\230\377Fg\230\3520Fg9\0\0\0\35\0\0\0#\0\0\0&\0\0\0)-A`YDb\222" | ||
| 447 | "\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" | ||
| 448 | "\0\0\34\0\0\0\20\202\0\0\0\13\15@]\210\257=Y\203\3770Ef\\\0\0\0""5\0" | ||
| 449 | "\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" | ||
| 450 | "\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" | ||
| 451 | "\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" | ||
| 452 | "\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" | ||
| 453 | "\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" | ||
| 454 | "\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" | ||
| 455 | "\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" | ||
| 456 | "\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" | ||
| 457 | "\320\0\325\325\325\0\331\331\331\0\205\333\333\333\0\223\0\0\0\0\203" | ||
| 458 | "\0\0\0\1$\23\33(\4Fg\231\346Gg\230\377>\\\207k\0\0\0#\0\0\0,\0\0\0""2" | ||
| 459 | "\0\0\0""4\27\"2EB`\217\346A`\215\344\31$6V\0\0\0L\0\0\0X\0\0\0^\0\0\0" | ||
| 460 | "Z\0\0\0M\0\0\0""9\0\0\0%\0\0\0\25\0\0\0\13\0\0\0\7<Y\203;=Z\204\377>" | ||
| 461 | "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" | ||
| 462 | "\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" | ||
| 463 | "\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" | ||
| 464 | "\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" | ||
| 465 | "\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" | ||
| 466 | "\0\0\1\7\302\302\302\0\306\306\306\0\312\312\312\0\320\320\320\0\324" | ||
| 467 | "\324\324\0\330\330\330\0\332\332\332\0\205\333\333\333\0\225\0\0\0\0" | ||
| 468 | "$\0\0\0\1=Z\205\27Gf\230\377Gf\226\377\26\40//\0\0\0""1\0\0\0<\0\0\0" | ||
| 469 | "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" | ||
| 470 | "\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" | ||
| 471 | "\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" | ||
| 472 | "\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" | ||
| 473 | "\323\323\0\325\325\325\0\330\330\330\0\332\332\332\0\206\333\333\333" | ||
| 474 | "\0\225\0\0\0\0$\0\0\0\2\22\33(\10Ef\227\305Ff\226\3778Qxy\25\37.N#4L" | ||
| 475 | "o9Sz\254A^\213\3271Hk\205\2\3\5>\0\0\0>\0\0\0E\0\0\0M\0\0\0R\0\0\0O\0" | ||
| 476 | "\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" | ||
| 477 | "\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" | ||
| 478 | "\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" | ||
| 479 | "\0\3\330\330\330\0\331\331\331\0\332\332\332\0\207\333\333\333\0\225" | ||
| 480 | "\0\0\0\0\15\0\0\0\2\0\0\0\7\13\20\30\24""5MrX8Qx\2045Nt\226.Cc\214\33" | ||
| 481 | "':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" | ||
| 482 | "\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" | ||
| 483 | "\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" | ||
| 484 | "\0\2\300\0\0\0\0\204\332\332\332\0\211\333\333\333\0\225\0\0\0\0\6\0" | ||
| 485 | "\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" | ||
| 486 | "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" | ||
| 487 | "\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" | ||
| 488 | "\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" | ||
| 489 | "\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" | ||
| 490 | "\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" | ||
| 491 | "\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" | ||
| 492 | "\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" | ||
| 493 | "\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" | ||
| 494 | "\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" | ||
| 495 | "\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" | ||
| 496 | "\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" | ||
| 497 | "\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" | ||
| 498 | "\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" | ||
| 499 | "\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" | ||
| 500 | "\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" | ||
| 501 | "\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" | ||
| 502 | "\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" | ||
| 503 | "\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" | ||
| 504 | "\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" | ||
| 505 | "\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" | ||
| 506 | "\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" | ||
| 507 | "\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" | ||
| 508 | "\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" | ||
| 509 | "\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" | ||
| 510 | "\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" | ||
| 511 | "\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" | ||
| 512 | "\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" | ||
| 513 | "\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"}; | ||
| 514 | |||
| 515 | |||
diff --git a/src/icons/sylpheed-logo.png b/src/icons/sylpheed-logo.png new file mode 100644 index 0000000..1423da5 --- /dev/null +++ b/src/icons/sylpheed-logo.png | |||
| Binary files differ | |||
diff --git a/src/icons/sylpheed.ico b/src/icons/sylpheed.ico new file mode 100644 index 0000000..f7cd1f8 --- /dev/null +++ b/src/icons/sylpheed.ico | |||
| Binary files 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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * unread_xpm[] = { | ||
| 3 | "13 10 37 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #3D81C1", | ||
| 7 | "@ c #D4E3F0", | ||
| 8 | "# c #D5E3F1", | ||
| 9 | "$ c #2A5984", | ||
| 10 | "% c #D1E0EF", | ||
| 11 | "& c #D1E1EF", | ||
| 12 | "* c #D2E2F0", | ||
| 13 | "= c #94B9DC", | ||
| 14 | "- c #C0D5EA", | ||
| 15 | "; c #D4E2F0", | ||
| 16 | "> c #C2D5EA", | ||
| 17 | ", c #80AAD6", | ||
| 18 | "' c #346FA6", | ||
| 19 | ") c #C9D9ED", | ||
| 20 | "! c #CFDEEF", | ||
| 21 | "~ c #C9DBED", | ||
| 22 | "{ c #3673AC", | ||
| 23 | "] c #3B7EBD", | ||
| 24 | "^ c #D2E1F0", | ||
| 25 | "/ c #8EB0DA", | ||
| 26 | "( c #A6C1E2", | ||
| 27 | "_ c #77A0D3", | ||
| 28 | ": c #CCDCEE", | ||
| 29 | "< c #D1DFEF", | ||
| 30 | "[ c #8CAFDA", | ||
| 31 | "} c #295883", | ||
| 32 | "| c #BFD4E9", | ||
| 33 | "1 c #7AA9D4", | ||
| 34 | "2 c #6B9CCF", | ||
| 35 | "3 c #91B4DB", | ||
| 36 | "4 c #ABC4E3", | ||
| 37 | "5 c #9DBCDF", | ||
| 38 | "6 c #7DA6D5", | ||
| 39 | "7 c #A4C0E0", | ||
| 40 | "8 c #1E4060", | ||
| 41 | " ........... ", | ||
| 42 | ".+@##@@##@@$.", | ||
| 43 | ".@+@@#%@&*+=.", | ||
| 44 | ".@-+#@*;*+>,.", | ||
| 45 | ".#@@+#@#')>>.", | ||
| 46 | ".!#~+{@]+^!/.", | ||
| 47 | ".#%+@;+^!+(_.", | ||
| 48 | ".@+&@;:<![}|.", | ||
| 49 | ".+1123[45678.", | ||
| 50 | " ........... "}; | ||
diff --git a/src/icons/vcard.xpm b/src/icons/vcard.xpm new file mode 100644 index 0000000..7b1aeec --- /dev/null +++ b/src/icons/vcard.xpm | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * vcard_xpm[] = { | ||
| 3 | "16 16 6 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #FFFFFF", | ||
| 7 | "@ c #4D4D4D", | ||
| 8 | "# c #CFBF7A", | ||
| 9 | "$ c #858585", | ||
| 10 | " ", | ||
| 11 | " ", | ||
| 12 | " ...............", | ||
| 13 | " .+++++++++++++.", | ||
| 14 | " .+++++++++++++.", | ||
| 15 | " .+@@@+++++++++.", | ||
| 16 | " .+@#@+.+.+.+.+.", | ||
| 17 | " .+@@@+++++++++.", | ||
| 18 | " .+#@#+.+..+..+.", | ||
| 19 | " .+@#@+++++++++.", | ||
| 20 | " .+@$@+..+..+.+.", | ||
| 21 | " .+@$@+++++++++.", | ||
| 22 | " .+++++++++++++.", | ||
| 23 | " ...............", | ||
| 24 | " ", | ||
| 25 | " "}; | ||
