about summary refs log tree commit diff stats
path: root/html/same-fringe.mu.html
Commit message (Expand)AuthorAgeFilesLines
* 4891Kartik Agaram2018-12-301-0/+1
* 4890 - new html renderingsKartik Agaram2018-12-291-14/+9
* 4814Kartik Agaram2018-12-011-11/+14
* 4539Kartik Agaram2018-09-071-6/+6
* 4447Kartik Agaram2018-07-271-5/+5
* 4239Kartik Agaram2018-05-081-5/+5
* 4200Kartik K. Agaram2018-01-271-24/+24
* 4199Kartik K. Agaram2018-01-251-37/+36
* 4165Kartik K. Agaram2017-12-271-1/+1
* 4164Kartik K. Agaram2017-12-271-5/+5
* 4161Kartik K. Agaram2017-12-151-27/+27
* 4157Kartik K. Agaram2017-12-091-31/+31
* 4156Kartik K. Agaram2017-12-071-1/+1
* 4155Kartik K. Agaram2017-12-071-0/+154
or: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# aerc

aerc is a *work in progress* email client for your terminal.

It is not yet suitable for daily use.

## Building

    go build

## Usage

Start by copying the example configs, `config/aerc.conf` and
`config/accounts.conf` and editing them to taste, to `~/.config`. Then run
`./aerc2`.

## Contributing

Send patches to
[~sircmpwn/public-inbox@lists.sr.ht](mailto:~sircmpwn/public-inbox@lists.sr.ht).