From db6ee15a7fcd32f12a8188f085b4a00437bc0053 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 11 Nov 2019 15:23:49 +0000 Subject: frm: display only new mails in mailboxes --- net/jao-frm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/jao-frm.el b/net/jao-frm.el index 4f7ae0c..f04c0ce 100644 --- a/net/jao-frm.el +++ b/net/jao-frm.el @@ -170,7 +170,7 @@ (insert (or (file-name-nondirectory mbox) mbox) ":\n\n") (apply 'call-process `(,jao-frm-exec-path nil ,(current-buffer) nil - "-n" "-t" ,@(and mbox (list mbox)))) + "-s" "n" "-n" "-t" ,@(and mbox (list mbox)))) (newline 2))) (defun jao-frm-mboxes () -- cgit v1.2.3