remove validation checking if mail file exists

This commit is contained in:
Samvid Mistry 2023-11-01 14:25:56 +05:30
parent 7c30b99fae
commit 6e92c1b353
1 changed files with 19 additions and 18 deletions

View File

@ -1403,8 +1403,9 @@ descendants."
(mu4e-error "Must be in mu4e-headers-mode (%S)" major-mode))
(let* ((msg (mu4e-message-at-point))
(path (mu4e-message-field msg :path))
(_exists (or (file-readable-p path)
(mu4e-warn "No message at %s" path)))
(_exists ;; (or (file-readable-p path)
;; (mu4e-warn "No message at %s" path))
t)
(docid (or (mu4e-message-field msg :docid)
(mu4e-warn "No message at point")))
(mark-as-read