Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
0
votes
1
answers
65
views
org-mode How to link to an rmail message
I want to link to an rmail message in an org file. I know I use rmail:folder#, but how do I find the folder name and the id # number? There's plenty of information on the Internet telling me that org-mode supports linking to rmail, but I've not found any *real* examples of how to do it.
I want to link to an rmail message in an org file. I know I use rmail:folder#, but how do I find the folder name and the id # number? There's plenty of information on the Internet telling me that org-mode supports linking to rmail, but I've not found any *real* examples of how to do it.
guest
(1 rep)
Sep 8, 2014, 08:39 AM
• Last activity: Sep 8, 2014, 09:54 AM
3
votes
2
answers
1024
views
Why does emacs movemail take precedence over mailutils movemail?
I have installed mailutils from the Ubuntu 12.10 repo and specified the `rmail-mailmove-program` as either `/usr/bin/movemail` or `/usr/bin/movemail.mailutils` but in either case emacs reports rmail-parse-url: Emacs movemail does not support imap protocol as a result of `M-x rmail RET`. I infer from...
I have installed mailutils from the Ubuntu 12.10 repo and specified the
rmail-mailmove-program
as either /usr/bin/movemail
or /usr/bin/movemail.mailutils
but in either case emacs reports
rmail-parse-url: Emacs movemail does not support imap protocol
as a result of M-x rmail RET
. I infer from this that emacs movemail is being used and that the mailutils movemail is being ignored.
In my ~/.emacs.d/init.el
I have:
;; Reading mail
(setq rmail-movemail-flags (list "--tls"))
(setq rmail-movemail-program "/usr/bin/movemail.mailutils")
;; (setq rmail-movemail-program "/usr/bin/movemail")
(setq rmail-primary-inbox-list
(quote("imap://mylocal%40jazz2.eu:***@mail.jazz2.eu")))
I verified that the movemail worked on its own before I configured init.el
as follows:
sudo movemail -p -v 'imap://mylocal%40jazz2.eu:***@mail.jazz2.eu' test-mbox
movemail: number of messages in source mailbox: 1
movemail: number of processed messages: 1
movemail: number of errors: 0 / 0
iainH
(339 rep)
Feb 24, 2013, 10:17 PM
• Last activity: Apr 24, 2014, 08:33 PM
Showing page 1 of 2 total questions