소스 검색

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"