Skip to content

Thunderbird add-on to show X-Original-To column in message list

Notifications You must be signed in to change notification settings

peterfab9845/original-to-column

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Original-To Column

This addon adds a new column called X-Original-To in the message list which shows the original recipient address of the message (the contents of the X-Original-To header). This can be useful for systems with catch-all email addresses.

Installation

Install from the Mozilla add-ons page, or use build.sh to produce an unsigned XPI file to install manually.

Usage

The new column can be selected as soon as the addon has been installed, and all new messages will automatically have their X-Original-To header recorded.

However, there will be no information for existing messages unless the database is rebuilt for the desired folders (Folder Properties > Repair Folder). Note that rebuilding a folder will reset its column layout and sort order.

Cloning

Note that this repo uses git submodules, so it needs to be cloned using the --recurse-submodules option. If this is skipped, then git submodule update --init can be used after the fact.

Credits

This addon uses the HeaderColumns, LegacyPrefs, and ex_runtime experiment APIs.

About

Thunderbird add-on to show X-Original-To column in message list

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Shell 1.1%