]> granicus.if.org Git - neomutt/commit
kill preproc expansion laziness
authorRichard Russon <rich@flatcap.org>
Sat, 7 Oct 2017 01:19:56 +0000 (02:19 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 14 Oct 2017 14:01:43 +0000 (15:01 +0100)
commitb7672fb62b8e4c0f244cfe9b0e7b0721307be5bd
treefeff0057ff0aab75a54564506ecd8393cd9b439e
parentd83f7793ff9d25d6a042f004ad638825ec9163a0
kill preproc expansion laziness

Replace macros which were shortcuts for code, e.g.

```
  #define CUR_ENV Context->hdrs[i]->env
  function(CUR_ENV);
  CUR_ENV->from = "user";
  #undef CUR_ENV
```
13 files changed:
curs_main.c
hdrline.c
history.c
init.c
mbox.c
mx.c
ncrypt/crypt_gpgme.c
parse.c
pattern.c
rfc2047.c
sendlib.c
sort.c
thread.c