ソースを参照

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 syslog
 
 poll imap.mailfence.com with protocol IMAP service 993 ;
     username "USER" is "pi" here;
     ssl;
-#    idle;
-    folder "Inbox/Crop Swap Mail Incoming" keep fetchall;
+    idle;
+    folder "Inbox/Crop Swap Mail Incoming" fetchall;
 
 
 mda "/usr/bin/maildrop -f%F"