Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spool.c:parseheader() - remove unnecessary checks for NULL
The static function imap/spool.c:parseheader() is called from only one place. The passed parameters headname, contents and rawvalue from that place are not NULL, so there is no need to check within parseheader() if these parameters are NULL.
- Loading branch information