summaryrefslogtreecommitdiff
path: root/gmi2email
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-01-24 12:30:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-01-24 12:30:42 -0700
commita9f38097bd9bf8af9bed3b4512618543a4330668 (patch)
treef1eba0a03dceacb87f4605551a6f915c4125fb7c /gmi2email
parent5b02197c3b928beb7b2de297df05a299ff188765 (diff)
downloadmailscripts-a9f38097bd9bf8af9bed3b4512618543a4330668.tar.gz
gmi2email: comment with shell snippet
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'gmi2email')
-rwxr-xr-xgmi2email8
1 files changed, 8 insertions, 0 deletions
diff --git a/gmi2email b/gmi2email
index 8510643..9cff323 100755
--- a/gmi2email
+++ b/gmi2email
@@ -17,6 +17,14 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# TESTING/DEVEL
+#
+# To forget about seen entries of a feed:
+#
+# % perl -MDBI
+# -we'DBI->connect("dbi:SQLite:dbname=$ENV{HOME}/.cache/mailscripts/gmi2email.db",
+# "", "")->do("DELETE FROM seen WHERE uri LIKE \"gemini://example.com/%\"")'
+
use 5.028;
use strict;
use warnings;