Live data from Hacker News

Setting up Gmail in Doom Emacs using mbsync and mu4e

erichgrunewald.com

1–10 of 50 posts

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#2
> Wait, why did I do this again? ... in this case for example by linking directly to email from org-mode files

Org-mode. Capturing whatever into the appropriate note is wonderful. These days about 80% of the time my answer to why Emacs is org-mode. Not that there aren't other great note taking options, but I've yet to find one that integrates so fully with, well, everything.

For all the doubters, I was right there with you 6 months ago. Who cares about yet another markdown clone am I right? Perhaps someone else can explain better, but in my case no amount of explanation really helped, I didn't get it until I did it.

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#3
I've been using Neomutt for some time now and I'm already contemplating ditching it. Fewer emails these days are purely text, viewing them brings me right back to the browser anyways. Never got into the Org-Mode hype for Doom Emacs. I do love Magit though, it remains the best git tool I've used to date, but the pain of wrestling with some of my lsp plugins (Looking at ESS) has made waste more time than anything.

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#4
I'm very happy with mbsync and mu4e. The only drawback is that email fetching+indexing can be very slow (10 to 30 seconds), compared with the instantaneous gmail web interface. I'm not sure if this is poor configuration on my side, or some other bottlenecks (mbsync, mu indexing, IMAP protocol).

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#5

I've been using Neomutt for some time now and I'm already contemplating ditching it. Fewer emails these days are purely text, viewing them brings me right back to the browser anyways. Never got into the Org-Mode hype for Doom Emacs. I do love Magit though, it remains the best git tool I've used to date, but the pain of wrestling with some of my lsp plugins (Looking at ESS) has made waste more time than anything.

mu4e is mail on steroids. If you need to automate anything you can grok a small script in an afternoon (much less if you are familiar with elisp) and have it work for you in ways no other mail agent will.

My need: write personalized exams for my (50-ish) students, send an email for each with his respective exam, and upon receiving the replies, save each attachment in its own directory.

Some perl+latex+mu4e+elisp ans voilà.

Edit: I refuse to use my Uni’s version of moodle for long-reply exams. Also using pdftools has changed my life.

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#6
post #4

I'm very happy with mbsync and mu4e. The only drawback is that email fetching+indexing can be very slow (10 to 30 seconds), compared with the instantaneous gmail web interface. I'm not sure if this is poor configuration on my side, or some other bottlenecks (mbsync, mu indexing, IMAP protocol).

I'm not sure if the gmail interface is instantaneous or if it's just using tricks to make it seem that way.

I've regularly waited up to a minute for an email I've just sent to arrive on someone else's account. A large part of this delay seems to be for some weird undo feature they've added which you can no longer fully disable.

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#7
post #2

> Wait, why did I do this again? ... in this case for example by linking directly to email from org-mode files Org-mode. Capturing whatever into the appropriate note is wonderful. These days about 80% of the time my answer to why Emacs is org-mode. Not that there aren't other great note taking options, but I've yet to find one that integrates so fully with, well, everything. For all the doubters, I was right there wi…

I am proficient with emacs, but I've never gotten to the point where org-mode clicks. Any advice?

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#8
I discovered Doom Emacs a couple of months ago and it made me use emacs more often again. Doom Emacs is well made and makes configuration of emacs a lot faster and easier. I've noticed that a lot of file types have support from an LSP server and setting that up is also easy.

Long time ago, I used to read email using wanderlust on emacs. I remember I really liked it, it was very powerfull in handling email and it had really good imap (and offline) support. The only drawback was related to handling html email. Back then that was not that much of a problem because I used it for a lot of mailinglists which were typically text only, and the remaining email was often sent in both a text and a html version.

Anyone using email in emacs and has a good solution to deal with html email? Both receiving and sending? I kinda remember reading about people writing email in markdown and have it converted to html when sending it out.

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#9
post #2

> Wait, why did I do this again? ... in this case for example by linking directly to email from org-mode files Org-mode. Capturing whatever into the appropriate note is wonderful. These days about 80% of the time my answer to why Emacs is org-mode. Not that there aren't other great note taking options, but I've yet to find one that integrates so fully with, well, everything. For all the doubters, I was right there wi…

I am proficient with emacs, but I've never gotten to the point where org-mode clicks. Any advice?

Taking notes is the simplest. I started with outline-mode back in the day. Once you start taking notes you'll think: if only I had a way of cataloguing, tagging and prioritising tasks. Before long you'll start estimating tasks and creating agendas; then you'll want to tie in other parts of your life to your tasks and notes -- as nothing ever lives in a vacuum -- and... well, there you go. That's how it goes.

Create a .org file and start writing is really the simplest. If you never make it past that, you still have an effective note taking system in Emacs.

Re: Setting up Gmail in Doom Emacs using mbsync and mu4e

#10

I discovered Doom Emacs a couple of months ago and it made me use emacs more often again. Doom Emacs is well made and makes configuration of emacs a lot faster and easier. I've noticed that a lot of file types have support from an LSP server and setting that up is also easy. Long time ago, I used to read email using wanderlust on emacs. I remember I really liked it, it was very powerfull in handling email and it had…

Mu4e can render HTML e-mails in Emacs (using Emacs’ shr render engine). Works well enough for most cases. When it doesn’t, there is a command for opening the message in your browser of choice. Re sending HTML: I personally think it’s a bad idea and don’t do it. But I think it‘s possible to write e-mails in org mode markup and them have them automatically converted to HTML. Probably easy to build something similar for Markdown, if it doesn’t exist yet.
Post reply on HN