Edit History Actions Discussion

Diff for "Howto/Mutt"

Differences between revisions 1 and 2
Revision 1 as of 2014-12-21 12:52:08
Size: 196
Editor: independence
Comment:
Revision 2 as of 2015-01-13 16:20:39
Size: 539
Editor: lmca
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Mutt can't write files to /tmp on Triton, therefore you have to create your own ~/tmp directory and configure it in .muttrc: To use mutt for email on triton this is the minimum ~/.muttrc you will need. Consider this just a working starting point. Of course there are many other options you can set (see man mutt and man muttrc).
Note: Mutt can't write files to /tmp on Triton, therefore you have to create your own ~/tmp directory and configure it in .muttrc:
Line 9: Line 10:
set hostname = blinkenshell.org
set smtp_url = "smtp://YourBlinkenshellUserName:YourBlinkenshellPassword@mail.blinkenshell.org"

Mutt

Work in progress

To use mutt for email on triton this is the minimum ~/.muttrc you will need. Consider this just a working starting point. Of course there are many other options you can set (see man mutt and man muttrc). Note: Mutt can't write files to /tmp on Triton, therefore you have to create your own ~/tmp directory and configure it in .muttrc:

set tmpdir = ~/tmp
set hostname = blinkenshell.org
set smtp_url = "smtp://YourBlinkenshellUserName:YourBlinkenshellPassword@mail.blinkenshell.org"