Guest User

Untitled

a guest
Jul 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (defun notmuch-mark-as-mistake ()
  2. (interactive)
  3. (let ((fullpath (notmuch-show-get-filename))
  4. (filename (filename-nondirectory(filename)))
  5. (rename-file fullpath filename))))
Add Comment
Please, Sign In to add comment