浏览代码

bump poll interval to 2 minutes and use IDLE - been using IDLE this whole time without realizing it

Pi 1 年之前
父节点
当前提交
dabd684cdb
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .fetchmailrc

+ 3 - 3
.fetchmailrc

@@ -1,12 +1,12 @@
-#set daemon 30
+set daemon 120
 set postmaster pi
 set postmaster pi
 set syslog
 set syslog
 
 
 poll imap.mailfence.com with protocol IMAP service 993 ;
 poll imap.mailfence.com with protocol IMAP service 993 ;
     username "USER" is "pi" here;
     username "USER" is "pi" here;
     ssl;
     ssl;
-#    idle;
-    folder "Inbox/Crop Swap Mail Incoming" keep fetchall;
+    idle;
+    folder "Inbox/Crop Swap Mail Incoming" fetchall;
 
 
 
 
 mda "/usr/bin/maildrop -f%F"
 mda "/usr/bin/maildrop -f%F"