Skip to content

Commit

Permalink
Fixing mail fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jan 12, 2023
1 parent 7c7e807 commit 39ac42d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/core-mail-incoming.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Luwrain.addHook("luwrain.pim.mail.save.new", function(mail, message){
}
if (defaultIncoming.saveMessage(message))
Luwrain.log.debug("mail", "message saved");
return false;
return true;
var listId = message.list.id;
// if (listId.isEmpty())
return saveToDefaultIncoming(mail, message);
Expand Down
1 change: 0 additions & 1 deletion js/core-mail-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Luwrain.addHook("luwrain.mail.reply", (message)=>{
return true;
});


function stripRe(text)
{
return text.replaceAll('^[Rr][Ee](\\[[0-9]+\\])*: ', '').trim();
Expand Down

0 comments on commit 39ac42d

Please sign in to comment.