Giter VIP home page Giter VIP logo

Comments (5)

gauteh avatar gauteh commented on August 19, 2024

Yes, agreed. I already hide the tags where the information is shown otherwise: https://github.com/gauteh/astroid/blob/master/src/modes/thread_index/thread_index_list_cell_renderer.hh#L23

from astroid.

apm256 avatar apm256 commented on August 19, 2024

A great related feature would be to allow to "rename" tag, as it is possible with alot.

Example:

[tags]
  [[signed]]
    translated = ''
  [[attachment]]
    translated = @

from astroid.

gauteh avatar gauteh commented on August 19, 2024

apm256 writes on January 5, 2016 11:02:

A great related feature would be to allow to "rename" tag, as it is possible with alot.

Example:

[tags]
  [[signed]]
    translated = ''
  [[attachment]]
    translated = @

Yeah, I can see the use for that. The JSON config can at least handle this:

"astroid": {
  "tags": {
    "translate" : {
      "signed" : "",
      "encrypted" : "E",
    },
  },
},
...

They would have to be translated when:

  • reading
  • changing labels
  • not on standard labels (although they should be configurable: sent,
    unread, etc - but note that most of these have special meaning to
    notmuch)

(note that attachment is already visualized with an icon). We could even
have more user-configured icons:

"astroid": {
  "tags": {
    "icons" : {
      "signed" : "/path/to/icon.svg",
      "encrypted" : "standard-gtk-icon",
    },
  },
},
...

from astroid.

apm256 avatar apm256 commented on August 19, 2024

That would be perfect!

from astroid.

hugoroy avatar hugoroy commented on August 19, 2024

Maybe a little over the top :-) I prefer things to be more simplistic but it also allows for really nice, personal, specific stuff (like if you use your MUA to receive tons of bugzilla tickets and manage them with tags, this could be a nice interface to bug tracking).

from astroid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.