]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-edit
httpd: fix SIGHUP by invalidating cache on reload
[public-inbox.git] / script / public-inbox-edit
index 81f023bca1873e87491dddcfc141a006beb9e309..9498038b29e4df2c020eef94446e857905f04f8e 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2019-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # Used for editing messages in a public-inbox.
@@ -133,7 +133,7 @@ $mids
 }
 
 my %tmpopt = (
-       TEMPLATE => 'public-inbox-edit-XXXXXX',
+       TEMPLATE => 'public-inbox-edit-XXXX',
        TMPDIR => 1,
        SUFFIX => $opt->{raw} ? '.eml' : '.mbox',
 );