From: Match Grun Date: Mon, 2 Jul 2001 21:25:59 +0000 (+0000) Subject: Included address book patch for VCard, JPilot, LDAP. X-Git-Tag: VERSION_0_5_0~28 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=50ac6db2afa63dc4dc6ed8d53a3d633504bcfb4f;hp=3d8e51875c27c3ab6454632e66acfbda72bbfb53 Included address book patch for VCard, JPilot, LDAP. --- diff --git a/src/pixmaps/category.xpm b/src/pixmaps/category.xpm new file mode 100644 index 000000000..fd16880fc --- /dev/null +++ b/src/pixmaps/category.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * category_xpm[] = { +"16 16 16 1", +" c None", +". c #000000", +"+ c #2C7AD4", +"@ c #3B98C5", +"# c #2D5AD3", +"$ c #01DFFF", +"% c #BFEDE2", +"& c #12BDEE", +"* c #B8EADF", +"= c #2ABAD6", +"- c #039FFD", +"; c #155DEB", +"> c #271BD9", +", c #3F18C1", +"' c #1F1CE1", +") c #3719C9", +" ", +" ", +" .... ", +" .+@+@. ", +" .+#+#@+...... ", +" .$$%$%&*%$==$.", +" .=@&@&@=+=+-;.", +" .$&@&@=+=+-+#.", +" .=@&@=+=+-+->.", +" .$&@=+=+-+-;#.", +" .=@=+=+-+-;-,.", +" .$=+=+-+-;-;>.", +" .=';';';';)>,.", +" ............ ", +" ", +" "}; diff --git a/src/pixmaps/jpilot.xpm b/src/pixmaps/jpilot.xpm new file mode 100644 index 000000000..b72225cf6 --- /dev/null +++ b/src/pixmaps/jpilot.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * jpilot_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #848587", +"@ c #34991E", +"# c #F8FAF6", +"$ c #97989B", +" ", +" ........... ", +" .+++++++++. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+@@@@@@@+. ", +" .+++++++++. ", +" .++++#++++. ", +" .+#+#$#+#+. ", +" .++++#++++. ", +" ........... ", +" "}; diff --git a/src/pixmaps/ldap.xpm b/src/pixmaps/ldap.xpm new file mode 100644 index 000000000..c1e61e447 --- /dev/null +++ b/src/pixmaps/ldap.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * ldap_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #E3DAB1", +"@ c #606060", +"# c #A0A0A0", +"$ c #F6210A", +" ", +" . ........ ", +" . .++++++. ", +" . .@#@#@#. ", +" . .#@#@#@. ", +" . .++++++. ", +" @.@ .++++++. ", +" @......++++++. ", +" @.@ .++++++. ", +" . .++++++. ", +" . .++++++. ", +" . .+++$$+. ", +" . .+++$$+. ", +" . .++++++. ", +" . ........ ", +" "}; diff --git a/src/pixmaps/vcard.xpm b/src/pixmaps/vcard.xpm new file mode 100644 index 000000000..7b1aeec4e --- /dev/null +++ b/src/pixmaps/vcard.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * vcard_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #4D4D4D", +"# c #CFBF7A", +"$ c #858585", +" ", +" ", +" ...............", +" .+++++++++++++.", +" .+++++++++++++.", +" .+@@@+++++++++.", +" .+@#@+.+.+.+.+.", +" .+@@@+++++++++.", +" .+#@#+.+..+..+.", +" .+@#@+++++++++.", +" .+@$@+..+..+.+.", +" .+@$@+++++++++.", +" .+++++++++++++.", +" ...............", +" ", +" "};