summaryrefslogtreecommitdiff
path: root/bin/annexfmail
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-05 08:35:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-05 08:37:16 -0700
commit3c2394b00435b4eaa7e984a80b719de7285540b7 (patch)
treeb4040971e25c2309b46491281d8cac580319ad01 /bin/annexfmail
parent4c5389eb2bcdec4bb70c0369b5d500ed7395cbb5 (diff)
downloaddotfiles-3c2394b00435b4eaa7e984a80b719de7285540b7.tar.gz
drop feeds & patches maildirs
No need to separate feeds from lists at the maildir level. With mailscripts 0.20, no need for a separate folder for imported patches, as they can be distinguished by subject line.
Diffstat (limited to 'bin/annexfmail')
-rwxr-xr-xbin/annexfmail3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/annexfmail b/bin/annexfmail
index ff9e4ae3..b18008fe 100755
--- a/bin/annexfmail
+++ b/bin/annexfmail
@@ -14,8 +14,7 @@ use POSIX qw(strftime);
our $maildirs = "$ENV{HOME}/.fmail";
our $mboxes = "$ENV{HOME}/annex/mail";
our $expanded_mboxes = "$ENV{HOME}/.fmail/annex";
-our %names
- = (inbox => 'archive', sent => 'sent', feeds => 'feeds', lists => 'lists');
+our %names = (inbox => 'archive', sent => 'sent', lists => 'lists');
our @annex_sync_remotes = qw(origin cloud);
# CODE