[mu4e] How to export an email and thread to PDF?

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • emacs.d

    My emacs config (by malb)

  • (defun timu-func-mu4e-action-save-to-pdf (msg) "Save mu4e MSG as a pdf. The `wkhtmltopdf' cli command is a dependency. Credit: https://github.com/malb/emacs.d/blob/master/malb.org." (let* ((date (mu4e-message-field msg :date)) (infile (mu4e~write-body-to-html msg)) (outfile (format-time-string "%Y-%m-%d%H%M%S.pdf" date))) (with-temp-buffer (shell-command (format "wkhtmltopdf %s ~/Desktop/%s" infile outfile) t)))) (add-to-list 'mu4e-view-actions '("pdf" . timu-func-mu4e-action-save-to-pdf) t)

  • mu

    maildir indexer/searcher + emacs mail client + guile bindings

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Beautifying Org Mode in Emacs (2018)

    6 projects | news.ycombinator.com | 15 Apr 2024
  • Emacs Advent Calendar 8: emacs-goodnight

    2 projects | /r/emacs | 9 Dec 2023
  • Emacs Advent Calendar 7: ordeless, embark 1.0 and some bric-a-brac

    9 projects | /r/emacs | 7 Dec 2023
  • galactic-emacs: An Emacs distribution coming from the space

    1 project | /r/planetemacs | 5 Dec 2023
  • How to disable corfu only when `lsp-bride-mode` is active?

    1 project | /r/emacs | 20 Nov 2023