1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

* update TODO

This commit is contained in:
djcb 2012-06-24 10:47:04 +03:00
parent 0b808aff91
commit 4b228535d0
2 changed files with 2 additions and 5 deletions

2
TODO
View File

@ -32,7 +32,6 @@
- tooltip for flags field - tooltip for flags field
- handling of database upgrades - handling of database upgrades
- restore point after rerunning a search - restore point after rerunning a search
- fix emacs23 mailto: handling
- fix emacs23 auto-completion - fix emacs23 auto-completion
- fix message interference - fix message interference
- opening urls is too eager - opening urls is too eager
@ -71,6 +70,7 @@
- strip signature from original when replying - strip signature from original when replying
- make refresh after changing sort, threads the default - make refresh after changing sort, threads the default
- contact completion (see Jacek's 'mu4e: using' mail) - contact completion (see Jacek's 'mu4e: using' mail)
- *FIX* emacs23 mailto: handling
# Local Variables: # Local Variables:
# mode: org; org-startup-folded: nil # mode: org; org-startup-folded: nil

View File

@ -61,8 +61,6 @@ dir already existed, or has been created, nil otherwise."
(mu4e~proc-mkdir dir)) (mu4e~proc-mkdir dir))
(t nil))) (t nil)))
(defun mu4e-format (frm &rest args) (defun mu4e-format (frm &rest args)
"Create [mu4e]-prefixed string based on format FRM and ARGS." "Create [mu4e]-prefixed string based on format FRM and ARGS."
(concat "[" mu4e-logo "] " (apply 'format frm args))) (concat "[" mu4e-logo "] " (apply 'format frm args)))
@ -71,7 +69,6 @@ dir already existed, or has been created, nil otherwise."
"Like `message', but prefixed with mu4e." "Like `message', but prefixed with mu4e."
(message "%s" (apply 'mu4e-format frm args))) (message "%s" (apply 'mu4e-format frm args)))
(defun mu4e~read-char-choice (prompt choices) (defun mu4e~read-char-choice (prompt choices)
"Compatiblity wrapper for `read-char-choice', which is emacs-24 "Compatiblity wrapper for `read-char-choice', which is emacs-24
only." only."