diff options
author | jao <jao@gnu.org> | 2019-11-11 15:23:49 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-11-11 15:23:49 +0000 |
commit | db6ee15a7fcd32f12a8188f085b4a00437bc0053 (patch) | |
tree | 294aa0fe117e0b8cd004446041a074e37dbdfb33 /net | |
parent | fae80f89fc7004248d843667e61028c9a98826b7 (diff) | |
download | elibs-db6ee15a7fcd32f12a8188f085b4a00437bc0053.tar.gz elibs-db6ee15a7fcd32f12a8188f085b4a00437bc0053.tar.bz2 |
frm: display only new mails in mailboxes
Diffstat (limited to 'net')
-rw-r--r-- | net/jao-frm.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |