From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23448 invoked from network); 6 Dec 2022 06:19:58 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 6 Dec 2022 06:19:58 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p2RIv-0007KY-JS; Tue, 06 Dec 2022 01:19:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2RIt-0007KN-VZ for info-gnus-english@gnu.org; Tue, 06 Dec 2022 01:19:43 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2RIr-0007ST-Dk for info-gnus-english@gnu.org; Tue, 06 Dec 2022 01:19:43 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 76DD8411D8 for ; Tue, 6 Dec 2022 07:19:37 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OJqr6mvrSqpp for ; Tue, 6 Dec 2022 07:19:35 +0100 (CET) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1670307575; bh=nvLxi70kIRqHlV489lqh40P/djuXpZsRgegjJct1a9g=; h=Date:From:To:Subject; b=Tq+hIhu6cDW/lwlpG1Dmgm6KQYbTB/oFRqgTueDuuzWhTsuIsrWdusAh2K734uFsO LdVSKV8SjMcfbXwKhCGSrP+jlDaSbv1PP02GSmJGHagVxJuXruKg1s0LGCzJz86XLE u0xH/pIJcKONvEcrahhwWG1ux/kjEcRQ9QWZKI6JWKFz/83RwEN35kFHHPLT5vIb7T 7W2IsomjPgy+mzNJTtyYO5aHubzbUENEDhXWaPJqCo+6ZavILt4fsCTTQQSc+5P1Na ukvAysNDvtlBzKEIXww7eJGLqw0QPBXgRS1Q1guSdB8V12etBGDcLT/m/fL7lCveHY 9K1xZF+VaLc9w== Date: Tue, 06 Dec 2022 06:19:35 +0000 From: "jindam, vani" To: info-gnus-english@gnu.org Subject: delete downloaded marked emails after specific days & pop3 advice Message-ID: <61f16e8141130fbdfb3c8576c7f0c7ff@disroot.org> X-Sender: jindam.vani@disroot.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=jindam.vani@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org after much trials, i found its impossible to run dovecot on debian 11 on userland (1). i have a copy of gnus manual (by lars magne, 1995-2015, no version). recently disvovered check paren for looking errors on .gnus i have few questions: (a) is it possible to download all emails on my local machine, i dont want to retain email copies on server (b) do i have to specify all email directories on .gnus for downloading, ex: spam, draft (c) how do i auto expunge all marked emails on .gnus or mbsync.rc after specific period (d) seriously, reconsidering to use getmail to fetch all emails through pop3, is it good idea. pop3 supports or recognises only one directory —inbox & does it mean it will include spam emails in inbox? * mbsync.rc: IMAPAccount disroot Host disroot.org User jindam.vani@disroot.org SSLType IMAPS SSLVersions TLSv1.2 # you may have to tweak the awk here + filename to your netrc/authinfo: # PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d $HOME/.netrc.gpg | awk '$2==\"mail.messagingengine.com\" && $4==\"me@fastmail.com\" {print $6;exit(0)}'" # Port 992 # Port 992 has a "flat" hierarchy; use with # mail_location = maildir:~/.Maildir/:LAYOUT=fs:INBOX=~/.Maildir/INBOX # in dovecot (see also MaildirStore.Inbox below) IMAPStore disroot-remote Account disroot MaildirStore disroot-local # The trailing "/" is meaningful Path ~/.Maildir/ Inbox ~/.Maildir/INBOX SubFolders Legacy Channel disroot Master :disroot-remote: Slave :disroot-local: Patterns * Create Slave Sync All Expunge Both SyncState * * .gnus: (setq gnus-select-method '(nnnil "")) (add-to-list 'gnus-secondary-select-methods '(nnmaildir "" (directory "/home/jin/.Maildir/") (get-new-mail t) (directory-files nnheader-directory-files-safe))) (setq mail-user-agent 'gnus-user-agent) (setq read-mail-command 'gnus) (1) https://github.com/CypherpunkArmory/UserLAnd regards, jindam, vani -- toots: @jindam_vani@c.im others: en.wikipedia.org/wik//User:Jindam_vani