2

Background

When I hit Delete (or Ctrl+d) in order to delete a selected email, the program selects the previous email (an older one).

Question

Is it possible to modify this behaviour so I can delete an email and move to the newer one?

Demonstation

  1. I'm reading the selected message. After I'm done with it I would like to delete it and move to the one below (the next one, chronologically speaking).

    There are 3 messages sorted in an ascending chronological order. The message in the middle is selected.

  2. Now I hit Delete. Now the message above (the previous one) is selected.

    There are 3 messages sorted in an ascending chronological order. The message at the top is selected.

  3. Instead of what we see in the second picture, I'd like the Claws Mail to select the next message after hitting Delete.

    There are 3 messages sorted in an ascending chronological order. The message at the bottom is selected.


Details

  • I'm using Claws Mail version 3.16.0.
  • I'm running FreeBSD 12-CURRENT.

1 Answers1

3

Claws Mail 3.13.1 introduced a hidden preference called next_on_delete, designed to let a user control the message selection when deleting emails.

So in order to solve my problem I had to change next_on_delete=0 to next_on_delete=1 in ~/.claws-mail/clawsrc.

There is a tool called Clawsker, which is a GUI to modify hidden preferences.


References