From b512100d555877735cd9539f2721ca0e0ac2af8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20G=C3=BCne=C5=9F?= Date: Tue, 4 Sep 2018 12:56:12 +0300 Subject: [PATCH] Fix UDA fields table in gmail --- bugwarrior/docs/services/gmail.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bugwarrior/docs/services/gmail.rst b/bugwarrior/docs/services/gmail.rst index 80f218f83..9e1e886aa 100644 --- a/bugwarrior/docs/services/gmail.rst +++ b/bugwarrior/docs/services/gmail.rst @@ -51,16 +51,16 @@ token will be stored in your bugwarrior data directory. Provided UDA Fields ------------------- -+---------------------+-----------------------------------+---------------| ++---------------------+-----------------------------------+---------------+ | ``gmailthreadid`` | Thread Id | Text (string) | -+---------------------+-----------------------------------+---------------| ++---------------------+-----------------------------------+---------------+ | ``gmailsubject`` | Subject | Text (string) | -+---------------------+-----------------------------------+---------------| ++---------------------+-----------------------------------+---------------+ | ``gmailurl`` | URL | Text (string) | -+---------------------+-----------------------------------+---------------| ++---------------------+-----------------------------------+---------------+ | ``gmaillastsender`` | Last Sender's Name | Text (string) | -+---------------------+-----------------------------------+---------------| ++---------------------+-----------------------------------+---------------+ | ``gmaillastsender`` | Last Sender's E-mail Address | Text (string) | -+---------------------+-----------------------------------+---------------| ++---------------------+-----------------------------------+---------------+ | ``gmailsnippet`` | Snippet of text from conversation | Text (string) | -+---------------------+-----------------------------------+---------------| ++---------------------+-----------------------------------+---------------+