Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional known obscured subjects from k-9/thunderbird-android. #370

Merged
merged 2 commits into from
Jul 28, 2024

Commits on Jul 28, 2024

  1. Add additional known obscured subjects from k-9/thunderbird-android.

    These additional subjects were extracted from the thunderbird-android
    source (which is inherited from k-9).
    
    The extraction was done with:
    
    ```
    git clone https://github.com/thunderbird/thunderbird-android/
    cd thunderbird-android/legacy/ui/legacy/src/main/res
    grep string\ name=\"encrypted_subject values-*/strings.xml | cut -f2 -d'>' | cut -f1 -d'<' | sort -u | sed -e 's/^/    "/' -e 's/$/",/'
    ```
    
    (i did need to clean up one line's escaping to pass the linter's
    expectations)
    
    See also thunderbird/thunderbird-android#8011
    dkg authored and hpk42 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3b67df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda97a8 View commit details
    Browse the repository at this point in the history