Outlook Extend Panel

Extend right side panel of Outlook mail

< 腳本Outlook Extend Panel的回應

評論:正評 - 腳本一切正常

§
發表於:2018-05-07

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-elephant作者
§
發表於:2018-05-07

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

§
發表於:2018-05-07

@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:

§
發表於:2018-08-30

Any progress on this by chance?

7-elephant作者
§
發表於:2018-09-22
§
發表於:2018-09-28

Awesome man, thanks!

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

7-elephant作者
§
發表於:2018-09-28

From:

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

To:

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

Just remove //

§
發表於:2018-09-28

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.

§
發表於:2019-11-19

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

Thanks.

7-elephant作者
§
發表於:2019-12-27

Updated to 1.26

§
發表於:2019-12-27

Thanks!

§
發表於:2021-04-12

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

7-elephant作者
§
發表於:2021-05-06

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

§
發表於:2021-05-07

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

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

發表回覆

登入以回復