nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit fcfed83f715a788718280bdbeb2f4a44a4ab1011
parent d9fb9363e2db1648d7405ba543899d5020189ec3
Author: Alan Post <adp@prgmr.com>
Date:   Thu, 22 Aug 2019 19:36:45 -0600

remove unused variable r from maildir.c.

Diffstat:
Mmaildir.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/maildir.c b/maildir.c @@ -95,7 +95,6 @@ int flagcur; { struct prioq_elt pe; datetime_sec time; - int r; if (!stralloc_copys(filenames,"")) return 0; while (prioq_min(pq,&pe)) prioq_delmin(pq);