diff options
Diffstat (limited to 'mail/pixmaps/attachment-header.xpm')
-rw-r--r-- | mail/pixmaps/attachment-header.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/pixmaps/attachment-header.xpm b/mail/pixmaps/attachment-header.xpm new file mode 100644 index 0000000000..d3b0f96301 --- /dev/null +++ b/mail/pixmaps/attachment-header.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * attachment_header_xpm[] = { +"16 16 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" ", +" .. ", +" + .. ..... ", +" .. .. . ", +" . .. . ", +" .. . .. ", +" . . . ", +" .. . ", +" . .. ", +" . .. ", +" ....... ", +" ", +" ", +" "}; |