Skip to content

Commit

Permalink
fix(imap-search): rename headerdate to date (closes #560) (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 26, 2023
1 parent ea24b93 commit fd98244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/on-search.js
Expand Up @@ -244,7 +244,7 @@ module.exports = server => (mailbox, options, session, callback) => {
}
break;

case 'headerdate':
case 'date':
{
let op = false;
let value = new Date(term.value + ' GMT');
Expand Down

0 comments on commit fd98244

Please sign in to comment.