Greasy Fork is available in English.

Outlook Extend Panel

Extend right side panel of Outlook mail

< Feedback on Outlook Extend Panel

Review: Good - script works

§
Posted: 07/05/2018

Request: Option to remove "Conversation History" folder from left panel

Looking at google searches from others wanting to remove/hide it and Microsoft's apparent lack of interest in doing so, I was wondering if it would be possible via this script? I know a lot of people would like to be able to do so.

Also maybe a way to change the "New Folder" link they've just moved down the panel to a button or something so it doesn't look like a folder with the default name would be awesome, if possible.

Thanks for the great script and keeping it updated.

7-elephantAuthor
§
Posted: 07/05/2018

I may add "Hide folder" but it will have no UI for options. Need to edit script manually for folder names.

§
Posted: 07/05/2018

@7-elephant said: I may add "Hide folder" but it will have no UI for options. Need to edit script manually for folder names.

Anything would be great, thanks. :smile:

§
Posted: 30/08/2018

Any progress on this by chance?

7-elephantAuthor
§
Posted: 22/09/2018
§
Posted: 28/09/2018

Awesome man, thanks!

What do I have to edit on that line exactly to hide the convo folder?

7-elephantAuthor
§
Posted: 28/09/2018

From:

var config = 
{
    //folderHidden: ["Archive", "Deleted Items", "Conversation History"],
};

To:

var config = 
{
    folderHidden: ["Archive", "Deleted Items", "Conversation History"],
};

Just remove //

§
Posted: 28/09/2018

Ahh awesome.

Also for any other noobs like me that still want "New Folder" to show, change line 49 ("hidden" to "visible"). Also changing height to 36px seems to match its original position better.

Thanks again.

§
Posted: 19/11/2019

Could we please get an update, as they seem to have changed the page as hidden items are showing again.

Thanks.

7-elephantAuthor
§
Posted: 27/12/2019

Updated to 1.26

§
Posted: 27/12/2019

Thanks!

§
Posted: 12/04/2021

They've added a bar on the left that would be nice if we could hide. Thanks.

7-elephantAuthor
§
Posted: 06/05/2021

You can click hamburger button (left of New message button) to hide left panel.
But it will show bottom panel instead.
Update soon.

§
Posted: 07/05/2021

That seems to hide the folder panel, not the left panel.

Thanks, good to know you're still working on this. :)

Post reply

Sign in to post a reply.