mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-05 21:15:33 +01:00
Remove name and email
This commit is contained in:
parent
b37eaa48c6
commit
48395c0ba7
2 changed files with 7 additions and 16 deletions
|
@ -1,9 +1,7 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
|
||||
<author>
|
||||
<name>{{ name }}</name>
|
||||
<email>{{ email }}</email>
|
||||
</author>
|
||||
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
|
||||
<title>Mail Filters (Blackhole)</title>
|
||||
<id>tag:mail.google.com,2008:filters:1297349082768</id>
|
||||
<updated>2013-02-04T15:50:38Z</updated>
|
||||
|
||||
{% for filter in filters -%}
|
||||
<entry>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue