diff options
| -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 () | 
