about summary refs log tree commit diff
path: root/maddr.c
Commit message (Collapse)AuthorAgeFilesLines
* maddr: decode only display part of addressLeah Neukirchen2021-06-181-5/+7
| | | | | | RFC 2047.6.2: NOTE: Decoding and display of encoded-words occurs *after* a structured field body is parsed into tokens.
* pledge(2) all programsTim Kuijsten2020-09-061-0/+3
| | | | | | | | | | | | | | | | All programs except mshow have a very tight set of promises. mshow has a broad set of promises and might be a good future candidate to further restrict using unveil(2). This patch is based on commit 0300a112 by Alex Holst (dated 2017-12-07), which was proposed in GH PR #79. * pledged mpick, mflow and mdate so that now all programs are pledged * removed some unneeded promises and added some missing promises * move err.h include and OpenBSD ifdef into a new xpledge.h * cleaned up code aligning and whitespace Closes: #179 [via git-merge-pr]
* maddr: add -d to only print display name.Leah Neukirchen2020-03-301-7/+16
|
* maddr: addr: fix leakLeah Neukirchen2019-04-141-0/+1
|
* whitespace fixesLeah Neukirchen2018-05-231-1/+1
|
* maddr, mhdr: requote display names when neededLeah Neukirchen2018-05-231-3/+28
|
* styleLeah Neukirchen2017-08-311-3/+3
|
* maddr: bump decode buffer to allow a few hundred mail adressesLeah Neukirchen2017-06-131-1/+1
|
* maddr: addr: first decode RFC2047, then parse addressLeah Neukirchen2017-01-211-7/+6
|
* maddr: -a to only print address partChristian Neukirchen2016-08-091-3/+10
|
* maddr: add usageChristian Neukirchen2016-07-261-13/+13
|
* add maddr: show mail addresses in messagesChristian Neukirchen2016-07-251-0/+76