User Tools

Site Tools


tutorials_dotfiles_.mutt_jwodder_sdf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials_dotfiles_.mutt_jwodder_sdf [2021/03/24 00:28] – created hc9tutorials_dotfiles_.mutt_jwodder_sdf [2024/07/20 07:17] (current) – f.l hc9
Line 1: Line 1:
 +<file config dotfile>
 +# Settings for my local mail on SDF
 +
 +set spoolfile=$MAIL
 +set folder="~/Mail"
 +set record="+sent"
 +set mbox="+mbox"
 +set postponed="+drafts"
 +set mbox_type="mbox"
 +set from="YOUR NAME HERE <YOUR USERNAME HERE@sdf.org>"
 +set move=yes
 +
 +# These commands undo certain settings imposed by the Gmail file:
 +unalternates *
 +unlists *
 +unhook send-hook
 +</file>