NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
uid.h File Reference

Expando Data UIDs. More...

+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Expando Data UIDs.

Authors
  • Tóth János
  • Richard Russon

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.

Enumeration Type Documentation

◆ ExpandoDataGlobal

Expando UIDs for Globals.

See also
ED_GLOBAL, ExpandoDomain
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.

33{
44};
@ ED_GLO_SORT
Value of $sort.
Definition: uid.h:40
@ ED_GLO_PADDING_EOL
Padding to end-of-line.
Definition: uid.h:36
@ ED_GLO_VERSION
NeoMutt version.
Definition: uid.h:43
@ ED_GLO_CERTIFICATE_PATH
Path of Smime certificates.
Definition: uid.h:34
@ ED_GLO_PADDING_HARD
Hard Padding.
Definition: uid.h:37
@ ED_GLO_PADDING_SOFT
Soft Padding.
Definition: uid.h:38
@ ED_GLO_PADDING_SPACE
Space Padding.
Definition: uid.h:39
@ ED_GLO_USE_THREADS
Value of $use_threads.
Definition: uid.h:42
@ ED_GLO_HOSTNAME
Local hostname.
Definition: uid.h:35
@ ED_GLO_SORT_AUX
Value of $sort_aux.
Definition: uid.h:41