Fix typos
This commit is contained in:
@ -594,7 +594,7 @@ message we will forward / reply to.
|
||||
|
||||
Optionally (when inline forwarding) INCLUDES contains a list of
|
||||
(:file-name <filename> :mime-type <mime-type> :disposition <disposition>)
|
||||
for the attachements to include; file-name refers to
|
||||
for the attachments to include; file-name refers to
|
||||
a file which our backend has conveniently saved for us (as a
|
||||
tempfile)."
|
||||
|
||||
|
||||
@ -1412,7 +1412,7 @@ descendants."
|
||||
(unless (memq mark allowed-marks)
|
||||
(mu4e-error "The mark (%s) has to be one of: %s"
|
||||
mark allowed-marks)))
|
||||
;; note: the tread id is shared by all messages in a thread
|
||||
;; note: the thread id is shared by all messages in a thread
|
||||
(let* ((msg (mu4e-message-at-point))
|
||||
(thread-id (mu4e~headers-get-thread-info msg 'thread-id))
|
||||
(path (mu4e~headers-get-thread-info msg 'path))
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
;;; Mode
|
||||
|
||||
(defvar mu4e-main-buffer-hide-personal-addresses nil
|
||||
"Whether to hid trhe personal address in the main view. This
|
||||
"Whether to hid the personal address in the main view. This
|
||||
can be useful to avoid the noise when there are many.
|
||||
|
||||
This also hides the warning if your `user-mail-address' is not
|
||||
@ -269,7 +269,7 @@ When REFRESH is non nil refresh infos from server."
|
||||
(mu4e~main-menu))
|
||||
;; `mu4e~main-view' is called from `mu4e~start', so don't call it
|
||||
;; a second time here i.e. do not refresh unless specified
|
||||
;; explicitely with REFRESH arg.
|
||||
;; explicitly with REFRESH arg.
|
||||
(switch-to-buffer buf)
|
||||
(with-current-buffer buf
|
||||
(mu4e~main-view-real-1 refresh))
|
||||
|
||||
@ -306,7 +306,7 @@ A part would look something like:
|
||||
(defalias 'mu4e-body-text 'mu4e-message-body-text) ;; backward compatibility
|
||||
|
||||
(defun mu4e-field-at-point (field)
|
||||
"Get FIELD for the message at point.
|
||||
"Get FIELD for the message at point.
|
||||
Either in the headers buffer or the view buffer. Field is a
|
||||
symbol, see `mu4e-header-info'."
|
||||
(plist-get (mu4e-message-at-point) field))
|
||||
@ -329,8 +329,8 @@ Emacs. Based on code by Titus von der Malsburg."
|
||||
(lambda ()
|
||||
(let (
|
||||
;; When HTML emails contain references to remote images,
|
||||
;; retrieving these images leaks information. For example,
|
||||
;; the sender can see when I openend the email and from which
|
||||
;; retrieving these images leaks information. For example,
|
||||
;; the sender can see when I opened the email and from which
|
||||
;; computer (IP address). For this reason, it is preferable
|
||||
;; to not retrieve images.
|
||||
;; See this discussion on mu-discuss:
|
||||
|
||||
@ -1021,7 +1021,7 @@ mu4e-compose.")
|
||||
|
||||
;;; Handler functions
|
||||
;;
|
||||
;; The handler funcions define what happens when we receive a certain
|
||||
;; The handler functions define what happens when we receive a certain
|
||||
;; message from the server. Here we register our handler functions;
|
||||
;; these connect server messages to functions to handle them.
|
||||
;;
|
||||
|
||||
@ -190,7 +190,7 @@ The first letter of NAME is used as a shortcut character."
|
||||
(define-key map [mouse-2] 'mu4e~view-save-attach-from-binding)
|
||||
(define-key map (kbd "<S-return>") 'mu4e~view-save-attach-from-binding)
|
||||
map)
|
||||
"Keymap used in the \"Attachements\" header field.")
|
||||
"Keymap used in the \"Attachments\" header field.")
|
||||
|
||||
;;; Variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user