Go to the source code of this file.
Enumerations | |
enum | ExpandoDataGlobal { ED_GLO_CERTIFICATE_PATH = 1 , ED_GLO_HOSTNAME , ED_GLO_PADDING_EOL , ED_GLO_PADDING_HARD , ED_GLO_PADDING_SOFT , ED_GLO_PADDING_SPACE , ED_GLO_SORT , ED_GLO_SORT_AUX , ED_GLO_USE_THREADS , ED_GLO_VERSION } |
Expando UIDs for Globals. More... | |
Expando Data UIDs.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file uid.h.
enum ExpandoDataGlobal |
Expando UIDs for Globals.
Enumerator | |
---|---|
ED_GLO_CERTIFICATE_PATH | Path of Smime certificates. |
ED_GLO_HOSTNAME | Local hostname. |
ED_GLO_PADDING_EOL | Padding to end-of-line. |
ED_GLO_PADDING_HARD | Hard Padding. |
ED_GLO_PADDING_SOFT | Soft Padding. |
ED_GLO_PADDING_SPACE | Space Padding. |
ED_GLO_SORT | Value of $sort. |
ED_GLO_SORT_AUX | Value of $sort_aux. |
ED_GLO_USE_THREADS | Value of $use_threads. |
ED_GLO_VERSION | NeoMutt version. |
Definition at line 32 of file uid.h.