about summary refs log tree commit diff stats
path: root/tests/test_cmd_win.h
blob: a0f61a6be8e9bc89dd20344a35db94b9fdfc7e60 (plain) (blame)
1
2
void cmd_win_shows_message_when_win_doesnt_exist(void **state);
void cmd_win_switches_to_given_win_when_exists(void **state);
s='lines'>





                                                            

                                                                                                    

           





                              





                  


        





                                  
                                                                              



               
                                                                

                                                                       
# 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)