Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This method of selecting folders works no matter if you are changing folder (the 'c' command), copying one or more messages to a folder (the capital 'C' command), or moving (saving) a message to a folder (the 's' command). Note that things can get a little tricky with INBOX as it is both an actual mailbox as well as a divider with mailboxes living underneath INBOX.

The following can be added to your .muttrc to map the 'S' key to save the current message to the Public/Spam folder:

macro index S s=Public/Spam\n
macro pager S s=Public/Spam\n

 

 

 

WebMail (RoundCube)

  1. Login to RoundCube webmail
  2. Note that "Public" (and any subfolders) is NOT displayed in the folder list, alphabetically ordered, on the left.
  3. Click the "Settings" icon in the top right.
  4. In the left most column of the "Settings" screen, click "Folders".
  5. The second column now displays a possible list of folders.
  6. Put a check mark next to the folders you wish to display in your mail folder list.
  7. When you click the check box, a message will briefly display on the bottom right saying "Folder successfully subscribed".
    1. You cannot select "Public" itself.
    2. Instead, select each individual subfolder.
  8. If you click the "Mail" icon at the top right of your screen, any "Public" folders to which you subscribed will now be in your list under "Public".

...