Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkgstore-old/linux-rpm-mutt


https://github.com/pkgstore-old/linux-rpm-mutt

linux mutt pkgstore rpm rpm-package rpm-packages rpm-spec

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Mutt

**Mutt** is a text-based email client for Unix-like systems. It was originally written by Michael Elkins in 1995 and released under the GNU General Public License version 2 or any later version.

The Mutt slogan is "All mail clients suck. This one just sucks less."

## Install

### Fedora COPR

```
$ dnf copr enable pkgstore/mutt
$ dnf install -y mutt
```

### Open Build Service (OBS)

```
# Work in Progress
```

## Update

```
$ dnf upgrade -y mutt
```

## Remove

```
$ dnf erase -y mutt
$ dnf copr remove pkgstore/mutt
```

## How to Build

1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/mutt).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/mutt) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.