about summary refs log tree commit diff stats
path: root/js/catchError.js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-12-24 15:42:25 -0500
committerelioat <elioat@tilde.institute>2024-12-24 15:42:25 -0500
commita94f4fd2f4ec62a9c11f9c5c5e762ffe8710ccbf (patch)
tree80c3c7e1f823ab33dfdf88a3c7ecaef63bcca2af /js/catchError.js
parentdcd91ae74488434c44a04421e51a189dea33f80a (diff)
downloadtour-a94f4fd2f4ec62a9c11f9c5c5e762ffe8710ccbf.tar.gz
*
Diffstat (limited to 'js/catchError.js')
0 files changed, 0 insertions, 0 deletions
date README.md' href='/akspecs/aerc/commit/README.md?h=0.2.1&id=84e9853c1613f43f76bd46f0c1eb143d1db16ac2'>84e9853 ^
fc719e4 ^
501c95d ^



c05e5f7 ^
b18e339 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39





                                                            

                                                                                                    

           





                              





                  


        





                                  
                                                                              



               
                                                                

                                                                       
# aerc

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

It is not yet suitable for daily use.

Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?channels=aerc&uio=d4)

## Building

aerc depends on:

- go (compile-time)
- scdoc (compile-time)
- libvterm (compile & runtime)

    $ make

## Installation

    # make install
    $ man aerc

## Usage

```
$ mkdir ~/.config/aerc
$ cp config/*.conf ~/.config/aerc/
$ vim ~/.config/aerc/accounts.conf
```

Fill in your account details and configure the rest to taste, then run `aerc`.

## Contributing

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

Bugs & todo here: [~sircmpwn/aerc2](https://todo.sr.ht/~sircmpwn/aerc2)