From 34cdefffc4514f1c7a99e641ea34a4c6ba8f420a Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Fri, 18 Jan 2013 17:03:56 +0100 Subject: [PATCH] [PATCH 2/4] emacs: pictures that might be used as icons for tags --- 2a/322f3f00c7d5658d725fc97f70358350358308 | 327 ++++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 2a/322f3f00c7d5658d725fc97f70358350358308 diff --git a/2a/322f3f00c7d5658d725fc97f70358350358308 b/2a/322f3f00c7d5658d725fc97f70358350358308 new file mode 100644 index 000000000..05586c2f4 --- /dev/null +++ b/2a/322f3f00c7d5658d725fc97f70358350358308 @@ -0,0 +1,327 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 4CD46431FBD + for ; Fri, 18 Jan 2013 08:04:24 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 9gqInkoSAftC for ; + Fri, 18 Jan 2013 08:04:20 -0800 (PST) +Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com + [74.125.82.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + EBE3D431FCF for ; Fri, 18 Jan 2013 08:04:15 -0800 + (PST) +Received: by mail-wg0-f42.google.com with SMTP id dr1so497144wgb.1 + for ; Fri, 18 Jan 2013 08:04:14 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to + :references; bh=C3fBy6xJHz2S0T5rvbByYmjz+m30KhaEVhnKwrLCJt8=; + b=NMzvKUEpPB+SZB9S/6pMZzP3rqOUzDmktTaj3LaDlrfGc+X0kSajdy4g4kDc68ou7B + kZBw0bhGlTzA7+uaYPvBYNyyFTpHuvcG6JbWJg7lWL3V4515mwYAFwWKwEb8oRuVseuT + IXWWwHQDgwt97F00ulrbCK+aRCU8QeUsVwIbTa5EZtw5bj/zh1utONUTswihEc5vgQ/0 + fWUlZVR5VqFCBWGCLEGoovnCla1eJ87/Sb+Dbi/o16qMUms+Ni716A5yssVq1UwoYzKB + B9/vBCaO4T7Nd4iJgdUSmFjC5gRrNwJBdaiatTrJYMMjMcgbK/2/nnCvoDgGq62WyZ+C + Xgkg== +X-Received: by 10.180.93.40 with SMTP id cr8mr4577910wib.15.1358525054612; + Fri, 18 Jan 2013 08:04:14 -0800 (PST) +Received: from luz3.lille.inria.fr ([193.51.236.44]) + by mx.google.com with ESMTPS id i2sm4073866wiw.3.2013.01.18.08.04.13 + (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Fri, 18 Jan 2013 08:04:13 -0800 (PST) +From: Damien Cassou +To: notmuch mailing list +Subject: [PATCH 2/4] emacs: pictures that might be used as icons for tags +Date: Fri, 18 Jan 2013 17:03:56 +0100 +Message-Id: <1358525039-13569-3-git-send-email-damien.cassou@gmail.com> +X-Mailer: git-send-email 1.7.10.4 +In-Reply-To: <1358525039-13569-1-git-send-email-damien.cassou@gmail.com> +References: <1358525039-13569-1-git-send-email-damien.cassou@gmail.com> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 18 Jan 2013 16:04:24 -0000 + +I made these icons myself so there is no copyright infringement. I am +by no means a designer so feel free to improve them if you can. + +Signed-off-by: Damien Cassou +--- + emacs/resources/star-empty.svg | 85 ++++++++++++++++++++++++++++++++++++++++ + emacs/resources/star.svg | 85 ++++++++++++++++++++++++++++++++++++++++ + emacs/resources/tag.svg | 62 +++++++++++++++++++++++++++++ + 3 files changed, 232 insertions(+) + create mode 100644 emacs/resources/star-empty.svg + create mode 100644 emacs/resources/star.svg + create mode 100644 emacs/resources/tag.svg + +diff --git a/emacs/resources/star-empty.svg b/emacs/resources/star-empty.svg +new file mode 100644 +index 0000000..d2a1466 +--- /dev/null ++++ b/emacs/resources/star-empty.svg +@@ -0,0 +1,85 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ image/svg+xml ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff --git a/emacs/resources/star.svg b/emacs/resources/star.svg +new file mode 100644 +index 0000000..3178510 +--- /dev/null ++++ b/emacs/resources/star.svg +@@ -0,0 +1,85 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ image/svg+xml ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff --git a/emacs/resources/tag.svg b/emacs/resources/tag.svg +new file mode 100644 +index 0000000..58dd1cb +--- /dev/null ++++ b/emacs/resources/tag.svg +@@ -0,0 +1,62 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ image/svg+xml ++ ++ ++ ++ ++ ++ ++ ++ ++ +-- +1.7.10.4 + -- 2.26.2