Skip to content

legoscia/messages-are-flowing

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

messages-are-flowing

If you’re writing an email in Emacs, and the recipient reads it on their phone, chances are it’s going to look like this:

./non-flowed.png

If you use messages-are-flowing, it will hopefully look like this instead:

./flowed.png

This works by distinguishing “hard” and “soft” newlines while writing the message. As shown in this screenshot, hard newlines are designated with “⏎”:

./hard-newline-in-buffer.png

The “flowed” text format is described in RFC 2646.

How to use it

Install messages-are-flowing.el with M-x package-install-file, and then add the following to your .emacs file:

(add-hook 'message-mode-hook 'messages-are-flowing-use-and-mark-hard-newlines)

About

Make it easier to send "flowed" email messages from Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •